hexsha
stringlengths
40
40
size
int64
5
2.06M
ext
stringclasses
10 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
248
max_stars_repo_name
stringlengths
5
125
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
248
max_issues_repo_name
stringlengths
5
125
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
int64
1
67k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
248
max_forks_repo_name
stringlengths
5
125
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
5
2.06M
avg_line_length
float64
1
1.02M
max_line_length
int64
3
1.03M
alphanum_fraction
float64
0
1
count_classes
int64
0
1.6M
score_classes
float64
0
1
count_generators
int64
0
651k
score_generators
float64
0
1
count_decorators
int64
0
990k
score_decorators
float64
0
1
count_async_functions
int64
0
235k
score_async_functions
float64
0
1
count_documentation
int64
0
1.04M
score_documentation
float64
0
1
199b9fe3c8a3ba98e7b1141db31d1f32f85abbd2
545
py
Python
manage.py
kojwangbora/elly-blog
95946ece071784fa5c15c21618011cbb97ebfc46
[ "MIT" ]
null
null
null
manage.py
kojwangbora/elly-blog
95946ece071784fa5c15c21618011cbb97ebfc46
[ "MIT" ]
null
null
null
manage.py
kojwangbora/elly-blog
95946ece071784fa5c15c21618011cbb97ebfc46
[ "MIT" ]
null
null
null
from app import create_app, db from flask_migrate import Migrate from app.models import User, Posts from flask_script import Manager,Server app = create_app() # manager = Manager(app) # manager.add_command('server', Server) # #Creating migration instance # migrate = Migrate(app, db) # manager.add_command('db',MigrateCommand) # # @manager.shell # @manager.shell_context_processor # def make_shell_context(): # return dict(db = db, User =User, Posts=Posts) # if __name__ == '__main__': # # manager.debug = True # app.run()
23.695652
51
0.717431
0
0
0
0
0
0
0
0
364
0.66789
199c463aaa4e8ff9bc128e9fe6eb09901f8c3ffb
2,354
py
Python
API/AdminPanel/smoke_all_pages/credentials.py
Mikhail-QA/HS
8ddbc09a0d1493128f3af6b8078c295609908dd7
[ "Apache-2.0" ]
null
null
null
API/AdminPanel/smoke_all_pages/credentials.py
Mikhail-QA/HS
8ddbc09a0d1493128f3af6b8078c295609908dd7
[ "Apache-2.0" ]
null
null
null
API/AdminPanel/smoke_all_pages/credentials.py
Mikhail-QA/HS
8ddbc09a0d1493128f3af6b8078c295609908dd7
[ "Apache-2.0" ]
null
null
null
# Админка раздел редактор курсов # Энпоинты меню редактора курсов ДШ в тек. уг path_admin_schedules_grade_1 = '/schedules?grade=1&school=true&' path_admin_schedules_grade_2 = '/schedules?grade=2&school=true&' path_admin_schedules_grade_3 = '/schedules?grade=3&school=true&' path_admin_schedules_grade_4 = '/schedules?grade=4&school=true&' path_admin_schedules_grade_5 = '/schedules?grade=5&school=true&' path_admin_schedules_grade_6 = '/schedules?grade=6&school=true&' path_admin_schedules_grade_7 = '/schedules?grade=7&school=true&' path_admin_schedules_grade_8 = '/schedules?grade=8&school=true&' path_admin_schedules_grade_9 = '/schedules?grade=9&school=true&' path_admin_schedules_grade_10 = '/schedules?grade=10&school=true&' path_admin_schedules_grade_11 = '/schedules?grade=11&school=true&' # Прикрепление\удаление предмета path_admin_add_subject = '/schedules?' path_admin_delete_subject = '/schedules/5583026?' # Раздел редактирования предмета path_admin_item_editor = '/schedule_items.json?schedule_id=3908531&' # переход в редактор предмета path_admin_add_topic = '/topics?' # добавить тему path_admin_add_lesson = 'lessons.json?' # Создание нового урока path_admin_lesson_for_day = '/schedule_items.json?' # привязка урока к дате path_admin_remove_lesson = '/lessons/37865.json?' # удаление урока path_admin_remove_topic = '/topics/24273?addLessonHide=true&addLessonNameEvent=click&calendarActive=false&editTopicNameHide=true&lessonsHide=false&name=тест&schedule_id=3908531&subject_id=201&' path_admin_save_date_ege = '/schedules/3908531?' # сохранение даты ЕГЭ # редактор МДЗ path_admin_monthly_homework_editor = '/monthly_homeworks?schedule_id=3908531&' # открытие редактора МДЗ path_admin_create_monthly_homework = '/monthly_homeworks?' # создание МДЗ path_admin_delete_monthly_homework = '/monthly_homeworks/7229?' # удаление МДЗ # Энпоинты редактора курсов ЕГЭ path_admin_editor_ege = '/schedules?grade=11&school=false&' # переход в редактор егэ path_admin_attach_subject_ege = '/schedules?' # прикрепление предмета егэ path_admin_delete_subject_ege = '/schedules/5583707?' # удаление предмета егэ path_admin_add_topic = '/topics?' # добавить тему def __init__(self, token=None): self.token = token def get_token(self): headers_user = { "Authorization": self.access_token, } return headers_user
52.311111
193
0.800765
0
0
0
0
0
0
0
0
1,714
0.627609
199c573a26d9f3609be1f4e385345250d059dabc
248
py
Python
swagger2/__init__.py
ppbug/swagger2
a60585a85aad9c16757e67ff70d30e70657a78b8
[ "MIT" ]
1
2021-07-12T07:06:03.000Z
2021-07-12T07:06:03.000Z
swagger2/__init__.py
ppbug/swagger2
a60585a85aad9c16757e67ff70d30e70657a78b8
[ "MIT" ]
null
null
null
swagger2/__init__.py
ppbug/swagger2
a60585a85aad9c16757e67ff70d30e70657a78b8
[ "MIT" ]
null
null
null
from .loader import * from .swagger import * def parse(url,deep=5,**kwargs): source = load_url(url,**kwargs) return Swagger(source,deep=deep) def parse_file(path,deep=5): source = load_file(path) return Swagger(source,deep=deep)
20.666667
36
0.697581
0
0
0
0
0
0
0
0
0
0
199d8a7e9157f48b6df5a88dec9570242bb4b50a
963
py
Python
2021/aoc07.py
wolfgangmuender/AdventOfCode
3956c245f6d3e789cb5424ac54832ebcfc03eb21
[ "Apache-2.0" ]
null
null
null
2021/aoc07.py
wolfgangmuender/AdventOfCode
3956c245f6d3e789cb5424ac54832ebcfc03eb21
[ "Apache-2.0" ]
null
null
null
2021/aoc07.py
wolfgangmuender/AdventOfCode
3956c245f6d3e789cb5424ac54832ebcfc03eb21
[ "Apache-2.0" ]
null
null
null
with open("input/input07.txt") as f: content = f.read().splitlines() positions = list(map(lambda x: int(x), content[0].split(","))) max_pos = max(positions) min_pos = min(positions) possible_pos = range(min_pos, max_pos + 1) fuel_costs1 = [] for align_pos in possible_pos: fuel_costs1.append(sum([abs(pos - align_pos) for pos in positions])) final_fuel_cost1 = min(fuel_costs1) align_position1 = possible_pos[fuel_costs1.index(final_fuel_cost1)] print("Solution 1: the crabs need to spend {} fuel to align at position {}".format(final_fuel_cost1, align_position1)) fuel_costs2 = [] for align_pos in possible_pos: fuel_costs2.append(sum([int(abs(pos - align_pos) * (abs(pos - align_pos) + 1) / 2) for pos in positions])) final_fuel_cost2 = min(fuel_costs2) align_position2 = possible_pos[fuel_costs2.index(final_fuel_cost2)] print("Solution 2: the crabs need to spend {} fuel to align at position {}".format(final_fuel_cost2, align_position2))
35.666667
118
0.74351
0
0
0
0
0
0
0
0
160
0.166147
199dc81e3c59d04bf93fe983d5b45a4485997a89
2,227
py
Python
sources/install_deps.py
Radeon4650/PocketBudgetTracker
61b792f648e73e8043e42e0e1c55b3acf1868f90
[ "Apache-2.0" ]
1
2018-12-03T12:41:50.000Z
2018-12-03T12:41:50.000Z
sources/install_deps.py
Radeon4650/PocketBudgetTracker
61b792f648e73e8043e42e0e1c55b3acf1868f90
[ "Apache-2.0" ]
16
2018-10-08T17:37:52.000Z
2019-01-06T12:02:54.000Z
sources/install_deps.py
Radeon4650/PocketBudgetTracker
61b792f648e73e8043e42e0e1c55b3acf1868f90
[ "Apache-2.0" ]
1
2018-10-11T20:01:05.000Z
2018-10-11T20:01:05.000Z
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Copyright © 2018 PocketBudgetTracker. All rights reserved. Author: Andrey Shelest ([email protected]) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ import os import os.path import subprocess import sys modules_dir = os.path.dirname(__file__) req_file_name = 'requirements.txt' class Installer: python_path = os.path.dirname(sys.executable) pip_path = os.path.join(python_path, 'pip') def __init__(self, upgrade=False): print('Python location prefix is {}'.format(self.python_path)) self.upgrade = upgrade def _pip_install(self, install_args=None): args = [self.pip_path, 'install'] if install_args is not None: args += install_args if self.upgrade: args.append('--upgrade') if subprocess.call(args): print("ERROR: installing of [{}] failed".format(' '.join(args))) def install(self, name): print("Installing [%s]" % name) self._pip_install([name]) def install_modules_deps(self): print('Search for submodules into {} dir'.format(modules_dir)) modules = next(os.walk(modules_dir))[1] print('Found modules {}'.format(modules)) for module in modules: dep_file = os.path.join(modules_dir, module, req_file_name) if os.path.isfile(dep_file): self._pip_install(['--requirement', dep_file]) else: print('Module does not have {} file'.format(req_file_name)) if __name__ == '__main__': installer = Installer(True) # Upgrade pip installer.install('pip') # Install all modules dependencies installer.install_modules_deps() sys.exit(0)
28.922078
76
0.671756
1,204
0.540395
0
0
0
0
0
0
970
0.435368
199fc92154f499c85aed3bce44e91934109ae7d3
5,305
py
Python
tools/utils/building/layer.py
shinh/dldt
693ab4e79a428e0801f17f4511b129a3fa8f4a62
[ "Apache-2.0" ]
1
2021-02-20T21:48:36.000Z
2021-02-20T21:48:36.000Z
tools/utils/building/layer.py
erinpark33/dldt
edd86d090592f7779f4dbb2681546e1f4e81284f
[ "Apache-2.0" ]
null
null
null
tools/utils/building/layer.py
erinpark33/dldt
edd86d090592f7779f4dbb2681546e1f4e81284f
[ "Apache-2.0" ]
1
2021-02-19T01:06:12.000Z
2021-02-19T01:06:12.000Z
""" Copyright (C) 2018-2019 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ from ..biases import Biases from ..weights import Weights class Layer: TEMPLATE = ( '<layer name="{name}" type="{type}" precision="FP32" id="{id}">' '{data}' '{input}' '{output}' '{weights}' '{biases}' '</layer>') def __init__( self, id: int, type: str, name: str, params: dict, input_dims: list, output_dims: list, weights: Weights = None, biases: Biases = None): self._id = id self._type = type self._name = name self._params = params self._input_dims = input_dims self._output_dims = output_dims self._weights = weights self._biases = biases @property def id(self) -> str: return self._id @property def type(self) -> str: return self._type @property def name(self) -> str: return self._name @property def params(self) -> dict: return self._params @property def input_dims(self) -> list: return self._input_dims @property def output_dims(self) -> list: return self._output_dims @property def weights(self) -> Weights: return self._weights @property def biases(self) -> Biases: return self._biases def _output_dims_to_xml(self) -> str: if self._output_dims: if len(self._output_dims) == 2: output_xml = ( '<output>' '<port id="1">' '<dim>{}</dim>' '<dim>{}</dim>' '</port>' '</output>').format(self._output_dims[0], self._output_dims[1]) elif len(self._output_dims) == 4: output_xml = ( '<output>' '<port id="1">' '<dim>{}</dim>' '<dim>{}</dim>' '<dim>{}</dim>' '<dim>{}</dim>' '</port>' '</output>').format(self._output_dims[0], self._output_dims[1], self._output_dims[2], self._output_dims[3]) else: raise NotImplementedError("{} dimensions for outputs (layer name '{}', type '{}') are not supported".format( len(self._output_dims), self._name, self._type)) else: output_xml = None return output_xml def _input_dims_to_xml(self) -> str: if self._input_dims: if len(self._input_dims) == 2: input_xml = ( '<input>' '<port id="0">' '<dim>{}</dim>' '<dim>{}</dim>' '</port>' '</input>').format(self._input_dims[0], self._input_dims[1]) elif len(self._input_dims) == 4: input_xml = ( '<input>' '<port id="0">' '<dim>{}</dim>' '<dim>{}</dim>' '<dim>{}</dim>' '<dim>{}</dim>' '</port>' '</input>').format(self._input_dims[0], self._input_dims[1], self._input_dims[2], self._input_dims[3]) else: raise NotImplementedError("{} dimensions for inputs (layer name '{}', type '{}') are not supported".format( len(self._input_dims), self._name, self._type)) else: input_xml = None return input_xml def __str__(self) -> str: if self._params: data_xml = "<data " for param_key in self._params.keys(): data_xml += '{}="{}" '.format(param_key, self._params[param_key]) data_xml += " />" else: data_xml = None return self.TEMPLATE.format( name=self._name, type=self._type, id=self._id, data=(data_xml if data_xml else ''), input=(self._input_dims_to_xml() if self._input_dims else ''), output=(self._output_dims_to_xml() if self._output_dims else ''), weights=('<weights offset="{offset}" size="{size}"/>'.format(offset=self._weights.offset, size=self._weights.size) if self._weights else ''), biases=('<biases offset="{offset}" size="{size}"/>'.format(offset=self._biases.offset, size=self._biases.size) if self._biases else '') )
33.575949
153
0.489915
4,667
0.879736
0
0
542
0.102168
0
0
1,321
0.24901
19a02ddbcaad9d7bf3192c753f7e060611b72ae8
19,686
py
Python
tests/test_lightningStub.py
engenegr/lnd_grpc
89336bc83fcfa286dd7927e92fbc88293bd29547
[ "MIT" ]
null
null
null
tests/test_lightningStub.py
engenegr/lnd_grpc
89336bc83fcfa286dd7927e92fbc88293bd29547
[ "MIT" ]
null
null
null
tests/test_lightningStub.py
engenegr/lnd_grpc
89336bc83fcfa286dd7927e92fbc88293bd29547
[ "MIT" ]
null
null
null
import os import time import unittest import bitcoin.rpc import grpc import lnd_grpc.lnd_grpc as py_rpc import lnd_grpc.protos.rpc_pb2 as rpc_pb2 # from google.protobuf.internal.containers import RepeatedCompositeFieldContainer ####################### # Configure variables # ####################### CWD = os.getcwd() ALICE_LND_DIR = '/Users/will/regtest/.lnd/' ALICE_NETWORK = 'regtest' ALICE_RPC_HOST = '127.0.0.1' ALICE_RPC_PORT = '10009' ALICE_MACAROON_PATH = '/Users/will/regtest/.lnd/data/chain/bitcoin/regtest/admin.macaroon' ALICE_PEER_PORT = '9735' ALICE_HOST_ADDR = ALICE_RPC_HOST + ':' + ALICE_PEER_PORT BOB_LND_DIR = '/Users/will/regtest/.lnd2/' BOB_NETWORK = 'regtest' BOB_RPC_HOST = '127.0.0.1' BOB_RPC_PORT = '11009' BOB_MACAROON_PATH = '/Users/will/regtest/.lnd2/data/chain/bitcoin/regtest/admin.macaroon' BOB_PEER_PORT = '9734' BOB_HOST_ADDR = BOB_RPC_HOST + ':' + BOB_PEER_PORT BITCOIN_SERVICE_PORT = 18443 BITCOIN_CONF_FILE = '/Users/will/regtest/.bitcoin/bitcoin.conf' BITCOIN_ADDR = None DEBUG_LEVEL = 'error' SLEEP_TIME = 0.5 def initialise_clients(): global BITCOIN_ADDR alice = py_rpc.Client(lnd_dir=ALICE_LND_DIR, network=ALICE_NETWORK, grpc_host=ALICE_RPC_HOST, grpc_port=ALICE_RPC_PORT, macaroon_path=ALICE_MACAROON_PATH) alice.pub_key = alice.get_info().identity_pubkey alice.lightning_addr = py_rpc.Client.lightning_address( pubkey=alice.pub_key, host=ALICE_HOST_ADDR) bob = py_rpc.Client(lnd_dir=BOB_LND_DIR, network=BOB_NETWORK, grpc_host=BOB_RPC_HOST, grpc_port=BOB_RPC_PORT, macaroon_path=BOB_MACAROON_PATH) bob.pub_key = bob.get_info().identity_pubkey bob.lightning_addr = py_rpc.Client.lightning_address( pubkey=bob.pub_key, host=BOB_HOST_ADDR) bitcoin_rpc = bitcoin.rpc.RawProxy(service_port=BITCOIN_SERVICE_PORT, btc_conf_file=BITCOIN_CONF_FILE) BITCOIN_ADDR = bitcoin_rpc.getnewaddress() return alice, bob, bitcoin_rpc def ensure_peer_connected(alice, bob): if len(alice.list_peers()) == 0: alice.connect_peer(addr=bob.lightning_addr) assert (len(alice.list_peers()) > 0) def ensure_channel_open(alice, bob, bitcoin_rpc, address): if len(alice.list_channels()) == 0: alice.open_channel_sync(local_funding_amount=1_000_000, push_sat=500_000, node_pubkey_string=bob.pub_key) bitcoin_rpc.generatetoaddress(3, address) time.sleep(SLEEP_TIME) assert (len(alice.list_channels()) > 0) def disconnect_all_peers(alice): for peer in alice.list_peers(): alice.disconnect_peer(pub_key=peer.pub_key) time.sleep(SLEEP_TIME) assert (0 == len(alice.list_peers())) def close_all_channels(peer): if len(peer.list_channels()) > 0: peer.close_all_channels() time.sleep(SLEEP_TIME) assert (0 == len(peer.list_channels())) ################## # Test framework # ##################i class TestLightningStubResponses(unittest.TestCase): @classmethod def setUpClass(cls): cls.alice, cls.bob, cls.bitcoin_rpc = initialise_clients() def test_aaa_assert_variables(self): self.assertIsInstance(self.alice, py_rpc.Client) self.assertIsInstance(self.alice.channel, grpc._channel.Channel) self.assertIsInstance(self.bob, py_rpc.Client) self.assertIsInstance(self.bitcoin_rpc, bitcoin.rpc.RawProxy) def test_wallet_balance(self): self.assertIsInstance(self.alice.wallet_balance(), rpc_pb2.WalletBalanceResponse) # lambda function prevents TypeError being raised before assert is run. self.assertRaises(TypeError, lambda: self.alice.wallet_balance('please')) def test_channel_balance(self): self.assertIsInstance(self.alice.channel_balance(), rpc_pb2.ChannelBalanceResponse) self.assertRaises(TypeError, lambda: self.alice.channel_balance('please')) def test_get_transactions(self): self.assertIsInstance(self.alice.get_transactions(), rpc_pb2.TransactionDetails) self.assertRaises(TypeError, lambda: self.alice.get_transactions('please')) def test_send_coins(self): response1 = self.alice.send_coins(self.alice.new_address(address_type='p2wkh').address, amount=100000) response2 = self.alice.send_coins(self.alice.new_address(address_type='np2wkh').address, amount=100000) self.assertIsInstance(response1, rpc_pb2.SendCoinsResponse) self.assertIsInstance(response2, rpc_pb2.SendCoinsResponse) # negative send self.assertRaises(grpc.RpcError, lambda: self.alice.send_coins( self.alice.new_address(address_type='p2wkh').address, amount=100000 * -1)) # impossibly large send self.assertRaises(grpc.RpcError, lambda: self.alice.send_coins( self.alice.new_address(address_type='p2wkh').address, amount=1000000000000000)) def test_list_unspent(self): self.assertIsInstance(self.alice.list_unspent(0, 1000), rpc_pb2.ListUnspentResponse) def subscribe_transactions(self): self.assertIsInstance(self.alice.subscribe_transactions(), rpc_pb2.Transaction) def send_many(self): pass def test_new_address(self): self.address_p2wkh = self.alice.new_address(address_type='p2wkh') self.address_np2wkh = self.alice.new_address(address_type='np2wkh') self.assertIsInstance(self.address_p2wkh, rpc_pb2.NewAddressResponse) self.assertIsInstance(self.address_np2wkh, rpc_pb2.NewAddressResponse) self.assertRaises(TypeError, self.alice.new_address(address_type='segwit')) def test_sign_message(self): self.assertIsInstance(self.alice.sign_message(msg='test message content'), rpc_pb2.SignMessageResponse) self.assertRaises(AttributeError, lambda: self.alice.sign_message(msg=b'bytes message')) def test_verify_message(self): message = 'test message content' message_sig_true = self.alice.sign_message(msg=message).signature message_sig_false = message_sig_true + '1' self.assertTrue(self.alice.verify_message(msg=message, signature=message_sig_true).valid) self.assertFalse(self.alice.verify_message(msg=message, signature=message_sig_false).valid) def test_disconnect_peer(self): bitcoin_address = self.bitcoin_rpc.getnewaddress() # make sure we have a peer ensure_peer_connected(self.alice, self.bob) # make sure all channels closed otherwise disconnect will fail close_all_channels(self.alice) self.bitcoin_rpc.generatetoaddress(3, bitcoin_address) time.sleep(SLEEP_TIME) # now disconnect all peers for peer in self.alice.list_peers(): self.alice.disconnect_peer(pub_key=peer.pub_key) time.sleep(SLEEP_TIME) self.bitcoin_rpc.generatetoaddress(3, bitcoin_address) time.sleep(SLEEP_TIME) self.assertEqual(0, len(self.alice.list_peers())) def test_connect(self): # close any open channels: close_all_channels(self.alice) self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) # check we are fully disconnected from peer before proceeding disconnect_all_peers(self.alice) time.sleep(SLEEP_TIME) # now test the connect self.alice.connect_peer(addr=self.bob.lightning_addr) self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) self.assertEqual(1, len(self.alice.list_peers())) self.assertEqual(self.alice.list_peers()[0].pub_key, self.bob.pub_key) def test_list_peers(self): # make sure we are connected to one peer ensure_peer_connected(self.alice, self.bob) # Test length with connected peer self.assertGreater(len(self.alice.list_peers()), 0) # close and active channels before disconnect close_all_channels(self.alice) self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) # disconnect disconnect_all_peers(self.alice) time.sleep(SLEEP_TIME) # test after disconnect self.assertEqual(0, len(self.alice.list_peers())) def test_get_info(self): self.assertIsInstance(self.alice.get_info(), rpc_pb2.GetInfoResponse) def test_pending_channels(self): self.assertIsInstance(self.alice.pending_channels(), rpc_pb2.PendingChannelsResponse) def test_list_channels(self): # self.assertTrue(self.test_connect()) # TODO: open a channel # self.assertGreater(len(self.alice.list_channels()), 0) pass def test_closed_channels(self): # TODO: open a channel # ... then close it ... # self.assertGreater(len(self.alice.closed_channels()), 0) pass def test_open_channel_sync(self): # make sure we are connected ensure_peer_connected(self.alice, self.bob) start_channels = len(self.alice.list_channels()) self.assertIsInstance(self.alice.open_channel_sync(local_funding_amount=500_000, node_pubkey_string=self.bob.pub_key), rpc_pb2.ChannelPoint) self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) end_channels = len(self.alice.list_channels()) self.assertGreater(end_channels, start_channels) def test_open_channel(self): pass def test_close_channel(self): # setup ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) self.assertGreater(len(self.alice.list_channels()), 0) # close all active channels self.alice.close_all_channels() self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) self.assertEqual(0, len(self.alice.list_channels())) def test_abandon_channel(self): # this is a development function only and does not need test pass def test_send_payment(self): pass def test_send_payment_sync(self): # setup inv_amt = 10000 ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) # test payment_request payment_request = self.bob.add_invoice(value=inv_amt).payment_request start_len = len(self.alice.list_payments().payments) self.assertIsInstance(self.alice.send_payment_sync(payment_request=payment_request), rpc_pb2.SendResponse) time.sleep(SLEEP_TIME) end_len = len(self.alice.list_payments().payments) self.assertGreater(end_len, start_len) # test manual request invoice = self.bob.add_invoice(value=inv_amt) start_len = len(self.alice.list_payments().payments) self.assertIsInstance(self.alice.send_payment_sync(dest_string=self.bob.pub_key, amt=inv_amt, payment_hash=invoice.r_hash, final_cltv_delta=144), rpc_pb2.SendResponse) time.sleep(SLEEP_TIME) end_len = len(self.alice.list_payments().payments) self.assertGreater(end_len, start_len) def test_send_to_route(self): pass def test_send_to_route_sync(self): pass def test_add_invoice(self): # setup ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) channel_0_balance = self.alice.list_channels()[0].local_balance # test valid start_index = self.alice.list_invoices().invoices[0].add_index self.assertIsInstance(self.alice.add_invoice(memo='test', value=channel_0_balance // 2, expiry=3600), rpc_pb2.AddInvoiceResponse) end_index = self.alice.list_invoices().invoices[0].add_index time.sleep(SLEEP_TIME) self.assertGreater(end_index, start_index) # test invalid start_index = self.alice.list_invoices().invoices[0].add_index self.assertRaises(grpc.RpcError, lambda: self.alice.add_invoice(memo='test', value=100_000_000, expiry=3600) ) end_index = self.alice.list_invoices().invoices[0].add_index self.assertEqual(end_index, start_index) def test_list_invoices(self): self.assertIsInstance(self.alice.list_invoices(), rpc_pb2.ListInvoiceResponse) def test_lookup_invoice(self): test_invoice = self.alice.list_invoices().invoices[0] self.assertIsInstance(self.alice.lookup_invoice(r_hash=test_invoice.r_hash), rpc_pb2.Invoice) def test_subscribe_invoices(self): self.assertIsInstance(self.alice.subscribe_invoices(), grpc._channel._Rendezvous) def test_decode_pay_req(self): inv_value = 15000 expiry = 3600 cltv_expiry = 144 invoice = self.bob.add_invoice(value=inv_value, expiry=expiry, cltv_expiry=cltv_expiry) decoded_inv = self.alice.decode_pay_req(pay_req=invoice.payment_request) self.assertEqual(invoice.r_hash, bytes.fromhex(decoded_inv.payment_hash)) self.assertEqual(self.bob.pub_key, decoded_inv.destination) self.assertEqual(inv_value, decoded_inv.num_satoshis) self.assertEqual(expiry, decoded_inv.expiry) self.assertEqual(cltv_expiry, decoded_inv.cltv_expiry) def test_list_payments(self): self.assertIsInstance(self.alice.list_payments(), rpc_pb2.ListPaymentsResponse) def test_z_delete_all_payments(self): # this will delete your payment history -- be careful # pass start_len = len(self.alice.list_payments().payments) if start_len == 0: ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) invoice = self.bob.add_invoice(value=5000) self.alice.pay_invoice(payment_request=invoice.payment_request) self.assertGreater(start_len, 0) self.assertIsInstance(self.alice.delete_all_payments(), rpc_pb2.DeleteAllPaymentsResponse) time.sleep(SLEEP_TIME) end_len = len(self.alice.list_payments().payments) self.assertEqual(end_len, 0) def test_describe_graph(self): self.assertIsInstance(self.alice.describe_graph(), rpc_pb2.ChannelGraph) def test_get_chan_info(self): if len(self.alice.list_channels()) == 0: ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) chan_id = self.alice.list_channels()[0].chan_id self.assertIsInstance(self.alice.get_chan_info(chan_id=chan_id), rpc_pb2.ChannelEdge) def test_subscribe_channel_events(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) results = [] subscription = self.alice.subscribe_channel_events() self.assertIsInstance(subscription, grpc._channel._Rendezvous) self.alice.open_channel_sync(local_funding_amount=500_000, node_pubkey_string=self.bob.pub_key) self.bitcoin_rpc.generatetoaddress(3, BITCOIN_ADDR) time.sleep(SLEEP_TIME) results.append(subscription.next()) self.assertGreater(len(results), 0) def test_get_node_info(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) self.assertIsInstance(self.alice.get_node_info(pub_key=self.bob.pub_key), rpc_pb2.NodeInfo) def test_query_routes(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) self.assertIsInstance(self.alice.query_routes(pub_key=self.bob.pub_key, amt=10000, num_routes=1), rpc_pb2.QueryRoutesResponse) def test_network_info(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) self.assertIsInstance(self.alice.get_network_info(), rpc_pb2.NetworkInfo) def test_stop_daemon(self): pass def test_subscribe_channel_graph(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) results = [] subscription = self.alice.subscribe_channel_graph() self.assertIsInstance(subscription, grpc._channel._Rendezvous) def test_debug_level(self): self.assertIsInstance(self.alice.debug_level(level_spec='off'), rpc_pb2.DebugLevelResponse) def test_fee_report(self): self.assertIsInstance(self.alice.fee_report(), rpc_pb2.FeeReportResponse) def test_update_channel_policy(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) # testing global policy setting self.assertIsInstance(self.alice.update_channel_policy(base_fee_msat=1000, fee_rate=1, time_lock_delta=144), rpc_pb2.PolicyUpdateResponse) # test single channel channel_point = self.alice.list_channels()[0].channel_point self.assertIsInstance(self.alice.update_channel_policy(base_fee_msat=1000, fee_rate=1, time_lock_delta=144, chan_point=channel_point), rpc_pb2.PolicyUpdateResponse) def test_forwarding_history(self): ensure_peer_connected(self.alice, self.bob) ensure_channel_open(self.alice, self.bob, self.bitcoin_rpc, BITCOIN_ADDR) self.assertIsInstance(self.alice.forwarding_history(), rpc_pb2.ForwardingHistoryResponse)
39.689516
99
0.642436
16,483
0.837296
0
0
104
0.005283
0
0
1,697
0.086203
19a16d103bbd6587ea4e474ed212a036bf6bb483
3,683
py
Python
tvb_hpc/metric.py
DeLaVlag/tvb-hpc
6559707dfee8ec712d9624aaf441f9901919fe63
[ "Apache-2.0" ]
3
2017-02-22T10:17:19.000Z
2019-06-20T13:13:53.000Z
tvb_hpc/metric.py
DeLaVlag/tvb-hpc
6559707dfee8ec712d9624aaf441f9901919fe63
[ "Apache-2.0" ]
27
2017-02-07T10:25:31.000Z
2020-07-01T09:48:13.000Z
tvb_hpc/metric.py
DeLaVlag/tvb-hpc
6559707dfee8ec712d9624aaf441f9901919fe63
[ "Apache-2.0" ]
10
2017-03-06T10:52:02.000Z
2020-11-20T02:17:17.000Z
# Copyright 2018 TVB-HPC contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from .base import BaseKernel class Covar: template = """ // stable one-pass co-moment algo, cf wikipedia __kernel void update_cov(int i_sample, int n_node, __global float *cov, __global float *means, __global float *data) { int it = get_global_id(0), nt = get_global_size(0); if (i_sample == 0) { for (int i_node = 0; i_node < n_node; i_node++) means[i_node * nt + it] = data[i_node * nt + it]; return; } float recip_n = 1.0f / i_sample; // double buffer to avoid copying memory __global float *next_mean = means, *prev_mean = means; if (i_sample % 2 == 0) { prev_mean += n_node * nt; } else { next_mean += n_node * nt; } for (int i_node = 0; i_node < n_node; i_node++) { int i_idx = i_node * nt + it; next_mean[i_idx] = prev_mean[i_idx] \ + (data[i_idx] - prev_mean[i_idx]) * recip_n; } for (int i_node = 0; i_node < n_node; i_node++) { int i_idx = i_node * nt + it; float data_mean_i = data[i_idx] - prev_mean[i_idx]; for (int j_node = 0; j_node < n_node; j_node++) { int j_idx = j_node * nt + it; float data_mean_j = data[j_idx] - next_mean[j_idx]; int cij_idx = (j_node * n_node + i_node) * nt + it; cov[cij_idx] += data_mean_j * data_mean_i; } } } """ class BatchCov(BaseKernel): domains = '{[i,j,t]: 0<=i<n and 0<=j<n and 0<t<m}' dtypes = {'cov,x,u': 'f', 'm,n': 'i'} instructions = """ for i u[i] = sum(t, x[t, i]) end for i for j cov[j, i] = sum(t, (x[t, i] - u[i]) * (x[t, j] - u[j])) end end """ class OnlineCov(BaseKernel): domains = '{[i,j]: 0<=i<n and 0<=j<n}' dtypes = {'cov,x,u0,u1': 'f', 't,n': 'i'} instructions = """ if (t == 0) for i u0[i] = x[i] end end for i u1[i] = u0[i] + (x[i] - u0[i]) / t end for i <> dui = x[i] - u0[i] for j <> duj = x[j] - u1[j] cov[j, i] = cov[j, i] + duj * dui end end """ class CovToCorr: template = """ __kernel void cov_to_corr(int n_sample, int n_node, __global float *cov, __global float *corr) { int it = get_global_id(0), nt = get_global_size(0); float recip_n_samp = 1.0f / n_sample; // normalize comoment to covariance for (int ij = 0; ij < (n_node * n_node); ij++) cov[ij*nt + it] *= recip_n_samp; // compute correlation coefficient #define COV(i, j) cov[(i*n_node + j)*nt + it] #define CORR(i, j) corr[(i*n_node + j)*nt + it] for (int i = 0; i < n_node; i++) { float var_i = COV(i, i); for (int j = 0; j < n_node; j++) { float var_j = COV(j, j); CORR(i, j) = COV(i, j) / sqrt(var_i * var_j); } } } """
26.307143
78
0.519414
3,018
0.819441
0
0
0
0
0
0
3,399
0.922889
19a1cf2092a5e1441835b5519079835b5bb7b437
484
py
Python
20_valid_parens.py
claytonjwong/leetcode-py
16bbf8ac0ba5c80fe3ef67ade0d61a12991270a7
[ "MIT" ]
1
2020-07-15T14:16:23.000Z
2020-07-15T14:16:23.000Z
20_valid_parens.py
claytonjwong/leetcode-py
16bbf8ac0ba5c80fe3ef67ade0d61a12991270a7
[ "MIT" ]
null
null
null
20_valid_parens.py
claytonjwong/leetcode-py
16bbf8ac0ba5c80fe3ef67ade0d61a12991270a7
[ "MIT" ]
null
null
null
# # 20. Valid Parentheses # # Q: https://leetcode.com/problems/valid-parentheses/ # A: https://leetcode.com/problems/valid-parentheses/discuss/9214/Kt-Js-Py3-Cpp-Stack # class Solution: def isValid(self, A: str) -> bool: s = [] for c in A: if c == '(': s.append(')') elif c == '[': s.append(']') elif c == '{': s.append('}') elif not len(s) or c != s.pop(): return False return not len(s)
26.888889
85
0.506198
312
0.644628
0
0
0
0
0
0
182
0.376033
19a1f5173da1a19ab9a723e6c007b756a7bf4d27
1,474
py
Python
2016/23/solution.py
Artemigos/advent-of-code
0b2ae6af3788b9e6891219b2b64ce0d510b3e1aa
[ "MIT" ]
null
null
null
2016/23/solution.py
Artemigos/advent-of-code
0b2ae6af3788b9e6891219b2b64ce0d510b3e1aa
[ "MIT" ]
null
null
null
2016/23/solution.py
Artemigos/advent-of-code
0b2ae6af3788b9e6891219b2b64ce0d510b3e1aa
[ "MIT" ]
null
null
null
import common lines = common.read_file('2016/23/data.txt').splitlines() # part 1 eggs = 7 # part 2 eggs = 12 registers = dict(a=eggs, b=0, c=0, d=0) def get_val(val_spec): if val_spec in registers.keys(): return registers[val_spec] return int(val_spec) def is_reg(val_spec): return val_spec in registers.keys() instructions = [x.split(' ') for x in lines] i = 0 while i < len(instructions) and i >= 0: print(registers) instr = instructions[i] code = instr[0] if code == 'cpy': if is_reg(instr[2]): registers[instr[2]] = get_val(instr[1]) i += 1 elif code == 'inc': if is_reg(instr[1]): registers[instr[1]] += 1 i += 1 elif code == 'dec': if is_reg(instr[1]): registers[instr[1]] -= 1 i += 1 elif code == 'jnz': if get_val(instr[1]) != 0: i += get_val(instr[2]) else: i += 1 else: # tgl instr_offset = get_val(instr[1]) instr_idx = i + instr_offset if 0 <= instr_idx < len(instructions): to_tgl = instructions[instr_idx] if to_tgl[0] == 'inc': to_tgl[0] = 'dec' elif to_tgl[0] == 'dec' or to_tgl[0] == 'tgl': to_tgl[0] = 'inc' elif to_tgl[0] == 'jnz': to_tgl[0] = 'cpy' else: # cpy to_tgl[0] = 'jnz' i += 1 print('a=', registers['a'])
24.566667
58
0.501357
0
0
0
0
0
0
0
0
114
0.077341
19a5490d295df8c74ba7a1b675a66941ae74fa96
798
py
Python
game/gamesrc/conf/at_server_startstop.py
abbacode/avaloria
02e1805ac6e74543c96408b7951429f94bc140ca
[ "ClArtistic" ]
null
null
null
game/gamesrc/conf/at_server_startstop.py
abbacode/avaloria
02e1805ac6e74543c96408b7951429f94bc140ca
[ "ClArtistic" ]
null
null
null
game/gamesrc/conf/at_server_startstop.py
abbacode/avaloria
02e1805ac6e74543c96408b7951429f94bc140ca
[ "ClArtistic" ]
null
null
null
""" This module contains functions that are imported and called by the server whenever it changes its running status. At the point these functions are run, all applicable hooks on individual objects have already been executed. The main purpose of this is module is to have a safe place to initialize eventual custom modules that your game needs to start up or load. The module should define at least these global functions: at_server_start() at_server_stop() The module used is defined by settings.AT_SERVER_STARTSTOP_MODULE. """ def at_server_start(): """ This is called every time the server starts up (also after a reload or reset). """ pass def at_server_stop(): """ This is called just before a server is shut down, reloaded or reset. """ pass
25.741935
70
0.738095
0
0
0
0
0
0
0
0
722
0.904762
19a70dde6b545bdfbf0067d8087a6296f69db3a9
407
py
Python
registration/urls.py
NJnisarg/IEEEProfMatch
0a67108c910b40f878cc3e0ed9f37ec59089f02d
[ "MIT" ]
null
null
null
registration/urls.py
NJnisarg/IEEEProfMatch
0a67108c910b40f878cc3e0ed9f37ec59089f02d
[ "MIT" ]
null
null
null
registration/urls.py
NJnisarg/IEEEProfMatch
0a67108c910b40f878cc3e0ed9f37ec59089f02d
[ "MIT" ]
null
null
null
from django.urls import path from . import views urlpatterns = [ path('register/student/', views.StudentCreate.as_view(), name='student-register'), path('register/prof/', views.ProfCreate.as_view(), name='prof-register'), path('remove/student/<pk>/', views.StudentRemove.as_view(), name='student-remove'), path('remove/prof/<pk>/', views.ProfRemove.as_view(), name='prof-remove'), ]
45.222222
88
0.687961
0
0
0
0
0
0
0
0
138
0.339066
19a87db683c9165ec3ec45d64b90db5e4bc925f8
3,272
py
Python
src/experiment/experiment.py
ricoms/credit-fraud-dealing-with-imbalanced-datasets-mlops
aa483832493faa88affd00eff5489d03506abdeb
[ "MIT" ]
5
2021-04-29T22:20:08.000Z
2021-05-21T03:29:52.000Z
src/experiment/experiment.py
ricoms/credit-fraud-dealing-with-imbalanced-datasets-mlops
aa483832493faa88affd00eff5489d03506abdeb
[ "MIT" ]
null
null
null
src/experiment/experiment.py
ricoms/credit-fraud-dealing-with-imbalanced-datasets-mlops
aa483832493faa88affd00eff5489d03506abdeb
[ "MIT" ]
3
2021-04-29T22:41:59.000Z
2021-10-03T20:06:05.000Z
import sys from dataclasses import dataclass from io import StringIO from pathlib import Path from typing import Any import numpy as np from sklearn.model_selection import StratifiedKFold from utils.logger import logger from .artifacts import ExperimentArtifacts INPUT_COLUMNS = [ "Time", "V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11", "V12", "V13", "V14", "V15", "V16", "V17", "V18", "V19", "V20", "V21", "V22", "V23", "V24", "V25", "V26", "V27", "V28", "Amount", "Class", ] @dataclass class Experiment: run_tag: str model: Any input_dir: Path artifacts_handler: ExperimentArtifacts training_portion: float = .8 random_state: int = 42 def load_data(self): with open(self.input_dir, 'r') as file: data = file.read().replace('"', '') data = np.genfromtxt(StringIO(data), delimiter=',', skip_header=1) # , dtype=None self.X, self.y = data[:, :-1], data[:, -1] shape0 = self.y.shape[0] bin_counts = np.bincount(self.y.astype(np.int32)) number_no_frauds = round(bin_counts[0]/shape0 * 100, 2) number_frauds = round(bin_counts[1]/shape0 * 100, 2) logger.info(f'Number of instances of the dataset: {shape0}') logger.info(f'No Frauds {number_no_frauds} of the dataset') logger.info(f'Frauds {number_frauds} of the dataset') def split_data(self): self.sss = StratifiedKFold(n_splits=5, random_state=None, shuffle=False) def train(self): accuracy_lst = [] precision_lst = [] recall_lst = [] f1_lst = [] auc_lst = [] for train, validation in self.sss.split(self.X, self.y): self.model.train( self.X[train], self.y[train], ) acc, precision, recall, f1, auc = self.model.evaluate( self.X[validation], self.y[validation], ) accuracy_lst.append(acc) precision_lst.append(precision) recall_lst.append(recall) f1_lst.append(f1) auc_lst.append(auc) visual_results = self.model.gen_plots( self.X[validation], self.y[validation], ) artifacts = { "metrics": { "avg_accuracy": np.mean(accuracy_lst), "avg_precision": np.mean(precision_lst), "avg_recall": np.mean(recall_lst), "avg_f1": np.mean(f1_lst), "avg_auc": np.mean(auc_lst), }, "images": visual_results, } logger.info(artifacts) return artifacts def save(self): self.artifacts_handler.save() self.model.save(self.artifacts_handler.output_prefix) def run(self): logger.info(f"Begin Experiment {self.run_tag} for model {self.model.model_id}.") self.load_data() self.split_data() try: artifacts = self.train() except Exception as e: self.artifacts_handler.training_error(e) sys.exit(255) self.artifacts_handler.get_artifacts( artifacts ) self.save() self.artifacts_handler.create_package_with_models()
31.161905
90
0.573655
2,746
0.839242
0
0
2,757
0.842604
0
0
452
0.138142
19aaba565d436c4904687e34d86883a59ba3510f
92
py
Python
29.operacoes_com_lista/17.exercicio4.py
robinson-1985/python-zero-dnc
df510d67e453611fcd320df1397cdb9ca47fecb8
[ "MIT" ]
null
null
null
29.operacoes_com_lista/17.exercicio4.py
robinson-1985/python-zero-dnc
df510d67e453611fcd320df1397cdb9ca47fecb8
[ "MIT" ]
null
null
null
29.operacoes_com_lista/17.exercicio4.py
robinson-1985/python-zero-dnc
df510d67e453611fcd320df1397cdb9ca47fecb8
[ "MIT" ]
null
null
null
# 4.Crie uma lista que vá de 1 até 100. list = [ cont for cont in range(1,101)] print(list)
23
39
0.673913
0
0
0
0
0
0
0
0
41
0.43617
19ab282eb7fda2cf0e66686848e93a742af27a72
1,385
py
Python
src/responsibility/problems/drsc_fig3.py
pik-gane/pyresponsibility
e0f43be1a9712754832bb97b3797851cdb24842d
[ "BSD-2-Clause" ]
null
null
null
src/responsibility/problems/drsc_fig3.py
pik-gane/pyresponsibility
e0f43be1a9712754832bb97b3797851cdb24842d
[ "BSD-2-Clause" ]
null
null
null
src/responsibility/problems/drsc_fig3.py
pik-gane/pyresponsibility
e0f43be1a9712754832bb97b3797851cdb24842d
[ "BSD-2-Clause" ]
null
null
null
"""Fig. 3 from Heitzig & Hiller (2020) Degrees of individual and groupwise backward and forward responsibility in extensive-form games with ambiguity, and their application to social choice problems. ArXiv:2007.07352 drsc_fig3: v1: i ├─╴dont_hesitate╶─╴w3: lives ✔ ╰─╴hesitate╶─╴v2: i ├─╴try_after_all╶─╴delayed_try │ ├─╴succeed╶─╴w4: lives ✔ │ ╰─╴fail╶─╴w6: dies ✖ ╰─╴pass_╶─╴w5: dies ✖ Situation related to the Independence of Nested Decisions (IND) axiom. The agent sees someone having a heart attack and may either try to rescue them without hesitation, applying CPU until the ambulance arrives, or hesitate and then reconsider and try rescuing them after all, in which case it is ambiguous whether the attempt can still succeed. """ from ..__init__ import * global_players("i") global_actions("hesitate", "dont_hesitate", "try_after_all", "pass_") lives = Ou("lives", ac=True) dies = Ou("dies", ac=False) T = Tree("drsc_fig3", ro=DeN("v1", pl=i, co={ dont_hesitate: OuN("w3", ou=lives), hesitate: DeN("v2", pl=i, co={ try_after_all: PoN("delayed_try", su={ ("succeed", OuN("w4", ou=lives)), ("fail", OuN("w6", ou=dies)) }), pass_: OuN("w5", ou=dies) }) }) ) T.make_globals()
30.108696
81
0.608664
0
0
0
0
0
0
0
0
1,045
0.711368
19ad8e362fd7bad525b8a921fc18f92df7f7282b
82
py
Python
www/speed/benchmarks/fib.py
raspberrypieman/brython
2cc23d1da6acda604d4a56b4c9d464eb7e374eda
[ "BSD-3-Clause" ]
5,926
2015-01-01T07:45:08.000Z
2022-03-31T12:34:38.000Z
www/speed/benchmarks/fib.py
raspberrypieman/brython
2cc23d1da6acda604d4a56b4c9d464eb7e374eda
[ "BSD-3-Clause" ]
1,728
2015-01-01T01:09:12.000Z
2022-03-30T23:25:22.000Z
www/speed/benchmarks/fib.py
raspberrypieman/brython
2cc23d1da6acda604d4a56b4c9d464eb7e374eda
[ "BSD-3-Clause" ]
574
2015-01-02T01:36:10.000Z
2022-03-26T10:18:48.000Z
def fib(n): if (n<2): return n return fib(n-2) + fib(n-1) fib(30)
11.714286
30
0.47561
0
0
0
0
0
0
0
0
0
0
19b063208b212cda110697a8227b09dc8f98a0db
414
py
Python
catalog/bindings/csw/role.py
NIVANorge/s-enda-playground
56ae0a8978f0ba8a5546330786c882c31e17757a
[ "Apache-2.0" ]
null
null
null
catalog/bindings/csw/role.py
NIVANorge/s-enda-playground
56ae0a8978f0ba8a5546330786c882c31e17757a
[ "Apache-2.0" ]
null
null
null
catalog/bindings/csw/role.py
NIVANorge/s-enda-playground
56ae0a8978f0ba8a5546330786c882c31e17757a
[ "Apache-2.0" ]
null
null
null
from dataclasses import dataclass from bindings.csw.code_type_1 import CodeType1 __NAMESPACE__ = "http://www.opengis.net/ows" @dataclass class Role(CodeType1): """Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003. """ class Meta: namespace = "http://www.opengis.net/ows"
24.352941
65
0.724638
273
0.65942
0
0
284
0.68599
0
0
236
0.570048
5fd5ed7c8159f71250918b127471e85178346d85
31
py
Python
utils_folder/__init__.py
codevideo/Airsim_Test
0b47665c67ba674d277fc8de58739a59648bb7eb
[ "MIT" ]
null
null
null
utils_folder/__init__.py
codevideo/Airsim_Test
0b47665c67ba674d277fc8de58739a59648bb7eb
[ "MIT" ]
null
null
null
utils_folder/__init__.py
codevideo/Airsim_Test
0b47665c67ba674d277fc8de58739a59648bb7eb
[ "MIT" ]
null
null
null
from .image_generator import *
15.5
30
0.806452
0
0
0
0
0
0
0
0
0
0
5fd63dd37aacbace93081d1f24365379814ddc62
1,847
py
Python
discogstagger/lyrics.py
makzyt4/discogs-tagger
b578257922230b634d43349f2efd4fda72fdd008
[ "MIT" ]
2
2019-09-05T04:26:20.000Z
2020-08-05T02:56:04.000Z
discogstagger/lyrics.py
makzyt4/discogs-tagger
b578257922230b634d43349f2efd4fda72fdd008
[ "MIT" ]
null
null
null
discogstagger/lyrics.py
makzyt4/discogs-tagger
b578257922230b634d43349f2efd4fda72fdd008
[ "MIT" ]
1
2019-10-02T13:07:34.000Z
2019-10-02T13:07:34.000Z
import warnings import urllib warnings.filterwarnings("ignore", category=UserWarning) from fuzzywuzzy import fuzz from bs4 import BeautifulSoup from discogstagger.crawler import WebCrawler class LyricsSearcher: def __init__(self, artist_name): self.artist_name = artist_name self.url_base = "http://lyrics.wikia.com" self.crawler = WebCrawler() url_search_fragment = "/wiki/Special:Search?query=" artist_query = urllib.parse.quote_plus(artist_name) url = self.url_base + url_search_fragment + artist_query self.soup = self.crawler.get_soup(url) def load(self): li = self.soup.find("li", {"class": "result"}) if li is None: return False first_artist = li.find_all("a", {"class": "result-link"})[0].text ratio = fuzz.ratio(first_artist, self.artist_name) if ratio < 60: return False first_link = li.find_all("a", {"class": "result-link"})[0]['href'] self.soup = self.crawler.get_soup(first_link) return True def search_lyrics(self, track_title): ols = self.soup.find_all("ol") max_ratio = 0 found = None for ol in ols: links = ol.find_all("a") for link in links: ratio = fuzz.ratio(track_title, link.text) if ratio > max_ratio: max_ratio = ratio found = {'link': link['href'], 'ratio': ratio} if found == None or found['ratio'] < 80: return '' track_soup = self.crawler.get_soup(self.url_base + found['link']) lyricbox = track_soup.find("div", {"class": "lyricbox"}) if lyricbox is None: return '' for br in lyricbox.find_all("br"): br.replace_with("\n") return lyricbox.text
35.519231
74
0.593936
1,654
0.895506
0
0
0
0
0
0
206
0.111532
5fd72d6c14585afca0b8d98d7d4aed63853fc97b
1,478
py
Python
policy_sentry/util/conditions.py
patricksanders/policy_sentry
3559ce8d3a19728b4f64dfff4cbdf075e7629b39
[ "MIT" ]
null
null
null
policy_sentry/util/conditions.py
patricksanders/policy_sentry
3559ce8d3a19728b4f64dfff4cbdf075e7629b39
[ "MIT" ]
20
2020-03-20T06:13:09.000Z
2022-02-10T18:15:35.000Z
policy_sentry/util/conditions.py
ssmbct-netops/policy_sentry
c9f4752c633fe229220b7f476aa766ea65330489
[ "MIT" ]
null
null
null
""" Just some text transformation functions related to our conditions-related workarounds """ # Borrowed from parliament. Altered with normalization for lowercase. def translate_condition_key_data_types(condition_str): """ The docs use different type names, so this standardizes them. Example: The condition secretsmanager:RecoveryWindowInDays is listed as using a "Long" So return "Number" """ if condition_str.lower() in ["arn", "arn"]: return "Arn" elif condition_str.lower() in ["bool", "boolean"]: return "Bool" elif condition_str.lower() in ["date"]: return "Date" elif condition_str.lower() in ["long", "numeric"]: return "Number" elif condition_str.lower() in ["string", "string", "arrayofstring"]: return "String" elif condition_str.lower() in ["ip"]: return "Ip" else: raise Exception("Unknown data format: {}".format(str)) def get_service_from_condition_key(condition_key): """Given a condition key, return the service prefix""" elements = condition_key.split(":", 2) return elements[0] def get_comma_separated_condition_keys(condition_keys): """ :param condition_keys: String containing multiple condition keys, separated by double spaces :return: result: String containing multiple condition keys, comma-separated """ result = condition_keys.replace(" ", ",") # replace the double spaces with a comma return result
32.844444
96
0.688769
0
0
0
0
0
0
0
0
788
0.533153
5fd7391d4fbb21e69c15f5d957bc435fc6d49a18
7,798
py
Python
env/lib/python3.7/site-packages/cleo/inputs/argv_input.py
Kolawole39/masonite-guides-tutorial
9a21cc635291a42f0722f69925be1809bb20e01c
[ "MIT" ]
null
null
null
env/lib/python3.7/site-packages/cleo/inputs/argv_input.py
Kolawole39/masonite-guides-tutorial
9a21cc635291a42f0722f69925be1809bb20e01c
[ "MIT" ]
null
null
null
env/lib/python3.7/site-packages/cleo/inputs/argv_input.py
Kolawole39/masonite-guides-tutorial
9a21cc635291a42f0722f69925be1809bb20e01c
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- import sys import re from .input import Input from ..exceptions import NoSuchOption, BadOptionUsage, TooManyArguments class ArgvInput(Input): def __init__(self, argv=None, definition=None): super(ArgvInput, self).__init__(definition) if argv is None: argv = sys.argv[:] argv.pop(0) self._tokens = argv self._parsed = None def parse(self): parse_options = True self._parsed = self._tokens while True: try: token = self._parsed.pop(0) except IndexError: break if parse_options and token == '': self.parse_argument(token) elif parse_options and token == '--': parse_options = False elif parse_options and token.find('--') == 0: self.parse_long_option(token) elif parse_options and token[0] == '-' and token != '-': self.parse_short_option(token) else: self.parse_argument(token) def parse_short_option(self, token): name = token[1:] if len(name) > 1: if self.definition.has_shortcut(name[0])\ and self.definition.get_option_for_shortcut(name[0]).accept_value(): # an option with a value (with no space) self.add_short_option(name[0], name[1:]) else: self.parse_short_option_set(name) else: if self.definition.has_shortcut(name) and self.definition.get_option_for_shortcut(name).accept_value(): try: value = self._parsed.pop(0) except IndexError: value = None if value and value.startswith('-'): self._parsed.insert(0, value) value = None self.add_short_option(name, value) else: self.add_short_option(name, None) def parse_short_option_set(self, name): l = len(name) for i in range(0, l): if not self.definition.has_shortcut(name[i]): raise NoSuchOption('The "-%s" option does not exist.' % name[i]) option = self.definition.get_option_for_shortcut(name[i]) if option.accept_value(): self.add_long_option(option.get_name(), None if l - 1 == i else name[i + 1:]) break else: self.add_long_option(option.get_name(), None) def parse_long_option(self, token): name = token[2:] pos = name.find('=') if pos != -1: self.add_long_option(name[:pos], name[pos + 1:]) else: if self.definition.has_option(name) and self.definition.get_option(name).accept_value(): try: value = self._parsed.pop(0) except IndexError: value = None if value and value.startswith('-'): self._parsed.insert(0, value) value = None self.add_long_option(name, value) else: self.add_long_option(name, None) def parse_argument(self, token): c = len(self.arguments) # if input is expecting another argument, add it if self.definition.has_argument(c): arg = self.definition.get_argument(c) self.arguments[arg.get_name()] = [token] if arg.is_list() else token elif self.definition.has_argument(c - 1) and self.definition.get_argument(c - 1).is_list(): arg = self.definition.get_argument(c - 1) self.arguments[arg.get_name()].append(token) # unexpected argument else: raise TooManyArguments('Too many arguments.') def add_short_option(self, shortcut, value): if not self.definition.has_shortcut(shortcut): raise NoSuchOption('The "-%s" option does not exist.' % shortcut) self.add_long_option(self.definition.get_option_for_shortcut(shortcut).get_name(), value) def add_long_option(self, name, value): if not self.definition.has_option(name): raise NoSuchOption('The "--%s" option does not exist.' % name) option = self.definition.get_option(name) if value is False: value = None if value is not None and not option.accept_value(): raise BadOptionUsage('The "--%s" option does not accept a value.' % name) if value is None and option.accept_value() and len(self._parsed): # if option accepts an optional or mandatory argument # let's see if there is one provided try: nxt = self._parsed.pop(0) except IndexError: nxt = None if nxt and len(nxt) >= 1 and nxt[0] != '-': value = nxt elif not nxt: value = '' else: self._parsed.insert(0, nxt) # This test is here to handle cases like --foo= # and foo option value is optional if value == '': value = None if value is None: if option.is_value_required(): raise BadOptionUsage('The "--%s" option requires a value.' % name) if not option.is_list(): value = option.get_default() if option.is_value_optional() else True if option.is_list(): if name not in self.options: self.options[name] = [value] else: self.options[name].append(value) else: self.options[name] = value def get_first_argument(self): for token in self._tokens: if token and token[0] == '-': continue return token def has_parameter_option(self, values): values = [values] if not isinstance(values, (list, tuple)) else values for token in self._tokens: for value in values: if token == value: return True # Options with values: # For long options, test for '--option=' at beginning # For short options, test for '-o' at beginning leading = value + "=" if value.find("--") == 0 else value if leading and token.find(leading) == 0: return True return False def get_parameter_option(self, values, default=False): values = [values] if not isinstance(values, (list, tuple)) else values tokens = self._tokens[:] while True: try: token = tokens.pop(0) except IndexError: break for value in values: if token == value: try: return tokens.pop(0) except IndexError: return # Options with values: # For long options, test for '--option=' at beginning # For short options, test for '-o' at beginning leading = value + "=" if value.find("--") == 0 else value if leading and token.find(leading) == 0: return token[len(leading):] return default def __str__(self): def stringify(token): m = re.match('^(-[^=]+=)(.+)', token) if m: return m.group(1) + self.escape_token(m.group(2)) if token and token[0] != '-': return self.escape_token(token) return token tokens = map(stringify, self._tokens) return ' '.join(tokens)
33.467811
115
0.530649
7,651
0.981149
0
0
0
0
0
0
822
0.105412
5fd7b9ebd6a6a68297eb56bfd50e24457d0aa02b
1,528
py
Python
general/email-sender/email_sender.py
caesarcc/python-code-tutorials
aa48ebe695e86440b206b641501ad55d021309bf
[ "MIT" ]
1,059
2019-08-04T17:51:43.000Z
2022-03-31T10:13:37.000Z
general/email-sender/email_sender.py
kylearrigoni/pythoncode-tutorials
6fd30ed854d1ea7573351ddb10c1eaae55ca5717
[ "MIT" ]
56
2019-12-10T16:46:40.000Z
2022-03-29T01:36:50.000Z
general/email-sender/email_sender.py
kylearrigoni/pythoncode-tutorials
6fd30ed854d1ea7573351ddb10c1eaae55ca5717
[ "MIT" ]
1,330
2019-08-16T01:36:18.000Z
2022-03-31T16:57:22.000Z
import smtplib from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart from bs4 import BeautifulSoup as bs def send_mail(email, password, FROM, TO, msg): # initialize the SMTP server server = smtplib.SMTP("smtp.gmail.com", 587) # connect to the SMTP server as TLS mode (secure) and send EHLO server.starttls() # login to the account using the credentials server.login(email, password) # send the email server.sendmail(FROM, TO, msg.as_string()) # terminate the SMTP session server.quit() # your credentials email = "[email protected]" password = "password" # the sender's email FROM = "[email protected]" # the receiver's email TO = "[email protected]" # the subject of the email (subject) subject = "Just a subject" # initialize the message we wanna send msg = MIMEMultipart("alternative") # set the sender's email msg["From"] = FROM # set the receiver's email msg["To"] = TO # set the subject msg["Subject"] = subject # set the body of the email as HTML html = """ This email is sent using <b>Python </b>! """ # uncomment below line if you want to use the HTML template # located in mail.html # html = open("mail.html").read() # make the text version of the HTML text = bs(html, "html.parser").text text_part = MIMEText(text, "plain") html_part = MIMEText(html, "html") # attach the email body to the mail message # attach the plain text version first msg.attach(text_part) msg.attach(html_part) # send the mail send_mail(email, password, FROM, TO, msg)
27.781818
67
0.716623
0
0
0
0
0
0
0
0
861
0.563482
5fd809b863e1c38e1b5883293cb0d69f18e7c0cd
140
py
Python
src/app/models/__init__.py
starlite-api/backend-starlite-postgres
c2d539d88dd13cbe06fa49ab95c1fd6eb398b051
[ "MIT" ]
3
2022-01-18T16:35:12.000Z
2022-01-25T14:55:32.000Z
src/app/models/__init__.py
starlite-api/backend-starlite-postgres
c2d539d88dd13cbe06fa49ab95c1fd6eb398b051
[ "MIT" ]
1
2022-01-24T22:37:35.000Z
2022-01-25T08:09:19.000Z
src/app/models/__init__.py
starlite-api/backend-starlite-postgres
c2d539d88dd13cbe06fa49ab95c1fd6eb398b051
[ "MIT" ]
null
null
null
# flake8: noqa from .base import Base from .item import Item, ItemCreateModel, ItemModel from .user import User, UserCreateModel, UserModel
28
50
0.8
0
0
0
0
0
0
0
0
14
0.1
5fda0bec3ea02ea3a6f8218190306677fcc6bbb6
3,371
py
Python
digibanner.py
w4mhi/digipi
1fb00450cf9ed14a30c293e744848a7cad09f489
[ "MIT" ]
null
null
null
digibanner.py
w4mhi/digipi
1fb00450cf9ed14a30c293e744848a7cad09f489
[ "MIT" ]
null
null
null
digibanner.py
w4mhi/digipi
1fb00450cf9ed14a30c293e744848a7cad09f489
[ "MIT" ]
null
null
null
#!/usr/bin/python3 # direwatch """ Craig Lamparter KM6LYW, 2021, MIT License modified by W4MHI February 2022 - see the init_display.py module for display settings - see https://www.delftstack.com/howto/python/get-ip-address-python/ for the ip address """ import sys import argparse import time from netifaces import interfaces, ifaddresses, AF_INET sys.path.insert(0, '/home/pi/common') from display_util import * from constants import * def parse_arguments(): ap = argparse.ArgumentParser() ap.add_argument("-f", "--fontsize", required=False, help="Font size for messages") ap.add_argument("-b", "--big", required=False, help="large text to display") ap.add_argument("-s", "--small", required=False, help="smaller text underneath") args = vars(ap.parse_args()) return args args = parse_arguments() if args["fontsize"]: fontsize = int(args["fontsize"]) if fontsize > 34: print("The input: " + str(fontsize) + " is greater than: 34 that is maximum value supported.") print("Setting to maximum value: 34.") fontsize = 34 elif fontsize < 20: print("The input: " + str(fontsize) + " is lower than: 20 that is minimum value supported.") print("Setting to minimum value: 20.") fontsize = 20 else: print("Setting font size to default value: 24.") fontsize = 24 if args["big"]: message_big = args["big"] else: message_big = "DigiPi" if args["small"]: message_small = args["small"] else: message_small = "DigiPi Operational!" # title font_title = get_titlefont() # define writing fonts font_message = get_writingfont(fontsize) spacing = get_spacing(fontsize) last_line = get_lastline(fontsize) # Draw a black filled box to clear the image. draw.rectangle((0, 0, width, height), outline=0, fill="#000000") # title bar draw.rectangle((0, 0, width, TITLE_BAR_H), outline=0, fill="#333333") draw.text((10, 0) , TITLE, font=font_title, fill="#888888") # ip addresses message count = 1 draw.text((PAD_LEFT, count*spacing), "Net's IP Addresses", font=font_message, fill="#00FF00") first_pass = True ip_present = False while ip_present == False: count = 1 # ip addresses for ifaceName in interfaces(): for i in ifaddresses(ifaceName).setdefault(AF_INET, [{'addr':'No IP yet'}]): if ifaceName.startswith("wlan") or ifaceName.startswith("eth"): # increment for interface name count = count + 1 if first_pass: # show the interface name draw.text((PAD_LEFT, count*spacing), "[" + ifaceName + "]", font=font_message, fill="#00FF00") # increment for the ip address count = count + 1 #delete the previous line if exists draw.rectangle((0, count*spacing, width, (count+1)*spacing), outline=0, fill="#000000") draw.text((4*PAD_LEFT, count*spacing), i['addr'], font=font_message, fill="#00FF00") if i['addr'].startswith('No IP') == False: ip_present = True disp.image(image) first_pass = False # wait and re-iterate if no ip address if ip_present == False: time.sleep(3) # message count = count + 1 if last_line >= count: draw.text((PAD_LEFT, last_line*spacing), message_small, font=font_message, fill="#FFFF00") #with display_lock: disp.image(image) print("DigiPi operational!\n") exit(0)
29.570175
110
0.664195
0
0
0
0
0
0
0
0
1,168
0.346485
5fdb29602cc883d0c3c33fa3a91c2d4157fe4739
7,007
py
Python
autotorrent/utils.py
jyggen/autotorrent
5a8f2b40ccc8c66c73dc520f98b886d21e163afa
[ "MIT" ]
278
2015-02-12T19:19:53.000Z
2022-03-22T21:17:28.000Z
autotorrent/utils.py
jyggen/autotorrent
5a8f2b40ccc8c66c73dc520f98b886d21e163afa
[ "MIT" ]
56
2015-03-27T00:38:37.000Z
2022-03-26T17:52:58.000Z
autotorrent/utils.py
jyggen/autotorrent
5a8f2b40ccc8c66c73dc520f98b886d21e163afa
[ "MIT" ]
48
2015-03-10T16:50:19.000Z
2022-03-20T12:11:50.000Z
from __future__ import division import hashlib import logging import os import re __all__ = [ 'is_unsplitable', 'get_root_of_unsplitable', 'Pieces', ] UNSPLITABLE_FILE_EXTENSIONS = [ set(['.rar', '.sfv']), set(['.mp3', '.sfv']), set(['.vob', '.ifo']), ] logger = logging.getLogger(__name__) def is_unsplitable(files): """ Checks if a list of files can be considered unsplitable, e.g. VOB/IFO or scene release. This means the files can only be used in this combination. """ extensions = set(os.path.splitext(f)[1].lower() for f in files) found_unsplitable_extensions = False for exts in UNSPLITABLE_FILE_EXTENSIONS: if len(extensions & exts) == len(exts): found_unsplitable_extensions = True break lowercased_files = set([f.lower() for f in files]) found_magic_file = False if 'movieobject.bdmv' in lowercased_files: found_magic_file = True return found_unsplitable_extensions or found_magic_file def get_root_of_unsplitable(path): """ Scans a path for the actual scene release name, e.g. skipping cd1 folders. Returns None if no scene folder could be found """ path = path[::-1] for p in path: if not p: continue if re.match(r'^(cd[1-9])|(samples?)|(proofs?)|((vob)?sub(title)?s?)$', p, re.IGNORECASE): # scene paths continue if re.match(r'^(bdmv)|(disc\d*)|(video_ts)$', p, re.IGNORECASE): # bluray / dd continue return p class Pieces(object): """ Can help check if files match the files found in a torrent. """ def __init__(self, torrent): self.piece_size = torrent[b'info'][b'piece length'] self.pieces = [] for i in range(0, len(torrent[b'info'][b'pieces']), 20): self.pieces.append(torrent[b'info'][b'pieces'][i:i+20]) def get_complete_pieces(self, start_size, end_size): """ Finds complete pieces and returns the alignment needed from the beginning and the end (to match the file). """ logger.debug('Getting complete pieces for file starting at %i and ending at %i. Piece size is %i' % (start_size, end_size, self.piece_size)) start_piece, start_offset = divmod(start_size, self.piece_size) if start_offset: start_piece += 1 if start_offset: start_offset = self.piece_size - start_offset end_piece, end_offset = divmod(end_size, self.piece_size) logger.debug('Start piece:%i end piece:%i' % (start_piece, end_piece-1)) return start_offset, end_offset, self.pieces[start_piece:end_piece] def find_piece_breakpoint(self, file_path, start_size, end_size): """ Finds the point where a file with a different size is modified and tries to align it with pieces. """ start_offset, end_offset, pieces = self.get_complete_pieces(start_size, end_size) failed_pieces = (len(pieces) // 20) or 1 # number of pieces that can fail in a row and then put an end to checking success_count = failed_pieces piece_status = [] with open(file_path, 'rb') as f: f.seek(start_offset) for i, piece in enumerate(pieces): logger.debug('Checking piece %i for breakingpoint' % (i, )) h = hashlib.sha1(f.read(self.piece_size)).digest() if h == piece: logger.debug('Piece %i matched' % i) if success_count < failed_pieces: success_count += 1 piece_status.append(True) else: logger.debug('Piece %i did not match' % i) success_count -= 1 piece_status.append(False) if success_count <= 0: logger.debug('The breakingpoint has been found after piece %i - more than %i failed pieces' % (i, failed_pieces)) break for p in piece_status[::-1]: if p: break i -= 1 breakingpoint = start_offset + self.piece_size*i logger.debug('A total of %i pieces were ok, so we set breakingpoint at %i' % (i, breakingpoint)) return breakingpoint def match_file(self, file_path, start_size, end_size): """ Try to match file starting at start_size and ending at end_size. """ start_offset, end_offset, pieces = self.get_complete_pieces(start_size, end_size) logger.debug('Stuff to check start_offset:%i end_offset:%i pieces:%s' % (start_offset, end_offset, len(pieces))) if not pieces: logger.debug('No whole pieces found for %r, taking this as a not-match' % file_path) return False, False check_pieces = (len(pieces) // 10) or 1 match_start, match_end = 0, 0 size = os.path.getsize(file_path) with open(file_path, 'rb') as f: for i in range(check_pieces): # check from beginning seek_offset = start_offset+self.piece_size*i logger.debug('Checking piece %i from beginning of file, reading from %i bytes. Filesize: %i' % (i, seek_offset, size)) f.seek(seek_offset) h = hashlib.sha1(f.read(self.piece_size)).digest() logger.debug('Matching hash %r against %r' % (h, pieces[i])) if h == pieces[i]: logger.debug('Piece %i matched' % i) match_start += 1 else: logger.debug('Piece %i did not match' % i) for i in range(check_pieces): # check from end seek_offset = size-end_offset-self.piece_size*(i+1) logger.debug('Checking piece %i from end of file, reading from %i bytes. Filesize: %i' % (i, seek_offset, size)) f.seek(seek_offset) h = hashlib.sha1(f.read(self.piece_size)).digest() piece = pieces[(i+1)*-1] logger.debug('Matching hash %r against %r' % (h, piece)) if h == piece: logger.debug('Piece %i matched' % i) match_end += 1 else: logger.debug('Piece %i did not match' % i) logger.debug('Checked %i pieces from both start and end. %i matched from start and %i matched from end.' % (check_pieces, match_start, match_end)) if check_pieces < 4: must_match = 1 elif check_pieces < 10: must_match = 2 else: must_match = max(check_pieces // 10, 3) return (match_start and check_pieces - match_start <= must_match, match_end and check_pieces - match_end <= must_match)
38.927778
154
0.572285
5,425
0.774226
0
0
0
0
0
0
1,955
0.279007
5fdbaa30fa591b9ff594e38b62a435e122fd9e26
232
py
Python
Documentation/matplotlib/users/tight_layout_guide-11.py
leesavide/pythonista-docs-deprecated
9ec3363f07e328bde0a58738a16907f11dfd06e1
[ "Apache-2.0" ]
16
2016-06-14T19:45:35.000Z
2020-11-30T19:02:58.000Z
Documentation/matplotlib/users/tight_layout_guide-11.py
leesavide/pythonista-docs
9ec3363f07e328bde0a58738a16907f11dfd06e1
[ "Apache-2.0" ]
1
2016-06-15T07:10:27.000Z
2016-06-15T07:10:27.000Z
Documentation/matplotlib/users/tight_layout_guide-11.py
leesavide/pythonista-docs
9ec3363f07e328bde0a58738a16907f11dfd06e1
[ "Apache-2.0" ]
null
null
null
gs2 = gridspec.GridSpec(3, 1) for ss in gs2: ax = fig.add_subplot(ss) example_plot(ax) ax.set_title("") ax.set_xlabel("") ax.set_xlabel("x-label", fontsize=12) gs2.tight_layout(fig, rect=[0.5, 0, 1, 1], h_pad=0.5)
21.090909
53
0.637931
0
0
0
0
0
0
0
0
13
0.056034
5fdde3756ec64880272edcdfd80736c9d7a32118
5,679
py
Python
FaceRec/dataset.py
JasonLee/FaceRecognitionInLowResolutionVideos
719ef88ddfbed9d5d40df2480b6e9a197febc1b7
[ "MIT" ]
2
2020-07-13T06:00:36.000Z
2021-04-15T06:12:16.000Z
FaceRec/dataset.py
JasonLee/FaceRecognitionInLowResolutionVideos
719ef88ddfbed9d5d40df2480b6e9a197febc1b7
[ "MIT" ]
3
2020-05-15T04:49:28.000Z
2022-01-13T02:47:26.000Z
FaceRec/dataset.py
JasonLee/FaceRecognitionInLowResolutionVideos
719ef88ddfbed9d5d40df2480b6e9a197febc1b7
[ "MIT" ]
null
null
null
from __future__ import print_function, division import os import torch import pandas as pd from skimage import io, transform import numpy as np import matplotlib.pyplot as plt from torch.utils.data import Dataset, DataLoader from torchvision import transforms, utils import random import model from torch.autograd import Variable class FaceDataset(Dataset): def __init__(self, csv_file,root_dir, forTrain, transform = None): self.image_name = pd.read_csv(csv_file) self.root_dir = root_dir self.transform = transform self.forTrain = forTrain if forTrain: self.labelSet = {} for idx in range(len(self.image_name)): i = self.image_name.iloc[idx,0] name, label = i.split(' ') if(not label in self.labelSet): self.labelSet[label] = [name] else: self.labelSet[label].append(name) def __len__(self): return len(self.image_name) def __getitem__(self, idx): # TODO: Change item selecting. if self.forTrain: anchor_name = os.path.join(self.root_dir, self.image_name.iloc[idx,0].split(' ')[0]) anchor = io.imread(anchor_name) label = self.image_name.iloc[idx,0].split(' ')[1] positive_name = anchor_name count = 0 while anchor_name == positive_name: count+=1 positive_name = np.random.choice(self.labelSet[label]) if count == 10: break positive = io.imread(os.path.join(self.root_dir, positive_name)) index_neg = random.randint(0,len(self)-1) while(self.image_name.iloc[index_neg,0].split(' ')[1]==label): index_neg = random.randint(0,len(self)-1) negative = io.imread(os.path.join(self.root_dir, self.image_name.iloc[index_neg,0].split(' ')[0])) if self.transform: anchor = self.transform(anchor) positive = self.transform(positive) negative = self.transform(negative) return anchor, positive, negative else: sample = io.imread(os.path.join(self.root_dir, self.image_name.iloc[idx,0].split(' ')[0])) label = self.image_name.iloc[idx,0].split(' ')[1] if self.transform: sample = self.transform(sample) return sample,label class ToTensor(object): def __call__(self,sample): image = sample image = image.transpose((2,0,1)) return image class Rescale(object): """Rescale the image in a sample to a given size. Args: output_size (tuple or int): Desired output size. If tuple, output is matched to output_size. If int, smaller of image edges is matched to output_size keeping aspect ratio the same. """ def __init__(self, output_size): assert isinstance(output_size, list) self.output_size = output_size def __call__(self, image): return transform.resize(image, (self.output_size[0], self.output_size[1])) class FaceDatasetOrganised(Dataset): def __init__(self,root_dir, forTrain, transform = None): self.root_dir = root_dir self.transform = transform self.forTrain = forTrain self.labelSet = {} self.normalSet = [] labels = os.listdir(root_dir) for label in labels: faces = os.listdir(root_dir+'/'+label) self.labelSet[label] = faces[:] for i in range(len(faces)): faces[i] = [faces[i], label] self.normalSet.extend(faces) def __len__(self): return len(self.normalSet) def __getitem__(self, idx): # TODO: Change item selecting. if self.forTrain: label = self.normalSet[idx][1] anchor_name = self.normalSet[idx][0] anchor = io.imread(self.root_dir + '/' + label + '/' + anchor_name) positive_name = anchor_name count = 0 while anchor_name == positive_name: count+=1 positive_name = np.random.choice(self.labelSet[label]) if count == 10: break positive = io.imread(self.root_dir + '/' + label + '/' + positive_name) index_neg = random.randint(0,len(self)-1) while(self.normalSet[index_neg][1] == label): index_neg = random.randint(0,len(self)-1) negative = io.imread(self.root_dir + '/' + self.normalSet[index_neg][1] + '/' + self.normalSet[index_neg][0]) if self.transform: anchor = self.transform(anchor) positive = self.transform(positive) negative = self.transform(negative) return anchor, positive, negative else: sample = io.imread(self.root_dir + '/' + self.normalSet[idx][1] + '/' + self.normalSet[idx][0]) label = self.normalSet[idx][1] if self.transform: sample = self.transform(sample) return sample,label def buildBaseLine(self, net): device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") result = {} for label in self.labelSet: image = self.transform(io.imread(self.root_dir + '/' + label + '/' + np.random.choice(self.labelSet[label]))) image = np.expand_dims(image, axis=0) image = Variable(torch.from_numpy(image).float(), requires_grad=False) image.to(device) result[label] = net(image).data return result
39.713287
121
0.585138
5,339
0.94013
0
0
0
0
0
0
408
0.071844
5fde36f357f3d09233e7473cce22e0c33f10115a
5,203
py
Python
scripts/posts.py
flashreads/mediumish-theme-jekyll
428e3338c00a3aee9fde119f0885496edd082f12
[ "MIT" ]
null
null
null
scripts/posts.py
flashreads/mediumish-theme-jekyll
428e3338c00a3aee9fde119f0885496edd082f12
[ "MIT" ]
null
null
null
scripts/posts.py
flashreads/mediumish-theme-jekyll
428e3338c00a3aee9fde119f0885496edd082f12
[ "MIT" ]
null
null
null
from argparse import ArgumentParser from datetime import datetime from os import path, listdir, getcwd, chdir import subprocess from dateutil.parser import parse as dt_parse from ruamel.yaml import YAML def transform_posts(src_dir, dest_dir, featured_path=None): featured = load_featured(featured_path) if featured_path else [] for p in (src_dir, dest_dir): if not path.isdir(p): raise Exception('{} is not a directory.'.format(p)) for dir_name in listdir(src_dir): if path.isdir(path.join(src_dir, dir_name)): transform_category(dir_name, path.join(src_dir, dir_name), dest_dir, featured) def transform_category(category, src_dir, dest_dir, featured): for file_name in listdir(src_dir): if not path.isfile(path.join(src_dir, file_name)): continue _, file_ext = path.splitext(file_name) if file_ext.lower() not in ['.md', '.mdx']: continue if file_name.lower() in ['readme.md']: continue try: transform_post(category, path.join(src_dir, file_name), dest_dir, featured) except Exception as e: print('Failed to transform post: ', file_name, 'Error: {}'.format(e)) def transform_post(category, post_file, dest_dir, featured): frontmatter, fm_length = read_frontmatter(post_file) post_date = frontmatter.get('date') if not post_date: dt = path.getmtime(post_file) post_date = datetime.fromtimestamp(dt) else: if isinstance(post_date, str): post_date = dt_parse(post_date) frontmatter['date'] = post_date.isoformat() if not frontmatter.get('layout'): frontmatter['layout'] = 'post' categories = frontmatter.get('categories') if isinstance(categories, str): categories = [categories] if category not in categories: categories.append(category) frontmatter['categories'] = categories tags = frontmatter.get('tags') if isinstance(tags, str): tags = [tags] frontmatter['tags'] = tags try: frontmatter['author_email'] = get_email_from_git(post_file) except Exception as e: print('Failed to get author email: ', e) file_name = path.basename(post_file) file_name = '{}-{}'.format( post_date.strftime('%Y-%m-%d'), file_name, ) post_id = frontmatter.get('id') if post_id and post_id in featured: frontmatter['featured'] = True with open(post_file) as pf: pf_content = pf.readlines() pf_content = pf_content[fm_length:] yaml = YAML(typ='safe') with open(path.join(dest_dir, file_name), 'w') as tf: tf.write('---\n') yaml.dump(frontmatter, tf) tf.write('---\n') tf.write('\n') tf.write('\n'.join(pf_content)) def read_frontmatter(post_file): frontmatter = [] reading_fm = False read_fm = False count = 0 with open(post_file) as pf: for line in pf: count += 1 if line.strip() == '---': if reading_fm: read_fm = True reading_fm = False break reading_fm = True continue elif reading_fm: frontmatter.append(line) if not read_fm: if reading_fm: raise Exception('Invalid front-matter in post: {}'.format(post_file)) raise Exception('No front-matter in post: {}'.format(post_file)) yaml = YAML(typ='safe') yaml.allow_duplicate_keys = True yaml.allow_unicode = True return (yaml.load(''.join(frontmatter)), count) def get_email_from_git(post_file): cwd = getcwd() try: chdir(path.dirname(post_file)) file_name = path.basename(post_file) #email = exec_cmd(['git', 'log', '-1', '--format=\'%ae\'', '--', file_name]) # --diff-filter=A email = exec_cmd(['git', 'log', '--diff-filter=A', '--format=\'%ae\'', '--', file_name]) return email.strip().replace("'", '') finally: chdir(cwd) def exec_cmd(cmd): result = subprocess.run(cmd, capture_output=True, text=True) return result.stdout def load_featured(file_path): if path.isfile(file_path): featured = [] with open(file_path) as fp: for line in fp: featured += [feat.strip() for feat in line.strip().split(',')] return featured return [] if __name__ == '__main__': parser = ArgumentParser(description='Transform the FlashReads posts to Jekyll-style MD posts.') parser.add_argument('-s', '--source', type=str, dest='src_dir', help='The source directory where the flash-reads posts are contained.') parser.add_argument('-d', '--dest', type=str, dest='dest_dir', help='The destination directory where the Jekyll-style posts will reside - usually <repo>/_posts.') parser.add_argument('-f', '--featured', type=str, dest='featured_path', help='File containing the featured posts by id, separated by a comma.') args = parser.parse_args() transform_posts(args.src_dir, args.dest_dir, args.featured_path)
32.51875
166
0.617528
0
0
0
0
0
0
0
0
854
0.164136
5fe3ceaa4d994eb74303ce409f0c500eac7328b4
4,262
py
Python
gelweb/gel2clin/views.py
moka-guys/GeL2MDT
09bf25b8452e2e887dbf74b1cd4771d234c6166c
[ "MIT" ]
null
null
null
gelweb/gel2clin/views.py
moka-guys/GeL2MDT
09bf25b8452e2e887dbf74b1cd4771d234c6166c
[ "MIT" ]
1
2020-02-06T13:17:40.000Z
2020-02-06T13:17:40.000Z
gelweb/gel2clin/views.py
byronmews/GeL2MDT
1449831f0d7c570b71e7f46fb4dd1fcb805b0325
[ "MIT" ]
null
null
null
"""Copyright (c) 2018 Great Ormond Street Hospital for Children NHS Foundation Trust & Birmingham Women's and Children's NHS Foundation Trust Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ from django.shortcuts import render from django.shortcuts import render, redirect from . import * from gel2mdt.models import * from gel2mdt.config import load_config from django.contrib.auth.decorators import login_required from .forms import ProbandCancerForm from django.contrib import messages @login_required def index(request): return render(request, 'gel2clin/index.html', {'sample_type': None}) @login_required def cancer_main(request): ''' Shows all the Cancer cases the user has access to and allows easy searching of cases :param request: :return: ''' return render(request, 'gel2clin/cancer_main.html', {'sample_type': 'cancer'}) @login_required def rare_disease_main(request): ''' Shows all the RD cases the user has access to and allows easy searching of cases :param request: :return: ''' return render(request, 'gel2clin/rare_disease_main.html', {'sample_type': 'raredisease'}) @login_required def proband_view(request, report_id): ''' Shows details about a particular proband, some fields are editable by clinical scientists :param request: :param report_id: GEL Report ID :return: ''' report = GELInterpretationReport.objects.get(id=report_id) relatives = Relative.objects.filter(proband=report.ir_family.participant_family.proband) proband_variants = ProbandVariant.objects.filter(interpretation_report=report) proband_mdt = MDTReport.objects.filter(interpretation_report=report) panels = InterpretationReportFamilyPanel.objects.filter(ir_family=report.ir_family) if request.method=='POST': form = ProbandCancerForm(request.POST, instance=report.ir_family.participant_family.proband) form.save() messages.add_message(request, 25, 'Clinical History Updated') if report.sample_type == 'cancer': form = ProbandCancerForm(instance=report.ir_family.participant_family.proband) return render(request, 'gel2clin/cancer_proband.html', {'report': report, 'relatives': relatives, 'proband_variants': proband_variants, 'proband_mdt': proband_mdt, 'panels': panels, 'sample_type': report.sample_type, 'form': form}) else: return render(request, 'gel2clin/raredisease_proband.html', {'report': report, 'relatives': relatives, 'proband_variants': proband_variants, 'proband_mdt': proband_mdt, 'panels': panels, 'sample_type': report.sample_type})
45.827957
106
0.644533
0
0
0
0
2,783
0.65298
0
0
2,000
0.469263
5fe6da3d5fdab2a2eb9fd6fc794811538cea5b7c
639
py
Python
lib/clock.py
greymistcube/racing_game_ai
7e5e6ec781eb3c98729d370cbcc0ab6ed053962f
[ "MIT" ]
null
null
null
lib/clock.py
greymistcube/racing_game_ai
7e5e6ec781eb3c98729d370cbcc0ab6ed053962f
[ "MIT" ]
null
null
null
lib/clock.py
greymistcube/racing_game_ai
7e5e6ec781eb3c98729d370cbcc0ab6ed053962f
[ "MIT" ]
null
null
null
import pygame import lib.common as common # initializing module pygame.init() class Clock: __instance = None # implementing this class as singleton def __new__(cls, *args, **kwargs): if cls.__instance is None: cls.__instance = super().__new__(cls) return cls.__instance else: raise Exception("only single instance is allowed") def __init__(self): self.clock = pygame.time.Clock() return def tick(self): self.clock.tick(common.settings.tickrate) return def get_FPS(self): return 1000 // max(1, self.clock.get_time())
22.034483
62
0.621283
557
0.871674
0
0
0
0
0
0
92
0.143975
5fe6e8bc747c5f980ad7fbb164a7c5c2ef4b9edf
231
py
Python
setup.py
powerd4/SNA_project
458dae1df4d198f6ce82062cd2e59f8408cbb3cf
[ "FTL" ]
null
null
null
setup.py
powerd4/SNA_project
458dae1df4d198f6ce82062cd2e59f8408cbb3cf
[ "FTL" ]
null
null
null
setup.py
powerd4/SNA_project
458dae1df4d198f6ce82062cd2e59f8408cbb3cf
[ "FTL" ]
null
null
null
from setuptools import find_packages, setup setup( name='src', packages=find_packages(), version='0.1.0', description='Social Network Analysis module group project 2020', author='Dean Power', license='', )
21
68
0.679654
0
0
0
0
0
0
0
0
77
0.333333
5fe74a248465ad5e98c9c5e8a0c0fa8593134941
994
py
Python
jigu/core/bank.py
bongtrop/jigu
448bce8ce693f3f7c530bea0f2f268e22100937a
[ "MIT" ]
14
2020-03-03T06:46:39.000Z
2021-05-01T15:29:35.000Z
jigu/core/bank.py
bongtrop/jigu
448bce8ce693f3f7c530bea0f2f268e22100937a
[ "MIT" ]
9
2020-03-09T06:36:30.000Z
2021-02-15T14:40:48.000Z
jigu/core/bank.py
bongtrop/jigu
448bce8ce693f3f7c530bea0f2f268e22100937a
[ "MIT" ]
5
2020-05-30T22:38:34.000Z
2021-02-11T00:56:20.000Z
from __future__ import annotations from jigu.core import AccAddress, Coins from jigu.util.serdes import JsonDeserializable, JsonSerializable from jigu.util.validation import Schemas as S from jigu.util.validation import validate_acc_address __all__ = ["Input", "Output"] class MultiSendIO(JsonSerializable, JsonDeserializable): __schema__ = S.OBJECT(address=S.ACC_ADDRESS, coins=Coins.__schema__) def __init__(self, address: AccAddress, coins: Coins): address = validate_acc_address(address) self.address = address self.coins = Coins(coins) @classmethod def from_data(cls, data: dict) -> MultiSendIO: return cls(address=data["address"], coins=Coins.from_data(data["coins"])) class Input(MultiSendIO): def __repr__(self) -> str: return f"Input(address='{self.address}', coins={self.coins!r})" class Output(MultiSendIO): def __repr__(self) -> str: return f"Output(address='{self.address}', coins={self.coins!r})"
30.121212
81
0.719316
712
0.716298
0
0
145
0.145875
0
0
144
0.144869
5fea42b894dab2e2c30e2950d94a43b828f9c4c1
1,743
py
Python
research/controllers/cartpole_regression_sysid.py
MinRegret/TigerControl
b1ca0617cbb2198f9d5cb37f725f3d7accbab08f
[ "Apache-2.0" ]
31
2019-11-08T06:01:54.000Z
2021-11-20T04:50:43.000Z
research/controllers/cartpole_regression_sysid.py
johnhallman/ctsb
b1ca0617cbb2198f9d5cb37f725f3d7accbab08f
[ "Apache-2.0" ]
32
2019-06-27T15:05:04.000Z
2019-08-07T04:23:47.000Z
research/controllers/cartpole_regression_sysid.py
MinRegret/tigercontrol
b1ca0617cbb2198f9d5cb37f725f3d7accbab08f
[ "Apache-2.0" ]
3
2020-09-30T17:06:50.000Z
2021-04-12T22:39:34.000Z
class RegressionSystemID: def __init__(self): self.initialized = False def initialize(self, n, m, K=None, learning_rate=0.001): self.initialized = True self.n, self.m = n, m self.T = 0 self.K = K if K != None else np.zeros((m, n)) self.lr = learning_rate self.stash = [] self.x_history = [] self.u_history = [] # initialize matrices self.A = np.identity(n) self.B = np.zeros((n, m)) def get_action(self, x_t, done): """ return action """ self.T += 1 # regular numpy eta_t = 1 - 2*random.randint(2, size=(self.m,)) u_t = - self.K @ x_t + np.expand_dims(eta_t, axis=1) self.x_history.append(np.squeeze(x_t, axis=1)) self.u_history.append(np.squeeze(u_t, axis=1)) if done: if len(self.x_history) > 1: self.stash.append((self.x_history, self.u_history)) self.x_history = [] self.u_history = [] return u_t def system_id(self): """ returns current estimate of hidden system dynamics """ assert self.T > 1 # need at least 2 data points if len(self.x_history) > 1: self.stash.append((self.x_history, self.u_history)) # transform x and u into regular numpy arrays for least squares x_t = onp.vstack([onp.array(x[:-1]) for x, u in self.stash]) u_t = onp.vstack([onp.array(u[:-1]) for x, u in self.stash]) x_t1 = onp.vstack([onp.array(x[1:]) for x, u in self.stash]) # regression on A and B jointly A_B = scilinalg.lstsq(np.hstack((x_t, u_t)), x_t1)[0] A, B = np.array(A_B[:self.n]).T, np.array(A_B[self.n:]).T return (A, B)
36.3125
71
0.560528
1,743
1
0
0
0
0
0
0
238
0.136546
5feabd6e1aae4b67ada18a6e640a09f3df166ffa
85
py
Python
hwtLib/mem/__init__.py
optical-o/hwtLib
edad621f5ad4cdbea20a5751ff4468979afe2f77
[ "MIT" ]
24
2017-02-23T10:00:50.000Z
2022-01-28T12:20:21.000Z
hwtLib/mem/__init__.py
optical-o/hwtLib
edad621f5ad4cdbea20a5751ff4468979afe2f77
[ "MIT" ]
32
2017-04-28T10:29:34.000Z
2021-04-27T09:16:43.000Z
hwtLib/mem/__init__.py
optical-o/hwtLib
edad621f5ad4cdbea20a5751ff4468979afe2f77
[ "MIT" ]
8
2019-09-19T03:34:36.000Z
2022-01-21T06:56:58.000Z
""" A package dedicated to a memory related components, interfaces and utilities. """
28.333333
77
0.764706
0
0
0
0
0
0
0
0
85
1
5fead45ea3ba403eb9b2c9548ef8cb56dd3f5f96
1,121
py
Python
binary_tree/vertical_order_traversal.py
x899/algorithms
38a5de72db14ef2664489da9857b598d24c4e276
[ "MIT" ]
472
2018-05-25T06:45:44.000Z
2020-01-06T15:46:09.000Z
binary_tree/vertical_order_traversal.py
pratik-a/algorithms-2
241115c64a7518c34f672eb2b851b05f353247f1
[ "MIT" ]
6
2020-01-25T22:22:44.000Z
2021-06-01T04:53:25.000Z
binary_tree/vertical_order_traversal.py
pratik-a/algorithms-2
241115c64a7518c34f672eb2b851b05f353247f1
[ "MIT" ]
44
2019-03-02T07:38:38.000Z
2020-01-01T16:05:06.000Z
""" Vertical Order Traversal On Binary Tree """ from collections import defaultdict class Node: """ class representing node in binary tree """ def __init__(self, data): self.data = data self.left = None self.right = None def preorder(root, horizontal_dist, hd_map): if root is None: return hd_map[horizontal_dist].append(root.data) preorder(root.left, horizontal_dist-1, hd_map) preorder(root.right, horizontal_dist+1, hd_map) def vertical_order(root): """ vertical order traversal of binary tree """ hd_map = defaultdict(list) horizontal_dist = 0 preorder(root, horizontal_dist, hd_map) for key, value in hd_map.items(): print(f"{key}: {value}") def main(): """ operational function """ root = Node(2) root.left = Node(7) root.left.left = Node(2) root.left.right = Node(6) root.left.right.left = Node(5) root.left.right.right = Node(11) root.right = Node(5) root.right.right = Node(9) root.right.right.left = Node(4) vertical_order(root) if __name__ == "__main__": main()
21.557692
52
0.6405
168
0.149866
0
0
0
0
0
0
196
0.174844
5feaf4c73afb53db46a1e5e5e4652d4a41e6e80e
1,452
py
Python
data_preprocessing/load_cifar_ten.py
gwenniger/multi-hare
fb3f655cbbf4af6ccbfc77d587b8ea2924b300cd
[ "Apache-2.0" ]
7
2019-12-04T05:58:40.000Z
2021-08-04T07:19:55.000Z
data_preprocessing/load_cifar_ten.py
gwenniger/multi-hare
fb3f655cbbf4af6ccbfc77d587b8ea2924b300cd
[ "Apache-2.0" ]
null
null
null
data_preprocessing/load_cifar_ten.py
gwenniger/multi-hare
fb3f655cbbf4af6ccbfc77d587b8ea2924b300cd
[ "Apache-2.0" ]
4
2019-12-03T23:42:00.000Z
2020-12-19T19:48:04.000Z
import torchvision.transforms as transforms import torch import torchvision __author__ = "Dublin City University" __copyright__ = "Copyright 2019, Dublin City University" __credits__ = ["Gideon Maillette de Buy Wenniger"] __license__ = "Dublin City University Software License (enclosed)" def get_train_set(): transform = transforms.Compose( [transforms.Resize((32, 32)), transforms.ToTensor(), transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))]) trainset = torchvision.datasets.CIFAR10(root='./data', train=True, download=True, transform=transform) return trainset def get_test_set(): transform = transforms.Compose( [transforms.Resize((32, 32)), transforms.ToTensor(), transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))]) testset = torchvision.datasets.CIFAR10(root='./data', train=False, download=True, transform=transform) return testset def get_train_loader(batch_size: int): train_loader = torch.utils.data.DataLoader(get_train_set(), batch_size=batch_size, shuffle=True, num_workers=2) return train_loader def get_test_loader(batch_size: int): test_loader = torch.utils.data.DataLoader(get_test_set(), batch_size=batch_size, shuffle=True, num_workers=2) return test_loader
37.230769
86
0.637741
0
0
0
0
0
0
0
0
166
0.114325
5feb07c430256fe7dba892fc904f0cd15150fcbf
1,018
py
Python
dprofiler/profile.py
disktnk/dprofiler
be820de440c21d3fef711db1220bfddb9bdee177
[ "MIT" ]
null
null
null
dprofiler/profile.py
disktnk/dprofiler
be820de440c21d3fef711db1220bfddb9bdee177
[ "MIT" ]
3
2018-10-16T04:03:50.000Z
2018-10-17T01:34:16.000Z
dprofiler/profile.py
disktnk/dprofiler
be820de440c21d3fef711db1220bfddb9bdee177
[ "MIT" ]
null
null
null
import cProfile import functools import logging import pstats import sys import six _logger = logging.getLogger(__name__) _logger.setLevel(logging.DEBUG) _stream_handler = logging.StreamHandler(sys.stdout) _stream_handler.setLevel(logging.DEBUG) _logger.addHandler(_stream_handler) def profile( fn=None, sort_key='cumtime', n=20, prefix='', suffix='', logger=None): if fn is None: return functools.partial( profile, sort_key=sort_key, n=n, prefix=prefix, suffix=suffix, logger=logger) @functools.wraps(fn) def hook(*args, **kwargs): out = logger if out is None: out = _logger stream = six.StringIO() cp = cProfile.Profile() cp.enable() stream.write(prefix) ret = fn(*args, **kwargs) st = pstats.Stats(cp, stream=stream) st.strip_dirs().sort_stats(sort_key).print_stats(n) stream.write(suffix) out.debug(stream.getvalue()) return ret return hook
23.674419
78
0.642436
0
0
0
0
460
0.451866
0
0
13
0.01277
5feb9d3de56d225150681a0ca825ae08aaac3052
79
py
Python
helper_funcs/__init__.py
mschoder/trajectory_lib
c75476c53fa32b3dd69e998996c6e2a6a72b24b4
[ "MIT" ]
1
2021-11-04T14:05:45.000Z
2021-11-04T14:05:45.000Z
helper_funcs/__init__.py
mschoder/trajectory_lib
c75476c53fa32b3dd69e998996c6e2a6a72b24b4
[ "MIT" ]
null
null
null
helper_funcs/__init__.py
mschoder/trajectory_lib
c75476c53fa32b3dd69e998996c6e2a6a72b24b4
[ "MIT" ]
null
null
null
import helper_funcs.spline import helper_funcs.plotter import helper_funcs.grid
26.333333
27
0.898734
0
0
0
0
0
0
0
0
0
0
5fec5184bee3516b0d2cd771d0ad21b3d6f1997f
3,948
py
Python
server.py
HusseinKabbout/qwc-document-service
c8d856390006e0f5ecc0d28b0d53da55e5505381
[ "MIT" ]
null
null
null
server.py
HusseinKabbout/qwc-document-service
c8d856390006e0f5ecc0d28b0d53da55e5505381
[ "MIT" ]
null
null
null
server.py
HusseinKabbout/qwc-document-service
c8d856390006e0f5ecc0d28b0d53da55e5505381
[ "MIT" ]
1
2020-04-24T11:36:26.000Z
2020-04-24T11:36:26.000Z
import os import sys from urllib.parse import urlencode from flask import Flask, Response, abort, request, stream_with_context, jsonify from flask_restx import Api, Resource, fields, reqparse import requests from qwc_services_core.api import CaseInsensitiveArgument from qwc_services_core.app import app_nocache from qwc_services_core.auth import auth_manager, optional_auth, get_auth_user from qwc_services_core.tenant_handler import TenantHandler from qwc_services_core.runtime_config import RuntimeConfig from qwc_services_core.permissions_reader import PermissionsReader # Flask application app = Flask(__name__) app_nocache(app) api = Api(app, version='1.0', title='Document service API', description="""API for QWC Document service. The document service delivers reports from the Jasper reporting service. """, default_label='Document operations', doc='/api/') app.config.SWAGGER_UI_DOC_EXPANSION = 'list' # disable verbose 404 error message app.config['ERROR_404_HELP'] = False auth = auth_manager(app, api) tenant_handler = TenantHandler(app.logger) config_handler = RuntimeConfig("document", app.logger) def get_document(tenant, template, format): """Return report with specified template and format. :param str template: Template ID :param str format: Document format """ config = config_handler.tenant_config(tenant) jasper_service_url = config.get( 'jasper_service_url', 'http://localhost:8002/reports') jasper_timeout = config.get("jasper_timeout", 60) resources = config.resources().get('document_templates', []) permissions_handler = PermissionsReader(tenant, app.logger) permitted_resources = permissions_handler.resource_permissions( 'document_templates', get_auth_user() ) if template in permitted_resources: resource = list(filter( lambda entry: entry.get("template") == template, resources)) if len(resource) != 1: app.logger.info("Template '%s' not found in config", template) abort(404) jasper_template = resource[0]['report_filename'] # http://localhost:8002/reports/BelasteteStandorte/?format=pdf&p1=v1&.. url = "%s/%s/" % (jasper_service_url, jasper_template) params = {"format": format} for k, v in request.args.lists(): params[k] = v app.logger.info("Forward request to %s?%s" % (url, urlencode(params))) response = requests.get(url, params=params, timeout=jasper_timeout) r = Response( stream_with_context(response.iter_content(chunk_size=16*1024)), content_type=response.headers['content-type'], status=response.status_code) return r else: app.logger.info("Missing permissions for template '%s'", template) abort(404) # routes @api.route('/<template>') @api.param('template', 'The report template') class Document(Resource): @api.doc('document') @optional_auth def get(self, template): """Request document Return report with specified template. The extension is inferred from the template name, and defaults to PDF. Query parameters are passed to the reporting engine. """ tenant = tenant_handler.tenant() pos = template.rfind('.') if pos != -1: format = template[pos + 1:] template = template[:pos] else: format = 'pdf' return get_document(tenant, template, format) """ readyness probe endpoint """ @app.route("/ready", methods=['GET']) def ready(): return jsonify({"status": "OK"}) """ liveness probe endpoint """ @app.route("/healthz", methods=['GET']) def healthz(): return jsonify({"status": "OK"}) # local webserver if __name__ == '__main__': print("Starting GetDocument service...") app.run(host='localhost', port=5018, debug=True)
32.360656
79
0.680091
598
0.151469
0
0
848
0.214792
0
0
1,210
0.306484
5fed3ac57957a704f707984e8e8650e01df266c1
153
py
Python
modules/2.79/bpy/types/BoneGroups.py
cmbasnett/fake-bpy-module
acb8b0f102751a9563e5b5e5c7cd69a4e8aa2a55
[ "MIT" ]
null
null
null
modules/2.79/bpy/types/BoneGroups.py
cmbasnett/fake-bpy-module
acb8b0f102751a9563e5b5e5c7cd69a4e8aa2a55
[ "MIT" ]
null
null
null
modules/2.79/bpy/types/BoneGroups.py
cmbasnett/fake-bpy-module
acb8b0f102751a9563e5b5e5c7cd69a4e8aa2a55
[ "MIT" ]
null
null
null
class BoneGroups: active = None active_index = None def new(self, name="Group"): pass def remove(self, group): pass
11.769231
32
0.562092
149
0.973856
0
0
0
0
0
0
7
0.045752
5fedb1afd0a343dd3c21ad7f3aee3e96bedef35d
403
py
Python
scripts/Government Spending.py
MarcosDaNight/Dashboard-COVID19
26967d2fb7b3dd44c3c51b8ac79608d91bf26d71
[ "MIT" ]
null
null
null
scripts/Government Spending.py
MarcosDaNight/Dashboard-COVID19
26967d2fb7b3dd44c3c51b8ac79608d91bf26d71
[ "MIT" ]
null
null
null
scripts/Government Spending.py
MarcosDaNight/Dashboard-COVID19
26967d2fb7b3dd44c3c51b8ac79608d91bf26d71
[ "MIT" ]
null
null
null
from matplotlib import pyplot as plt # data speding from Federal Government Plan planes = ['Transferência para saúde', 'FPE e FPM', 'Assistência Social', 'Suspensão de dívidas da União', 'Renegociação com bancos'] spend = [8, 16, 2, 12.6, 9.3] plt.axis("equal") plt.pie(spend, labels=planes, autopct='%1.2f%%') plt.title("Gastos dos Planos Governamentais") plt.show()
22.388889
73
0.665012
0
0
0
0
0
0
0
0
215
0.523114
5fee310b12b10f820f272b0dba6075da741be40b
9,817
py
Python
nexusmaker/tests/test_CognateParser.py
SimonGreenhill/NexusMaker
12591bd4217bc1ba4477845e524083c2164df91a
[ "BSD-3-Clause" ]
null
null
null
nexusmaker/tests/test_CognateParser.py
SimonGreenhill/NexusMaker
12591bd4217bc1ba4477845e524083c2164df91a
[ "BSD-3-Clause" ]
2
2017-10-12T08:59:51.000Z
2021-05-31T00:37:16.000Z
nexusmaker/tests/test_CognateParser.py
SimonGreenhill/NexusMaker
12591bd4217bc1ba4477845e524083c2164df91a
[ "BSD-3-Clause" ]
1
2017-10-12T08:59:09.000Z
2017-10-12T08:59:09.000Z
import unittest from nexusmaker import CognateParser class TestCognateParser(unittest.TestCase): def test_simple(self): self.assertEqual(CognateParser().parse_cognate('1'), ['1']) self.assertEqual(CognateParser().parse_cognate('10'), ['10']) self.assertEqual(CognateParser().parse_cognate('100'), ['100']) self.assertEqual(CognateParser().parse_cognate('111'), ['111']) def test_subset(self): self.assertEqual(CognateParser().parse_cognate('1,2'), ['1', '2']) self.assertEqual(CognateParser().parse_cognate('1 , 2'), ['1', '2']) def test_dubious(self): self.assertEqual(CognateParser().parse_cognate('1?'), ['u_1']) self.assertEqual(CognateParser().parse_cognate('?'), ['u_1']) def test_dubious_subset(self): self.assertEqual(CognateParser().parse_cognate('1, 2?'), ['1']) self.assertEqual(CognateParser().parse_cognate('1?, 2'), ['2']) self.assertEqual(CognateParser().parse_cognate('91?, 42'), ['42']) self.assertEqual(CognateParser().parse_cognate('?, 31'), ['31']) # note that both of these are dubious, should become a unique # state instead self.assertEqual(CognateParser().parse_cognate('1?, 2?'), ['u_1']) def test_bad_entries_uniques(self): # coded as x self.assertEqual(CognateParser(uniques=True).parse_cognate('X'), ['u_1']) self.assertEqual(CognateParser(uniques=True).parse_cognate('x'), ['u_1']) def test_bad_entries_in_forms_uniques(self): # coded as x self.assertEqual(CognateParser(uniques=True).parse_cognate('X20'), ['u_1']) self.assertEqual(CognateParser(uniques=True).parse_cognate('x20'), ['u_1']) def test_bad_entries_nouniques(self): self.assertEqual(CognateParser(uniques=False).parse_cognate('X'), []) self.assertEqual(CognateParser(uniques=False).parse_cognate('x'), []) def test_s_entries_uniques(self): # entries that are in the wrong word (e.g. you sg. not you pl.) self.assertEqual(CognateParser(uniques=True).parse_cognate('s'), ['u_1']) def test_s_entries_nouniques(self): # entries that are in the wrong word (e.g. you sg. not you pl.) self.assertEqual(CognateParser(uniques=False).parse_cognate('s'), []) def test_empty_entries(self): with self.assertRaises(ValueError): CognateParser(uniques=False).parse_cognate(',,') def test_is_unique_cognateset(self): self.assertEqual(CognateParser().is_unique_cognateset('u_1'), True) self.assertEqual( CognateParser().is_unique_cognateset('u_1', labelled=False), True ) self.assertEqual( CognateParser().is_unique_cognateset('hand_u_1', labelled=False), False ) self.assertEqual( CognateParser().is_unique_cognateset('hand_u_1', labelled=True), True ) def test_add_unique(self): CP = CognateParser() self.assertEqual(CP.parse_cognate(''), ['u_1']) self.assertEqual(CP.parse_cognate(''), ['u_2']) self.assertEqual(CP.parse_cognate(''), ['u_3']) self.assertEqual(CP.parse_cognate(''), ['u_4']) def test_no_uniques(self): CP = CognateParser(uniques=False) self.assertEqual(CP.parse_cognate(''), []) self.assertEqual(CP.parse_cognate(''), []) self.assertEqual(CP.parse_cognate(''), []) def test_dubious_with_no_strict(self): self.assertEqual(CognateParser(strict=False).parse_cognate('1?'), ['1']) self.assertEqual(CognateParser(strict=False).parse_cognate('1, 2?'), ['1', '2']) def test_null(self): self.assertEqual(CognateParser().parse_cognate(None), ['u_1']) def test_bad_cog_int(self): with self.assertRaises(ValueError): CognateParser().parse_cognate(1) def test_complicated_strict_unique(self): CP = CognateParser(strict=True, uniques=True) # # 3. right # Maori katau 5, 40 # Maori matau 5 # South Island Maori tika self.assertEqual(CP.parse_cognate('5, 40'), ['5', '40']) self.assertEqual(CP.parse_cognate('5'), ['5']) self.assertEqual(CP.parse_cognate(''), ['u_1']) # # 8. turn # Maori huri 15 # South Island Maori tahuli 15 # South Island Maori tahuri to turn, to turn around 15 self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) # # 20. to know # Maori moohio 52 # South Island Maori matau 1 # South Island Maori mohio to know 52 # South Island Maori ara to know, to awake self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate('1'), ['1']) self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate(''), ["u_2"]) # # 36: to spit # Maori tuha 19, 34? # South Island Maori huare 18 # South Island Maori tuha to expectorate, to spit 19, 34? self.assertEqual(CP.parse_cognate('19, 34?'), ['19']) self.assertEqual(CP.parse_cognate('18'), ['18']) self.assertEqual(CP.parse_cognate('19, 34?'), ['19']) def test_complicated_nostrict_unique(self): CP = CognateParser(strict=False, uniques=True) # # 3. right # Maori katau 5, 40 # Maori matau 5 # South Island Maori tika self.assertEqual(CP.parse_cognate('5, 40'), ['5', '40']) self.assertEqual(CP.parse_cognate('5'), ['5']) self.assertEqual(CP.parse_cognate(''), ['u_1']) # # 8. turn # Maori huri 15 # South Island Maori tahuli 15 # South Island Maori tahuri to turn, to turn around 15 self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) # # 20. to know # Maori moohio 52 # South Island Maori matau 1 # South Island Maori mohio to know 52 # South Island Maori ara to know, to awake self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate('1'), ['1']) self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate(''), ["u_2"]) # # 36: to spit # Maori tuha 19, 34? # South Island Maori huare 18 # South Island Maori tuha to expectorate, to spit 19, 34? self.assertEqual(CP.parse_cognate('19, 34?'), ['19', '34']) self.assertEqual(CP.parse_cognate('18'), ['18']) self.assertEqual(CP.parse_cognate('19, 34?'), ['19', '34']) def test_complicated_nostrict_nounique(self): CP = CognateParser(strict=False, uniques=False) # # 3. right # Maori katau 5, 40 # Maori matau 5 # South Island Maori tika self.assertEqual(CP.parse_cognate('5, 40'), ['5', '40']) self.assertEqual(CP.parse_cognate('5'), ['5']) self.assertEqual(CP.parse_cognate(''), []) # # 8. turn # Maori huri 15 # South Island Maori tahuli 15 # South Island Maori tahuri to turn, to turn around 15 self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) self.assertEqual(CP.parse_cognate('15'), ['15']) # # 20. to know # Maori moohio 52 # South Island Maori matau 1 # South Island Maori mohio to know 52 # South Island Maori ara to know, to awake self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate('1'), ['1']) self.assertEqual(CP.parse_cognate('52'), ['52']) self.assertEqual(CP.parse_cognate(''), []) # # 36: to spit # Maori tuha 19, 34? # South Island Maori huare 18 # South Island Maori tuha to expectorate, to spit 19, 34? self.assertEqual(CP.parse_cognate('19, 34?'), ['19', '34']) self.assertEqual(CP.parse_cognate('18'), ['18']) self.assertEqual(CP.parse_cognate('19, 34?'), ['19', '34']) def test_complicated_with_slash(self): CP = CognateParser(strict=True, uniques=True) self.assertEqual(CP.parse_cognate('53/54'), ['53', '54']) def test_combined_cognate(self): self.assertEqual(CognateParser().parse_cognate('1a'), ['1', '1a']) self.assertEqual(CognateParser().parse_cognate('2b'), ['2', '2b']) self.assertEqual(CognateParser().parse_cognate('3az'), ['3', '3az']) self.assertEqual(CognateParser().parse_cognate('45c'), ['45', '45c']) self.assertEqual(CognateParser().parse_cognate('1a,2b'), ['1', '1a', '2', '2b']) def test_trailing_dash(self): with self.assertRaises(ValueError): CognateParser().parse_cognate('1-') def test_semicolon(self): with self.assertRaises(ValueError): CognateParser().parse_cognate('2, 63; 87') def test_sorting(self): self.assertEqual(CognateParser(sort=True).parse_cognate('2, 1'), ['1', '2']) self.assertEqual(CognateParser(sort=False).parse_cognate('2, 1'), ['2', '1'])
44.220721
88
0.581237
9,761
0.994296
0
0
0
0
0
0
2,716
0.276663
5ff029ed47a23de0243a31bef9cc5542860e44d1
867
py
Python
ngo_point1/ngo_requirements/urls.py
Sanayshah2/T046_Scrapshut
ecb269373e9b78a738ceb99675379ca21ee313a5
[ "MIT" ]
null
null
null
ngo_point1/ngo_requirements/urls.py
Sanayshah2/T046_Scrapshut
ecb269373e9b78a738ceb99675379ca21ee313a5
[ "MIT" ]
null
null
null
ngo_point1/ngo_requirements/urls.py
Sanayshah2/T046_Scrapshut
ecb269373e9b78a738ceb99675379ca21ee313a5
[ "MIT" ]
1
2021-04-23T17:06:44.000Z
2021-04-23T17:06:44.000Z
from django.contrib import admin from django.urls import path from . import views from django.conf.urls import url urlpatterns = [ path('',views.home,name='home'), path('register/',views.register,name='register'), path('login/',views.Login,name='login'), path('logout/', views.logout_view, name='logout_view'), path('add-requirement/', views.addRequirement, name='addRequirement'), path('ngo-dashboard/', views.ngoDashboard, name='ngoDashboard'), path('ngo-requirement-view/<int:rid>/', views.ngoRequirementView, name='ngoRequirementView'), path('donor-requirement-view/<int:rid>/', views.donorRequirementView, name='donorRequirementView'), path('donor-dashboard/', views.donorDashboard, name='donorDashboard'), path('requirement-fulfillment/<int:rid>/', views.requirement_fulfillment, name='requirement_fulfillment'), ]
37.695652
110
0.726644
0
0
0
0
0
0
0
0
335
0.38639
5ff34356a914a7907c97352a87bdb8eb2ee14f4e
32,810
py
Python
parakeet/models/wavenet.py
lfchener/Parakeet
b0ba6e7bf9b44b6309ca45927d4405bb85fcd103
[ "Apache-2.0" ]
1
2021-02-03T12:11:21.000Z
2021-02-03T12:11:21.000Z
parakeet/models/wavenet.py
gzfffff/Parakeet
a84b6d3383b2a8a5fb45d0c233bee1ed80d0b389
[ "Apache-2.0" ]
null
null
null
parakeet/models/wavenet.py
gzfffff/Parakeet
a84b6d3383b2a8a5fb45d0c233bee1ed80d0b389
[ "Apache-2.0" ]
null
null
null
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import math import time from typing import Union, Sequence, List from tqdm import trange import numpy as np import paddle from paddle import nn from paddle.nn import functional as F import paddle.fluid.initializer as I import paddle.fluid.layers.distributions as D from parakeet.modules.conv import Conv1dCell from parakeet.modules.audio import quantize, dequantize, STFT from parakeet.utils import checkpoint, layer_tools __all__ = ["WaveNet", "ConditionalWaveNet"] def crop(x, audio_start, audio_length): """Crop the upsampled condition to match audio_length. The upsampled condition has the same time steps as the whole audio does. But since audios are sliced to 0.5 seconds randomly while conditions are not, upsampled conditions should also be sliced to extactly match the time steps of the audio slice. Parameters ---------- x : Tensor [shape=(B, C, T)] The upsampled condition. audio_start : Tensor [shape=(B,), dtype:int] The index of the starting point of the audio clips. audio_length : int The length of the audio clip(number of samples it contaions). Returns ------- Tensor [shape=(B, C, audio_length)] Cropped condition. """ # crop audio slices = [] # for each example # paddle now supports Tensor of shape [1] in slice # starts = audio_start.numpy() for i in range(x.shape[0]): start = audio_start[i] end = start + audio_length slice = paddle.slice(x[i], axes=[1], starts=[start], ends=[end]) slices.append(slice) out = paddle.stack(slices) return out class UpsampleNet(nn.LayerList): """A network used to upsample mel spectrogram to match the time steps of audio. It consists of several layers of Conv2DTranspose. Each Conv2DTranspose layer upsamples the time dimension by its `stride` times. Also, each Conv2DTranspose's filter_size at frequency dimension is 3. Parameters ---------- upscale_factors : List[int], optional Time upsampling factors for each Conv2DTranspose Layer. The ``UpsampleNet`` contains ``len(upscale_factor)`` Conv2DTranspose Layers. Each upscale_factor is used as the ``stride`` for the corresponding Conv2DTranspose. Defaults to [16, 16], this the default upsampling factor is 256. Notes ------ ``np.prod(upscale_factors)`` should equals the ``hop_length`` of the stft transformation used to extract spectrogram features from audio. For example, ``16 * 16 = 256``, then the spectrogram extracted with a stft transformation whose ``hop_length`` equals 256 is suitable. See Also --------- ``librosa.core.stft`` """ def __init__(self, upscale_factors=[16, 16]): super(UpsampleNet, self).__init__() self.upscale_factors = list(upscale_factors) self.upscale_factor = 1 for item in upscale_factors: self.upscale_factor *= item for factor in self.upscale_factors: self.append( nn.utils.weight_norm( nn.Conv2DTranspose( 1, 1, kernel_size=(3, 2 * factor), stride=(1, factor), padding=(1, factor // 2)))) def forward(self, x): r"""Compute the upsampled condition. Parameters ----------- x : Tensor [shape=(B, F, T)] The condition (mel spectrogram here). ``F`` means the frequency bands, which is the feature size of the input. In the internal Conv2DTransposes, the frequency dimension is treated as ``height`` dimension instead of ``in_channels``. Returns: Tensor [shape=(B, F, T \* upscale_factor)] The upsampled condition. """ x = paddle.unsqueeze(x, 1) for sublayer in self: x = F.leaky_relu(sublayer(x), 0.4) x = paddle.squeeze(x, 1) return x class ResidualBlock(nn.Layer): """A Residual block used in wavenet. Conv1D-gated-tanh Block. It consists of a Conv1DCell and an Conv1D(kernel_size = 1) to integrate information of the condition. Notes -------- It does not have parametric residual or skip connection. Parameters ----------- residual_channels : int The feature size of the input. It is also the feature size of the residual output and skip output. condition_dim : int The feature size of the condition. filter_size : int Kernel size of the internal convolution cells. dilation :int Dilation of the internal convolution cells. """ def __init__(self, residual_channels: int, condition_dim: int, filter_size: Union[int, Sequence[int]], dilation: int): super(ResidualBlock, self).__init__() dilated_channels = 2 * residual_channels # following clarinet's implementation, we do not have parametric residual # & skip connection. _filter_size = filter_size[0] if isinstance(filter_size, ( list, tuple)) else filter_size std = math.sqrt(1 / (_filter_size * residual_channels)) conv = Conv1dCell( residual_channels, dilated_channels, filter_size, dilation=dilation, weight_attr=I.Normal(scale=std)) self.conv = nn.utils.weight_norm(conv) std = math.sqrt(1 / condition_dim) condition_proj = Conv1dCell( condition_dim, dilated_channels, (1, ), weight_attr=I.Normal(scale=std)) self.condition_proj = nn.utils.weight_norm(condition_proj) self.filter_size = filter_size self.dilation = dilation self.dilated_channels = dilated_channels self.residual_channels = residual_channels self.condition_dim = condition_dim def forward(self, x, condition=None): """Forward pass of the ResidualBlock. Parameters ----------- x : Tensor [shape=(B, C, T)] The input tensor. condition : Tensor, optional [shape(B, C_cond, T)] The condition. It has been upsampled in time steps, so it has the same time steps as the input does.(C_cond stands for the condition's channels). Defaults to None. Returns ----------- residual : Tensor [shape=(B, C, T)] The residual, which is used as the input to the next ResidualBlock. skip_connection : Tensor [shape=(B, C, T)] Tthe skip connection. This output is accumulated with that of other ResidualBlocks. """ h = x # dilated conv h = self.conv(h) # condition if condition is not None: h += self.condition_proj(condition) # gated tanh content, gate = paddle.split(h, 2, axis=1) z = F.sigmoid(gate) * paddle.tanh(content) # projection residual = paddle.scale(z + x, math.sqrt(.5)) skip_connection = z return residual, skip_connection def start_sequence(self): """Prepare the ResidualBlock to generate a new sequence. Warnings --------- This method should be called before calling ``add_input`` multiple times. """ self.conv.start_sequence() self.condition_proj.start_sequence() def add_input(self, x, condition=None): """Take a step input and return a step output. This method works similarily with ``forward`` but in a ``step-in-step-out`` fashion. Parameters ---------- x : Tensor [shape=(B, C)] Input for a step. condition : Tensor, optional [shape=(B, C_cond)] Condition for a step. Defaults to None. Returns ---------- residual : Tensor [shape=(B, C)] The residual for a step, which is used as the input to the next layer of ResidualBlock. skip_connection : Tensor [shape=(B, C)] T he skip connection for a step. This output is accumulated with that of other ResidualBlocks. """ h = x # dilated conv h = self.conv.add_input(h) # condition if condition is not None: h += self.condition_proj.add_input(condition) # gated tanh content, gate = paddle.split(h, 2, axis=1) z = F.sigmoid(gate) * paddle.tanh(content) # projection residual = paddle.scale(z + x, math.sqrt(0.5)) skip_connection = z return residual, skip_connection class ResidualNet(nn.LayerList): """The residual network in wavenet. It consists of ``n_stack`` stacks, each of which consists of ``n_loop`` ResidualBlocks. Parameters ---------- n_stack : int Number of stacks in the ``ResidualNet``. n_loop : int Number of ResidualBlocks in a stack. residual_channels : int Input feature size of each ``ResidualBlock``'s input. condition_dim : int Feature size of the condition. filter_size : int Kernel size of the internal ``Conv1dCell`` of each ``ResidualBlock``. """ def __init__(self, n_stack: int, n_loop: int, residual_channels: int, condition_dim: int, filter_size: int): super(ResidualNet, self).__init__() # double the dilation at each layer in a stack dilations = [2**i for i in range(n_loop)] * n_stack self.context_size = 1 + sum(dilations) for dilation in dilations: self.append( ResidualBlock(residual_channels, condition_dim, filter_size, dilation)) def forward(self, x, condition=None): """Forward pass of ``ResidualNet``. Parameters ---------- x : Tensor [shape=(B, C, T)] The input. condition : Tensor, optional [shape=(B, C_cond, T)] The condition, it has been upsampled in time steps, so it has the same time steps as the input does. Defaults to None. Returns -------- Tensor [shape=(B, C, T)] The output. """ for i, func in enumerate(self): x, skip = func(x, condition) if i == 0: skip_connections = skip else: skip_connections = paddle.scale(skip_connections + skip, math.sqrt(0.5)) return skip_connections def start_sequence(self): """Prepare the ResidualNet to generate a new sequence. This method should be called before starting calling ``add_input`` multiple times. """ for block in self: block.start_sequence() def add_input(self, x, condition=None): """Take a step input and return a step output. This method works similarily with ``forward`` but in a ``step-in-step-out`` fashion. Parameters ---------- x : Tensor [shape=(B, C)] Input for a step. condition : Tensor, optional [shape=(B, C_cond)] Condition for a step. Defaults to None. Returns ---------- Tensor [shape=(B, C)] The skip connection for a step. This output is accumulated with that of other ResidualBlocks. """ for i, func in enumerate(self): x, skip = func.add_input(x, condition) if i == 0: skip_connections = skip else: skip_connections = paddle.scale(skip_connections + skip, math.sqrt(0.5)) return skip_connections class WaveNet(nn.Layer): """Wavenet that transform upsampled mel spectrogram into waveform. Parameters ----------- n_stack : int ``n_stack`` for the internal ``ResidualNet``. n_loop : int ``n_loop`` for the internal ``ResidualNet``. residual_channels : int Feature size of the input. output_dim : int Feature size of the input. condition_dim : int Feature size of the condition (mel spectrogram bands). filter_size : int Kernel size of the internal ``ResidualNet``. loss_type : str, optional ["mog" or "softmax"] The output type and loss type of the model, by default "mog". If "softmax", the model input is first quantized audio and the model outputs a discret categorical distribution. If "mog", the model input is audio in floating point format, and the model outputs parameters for a mixture of gaussian distributions. Namely, the weight, mean and log scale of each gaussian distribution. Thus, the ``output_size`` should be a multiple of 3. log_scale_min : float, optional Minimum value of the log scale of gaussian distributions, by default -9.0. This is only used for computing loss when ``loss_type`` is "mog", If the predicted log scale is less than -9.0, it is clipped at -9.0. """ def __init__(self, n_stack, n_loop, residual_channels, output_dim, condition_dim, filter_size, loss_type, log_scale_min): super(WaveNet, self).__init__() if loss_type not in ["softmax", "mog"]: raise ValueError("loss_type {} is not supported".format(loss_type)) if loss_type == "softmax": self.embed = nn.Embedding(output_dim, residual_channels) else: if (output_dim % 3 != 0): raise ValueError( "with Mixture of Gaussians(mog) output, the output dim must be divisible by 3, but get {}". format(output_dim)) self.embed = nn.utils.weight_norm( nn.Linear(1, residual_channels), dim=1) self.resnet = ResidualNet(n_stack, n_loop, residual_channels, condition_dim, filter_size) self.context_size = self.resnet.context_size skip_channels = residual_channels # assume the same channel self.proj1 = nn.utils.weight_norm( nn.Linear(skip_channels, skip_channels), dim=1) self.proj2 = nn.utils.weight_norm( nn.Linear(skip_channels, skip_channels), dim=1) # if loss_type is softmax, output_dim is n_vocab of waveform magnitude. # if loss_type is mog, output_dim is 3 * gaussian, (weight, mean and stddev) self.proj3 = nn.utils.weight_norm( nn.Linear(skip_channels, output_dim), dim=1) self.loss_type = loss_type self.output_dim = output_dim self.input_dim = 1 self.skip_channels = skip_channels self.log_scale_min = log_scale_min def forward(self, x, condition=None): """Forward pass of ``WaveNet``. Parameters ----------- x : Tensor [shape=(B, T)] The input waveform. condition : Tensor, optional [shape=(B, C_cond, T)] the upsampled condition. Defaults to None. Returns ------- Tensor: [shape=(B, T, C_output)] The parameters of the output distributions. """ # Causal Conv if self.loss_type == "softmax": x = paddle.clip(x, min=-1., max=0.99999) x = quantize(x, self.output_dim) x = self.embed(x) # (B, T, C) else: x = paddle.unsqueeze(x, -1) # (B, T, 1) x = self.embed(x) # (B, T, C) x = paddle.transpose(x, perm=[0, 2, 1]) # (B, C, T) # Residual & Skip-conenection & linears z = self.resnet(x, condition) z = paddle.transpose(z, [0, 2, 1]) z = F.relu(self.proj2(F.relu(self.proj1(z)))) y = self.proj3(z) return y def start_sequence(self): """Prepare the WaveNet to generate a new sequence. This method should be called before starting calling ``add_input`` multiple times. """ self.resnet.start_sequence() def add_input(self, x, condition=None): """Compute the output distribution (represented by its parameters) for a step. It works similarily with the ``forward`` method but in a ``step-in-step-out`` fashion. Parameters ----------- x : Tensor [shape=(B,)] A step of the input waveform. condition : Tensor, optional [shape=(B, C_cond)] A step of the upsampled condition. Defaults to None. Returns -------- Tensor: [shape=(B, C_output)] A step of the parameters of the output distributions. """ # Causal Conv if self.loss_type == "softmax": x = paddle.clip(x, min=-1., max=0.99999) x = quantize(x, self.output_dim) x = self.embed(x) # (B, C) else: x = paddle.unsqueeze(x, -1) # (B, 1) x = self.embed(x) # (B, C) # Residual & Skip-conenection & linears z = self.resnet.add_input(x, condition) z = F.relu(self.proj2(F.relu(self.proj1(z)))) # (B, C) # Output y = self.proj3(z) return y def compute_softmax_loss(self, y, t): """Compute the loss when output distributions are categorial distributions. Parameters ---------- y : Tensor [shape=(B, T, C_output)] The logits of the output distributions. t : Tensor [shape=(B, T)] The target audio. The audio is first quantized then used as the target. Notes ------- Output distributions whose input contains padding is neglected in loss computation. So the first ``context_size`` steps does not contribute to the loss. Returns -------- Tensor: [shape=(1,)] The loss. """ # context size is not taken into account y = y[:, self.context_size:, :] t = t[:, self.context_size:] t = paddle.clip(t, min=-1.0, max=0.99999) quantized = quantize(t, n_bands=self.output_dim) label = paddle.unsqueeze(quantized, -1) loss = F.softmax_with_cross_entropy(y, label) reduced_loss = paddle.mean(loss) return reduced_loss def sample_from_softmax(self, y): """Sample from the output distribution when the output distributions are categorical distriobutions. Parameters ---------- y : Tensor [shape=(B, T, C_output)] The logits of the output distributions. Returns -------- Tensor [shape=(B, T)] Waveform sampled from the output distribution. """ # dequantize batch_size, time_steps, output_dim, = y.shape y = paddle.reshape(y, (batch_size * time_steps, output_dim)) prob = F.softmax(y) quantized = paddle.fluid.layers.sampling_id(prob) samples = dequantize(quantized, n_bands=self.output_dim) samples = paddle.reshape(samples, (batch_size, -1)) return samples def compute_mog_loss(self, y, t): """Compute the loss where output distributions is a mixture of Gaussians distributions. Parameters ----------- y : Tensor [shape=(B, T, C_output)] The parameterd of the output distribution. It is the concatenation of 3 parts, the logits of every distribution, the mean of each distribution and the log standard deviation of each distribution. Each part's shape is (B, T, n_mixture), where ``n_mixture`` means the number of Gaussians in the mixture. t : Tensor [shape=(B, T)] The target audio. Notes ------- Output distributions whose input contains padding is neglected in loss computation. So the first ``context_size`` steps does not contribute to the loss. Returns -------- Tensor: [shape=(1,)] The loss. """ n_mixture = self.output_dim // 3 # context size is not taken in to account y = y[:, self.context_size:, :] t = t[:, self.context_size:] w, mu, log_std = paddle.split(y, 3, axis=2) # 100.0 is just a large float log_std = paddle.clip(log_std, min=self.log_scale_min, max=100.) inv_std = paddle.exp(-log_std) p_mixture = F.softmax(w, -1) t = paddle.unsqueeze(t, -1) if n_mixture > 1: # t = F.expand_as(t, log_std) t = paddle.expand(t, [-1, -1, n_mixture]) x_std = inv_std * (t - mu) exponent = paddle.exp(-0.5 * x_std * x_std) pdf_x = 1.0 / math.sqrt(2.0 * math.pi) * inv_std * exponent pdf_x = p_mixture * pdf_x # pdf_x: [bs, len] pdf_x = paddle.sum(pdf_x, -1) per_sample_loss = -paddle.log(pdf_x + 1e-9) loss = paddle.mean(per_sample_loss) return loss def sample_from_mog(self, y): """Sample from the output distribution when the output distribution is a mixture of Gaussian distributions. Parameters ------------ y : Tensor [shape=(B, T, C_output)] The parameterd of the output distribution. It is the concatenation of 3 parts, the logits of every distribution, the mean of each distribution and the log standard deviation of each distribution. Each part's shape is (B, T, n_mixture), where ``n_mixture`` means the number of Gaussians in the mixture. Returns -------- Tensor: [shape=(B, T)] Waveform sampled from the output distribution. """ batch_size, time_steps, output_dim = y.shape n_mixture = output_dim // 3 w, mu, log_std = paddle.split(y, 3, -1) reshaped_w = paddle.reshape(w, (batch_size * time_steps, n_mixture)) prob_ids = paddle.fluid.layers.sampling_id(F.softmax(reshaped_w)) prob_ids = paddle.reshape(prob_ids, (batch_size, time_steps)) prob_ids = prob_ids.numpy() # do it index = np.array([[[b, t, prob_ids[b, t]] for t in range(time_steps)] for b in range(batch_size)]).astype("int32") index_var = paddle.to_tensor(index) mu_ = paddle.gather_nd(mu, index_var) log_std_ = paddle.gather_nd(log_std, index_var) dist = D.Normal(mu_, paddle.exp(log_std_)) samples = dist.sample(shape=[]) samples = paddle.clip(samples, min=-1., max=1.) return samples def sample(self, y): """Sample from the output distribution. Parameters ---------- y : Tensor [shape=(B, T, C_output)] The parameterd of the output distribution. Returns -------- Tensor [shape=(B, T)] Waveform sampled from the output distribution. """ if self.loss_type == "softmax": return self.sample_from_softmax(y) else: return self.sample_from_mog(y) def loss(self, y, t): """Compute the loss given the output distribution and the target. Parameters ---------- y : Tensor [shape=(B, T, C_output)] The parameters of the output distribution. t : Tensor [shape=(B, T)] The target audio. Returns --------- Tensor: [shape=(1,)] The loss. """ if self.loss_type == "softmax": return self.compute_softmax_loss(y, t) else: return self.compute_mog_loss(y, t) class ConditionalWaveNet(nn.Layer): r"""Conditional Wavenet. An implementation of `WaveNet: A Generative Model for Raw Audio <http://arxiv.org/abs/1609.03499>`_. It contains an UpsampleNet as the encoder and a WaveNet as the decoder. It is an autoregressive model that generate raw audio. Parameters ---------- upsample_factors : List[int] The upsampling factors of the UpsampleNet. n_stack : int Number of convolution stacks in the WaveNet. n_loop : int Number of convolution layers in a convolution stack. Convolution layers in a stack have exponentially growing dilations, from 1 to .. math:: `k^{n_{loop} - 1}`, where k is the kernel size. residual_channels : int Feature size of each ResidualBlocks. output_dim : int Feature size of the output. See ``loss_type`` for details. n_mels : int The number of bands of mel spectrogram. filter_size : int, optional Convolution kernel size of each ResidualBlock, by default 2. loss_type : str, optional ["mog" or "softmax"] The output type and loss type of the model, by default "mog". If "softmax", the model input should be quantized audio and the model outputs a discret distribution. If "mog", the model input is audio in floating point format, and the model outputs parameters for a mixture of gaussian distributions. Namely, the weight, mean and logscale of each gaussian distribution. Thus, the ``output_size`` should be a multiple of 3. log_scale_min : float, optional Minimum value of the log scale of gaussian distributions, by default -9.0. This is only used for computing loss when ``loss_type`` is "mog", If the predicted log scale is less than -9.0, it is clipped at -9.0. """ def __init__(self, upsample_factors: List[int], n_stack: int, n_loop: int, residual_channels: int, output_dim: int, n_mels: int, filter_size: int=2, loss_type: str="mog", log_scale_min: float=-9.0): super(ConditionalWaveNet, self).__init__() self.encoder = UpsampleNet(upsample_factors) self.decoder = WaveNet( n_stack=n_stack, n_loop=n_loop, residual_channels=residual_channels, output_dim=output_dim, condition_dim=n_mels, filter_size=filter_size, loss_type=loss_type, log_scale_min=log_scale_min) def forward(self, audio, mel, audio_start): """Compute the output distribution given the mel spectrogram and the input(for teacher force training). Parameters ----------- audio : Tensor [shape=(B, T_audio)] ground truth waveform, used for teacher force training. mel : Tensor [shape(B, F, T_mel)] Mel spectrogram. Note that it is the spectrogram for the whole utterance. audio_start : Tensor [shape=(B,), dtype: int] Audio slices' start positions for each utterance. Returns ---------- Tensor [shape(B, T_audio - 1, C_output)] Parameters for the output distribution, where ``C_output`` is the ``output_dim`` of the decoder.) """ audio_length = audio.shape[1] # audio clip's length condition = self.encoder(mel) condition_slice = crop(condition, audio_start, audio_length) # shifting 1 step audio = audio[:, :-1] condition_slice = condition_slice[:, :, 1:] y = self.decoder(audio, condition_slice) return y def loss(self, y, t): """Compute loss with respect to the output distribution and the target audio. Parameters ----------- y : Tensor [shape=(B, T - 1, C_output)] Parameters of the output distribution. t : Tensor [shape(B, T)] target waveform. Returns -------- Tensor: [shape=(1,)] the loss. """ t = t[:, 1:] loss = self.decoder.loss(y, t) return loss def sample(self, y): """Sample from the output distribution. Parameters ----------- y : Tensor [shape=(B, T, C_output)] Parameters of the output distribution. Returns -------- Tensor [shape=(B, T)] Sampled waveform from the output distribution. """ samples = self.decoder.sample(y) return samples @paddle.no_grad() def infer(self, mel): r"""Synthesize waveform from mel spectrogram. Parameters ----------- mel : Tensor [shape=(B, F, T)] The ondition (mel spectrogram here). Returns ----------- Tensor [shape=(B, T \* upsacle_factor)] Synthesized waveform. ``upscale_factor`` is the ``upscale_factor`` of the encoder ``UpsampleNet``. """ condition = self.encoder(mel) batch_size, _, time_steps = condition.shape samples = [] self.decoder.start_sequence() x_t = paddle.zeros((batch_size, ), dtype=mel.dtype) for i in trange(time_steps): c_t = condition[:, :, i] # (B, C) y_t = self.decoder.add_input(x_t, c_t) #(B, C) y_t = paddle.unsqueeze(y_t, 1) x_t = self.sample(y_t) # (B, 1) x_t = paddle.squeeze(x_t, 1) #(B,) samples.append(x_t) samples = paddle.stack(samples, -1) return samples @paddle.no_grad() def predict(self, mel): r"""Synthesize audio from mel spectrogram. The output and input are numpy arrays without batch. Parameters ---------- mel : np.ndarray [shape=(C, T)] Mel spectrogram of an utterance. Returns ------- Tensor : np.ndarray [shape=(C, T \* upsample_factor)] The synthesized waveform of an utterance. """ mel = paddle.to_tensor(mel) mel = paddle.unsqueeze(mel, 0) audio = self.infer(mel) audio = audio[0].numpy() return audio @classmethod def from_pretrained(cls, config, checkpoint_path): """Build a ConditionalWaveNet model from a pretrained model. Parameters ---------- config: yacs.config.CfgNode model configs checkpoint_path: Path or str the path of pretrained model checkpoint, without extension name Returns ------- ConditionalWaveNet The model built from pretrained result. """ model = cls(upsample_factors=config.model.upsample_factors, n_stack=config.model.n_stack, n_loop=config.model.n_loop, residual_channels=config.model.residual_channels, output_dim=config.model.output_dim, n_mels=config.data.n_mels, filter_size=config.model.filter_size, loss_type=config.model.loss_type, log_scale_min=config.model.log_scale_min) layer_tools.summary(model) checkpoint.load_parameters(model, checkpoint_path=checkpoint_path) return model
33.548057
111
0.569857
30,553
0.93121
0
0
2,817
0.085858
0
0
19,062
0.580981
5ff3bdba3407ef79de92445150f4e8cf96492395
661
py
Python
xmas/util.py
drocco007/xmas_pi
23d8f7b95ec4682d057b68d4a53e5b0ae3b193fa
[ "MIT" ]
null
null
null
xmas/util.py
drocco007/xmas_pi
23d8f7b95ec4682d057b68d4a53e5b0ae3b193fa
[ "MIT" ]
null
null
null
xmas/util.py
drocco007/xmas_pi
23d8f7b95ec4682d057b68d4a53e5b0ae3b193fa
[ "MIT" ]
null
null
null
def normalize(values, gammas): """Adjust a list of brightness values according to a list of gamma values. Given a list of light brightness values from 0.0 to 1.0, adjust the value according to the corresponding maximum brightness in the gamma list. For example:: >>> gammas = [0.3, 1.0] >>> values = [1.0, 1.0] >>> normalize(values, gammas) [0.3, 1.0] >>> values = [0.5, 0.5] >>> normalize(values, gammas) [0.15, 0.5] >>> values = [0.1, 0.0] >>> normalize(values, gammas) [0.03, 0.0] """ return [value * gamma for value, gamma in zip(values, gammas)]
27.541667
78
0.559758
0
0
0
0
0
0
0
0
557
0.842663
5ff67231767a550306fa1eed298e972631db8363
1,407
py
Python
06/TemplateMaching.py
mastnk/GCIP
1d1ec23388629f145a021efd69797aa18b3891e3
[ "MIT" ]
null
null
null
06/TemplateMaching.py
mastnk/GCIP
1d1ec23388629f145a021efd69797aa18b3891e3
[ "MIT" ]
null
null
null
06/TemplateMaching.py
mastnk/GCIP
1d1ec23388629f145a021efd69797aa18b3891e3
[ "MIT" ]
null
null
null
import sys import cv2 # it is necessary to use cv2 library import numpy as np # https://docs.opencv.org/4.5.2/d4/dc6/tutorial_py_template_matching.html def main( input_filename, template_filename ): img = cv2.imread(input_filename,0) template = cv2.imread(template_filename,0) w, h = template.shape[::-1] # chose a method # https://docs.opencv.org/4.5.2/df/dfb/group__imgproc__object.html#ga3a7850640f1fe1f58fe91a2d7583695d method = 'TM_SQDIFF' #SSD # method = 'TM_SQDIFF_NORMED'#Normalized SSD # method = 'TM_CCORR_NORMED' #NCC # method = 'TM_CCOEFF_NORMED'#ZNCC # Apply template Matching res = cv2.matchTemplate(img,template,eval('cv2.'+method)) min_val, max_val, min_loc, max_loc = cv2.minMaxLoc(res) # If the method is TM_SQDIFF or TM_SQDIFF_NORMED, take minimum if method in ['TM_SQDIFF', 'TM_SQDIFF_NORMED']: top_left = min_loc else: top_left = max_loc bottom_right = (top_left[0] + w, top_left[1] + h) cv2.rectangle(img,top_left, bottom_right, 255, 2) cv2.imwrite( method+'_img.png', img ) res = res / np.max(res) * 255 res = res.clip(0,255).astype('uint8') cv2.imwrite( method+'_res.png', res ) if( __name__ == '__main__' ): if( len(sys.argv) >= 3 ): main( sys.argv[1], sys.argv[2] ) else: print( 'usage: python '+sys.argv[0]+' input_filenname template_filename' )
31.977273
105
0.668088
0
0
0
0
0
0
0
0
569
0.404407
5ff692081eaaca772a3292cf14f5309c58c43958
516
py
Python
contest/tenka1-pbc2019/C_Stones.py
mola1129/atcoder
1d3b18cb92d0ba18c41172f49bfcd0dd8d29f9db
[ "MIT" ]
null
null
null
contest/tenka1-pbc2019/C_Stones.py
mola1129/atcoder
1d3b18cb92d0ba18c41172f49bfcd0dd8d29f9db
[ "MIT" ]
null
null
null
contest/tenka1-pbc2019/C_Stones.py
mola1129/atcoder
1d3b18cb92d0ba18c41172f49bfcd0dd8d29f9db
[ "MIT" ]
null
null
null
n = int(input()) s = input() bcnt = [0]*n wcnt = [0]*n result = 2 * 10 ** 5 # 累積和 if s[0] == "#": bcnt[0] = 1 if s[n-1] == ".": wcnt[n-1] = 1 for i in range(1,n): bcnt[i] = bcnt[i-1] if s[i] == "#": bcnt[i] += 1 for i in range(n-2,-1,-1): wcnt[i] = wcnt[i+1] if s[i] == ".": wcnt[i] += 1 # 最小コストを求める for i in range(0,n-1): result = min(bcnt[i] + wcnt[i+1],result) result = min(result,bcnt[n-1]) result = min(result,wcnt[0]) print(result)
17.2
45
0.45155
0
0
0
0
0
0
0
0
54
0.1
5ff9658511513524516ba459b859ca485a53d2a3
9,413
py
Python
scripts/myclient.py
Anant16/Networks_Project
a0f15bde4b2625a5ffe382da958f04d4538d23d2
[ "MIT" ]
null
null
null
scripts/myclient.py
Anant16/Networks_Project
a0f15bde4b2625a5ffe382da958f04d4538d23d2
[ "MIT" ]
null
null
null
scripts/myclient.py
Anant16/Networks_Project
a0f15bde4b2625a5ffe382da958f04d4538d23d2
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 """Script for Tkinter GUI chat client.""" from socket import AF_INET, socket, SOCK_STREAM from threading import Thread import tkinter from tkinter import filedialog, Tk import os import time def recv_file(): print("file request from ") fname = client_socket.recv(BUFSIZ).decode("utf8") print ("recieving file " + fname ) fsize = client_socket.recv(BUFSIZ) fsize = int(fsize) data_len = 0 print("fsize: {}".format(fsize)) local_file = "../received_files/" + fname with open(local_file, 'wb') as f: print ('opened file') while data_len<fsize: data = client_socket.recv(BUFSIZ) if not data: break data_len += len(data) f.write(data) print("Done writing file at client") return fname, fsize def private_recv_file(pclient_socket): print("file request from ") fname = pclient_socket.recv(BUFSIZ).decode("utf8") print ("recieving file " + fname ) fsize = pclient_socket.recv(BUFSIZ) fsize = int(fsize) data_len = 0 print("fsize: {}".format(fsize)) local_file = "../received_files/" + fname with open(local_file, 'wb') as f: print ('opened file') while data_len<fsize: data = pclient_socket.recv(BUFSIZ) if not data: break data_len += len(data) f.write(data) print("Done writing file at client") return fname, fsize def send_file(): fpath = filedialog.askopenfilename(initialdir = "/",title = "Select file") fname = fpath.split('/')[-1] fsize = os.path.getsize(fpath) client_socket.send(bytes('{file}', "utf8")) time.sleep(0.5) client_socket.send(bytes(fname, "utf8")) time.sleep(0.5) client_socket.send(bytes(str(fsize), "utf8")) time.sleep(0.5) with open(fpath, 'rb') as f: while True: data = f.read(BUFSIZ) if not data: break client_socket.sendall(data) print("File sent to server") time.sleep(0.5) def private_send_file(pclient_socket): fpath = filedialog.askopenfilename(initialdir = "/",title = "Select file") fname = fpath.split('/')[-1] fsize = os.path.getsize(fpath) pclient_socket.send(bytes('{file}', "utf8")) time.sleep(0.5) pclient_socket.send(bytes(fname, "utf8")) time.sleep(0.5) pclient_socket.send(bytes(str(fsize), "utf8")) time.sleep(0.5) with open(fpath, 'rb') as f: while True: data = f.read(BUFSIZ) if not data: break pclient_socket.sendall(data) print("File sent to server") time.sleep(0.5) def private_receive(pmsg_list, pclient_socket): """Handles receiving of messages.""" # pmsg_list = ptop.messages_frame.msg_list while True: try: msg = pclient_socket.recv(BUFSIZ) if msg == bytes("{file}", "utf8"): pmsg_list.insert(tkinter.END, "Receiving File") fname, fsize = private_recv_file(pclient_socket) pmsg_list.insert(tkinter.END, "File Recieved") elif msg == bytes("{quit}", "utf8"): break else: msg = msg.decode('utf8') pmsg_list.insert(tkinter.END, msg) except OSError: # Possibly client has left the chat. break def receive(): """Handles receiving of messages.""" buttons_frame = tkinter.Frame(top) while True: try: msg = client_socket.recv(BUFSIZ).decode("utf8") # print(msg) if msg == '{quit}': break elif '{prequest}' in msg[0:12]: name = msg[11:] handle_connection_request(name) elif '{name}' in msg[0:6]: print(msg) uname.insert(tkinter.END, msg[7:]) elif '{namelist}' in msg[0:12]: nlist = msg.split('_')[1] name_list = nlist.split(',')[1:] print(name_list) buttons_frame.destroy() buttons_frame = tkinter.Frame(top) for name in name_list: private_button = tkinter.Button(buttons_frame, text=name, command=lambda user=name: create_private(user)) private_button.pack(side=tkinter.LEFT) buttons_frame.pack(side=tkinter.LEFT) else: msg_list.insert(tkinter.END, msg) except OSError: # Possibly client has left the chat. break def private_send(client_socket_no, pmy_msg, pmsg_list, event=None): # event is passed by binders. """Handles sending of messages.""" print("socket") print(client_socket_no) print(pmy_msg) print(pmsg_list) msg = pmy_msg.get() pmy_msg.delete(0, 100) # Clears input field. print("message sent is: " + msg) try: client_socket_no.send(bytes(msg, "utf8")) except BrokenPipeError: error_msg = "Unable to send" pmsg_list.insert(tkinter.END, error_msg) if msg == "{quit}": client_socket_no.close() top.quit() def send(event=None): # event is passed by binders. """Handles sending of messages.""" print("socket") print(client_socket) msg = my_msg.get() my_msg.set("") # Clears input field. try: client_socket.send(bytes(msg, "utf8")) except BrokenPipeError: error_msg = "Unable to send" msg_list.insert(tkinter.END, error_msg) if msg == "{quit}": client_socket.close() top.quit() def create_private(name): print("create_private") print(name) new_name = uname.get('1.0', tkinter.END) + '_' + name new_name = new_name.replace('\n', '') print(new_name) Thread(target=private_client, args=(new_name,)).start() def private_client(name): pclient_socket = socket(AF_INET, SOCK_STREAM) pclient_socket.connect(ADDR) pclient_socket.send(bytes(name, "utf8")) ptop = tkinter.Tk() ptop.title("Private Chat - " + uname.get('1.0', tkinter.END)) messages_frame = tkinter.Frame(ptop) my_msg = tkinter.StringVar() # For the messages to be sent. # my_msg.set("Type your messages here.") scrollbar = tkinter.Scrollbar(messages_frame) # To navigate through past messages. # Following will contain the messages. msg_list = tkinter.Listbox(messages_frame, height=15, width=50, yscrollcommand=scrollbar.set) scrollbar.pack(side=tkinter.RIGHT, fill=tkinter.Y) msg_list.pack(side=tkinter.LEFT, fill=tkinter.BOTH) msg_list.pack() messages_frame.pack() print(my_msg) entry_field = tkinter.Entry(ptop, textvariable=my_msg) entry_field.bind("<Return>", lambda event, temp = pclient_socket: private_send(temp, entry_field, msg_list)) entry_field.pack() send_button = tkinter.Button(ptop, text="Send", command=lambda: private_send(pclient_socket, entry_field, msg_list)) send_button.pack() send_file_button = tkinter.Button(ptop, text="Send File", command= lambda: private_send_file(pclient_socket)) send_file_button.pack() receive_thread = Thread(target=private_receive, args=(msg_list, pclient_socket,)) receive_thread.start() ptop.mainloop() # Starts GUI execution. def handle_connection_request(name): new_name = uname.get('1.0', tkinter.END) + '_' + name + '_' new_name = new_name.replace('\n', '') Thread(target=private_client, args=(new_name,)).start() # def on_closing(event=None): # """This function is to be called when the window is closed.""" # my_msg.set("{quit}") # try: # send() # except BrokenPipeError: # print("BrokenPipeError") # top.quit() #----Now comes the sockets part---- HOST = input('Enter host: ') PORT = input('Enter port: ') if not PORT: PORT = 35000 else: PORT = int(PORT) if not HOST: HOST = '127.0.0.1' BUFSIZ = 1024 ADDR = (HOST, PORT) client_socket = socket(AF_INET, SOCK_STREAM) client_socket.connect(ADDR) top = tkinter.Tk() top.title("Group Chat") uname = tkinter.Text(top) # uname.pack() messages_frame = tkinter.Frame(top) my_msg = tkinter.StringVar() # For the messages to be sent. # my_msg.set("Type your messages here.") scrollbar = tkinter.Scrollbar(messages_frame) # To navigate through past messages. # Following will contain the messages. msg_list = tkinter.Listbox(messages_frame, height=15, width=50, yscrollcommand=scrollbar.set) scrollbar.pack(side=tkinter.RIGHT, fill=tkinter.Y) msg_list.pack(side=tkinter.LEFT, fill=tkinter.BOTH) msg_list.pack() messages_frame.pack() entry_field = tkinter.Entry(top, textvariable=my_msg) entry_field.bind("<Return>", send) entry_field.pack() send_button = tkinter.Button(top, text="Send", command=send) send_button.pack() send_file_button = tkinter.Button(top, text="Send File", command=send_file) send_file_button.pack() # top.protocol("WM_DELETE_WINDOW", on_closing) # #----Now comes the sockets part---- # HOST = input('Enter host: ') # PORT = input('Enter port: ') # if not PORT: # PORT = 33000 # else: # PORT = int(PORT) # BUFSIZ = 1024 # ADDR = (HOST, PORT) # client_socket = socket(AF_INET, SOCK_STREAM) # client_socket.connect(ADDR) receive_thread = Thread(target=receive) receive_thread.start() top.mainloop() # Starts GUI execution.
31.272425
125
0.627961
0
0
0
0
0
0
0
0
2,133
0.226602
5ffb47974af4fe5ac023573e2b360b56ebf1ffbc
1,689
py
Python
issues/i10_parent.py
Raph-xyz/wexpect
c1e81b3a69d4d3821cb01b61bd5297b51a24539f
[ "MIT" ]
52
2019-04-24T14:38:43.000Z
2022-03-08T22:03:11.000Z
issues/i10_parent.py
Raph-xyz/wexpect
c1e81b3a69d4d3821cb01b61bd5297b51a24539f
[ "MIT" ]
51
2019-05-13T12:15:09.000Z
2021-12-15T14:00:15.000Z
issues/i10_parent.py
Raph-xyz/wexpect
c1e81b3a69d4d3821cb01b61bd5297b51a24539f
[ "MIT" ]
20
2019-07-15T15:48:31.000Z
2022-03-27T08:55:17.000Z
import wexpect import time import sys import os here = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, here) from long_printer import puskas_wiki print(wexpect.__version__) # With quotes (C:\Program Files\Python37\python.exe needs quotes) python_executable = '"' + sys.executable + '" ' child_script = here + '\\long_printer.py' def main(): longPrinter = python_executable + ' ' + child_script prompt = 'puskas> ' # Start the child process p = wexpect.spawn(longPrinter) # Wait for prompt p.expect(prompt) try: for i in range(10): print('.', end='') p.sendline('0') p.expect(prompt) if p.before.splitlines()[1] != puskas_wiki[0]: print(p.before.splitlines()[1]) raise Exception() p.sendline('all') p.expect(prompt) for a,b in zip(p.before.splitlines()[1:], puskas_wiki): if a!=b: print(a) print(b) raise Exception() for j, paragraph in enumerate(puskas_wiki): p.sendline(str(j)) p.expect(prompt) if p.before.splitlines()[1] != paragraph: print(p.before.splitlines()[1]) print(i) print(j) print(paragraph) raise Exception() except: p.interact() time.sleep(5) else: print('') print('[PASS]') main()
26.390625
68
0.474837
0
0
0
0
0
0
0
0
172
0.101835
5ffcd7c87c77f89439cef7d88357fcf225e1b8ea
3,694
py
Python
sir_sampler.py
bveitch/EpidPy
455cd67afa2efbb774300115abb5fc7d4600b37d
[ "BSD-3-Clause" ]
null
null
null
sir_sampler.py
bveitch/EpidPy
455cd67afa2efbb774300115abb5fc7d4600b37d
[ "BSD-3-Clause" ]
null
null
null
sir_sampler.py
bveitch/EpidPy
455cd67afa2efbb774300115abb5fc7d4600b37d
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Fri Jun 26 10:17:51 2020 description : Sampling methods from sir space to data space author : bveitch version : 1.0 project : EpidPy (epidemic modelling in python) Usage: Data fitting in least squares fit Also acts on labels for data description and fitting randSampler: adds random noise/sampling bias to synthetics """ import numpy as np; def labels_from_type(sir_type,nstage=0): if(sir_type == 'sir'): return list(sir_type) elif(sir_type == 'seir'): return list(sir_type) elif(sir_type == 'sirs'): return list(sir_type) elif(sir_type == 'si2r'): return ['s','i1','i2','r'] elif(sir_type == 'sir_nstage'): assert(nstage>0),'nstage must be >0' labels=['s'] [labels.append('i'+str(istage)) for istage in range(nstage)] labels.append('r') return labels else: raise ValueError("Invalid modelling type") class Sampler: def __init__(self, nsize,intervals): for ival in intervals: assert(ival[1] > ival[0]),'interval must be increasing' self.insize = nsize self.intervals = intervals self.outsize = len(intervals) def F(self,data): [nt,nsize]=data.shape assert(nsize == self.insize),"data size doesnt match insize" data_samp=np.zeros((nt,self.outsize)) icount=0 for ival in self.intervals: isum = np.zeros(nt) for i in range(ival[0],ival[1]): isum += data[:,i] # isum=np.sum(data[:,ival[0]:ival[1]],1) data_samp[:,icount]=isum icount+=1 return data_samp def Ft(self,data_samp): [nt,isize]=data_samp.shape assert(isize == self.outsize),"data sampled size doesnt match outsize" data=np.zeros((nt,self.insize)) icount=0 for ival in self.intervals: isum = data_samp[:,icount] # data[:,ival[0]:ival[1]] +=isum for i in range(ival[0],ival[1]): data[:,i]+=isum icount+=1 return data def Flabels(self,labels): sampled_labels=[] for ival in self.intervals: if(ival[1] == ival[0]+1): l0=labels[ival[0]] sampled_labels.append(l0) else: l0=labels[ival[0] ] l1=labels[ival[1]-1] sampled_labels.append(l0 + '-' + l1) return sampled_labels def Flabels_from_type(self,sir_type,nstage=0): labels=labels_from_type(sir_type,nstage) return self.Flabels(labels) #def draw_samples(pT,n,Ntests): # np.random.seed(0) # s = np.random.normal(0, 1,n) # mu = Ntests*pT # sigma = np.sqrt(Ntests*pT*(1-pT)) # data_samp = (sigma*s+mu)/Ntests # return data_samp def randSampler(data,pTT,pTF,Ntests): def draw_samples(pT,n,Ntests): np.random.seed(0) s = np.random.normal(0, 1,n) mu = Ntests*pT sigma = np.sqrt(Ntests*pT*(1-pT)) data_samp = (sigma*s+mu)/Ntests return data_samp if(len(data.shape)==1): n=data.shape[0] pT=pTT*data+pTF*(1-data) data_samp=draw_samples(pT,n,Ntests) return data_samp else: [n,m]=data.shape assert (m == len(pTT)),"data size doesnt match size pTT" pT=np.zeros(n) for i in range(m): pT=pTT[i]*data[:,i]+pTF*(1-np.sum(data,1)) data_samp=draw_samples(pT,n,Ntests) return data_samp
29.790323
78
0.554413
1,709
0.462642
0
0
0
0
0
0
958
0.259339
27004bc90d0396548daec8e9a418a7f70ae5efe9
4,597
py
Python
database_sanitizer/session.py
sharescape/python-database-sanitizer
560bf402e3896285980abb21a74d5be8d2da1698
[ "MIT" ]
37
2018-05-07T13:07:25.000Z
2022-02-07T18:58:10.000Z
database_sanitizer/session.py
sharescape/python-database-sanitizer
560bf402e3896285980abb21a74d5be8d2da1698
[ "MIT" ]
31
2018-04-27T13:16:28.000Z
2021-12-10T10:08:00.000Z
database_sanitizer/session.py
sharescape/python-database-sanitizer
560bf402e3896285980abb21a74d5be8d2da1698
[ "MIT" ]
15
2018-05-04T12:28:12.000Z
2022-02-17T09:27:58.000Z
""" API to sanitation session. Sanitation session allows having a state within a single sanitation process. One important thing stored to the session is a secret key which is generated to a new random value for each sanitation session, but it stays constant during the whole sanitation process. Its value is never revealed, so that it is possible to generate such one way hashes with it, that should not be redoable afterwards. I.e. during the sanitation session it's possible to do ``hash(C) -> H`` for any clear text C, but it is not possible to check if H is the hashed value of C after the sanitation session has ended. """ import hashlib import hmac import random import sys import threading from six import int2byte if sys.version_info >= (3, 6): from typing import Callable, Optional, Sequence # noqa SECRET_KEY_BITS = 128 _thread_local_storage = threading.local() def hash_text_to_int(value, bit_length=32): # type: (str, int) -> int """ Hash a text value to an integer. Generates an integer number based on the hash derived with `hash_text` from the given text value. :param bit_length: Number of bits to use from the hash value. :return: Integer value within ``0 <= result < 2**bit_length`` """ hash_value = hash_text(value) return int(hash_value[0:(bit_length // 4)], 16) def hash_text_to_ints(value, bit_lengths=(16, 16, 16, 16)): # type: (str, Sequence[int]) -> Sequence[int] """ Hash a text value to a sequence of integers. Generates a sequence of integer values with given bit-lengths similarly to `hash_text_to_int`, but allowing generating many separate numbers with a single call. :param bit_lengths: Tuple of bit lengths for the resulting integers. Defines also the length of the result tuple. :return: Tuple of ``n`` integers ``(R_1, ... R_n)`` with the requested bit-lengths ``(L_1, ..., L_n)`` and values ranging within ``0 <= R_i < 2**L_i`` for each ``i``. """ hash_value = hash_text(value) hex_lengths = [x // 4 for x in bit_lengths] hex_ranges = ( (sum(hex_lengths[0:i]), sum(hex_lengths[0:(i + 1)])) for i in range(len(hex_lengths))) return tuple(int(hash_value[a:b], 16) for (a, b) in hex_ranges) def hash_text(value, hasher=hashlib.sha256, encoding='utf-8'): # type: (str, Callable, str) -> str """ Generate a hash for a text value. The hash will be generated by encoding the text to bytes with given encoding and then generating a hash with HMAC using the session secret as the key and the given hash function. :param value: Text value to hash :param hasher: Hash function to use, SHA256 by default :param encoding: Encoding to use, UTF-8 by default :return: Hexadecimal presentation of the hash as a string """ return hash_bytes(value.encode(encoding), hasher) def hash_bytes(value, hasher=hashlib.sha256): # type: (bytes, Callable) -> str """ Generate a hash for a bytes value. The hash will be generated by generating a hash with HMAC using the session secret as the key and the given hash function. :param value: Bytes value to hash :param hasher: Hash function to use. :return: Hexadecimal presentation of the hash as a string """ return hmac.new(get_secret(), value, hasher).hexdigest() def get_secret(): # type: () -> bytes """ Get session specific secret key. :return: Session key as bytes """ if not getattr(_thread_local_storage, 'secret_key', None): _initialize_session() return _thread_local_storage.secret_key # type: ignore def reset(secret_key=None): # type: (Optional[bytes]) -> None """ Reset the session. By default, this resets the value of the secret to None so that, if there was an earlier sanitation process ran on the same thread, then a next call that needs the secret key of the session will generate a new value for it. This may also be used to set a predefined value for the secret key. :param secret_key: Value to set as the new session secret key or None if a new one should be generated as soon as one is needed. """ _thread_local_storage.secret_key = secret_key def _initialize_session(): # type: () -> None """ Generate a new session key and store it to thread local storage. """ sys_random = random.SystemRandom() _thread_local_storage.secret_key = b''.join( int2byte(sys_random.randint(0, 255)) for _ in range(SECRET_KEY_BITS // 8))
31.272109
72
0.688057
0
0
0
0
0
0
0
0
3,157
0.686752
270052ade6542cf9600c8d97910142b209cecc23
573
py
Python
ciaa-nxp/pyExamples/Main_Timers_2.py
braytac/micropython
4fba270b6061395367e7f49eb3baa77365557ace
[ "MIT" ]
2
2019-07-28T05:27:42.000Z
2020-05-26T04:39:43.000Z
ciaa-nxp/pyExamples/Main_Timers_2.py
braytac/micropython
4fba270b6061395367e7f49eb3baa77365557ace
[ "MIT" ]
null
null
null
ciaa-nxp/pyExamples/Main_Timers_2.py
braytac/micropython
4fba270b6061395367e7f49eb3baa77365557ace
[ "MIT" ]
1
2018-06-23T22:07:06.000Z
2018-06-23T22:07:06.000Z
import pyb def callb(timer): print("Interval interrupt") print(timer) def callbTimeout (timer): print("Timeout interrupt") print(timer) print("Test Timers") t1 = pyb.Timer(1) t2 = pyb.Timer(2) t1.interval(2000,callb) t2.timeout(5000,callbTimeout) t1.freq(1) print("f t1:"+str(t1.freq())) t1.period(204000000) t1.prescaler(3) print("period t1:"+str(t1.period())) print("presc t1:"+str(t1.prescaler())) t1.counter(0) print("counter t1:"+str(t1.counter())) print("src freq t1:"+str(t1.source_freq())) while True: pyb.delay(100) #t1.counter(0) #t1.deinit()
14.692308
43
0.685864
0
0
0
0
0
0
0
0
135
0.235602
2701a91ae74b0da4e98a4cd24af4fe84d580b309
17,219
py
Python
tests/test_viewer.py
glenvorel/waterfalls
900e9fb51a487b7ca1f5ed5274c0bdba95a4d435
[ "MIT" ]
1
2020-08-06T03:58:54.000Z
2020-08-06T03:58:54.000Z
tests/test_viewer.py
glenvorel/performancepy
900e9fb51a487b7ca1f5ed5274c0bdba95a4d435
[ "MIT" ]
null
null
null
tests/test_viewer.py
glenvorel/performancepy
900e9fb51a487b7ca1f5ed5274c0bdba95a4d435
[ "MIT" ]
null
null
null
import json import os import tempfile import unittest from unittest.mock import patch from waterfalls import Viewer, viewer class TestViewer(unittest.TestCase): """ Tests the `waterfalls.Viewer` module. """ def test_detect_overlap(self) -> None: """ Tests detecting overlap of timing blocks. """ # Blocks do not overlap blocks = [{"start_time": 25, "stop_time": 31}, {"start_time": 35, "stop_time": 42}] self.assertFalse(Viewer._detect_overlap(blocks)) # Blocks touch blocks = [{"start_time": 25, "stop_time": 31}, {"start_time": 31, "stop_time": 42}] self.assertFalse(Viewer._detect_overlap(blocks)) # Blocks overlap blocks = [{"start_time": 25, "stop_time": 31}, {"start_time": 30, "stop_time": 42}] self.assertTrue(Viewer._detect_overlap(blocks)) def test_load_blocks_from_reports(self) -> None: """ Tests loading timing blocks from report files. """ report_a = [ {"name": "Timer A", "text": "Block A", "start_time": 25, "stop_time": 35, "thread_id": 100}, {"name": "Timer B", "text": "Block B", "start_time": 45, "stop_time": 55, "thread_id": 101}, ] report_b = [ {"name": "Timer C", "text": "Block C", "start_time": 40, "stop_time": 50, "thread_id": 100}, {"name": "Timer A", "text": "Block D", "start_time": 33, "stop_time": 43, "thread_id": 101}, ] with tempfile.TemporaryDirectory() as temp_dir_name: with open(os.path.join(temp_dir_name, "waterfalls.json"), "w") as f: json.dump(report_a, f) with open(os.path.join(temp_dir_name, "waterfalls.1.json"), "w") as f: json.dump(report_b, f) viewer_instance = Viewer(directory=temp_dir_name) report_file_paths = viewer_instance._get_report_file_paths() self.assertEqual(len(report_file_paths), 2) blocks = viewer_instance._load_blocks_from_reports(report_file_paths) expected_blocks = [ { "name": "Timer A", "text": "Block A", "start_time": 25, "stop_time": 35, "thread_id": 100, }, { "name": "Timer B", "text": "Block B", "start_time": 45, "stop_time": 55, "thread_id": 101, }, { "name": "Timer C", "text": "Block C", "start_time": 40, "stop_time": 50, "thread_id": 100, }, { "name": "Timer A", "text": "Block D", "start_time": 33, "stop_time": 43, "thread_id": 101, }, ] self.assertCountEqual(blocks, expected_blocks) def test_group_blocks_to_timers(self) -> None: """ Tests grouping of timing blocks into named timers. """ viewer_instance = Viewer() blocks = [ { "name": "Timer A", "start_time": 25, "stop_time": 35, }, { "name": "Timer B", "start_time": 45, "stop_time": 55, }, { "name": "Timer C", "start_time": 40, "stop_time": 50, }, { "name": "Timer A", "start_time": 33, "stop_time": 43, }, ] timers, time_total, time_min = viewer_instance._group_blocks_to_timers(blocks) expected_timers = { "Timer A": [ { "name": "Timer A", "start_time": 25, "stop_time": 35, }, { "name": "Timer A", "start_time": 33, "stop_time": 43, }, ], "Timer B": [ { "name": "Timer B", "start_time": 45, "stop_time": 55, } ], "Timer C": [ { "name": "Timer C", "start_time": 40, "stop_time": 50, } ], } self.assertCountEqual(timers, expected_timers) self.assertEqual(time_total, 30) self.assertEqual(time_min, 25) def test_format_timers_names(self) -> None: """ Tests formatting of timers' names depending on whether `show_thead_id` is enabled or disabled. """ viewer_instance = Viewer() timers = { "Timer A": [ { "name": "Timer A", "start_time": 25, "stop_time": 35, "thread_id": 100, }, { "name": "Timer A", "start_time": 33, "stop_time": 43, "thread_id": 101, }, ], "Timer B": [ { "name": "Timer B", "start_time": 45, "stop_time": 55, "thread_id": 101, } ], "Timer C": [ { "name": "Timer C", "start_time": 40, "stop_time": 50, "thread_id": 100, } ], } formatted_timers = viewer_instance._format_timer_names(timers) expected_formatted_timers = { "Timer A\nthread: 100": [ { "name": "Timer A", "start_time": 25, "stop_time": 35, "thread_id": 100, } ], "Timer A\nthread: 101": [ { "name": "Timer A", "start_time": 33, "stop_time": 43, "thread_id": 101, } ], "Timer B": [ { "name": "Timer B", "start_time": 45, "stop_time": 55, "thread_id": 101, } ], "Timer C": [ { "name": "Timer C", "start_time": 40, "stop_time": 50, "thread_id": 100, } ], } self.assertCountEqual(formatted_timers, expected_formatted_timers) viewer_instance.show_thread_id = True formatted_timers = viewer_instance._format_timer_names(timers) expected_formatted_timers = { "Timer A\nthread: 100": [ { "name": "Timer A", "start_time": 25, "stop_time": 35, "thread_id": 100, } ], "Timer A\nthread: 101": [ { "name": "Timer A", "start_time": 33, "stop_time": 43, "thread_id": 101, } ], "Timer B\nthread: 101": [ { "name": "Timer B", "start_time": 45, "stop_time": 55, "thread_id": 101, } ], "Timer C\nthread: 100": [ { "name": "Timer C", "start_time": 40, "stop_time": 50, "thread_id": 100, } ], } self.assertCountEqual(formatted_timers, expected_formatted_timers) def test_sort_timers(self) -> None: """ Tests sorting of timers by the `start_time` of the first block. When thread ID showing is enabled, then timers should be primarily sorted by their `thread_id` and then by `start_time`. """ viewer_instance = Viewer() formatted_timers = { "Timer B": [ { "start_time": 45, "thread_id": 100, } ], "Timer A": [ { "start_time": 25, "thread_id": 101, } ], "Timer C": [ { "start_time": 40, "thread_id": 101, } ], "Timer D": [ { "start_time": 33, "thread_id": 100, } ], } sorted_timers = viewer_instance._sort_timers(formatted_timers) timer_names = list(sorted_timers.keys()) self.assertEqual(timer_names[0], "Timer A") self.assertEqual(timer_names[1], "Timer D") self.assertEqual(timer_names[2], "Timer C") self.assertEqual(timer_names[3], "Timer B") viewer_instance.show_thread_id = True sorted_timers = viewer_instance._sort_timers(formatted_timers) timer_names = list(sorted_timers.keys()) self.assertEqual(timer_names[0], "Timer D") self.assertEqual(timer_names[1], "Timer B") self.assertEqual(timer_names[2], "Timer A") self.assertEqual(timer_names[3], "Timer C") def test_coplete_timers_formatting(self) -> None: """ Tests the complete pipeline from loading report files to generating formatted and sorted timers. """ report_a = [ {"name": "Timer A", "text": "Block A", "start_time": 25, "stop_time": 35, "thread_id": 100}, {"name": "Timer B", "text": "Block B", "start_time": 45, "stop_time": 55, "thread_id": 101}, ] report_b = [ {"name": "Timer C", "text": "Block C", "start_time": 40, "stop_time": 50, "thread_id": 100}, {"name": "Timer A", "text": "Block D", "start_time": 33, "stop_time": 43, "thread_id": 101}, ] with tempfile.TemporaryDirectory() as temp_dir_name: with open(os.path.join(temp_dir_name, "waterfalls.json"), "w") as f: json.dump(report_a, f) with open(os.path.join(temp_dir_name, "waterfalls.1.json"), "w") as f: json.dump(report_b, f) viewer_instance = Viewer(directory=temp_dir_name) report_file_paths = viewer_instance._get_report_file_paths() blocks = viewer_instance._load_blocks_from_reports(report_file_paths) timers, time_total, time_min = viewer_instance._group_blocks_to_timers(blocks) timers = viewer_instance._format_timer_names(timers) timers = viewer_instance._sort_timers(timers) time_unit = viewer_instance._determine_time_unit(time_total) expected_timers = { "Timer A\nthread: 100": [ { "name": "Timer A", "text": "Block A", "start_time": 25, "stop_time": 35, "thread_id": 100, } ], "Timer A\nthread: 101": [ { "name": "Timer A", "text": "Block D", "start_time": 33, "stop_time": 43, "thread_id": 101, } ], "Timer B": [ { "name": "Timer B", "text": "Block B", "start_time": 45, "stop_time": 55, "thread_id": 101, } ], "Timer C": [ { "name": "Timer C", "text": "Block C", "start_time": 40, "stop_time": 50, "thread_id": 100, } ], } self.assertCountEqual(timers, expected_timers) self.assertEqual(time_unit.name, "nanoseconds") self.assertEqual(time_total, 30) self.assertEqual(time_min, 25) def test_determine_time_unit(self): """ Tests automatic determination of time unit and a manual override. """ viewer_instance = Viewer() time_unit = viewer_instance._determine_time_unit(time_total=-1) self.assertEqual(time_unit.name, "nanoseconds") time_unit = viewer_instance._determine_time_unit(time_total=0) self.assertEqual(time_unit.name, "nanoseconds") time_unit = viewer_instance._determine_time_unit(time_total=1) self.assertEqual(time_unit.name, "nanoseconds") time_unit = viewer_instance._determine_time_unit(time_total=1000) self.assertEqual(time_unit.name, "microseconds") time_unit = viewer_instance._determine_time_unit(time_total=999999) self.assertEqual(time_unit.name, "microseconds") time_unit = viewer_instance._determine_time_unit(time_total=1000000) self.assertEqual(time_unit.name, "milliseconds") time_unit = viewer_instance._determine_time_unit(time_total=1000000000) self.assertEqual(time_unit.name, "seconds") time_unit = viewer_instance._determine_time_unit(time_total=1000000000 * 60) self.assertEqual(time_unit.name, "minutes") time_unit = viewer_instance._determine_time_unit(time_total=1000000000 * 3600) self.assertEqual(time_unit.name, "hours") time_unit = viewer_instance._determine_time_unit(time_total=1000000000 * 3600 * 1234) self.assertEqual(time_unit.name, "hours") viewer_instance.user_time_unit = "msec" time_unit = viewer_instance._determine_time_unit(time_total=1000000000 * 3600 * 1234) self.assertEqual(time_unit.name, "milliseconds") def test_non_existent_directory(self) -> None: """ Tests that trying to load report files from a non existent directory raises `SystemExit` exception. """ viewer_instance = Viewer(directory="/nonexistent") with self.assertRaises(SystemExit): viewer_instance._get_report_file_paths() def test_empty_report_files(self) -> None: """ Tests that when there is not even one timing block in any of the loaded report files, the `SystemExit` exception is raised. """ with tempfile.TemporaryDirectory() as temp_dir_name: with open(os.path.join(temp_dir_name, "waterfalls.json"), "w") as file: json.dump([], file) with open(os.path.join(temp_dir_name, "waterfalls.1.json"), "w") as file: json.dump([], file) viewer_instance = Viewer(directory=temp_dir_name) report_file_paths = viewer_instance._get_report_file_paths() with self.assertRaises(SystemExit): viewer_instance._load_blocks_from_reports(report_file_paths) def test_save_as_image(self) -> None: """ Tests that an image file is generated. """ with tempfile.TemporaryDirectory() as temp_dir_name: report = [ { "name": "Timer A", "text": None, "start_time": 10, "stop_time": 20, "thread_duration": 5, "thread_id": 100, } ] with open(os.path.join(temp_dir_name, "waterfalls.json"), "w") as file: json.dump(report, file) Viewer(directory=temp_dir_name, save_image=True).visualize_report() files = [f for f in os.listdir(temp_dir_name) if os.path.isfile(os.path.join(temp_dir_name, f))] self.assertIn("waterfalls.svg", files) def test_argument_parser(self): """ Tests that command line arguments are parsed properly. """ with patch("sys.argv", ["viewer.py"]): args = viewer._parse_arguments() self.assertEqual(args.directory, os.getcwd()) self.assertIsNone(args.unit) self.assertFalse(args.thread_id) self.assertFalse(args.lines) self.assertFalse(args.image) with patch("sys.argv", ["viewer.py", "/path/to/records", "-u", "msec", "-tli"]): args = viewer._parse_arguments() self.assertEqual(args.directory, "/path/to/records") self.assertEqual(args.unit, "msec") self.assertTrue(args.thread_id) self.assertTrue(args.lines) self.assertTrue(args.image) if __name__ == "__main__": unittest.main()
34.856275
108
0.475812
17,042
0.989721
0
0
0
0
0
0
4,308
0.250189
2704c694bb778a6cd16b19f2de02eece854903d3
4,491
py
Python
reflect/menus.py
stefanthaler/daily-reflection
2aba4873742b205f75a71b2ce382d126153f14c5
[ "MIT" ]
null
null
null
reflect/menus.py
stefanthaler/daily-reflection
2aba4873742b205f75a71b2ce382d126153f14c5
[ "MIT" ]
null
null
null
reflect/menus.py
stefanthaler/daily-reflection
2aba4873742b205f75a71b2ce382d126153f14c5
[ "MIT" ]
null
null
null
from prompt_toolkit.key_binding import KeyBindings from prompt_toolkit import PromptSession,prompt,print_formatted_text from reflect.style import * import os from prompt_toolkit.shortcuts import clear from prompt_toolkit.formatted_text import FormattedText def get_menu(menu_items): message = [] for k in menu_items: if "title" == k: message.append( ('class:title', menu_items[k]["text"]+"\n") ) message.append(('class:separator',"="*20+"\n\n") ) continue if "==" in k: message.append( ('class:separator', "="*20+"\n" ) ) continue if "--" in k: message.append( ('class:separator', "-"*20+"\n" ) ) continue if not menu_items[k]: # key only continue m=menu_items[k] message.append( ('class:key', "(%s) " %k) ) message.append( ('class:menu_item' , "%s \n"%m["text"]) ) return message def key_press_menu(menu_items, loop_display=""): bindings = KeyBindings() message = get_menu(menu_items) global key_pressed key_pressed = "" @bindings.add('c-m') @bindings.add('up') @bindings.add('left') @bindings.add('right') @bindings.add('escape', eager=True) @bindings.add('down') @bindings.add('<any>') def _(event): event.app.exit() global key_pressed key_pressed=str(event.key_sequence[0].key) session = PromptSession() loop = True current_key = 0 key_positions = [] for i, m in enumerate(message): if m[0]=="class:key": key_positions.append(i) while loop: if len(loop_display)>0: print_formatted_text(FormattedText(loop_display), style=style) for k in key_positions: if not message[k]: # ignore menu items that don't have a message binding continue message[k]=('class:key', message[k][1]) message[k+1]=('class:menu_item', message[k+1][1]) message[key_positions[current_key]]=('class:current_key',message[key_positions[current_key]][1]) message[key_positions[current_key]+1]=('class:current_key',message[key_positions[current_key]+1][1]) session.prompt(message, style=style, key_bindings=bindings) if str(key_pressed)=="Keys.Up": if current_key>0: current_key=current_key-1 clear() continue if str(key_pressed)=="Keys.Down": if current_key<len(key_positions)-1: current_key=current_key+1 clear() continue if str(key_pressed)=="Keys.ControlM": # enter has been pressed key_pressed=message[key_positions[current_key]][1].split(")")[0][1:] if str(key_pressed)=="Keys.Escape": # enter has been pressed key_pressed="escape" loop=False return key_pressed if not (str(key_pressed) in list(menu_items.keys())): clear() continue else: loop=False break return key_pressed def time_menu(): items = { "title":{"text":"Which type of reflection do you want to do?"}, "m":{"text":"Morning"}, "e":{"text":"Evening"}, "b":{"text":"Back"} } return items[key_press_menu(items)]["text"] def formatted_questions(questions, title): items = { "title":{"text":title} } key_codes = [c for c in "123456789abcdefghijklmnoprstuvwxyz"] for i,q in enumerate(questions): items[key_codes[i]]={"text":q["text"]} items["--1"]={} items["q"]={"text":"Abort"} return get_menu(items) def menu_from_questions(questions, title, loop_display="", menu_generator=key_press_menu): items = { "title":{"text":title} } key_codes = [c for c in "123456789abcdefghijklmnoprstuvwxyz"] for i,q in enumerate(questions): items[key_codes[i]]={"text":q["text"]} items["--1"]={} items["q"]={"text":"Abort"} return menu_generator(items,loop_display) def browse_menu(day_string): items = { "title":{"text":"What do you want to do?"}, "n":{"text":"Next day", "handler": quit}, "p":{"text":"Previous day", "handler": quit }, "g":{"text":"Goto day", "handler": quit }, "b":{"text":"Back to main menu", "handler": quit }, "Keys.Left":False, "Keys.Right":False } return key_press_menu(items,day_string)
30.760274
108
0.583389
0
0
0
0
311
0.06925
0
0
921
0.205077
27059812bfb36013c718b5579e1caa2896f39e29
636
py
Python
matrix/main.py
oleggator/python-advanced
0e951fe6e7ae74129536ded5c02a9f1ea3337a7d
[ "MIT" ]
null
null
null
matrix/main.py
oleggator/python-advanced
0e951fe6e7ae74129536ded5c02a9f1ea3337a7d
[ "MIT" ]
2
2019-04-28T20:37:35.000Z
2019-10-29T08:11:24.000Z
matrix/main.py
oleggator/python-advanced
0e951fe6e7ae74129536ded5c02a9f1ea3337a7d
[ "MIT" ]
null
null
null
from matrix import Matrix as CMatrix from py_matrix import PyMatrix def test(matrix_class, rows=3, columns=2): m = matrix_class([ [column for column in range(row * columns, row * columns + columns)] for row in range(rows) ]) # # or # m = matrix_class([ # [1, 2], # [3, 4], # [5, 6], # ]) n = 2 * m # multiply matrix by integer n = n / 2 # divide matrix by integer o = m + m # sum matrices p = m.transpose() # transpose q = m @ p # multiply matrices r = 2 in m def main(): test(CMatrix) test(PyMatrix) if __name__ == '__main__': main()
21.2
76
0.550314
0
0
0
0
0
0
0
0
177
0.278302
2707004f28feaa5db63a1087307863b0d70fe4ec
100
py
Python
Algorithms/Bit Manipulation/Given a list of numbers where every numbers occurs twice except one number.py
cnm06/Competitive-Programming
94242ae458570d503b8218f37624b88cc5020d23
[ "MIT" ]
994
2017-02-28T06:13:47.000Z
2022-03-31T10:49:00.000Z
Algorithms/Bit Manipulation/Given a list of numbers where every numbers occurs twice except one number.py
Quadrified/Competitive-Programming
bccb69952cc5260fb3647b3301ddac1023dacac8
[ "MIT" ]
16
2018-01-01T02:59:55.000Z
2021-11-22T12:49:16.000Z
Algorithms/Bit Manipulation/Given a list of numbers where every numbers occurs twice except one number.py
Quadrified/Competitive-Programming
bccb69952cc5260fb3647b3301ddac1023dacac8
[ "MIT" ]
325
2017-06-15T03:32:43.000Z
2022-03-28T22:43:42.000Z
def answer(numbers): ans = numbers[0] for i in numbers[1:]: ans ^= i return ans
16.666667
25
0.54
0
0
0
0
0
0
0
0
0
0
27085e60eb21632a2fb266c8e1fc048c12001579
3,947
py
Python
horizon_telemetry/compute/views.py
simonpasquier/horizon-telemetry-dashboard
f284ec6ae8b1932079852fe3e9ab4b7a27ff58d7
[ "Apache-2.0" ]
null
null
null
horizon_telemetry/compute/views.py
simonpasquier/horizon-telemetry-dashboard
f284ec6ae8b1932079852fe3e9ab4b7a27ff58d7
[ "Apache-2.0" ]
2
2017-10-10T07:30:41.000Z
2017-10-19T18:34:13.000Z
horizon_telemetry/compute/views.py
simonpasquier/horizon-telemetry-dashboard
f284ec6ae8b1932079852fe3e9ab4b7a27ff58d7
[ "Apache-2.0" ]
null
null
null
import datetime import json from django.conf import settings from django.http import HttpResponse from django.utils.translation import ugettext_lazy as _ from django.views.generic import TemplateView from horizon import exceptions, tables from horizon_telemetry.forms import DateForm from horizon_telemetry.utils.influxdb_client import (get_host_usage_metrics, get_host_cpu_metric, get_host_disk_metric, get_host_memory_metric, get_host_network_metric) from openstack_dashboard import api from . import tables as project_tables class AdminIndexView(tables.DataTableView): table_class = project_tables.AdminHypervisorsTable template_name = 'telemetry/compute/index.html' def get_data(self): hypervisors = [] try: hypervisors = api.nova.hypervisor_list(self.request) except Exception: exceptions.handle(self.request, _('Unable to retrieve hypervisor information.')) return hypervisors def get_context_data(self, **kwargs): context = super(AdminIndexView, self).get_context_data(**kwargs) try: context["stats"] = api.nova.hypervisor_stats(self.request) except Exception: exceptions.handle(self.request, _('Unable to retrieve hypervisor statistics.')) return context class AdminDetailView(TemplateView): template_name = 'telemetry/compute/detail.html' def get_data(self): pass def get_context_data(self, **kwargs): context = super(AdminDetailView, self).get_context_data(**kwargs) today = datetime.date.today() date_range = { 'start': self.request.GET.get("start", today - datetime.timedelta(1)), 'end': self.request.GET.get('end', today) } form = DateForm(date_range) self.request.session.update(date_range) # convert inputs to date objects if not isinstance(date_range['start'], datetime.date): date_range['start'] = datetime.datetime.strptime(date_range['start'], "%Y-%m-%d").date() date_range['end'] = datetime.datetime.strptime(date_range['end'], "%Y-%m-%d").date() hour_interval = (date_range['end'] - date_range['start']).total_seconds() / 3600 if hour_interval > 24: context['tickFormat'] = "%x" else: context['tickFormat'] = "%H:%M" context['dateform'] = form node = context['node'] = context['hypervisor'] context['cpu_data'] = json.dumps( get_host_cpu_metric(settings.ENVIRONMENT_LABEL, node, date_range['start'], date_range['end']) ) context['mem_data'] = json.dumps( get_host_memory_metric(settings.ENVIRONMENT_LABEL, node, date_range['start'], date_range['end']) ) context['hdd_data'] = json.dumps( get_host_disk_metric(settings.ENVIRONMENT_LABEL, node, date_range['start'], date_range['end']) ) context['net_data'] = json.dumps( get_host_network_metric(settings.ENVIRONMENT_LABEL, node, date_range['start'], date_range['end'], getattr(settings, 'TELEMETRY_COMPUTE_INTERFACES', None)) ) return context class DataView(TemplateView): template_name = 'telemetry/dummy.html' def get(self, *args, **kwargs): data = get_host_usage_metrics(settings.ENVIRONMENT_LABEL, self.kwargs.get('hypervisor')) return HttpResponse(json.dumps(data), content_type='application/json')
36.88785
100
0.593615
3,194
0.809222
0
0
0
0
0
0
507
0.128452
270af1960a206b26f220b68d5328bdfbbbe68aa2
1,983
py
Python
src/pySanbot/test/test_util/test_boyer_moore_search.py
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
3
2017-04-04T04:03:28.000Z
2021-05-29T08:08:48.000Z
src/pySanbot/test/test_util/test_boyer_moore_search.py
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
null
null
null
src/pySanbot/test/test_util/test_boyer_moore_search.py
BHFaction/Tribot
38d8caaa73775654125db3091b8de2aadb3dba99
[ "MIT" ]
2
2018-02-28T14:16:11.000Z
2019-05-07T18:02:16.000Z
from unittest import TestCase from util.boyer_moore_search import z_array from util.boyer_moore_search import boyer_moore, BoyerMoore __author__ = 'Yifei' class TestBoyerMooreSearch(TestCase): def test_z_array(self): # Test Case 0 s = 'aabcaabxaaaz' n = len(s) z = z_array(s) self.assertListEqual([n, 1, 0, 0, 3, 1, 0, 0, 2, 2, 1, 0], z, "Test Case 1: " + s) s = 'aaaaaa' n = len(s) z = z_array(s) self.assertListEqual([n, 5, 4, 3, 2, 1], z, "Test Case 2: " + s) s = 'aabaacd' n = len(s) z = z_array(s) self.assertListEqual([n, 1, 0, 2, 1, 0, 0], z, "Test Case 3: " + s) s = 'abababab' n = len(s) z = z_array(s) self.assertListEqual([n, 0, 6, 0, 4, 0, 2, 0], z, "Test Case 4: " + s) def test_boyer_moore(self): t = [1, 2, 3, 1, 2, 3, 1, 2, 3] p = [1] p_bm = BoyerMoore(p) occurrences = boyer_moore(p, p_bm, t) self.assertListEqual([0, 3, 6], occurrences, "Test Case 1: " + str(p) + " in " + str(t)) t = [1, 2, 3, 1, 2, 3, 1, 2, 3] p = [1, 2] p_bm = BoyerMoore(p) occurrences = boyer_moore(p, p_bm, t) self.assertListEqual([0, 3, 6], occurrences, "Test Case 2: " + str(p) + " in " + str(t)) t = [1, 2, 3, 1, 2, 3, 1, 2, 3] p = [1, 2, 3] p_bm = BoyerMoore(p) occurrences = boyer_moore(p, p_bm, t) self.assertListEqual([0, 3, 6], occurrences, "Test Case 3: " + str(p) + " in " + str(t)) t = [1, 2, 3, 4, 5] p = [6, 6, 6] p_bm = BoyerMoore(p) occurrences = boyer_moore(p, p_bm, t) self.assertListEqual([], occurrences, "test case 4: " + str(p) + " in " + str(t)) t = [1, 2, 3, 4, 5] p = [6] p_bm = BoyerMoore(p) occurrences = boyer_moore(p, p_bm, t) self.assertListEqual([], occurrences, "test case 5: " + str(p) + " in " + str(t))
32.508197
96
0.498739
1,824
0.919818
0
0
0
0
0
0
226
0.113969
270b35ddd89f3b512a06eb79c89fed5ad60c1aca
1,668
py
Python
authentication/views.py
ManasUniyal/RoadView
593a4f86cb10efdbf560fc4aec3d58a9b5b41bd2
[ "MIT" ]
null
null
null
authentication/views.py
ManasUniyal/RoadView
593a4f86cb10efdbf560fc4aec3d58a9b5b41bd2
[ "MIT" ]
null
null
null
authentication/views.py
ManasUniyal/RoadView
593a4f86cb10efdbf560fc4aec3d58a9b5b41bd2
[ "MIT" ]
null
null
null
from django.contrib import messages from django.contrib.auth import authenticate, login, logout from django.contrib.auth.models import User from django.shortcuts import render, redirect # Create your views here. def loginUser(request): if request.method == 'POST': email_address = request.POST['email'] password = request.POST['password'] user = authenticate(username=email_address, password=password) if user: login(request, user) return redirect('main:home') else: messages.error(request, 'username or password not correct') return redirect('authentication:login') return render(request, 'authentication/login.html') def registerUser(request): if request.method == 'POST': first_name = request.POST['firstname'] last_name = request.POST['lastname'] email_address = request.POST['email'] password = request.POST['password'] if not User.objects.filter(username=email_address).exists(): User.objects.create_user(username=email_address, first_name=first_name, last_name=last_name, password=password) messages.success(request, 'Account created successfully') return redirect('authentication:login') else: messages.error(request, 'Email already registered') return redirect('authentication:register') return render(request, 'authentication/register.html') def logoutUser(request): logout(request) return redirect('welcome:welcome')
35.489362
71
0.63789
0
0
0
0
0
0
0
0
336
0.201439
270baa9c084cf98e0065fdca116072edd2dacd09
1,335
py
Python
dz3/task3_5.py
EsipenkoAnna/PycharmProjects-EsipenkoAnna_2242
46fe55de36b7b1cfdeafcf685ea01c6220e16546
[ "MIT" ]
null
null
null
dz3/task3_5.py
EsipenkoAnna/PycharmProjects-EsipenkoAnna_2242
46fe55de36b7b1cfdeafcf685ea01c6220e16546
[ "MIT" ]
null
null
null
dz3/task3_5.py
EsipenkoAnna/PycharmProjects-EsipenkoAnna_2242
46fe55de36b7b1cfdeafcf685ea01c6220e16546
[ "MIT" ]
null
null
null
import random nouns = ["автомобиль", "лес", "огонь", "город", "дом"] adverbs = ["сегодня", "вчера", "завтра", "позавчера", "ночью"] adjectives = ["веселый", "яркий", "зеленый", "утопичный", "мягкий"] def get_jokes(count: int) -> list: #формируем список состящий из фраз. Каждая фраза содержит по три слова, которые случайным образом берутся из списоков nouns, adverbs и adjectives list_out = [] for i in range(count): list_out.extend([random.choice(nouns)+" "+random.choice(adverbs)+" "+random.choice(adjectives)]) return list_out print(get_jokes(6)) def get_jokes_adv(count: int, Double: bool) -> list: #Если выставлен флаг Double как False, то после того как слово было использовано, оно будет удалено из списка list_out_1 = [] for a in range(count): if Double==False: nouns_w = random.choice(nouns) adverbs_w = random.choice(adverbs) adjectives_w = random.choice(adjectives) list_out_1.extend([nouns_w+" "+adverbs_w+" "+adjectives_w]) nouns.remove(nouns_w) adverbs.remove(adverbs_w) adjectives.remove(adjectives_w) else: list_out_1.extend([random.choice(nouns) + " " + random.choice(adverbs) + " " + random.choice(adjectives)]) return list_out_1 print(get_jokes_adv(2,False)) print(nouns, adverbs, adjectives) #проверяем, что элементы удалены
36.081081
145
0.698127
0
0
0
0
0
0
0
0
722
0.442673
270e32ac710b649bd41e91bee859d8ce32b8ac58
1,140
py
Python
unit_03/06_Dates_and_Time/1-Dates_and_Time/4_timestrings.py
duliodenis/python_master_degree
3ab76838ce2fc1606f28e988a3273dd27122a621
[ "MIT" ]
19
2019-03-14T01:39:32.000Z
2022-02-03T00:36:43.000Z
unit_03/06_Dates_and_Time/1-Dates_and_Time/4_timestrings.py
duliodenis/python_master_degree
3ab76838ce2fc1606f28e988a3273dd27122a621
[ "MIT" ]
1
2020-04-10T01:01:16.000Z
2020-04-10T01:01:16.000Z
unit_03/06_Dates_and_Time/1-Dates_and_Time/4_timestrings.py
duliodenis/python_master_degree
3ab76838ce2fc1606f28e988a3273dd27122a621
[ "MIT" ]
5
2019-01-02T20:46:05.000Z
2020-07-08T22:47:48.000Z
# # Dates and Times in Python: Dates & Time # Python Techdegree # # Created by Dulio Denis on 12/24/18. # Copyright (c) 2018 ddApps. All rights reserved. # ------------------------------------------------ # Challenge 4: strftime & strptime # ------------------------------------------------ # Challenge Task 1 of 2 # Create a function named to_string that takes a # datetime and gives back a string in the format # "24 September 2012". # ## Examples # to_string(datetime_object) => "24 September 2012" # from_string("09/24/12 18:30", "%m/%d/%y %H:%M") => datetime import datetime def to_string(dt): return dt.strftime("%d %B %Y") # TEST dt = datetime.datetime.now() print(to_string(dt)) # Challenge Task 2 of 2 # Create a new function named from_string that takes two arguments: # a date as a string and an strftime-compatible format string, and # returns a datetime created from them. def from_string(date_string, format_string): return datetime.datetime.strptime(date_string, format_string) # TEST date_string = "24 December 2018" date_format = "%d %B %Y" print(from_string(date_string, date_format))
30
69
0.650877
0
0
0
0
0
0
0
0
817
0.716667
27103b13e18c6af23c06877c02e17d64b07756a6
177
py
Python
server/DresseurModele.py
crancerkill/pokeploud
d01c596591382fdec62958896e3ec6a6bb3d1ab9
[ "Apache-2.0" ]
null
null
null
server/DresseurModele.py
crancerkill/pokeploud
d01c596591382fdec62958896e3ec6a6bb3d1ab9
[ "Apache-2.0" ]
null
null
null
server/DresseurModele.py
crancerkill/pokeploud
d01c596591382fdec62958896e3ec6a6bb3d1ab9
[ "Apache-2.0" ]
null
null
null
from google.appengine.ext import ndb class Dresseur(ndb.Model): tirage = ndb.KeyProperty(kind='Tirage') nomig = ndb.StringProperty() codeami = ndb.StringProperty()
25.285714
43
0.723164
138
0.779661
0
0
0
0
0
0
8
0.045198
2712d71cebd1c1c0c5ebe71fa2604a188a12e044
331
py
Python
core/migrations/0003_remove_resetpassword_expires_at.py
GolamMullick/HR_PROJECT
fc4c76cfc835ad014a62a3da9d32b8fc8d474397
[ "MIT" ]
null
null
null
core/migrations/0003_remove_resetpassword_expires_at.py
GolamMullick/HR_PROJECT
fc4c76cfc835ad014a62a3da9d32b8fc8d474397
[ "MIT" ]
3
2020-02-12T02:52:01.000Z
2021-06-10T22:18:25.000Z
core/migrations/0003_remove_resetpassword_expires_at.py
GolamMullick/HR_PROJECT
fc4c76cfc835ad014a62a3da9d32b8fc8d474397
[ "MIT" ]
null
null
null
# Generated by Django 2.1.4 on 2019-11-18 11:00 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('core', '0002_resetpassword'), ] operations = [ migrations.RemoveField( model_name='resetpassword', name='expires_at', ), ]
18.388889
47
0.595166
246
0.743202
0
0
0
0
0
0
100
0.302115
2713ca1136e8fbc548b8d5161cb677f262b46b5a
22,410
py
Python
toolbox_plotting.py
roughhawkbit/robs-python-scripts
7d9a28cff106887553970b5c4c37cd53a836c2ff
[ "MIT" ]
null
null
null
toolbox_plotting.py
roughhawkbit/robs-python-scripts
7d9a28cff106887553970b5c4c37cd53a836c2ff
[ "MIT" ]
1
2015-02-23T16:31:21.000Z
2015-02-25T16:34:14.000Z
toolbox_plotting.py
roughhawkbit/robs-python-scripts
7d9a28cff106887553970b5c4c37cd53a836c2ff
[ "MIT" ]
null
null
null
#!/usr/bin/python from __future__ import division from __future__ import with_statement import matplotlib from matplotlib import rcParams from matplotlib import pyplot from mpl_toolkits.axes_grid1 import make_axes_locatable from mpl_toolkits.mplot3d import Axes3D from PIL import Image #import Image from pylab import * import matplotlib.cbook as cbook import numpy import os import random from scipy.spatial import KDTree from scipy.stats import linregress import toolbox_basic def mm2inch(mm): return mm*0.0393700787 class JournalFigure: def __init__(self): self.subplots = {} def save(self, path, dpi=300, clear=True): print('Saving as '+path) matplotlib.pyplot.savefig(path, dpi=dpi) if clear: matplotlib.pyplot.clf() def set_font_size(self, fontsize): matplotlib.rc('font', **{'size':fontsize}) def bottom_axis_only(self, axis): axis.axes.get_yaxis().set_visible(False) axis.spines['right'].set_color('none') axis.spines['left'].set_color('none') axis.spines['top'].set_color('none') def add_subplot(self, label, position, frameon=True, aspect='auto', axisbg='w', projection=None): axis = self.fig.add_subplot(position, aspect=aspect, axisbg=axisbg, projection=projection) # Moved frameon here as the keyword was causing problems in 3D plots if not frameon: axis.axis('off') setp( axis.get_xticklabels(), visible=frameon) setp( axis.get_yticklabels(), visible=frameon) if not frameon: axis.tick_params(top="off", bottom="off", right="off", left="off") self.subplots[axis] = label return axis def find_axis_from_label(self, label): for ax, lab in self.subplots.iteritems(): if lab == label: return ax toolbox_basic.error_message('Could not find subplot with', 'label '+str(label)) return None def use_image(self, axis, image_path): image_path = toolbox_basic.check_path(image_path) datafile = cbook.get_sample_data(image_path) image = Image.open(datafile) axis.set_ylim(0,image.size[0]) axis.set_ylim(image.size[1],0) return imshow(image) def process_subplots(self): pass def subplots_adjust(self, left=None, right=None, top=None, bottom=None, hspace=None, wspace=None): self.fig.subplots_adjust(left=left, right=right, top=top, bottom=bottom, hspace=hspace, wspace=wspace) def inset_axes(self, padding=0.02): for axis, label in self.subplots.iteritems(): xlim = axis.get_xlim() xdiff = padding*(xlim[1] - xlim[0]) ylim = axis.get_ylim() ydiff = padding*(ylim[1] - ylim[0]) axis.set_xlim([xlim[0]-xdiff, xlim[1]+xdiff]) axis.set_ylim([ylim[0]-ydiff, ylim[1]+ydiff]) def process_lines(self): for axis, label in self.subplots.iteritems(): for line in axis.spines.itervalues(): line.set_linewidth(1) axis.tick_params(top='off', right='off') for line in axis.get_xticklines() + axis.get_yticklines(): line.set_markeredgewidth(1) def set_yaxis_label_positions(self, x, y, labels=[]): if labels == []: labels = self.subplots.values() for (axis, label) in self.subplots.iteritems(): if label in labels: axis.yaxis.set_label_coords(x, y, transform=axis.transAxes) class BmcFigure(JournalFigure): def __init__(self, double_column=False, height=0.0): JournalFigure.__init__(self) print("Using figure dimensions for BMC:") # width and height single, double, maximum = mm2inch(85), mm2inch(170), mm2inch(225) if double_column: self.width = double else: self.width = single if height == 0.0: self.height = self.width elif height == 'single': self.height = single elif height == 'double': self.height = double elif height == 'max': self.height = maximum else: self.height = min(height, maximum) print("width x height = "+str(self.width)+" x "+str(self.height)) # default settings matplotlib.rc('font',**{'family':'Arial','weight':'normal','size':10}) matplotlib.rc('mathtext', fontset='stixsans', default='regular') matplotlib.rcParams['xtick.direction'] = 'out' matplotlib.rcParams['ytick.direction'] = 'out' # the figure! self.fig = matplotlib.pyplot.figure(figsize=(self.width, self.height), facecolor='white') def process_subplots(self, label_pos=(-0.20, 1.01), padding=0.02): for axis, label in self.subplots.iteritems(): xlim = axis.get_xlim() xdiff = 0.02*(xlim[1] - xlim[0]) ylim = axis.get_ylim() ydiff = 0.02*(ylim[1] - ylim[0]) axis.set_xlim([xlim[0]-xdiff, xlim[1]+xdiff]) axis.set_ylim([ylim[0]-ydiff, ylim[1]+ydiff]) axis.text(label_pos[0], label_pos[1], label, transform=axis.transAxes, va='top', fontsize=12, fontweight='normal') for line in axis.spines.itervalues(): line.set_linewidth(1) axis.tick_params(bottom='on', top='off', left='on', right='off') for line in axis.get_xticklines() + axis.get_yticklines(): line.set_markeredgewidth(1) class PlosFigure(JournalFigure): def __init__(self, double_column=False, height=0.0): JournalFigure.__init__(self) print("Using figure dimensions for PLoS:") # width and height single, double, maximum = 3.27, 6.83, 9.19 if double_column: self.width = double else: self.width = single if height == 0.0: self.height = self.width elif height == 'single': self.height = single elif height == 'double': self.height = double elif height == 'max': self.height = maximum else: self.height = min(height, maximum) print("width x height = "+str(self.width)+" x "+str(self.height)) # default settings matplotlib.rc('font',**{'family':'Arial','weight':'normal','size':10}) matplotlib.rc('mathtext', fontset='stixsans', default='regular') matplotlib.rcParams['xtick.direction'] = 'out' matplotlib.rcParams['ytick.direction'] = 'out' # the figure! self.fig = matplotlib.pyplot.figure(figsize=(self.width, self.height), facecolor='white') def add_labels(self, label_pos=(-0.18, 1.01)): for axis, label in self.subplots.iteritems(): axis.text(label_pos[0], label_pos[1], label, fontsize=12, va='top', transform=axis.transAxes, fontweight='bold') def process_subplots(self, label_pos=(-0.18, 1.01), padding=0.02): self.inset_axes(padding=padding) self.add_labels(label_pos=label_pos) self.process_lines() class NatCommsFigure(JournalFigure): def __init__(self, double_column=False, height=0.0): JournalFigure.__init__(self) print("Using figure dimensions for Nature Communications:") # width and height single, double, maximum = mm2inch(89), mm2inch(183), mm2inch(247) if double_column: self.width = double else: self.width = single if height == 0.0: self.height = self.width elif height == 'single': self.height = single elif height == 'double': self.height = double elif height == 'max': self.height = maximum else: self.height = min(height, maximum) print("width x height = "+str(self.width)+" x "+str(self.height)) # default settings matplotlib.rc('font',**{'family':'Arial','weight':'normal','size':10}) matplotlib.rc('mathtext', fontset='stixsans', default='regular') matplotlib.rcParams['xtick.direction'] = 'out' matplotlib.rcParams['ytick.direction'] = 'out' # the figure! self.fig = matplotlib.pyplot.figure(figsize=(self.width, self.height), facecolor='white') def add_labels(self, label_pos=(-0.18, 1.01)): for axis, label in self.subplots.iteritems(): axis.text(label_pos[0], label_pos[1], label.lower(), va='top', transform=axis.transAxes, fontsize=12, fontweight='bold') def process_subplots(self, label_pos=(-0.18, 1.01), padding=0.02): self.inset_axes(padding=padding) self.add_labels(label_pos=label_pos) self.process_lines() # University of Birmingham (UK) thesis guidelines state: # - inner margin = 30mm, outer margin = 20mm, so double column = 160mm # - top margin = bottom margin = 30mm, so maximum height = 237mm class ThesisFigure(JournalFigure): def __init__(self, double_column=False, height=0.0): JournalFigure.__init__(self) print("Using figure dimensions for a thesis (University of Birmingham):") # width and height single, double, maximum = mm2inch(80), mm2inch(160), mm2inch(237) if double_column: self.width = double else: self.width = single if height == 0.0: self.height = self.width elif height == 'single': self.height = single elif height == 'double': self.height = double elif height == 'max': self.height = maximum else: self.height = min(height, maximum) print("width x height = "+str(self.width)+" x "+str(self.height)) # default settings matplotlib.rc('font',**{'family':'Arial','weight':'normal','size':12}) matplotlib.rc('mathtext', fontset='stixsans', default='regular') matplotlib.rcParams['xtick.direction'] = 'out' matplotlib.rcParams['ytick.direction'] = 'out' # the figure! self.fig = matplotlib.pyplot.figure(figsize=(self.width, self.height), facecolor='white') def add_labels(self, label_pos=(-0.18, 1.01)): for axis, label in self.subplots.iteritems(): axis.text(label_pos[0], label_pos[1], label, fontsize=12, va='top', transform=axis.transAxes, fontweight='bold') def process_subplots(self, label_pos=(-0.18, 1.01), padding=0.02): self.inset_axes(padding=padding) self.add_labels(label_pos=label_pos) self.process_lines() class SlideFigure(JournalFigure): def __init__(self, height=7.5, width=10): JournalFigure.__init__(self) self.height = height self.width = width matplotlib.rc('font',**{'family':'sans serif', 'weight':'normal', 'size':10}) matplotlib.rc('mathtext', fontset='stixsans', default='regular') matplotlib.rcParams['xtick.direction'] = 'out' matplotlib.rcParams['ytick.direction'] = 'out' self.fig = matplotlib.pyplot.figure( figsize=(self.width, self.height)) def process_subplots(self, padding=0.02): self.inset_axes(padding=padding) for axis, label in self.subplots.iteritems(): axis.text(-0.25, 1.02, label, transform=axis.transAxes, va='top', fontsize=12, fontweight='bold') for line in axis.spines.itervalues(): line.set_linewidth(1) axis.tick_params(bottom='on', top='off', left='on', right='off') for line in axis.get_xticklines() + axis.get_yticklines(): line.set_markeredgewidth(1) class PovrayFile: def __init__(self, agent_output, save_path): self.agent_output = agent_output self.save_path = os.path.join( \ toolbox_basic.check_path(os.path.dirname(save_path)), os.path.basename(save_path)) nI, nJ = agent_output.grid_nI, agent_output.grid_nJ nK, res = agent_output.grid_nK, agent_output.grid_res max_dimension = max(nI, nJ, nK) x_scale = nI / max_dimension y_scale = nJ / max_dimension self.scaling = res * max_dimension ### Set the header self.script = '#declare white = color rgb < 1.0, 1.0, 1.0 >;\n\n' self.script += 'background { white }\n' # The camera self.script += 'camera {\n' self.script += '\t location < 0.5 %f 1 >\n'%(y_scale/2) self.script += '\t look_at < 0.5, %f -1 >\n'%(y_scale/2) self.script += '\t up < 0.0, %f, 0.0 >\n'%(1.2*y_scale) self.script += '\t right < %f, 0.0, 0.0 >\n}\n\n'%(1.2*x_scale) # The lights for i in [0, 1]: self.script += 'light_source {\n\t < %d, 1, 1 >\n'%(i) self.script += '\t white\n\t shadowless}\n\n' # The substratum self.script += 'box {\n\t < 0.0, 0.0, 0.0 >\n' self.script += '\t< 1.0, -0.01, -0.001 >\n' self.script += '\t pigment { color rgb < 0.25, 0.25, 0.25 > }\n}\n\n' def append_cell(self, cell_output, total_radius=True): # You MUST have already set cell_output.vars['color'] x = float(cell_output.vars['locationX']) / self.scaling y = float(cell_output.vars['locationY']) / self.scaling z = float(cell_output.vars['locationZ']) / self.scaling r_name = 'totalRadius' if total_radius else 'radius' r = float(cell_output.vars[r_name]) / self.scaling self.script += 'sphere {\n' self.script += '\t < %f, %f, %f >\n\t %f\n'%(x, y, z, r) self.script += '\t pigment { %s }\n}\n\n'%(cell_output.vars['colorRGB']) def save(self): print('Saving at %s'%(self.save_path)) with open(self.save_path, 'wb') as f: f.write(self.script) def call(self, x_pixels=1600, y_pixels=1000): POVcmd = '''povray '%s' +A -D -geometry %dx%d''' \ %(self.save_path, x_pixels, y_pixels) os.system(POVcmd) def delete(self): os.remove(self.save_path) class PlotPoint: def __init__(self, x, y, edgecolor='k', facecolor='none', size=5, style='o'): self.x = float(x) self.y = float(y) self.edgecolor = edgecolor self.facecolor = facecolor self.markersize = float(size) self.style = style def plot(self, axis): axis.plot([self.x], [self.y], self.style, color=self.facecolor, markeredgecolor=self.edgecolor, markersize=self.markersize) class ScatterColumn: def __init__(self, x, name): self.x = float(x) self.name = name self.max_width = 0.5 self.edgecolor = 'k' self.facecolor = 'white' self.markersize = 5 self.min_dist = 0.01 self.style = 'o' self.points = [] def set_defaults(self, edgecolor=None, facecolor=None, max_width=None, markersize=None, min_dist=None, style=None): self.edgecolor = self.edgecolor if (edgecolor == None) else edgecolor self.facecolor = self.facecolor if (facecolor == None) else facecolor self.max_width = self.max_width if (max_width == None) else max_width self.markersize = self.markersize if (markersize == None) else markersize self.min_dist = self.min_dist if (min_dist == None) else min_dist self.style = self.style if (style == None) else style def add_point(self, y, edgecolor=None, facecolor=None, style=None): edgecolor = self.edgecolor if (edgecolor == None) else edgecolor facecolor = self.facecolor if (facecolor == None) else facecolor style = self.style if (style == None) else style self.points.append(PlotPoint(self.x, y, edgecolor=edgecolor, facecolor=facecolor, style=style, size=self.markersize)) def jiggle_points(self): max_x, min_x = self.x + self.max_width/2, self.x - self.max_width/2 more_to_do = (len(self.points) > 0) while more_to_do: for i in range(len(self.points)): current = self.points.pop(0) points_array = numpy.array([[p.x, p.y] for p in self.points]) kdtree = KDTree(points_array) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) # If there are any neighbours too near counter = 0 while not ids == []: rand = random.uniform(-self.min_dist, self.min_dist) current.x = min(max_x, max(min_x, current.x + rand)) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) counter += 1 if counter > 100: break self.points.append(current) for i in range(len(self.points)): current = self.points.pop(0) points_array = numpy.array([[p.x, p.y] for p in self.points]) kdtree = KDTree(points_array) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) self.points.append(current) more_to_do = (not ids == []) if more_to_do: break def plot(self, axis): for point in self.points: point.plot(axis) class ScatterRow: def __init__(self, y, name): self.y = float(y) self.name = name self.max_height = 0.5 self.edgecolor = 'k' self.facecolor = 'white' self.markersize = 5 self.min_dist = 0.01 self.style = 'o' self.points = [] def set_defaults(self, edgecolor=None, facecolor=None, max_height=None, markersize=None, min_dist=None, style=None): self.edgecolor = self.edgecolor if (edgecolor == None) else edgecolor self.facecolor = self.facecolor if (facecolor == None) else facecolor self.max_height = self.max_height if (max_height == None) else max_height self.markersize = self.markersize if (markersize == None) else markersize self.min_dist = self.min_dist if (min_dist == None) else min_dist self.style = self.style if (style == None) else style def add_point(self, x, edgecolor=None, facecolor=None, style=None): edgecolor = self.edgecolor if (edgecolor == None) else edgecolor facecolor = self.facecolor if (facecolor == None) else facecolor style = self.style if (style == None) else style self.points.append(PlotPoint(x, self.y, edgecolor=edgecolor, facecolor=facecolor, style=style, size=self.markersize)) def jiggle_points(self): max_y, min_y = self.y + self.max_height/2, self.y - self.max_height/2 more_to_do = (len(self.points) > 0) while more_to_do: for i in range(len(self.points)): current = self.points.pop(0) points_array = numpy.array([[p.x, p.y] for p in self.points]) kdtree = KDTree(points_array) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) # If there are any neighbours too near counter = 0 while not ids == []: rand = random.uniform(-self.min_dist, self.min_dist) current.y = min(max_y, max(min_y, current.y + rand)) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) counter += 1 if counter > 100: break self.points.append(current) for i in range(len(self.points)): current = self.points.pop(0) points_array = numpy.array([[p.x, p.y] for p in self.points]) kdtree = KDTree(points_array) ids = kdtree.query_ball_point([current.x, current.y], self.min_dist) self.points.append(current) more_to_do = (not ids == []) if more_to_do: break def plot(self, axis): for point in self.points: point.plot(axis) def padding_axis(axis, side="right", pad=0.04): divider = make_axes_locatable(axis) cax = divider.append_axes(side, size="5%", pad=pad, axisbg='none') return cax def empty_padding_axis(axis, side="right"): cax = padding_axis(axis, side=side) cax.set_xticklabels(['']*10) cax.set_yticklabels(['']*10) for spine in ['right', 'left', 'top', 'bottom']: cax.spines[spine].set_color('none') cax.tick_params(top="off", bottom="off", right="off", left="off") return cax def make_colorbar(axis, colorscheme, side="right", fontsize=10, pad=0.04): cax = padding_axis(axis, side=side, pad=pad) orientation = 'vertical' if side in ["right", "left"] else 'horizontal' cbar = pyplot.colorbar(colorscheme, cax=cax, orientation=orientation) cbar.ax.tick_params(labelsize=fontsize) return cbar def colorbar_on_right(axis, colorscheme, fontsize=10): #divider = make_axes_locatable(axis) #cax = divider.append_axes("right", size="5%", pad=0.04) #cax = space_on_right(axis) #cbar = pyplot.colorbar(colorscheme, cax=cax) #cbar.ax.tick_params(labelsize=fontsize) print '\n\ntoolbox_plotting.colorbar_on_right() is deprecated' print 'Please use toolbox_plotting.make_colorbar() instead\n\n' cbar = make_colorbar(axis, colorscheme, side="right") return cbar def draw_linear_regression(axis, color, x_vals, y_vals): slope, intercept, r_value, p_value, std_err = linregress(x_vals, y_vals) x1, x2 = min(x_vals), max(x_vals) y1, y2 = x1*slope + intercept, x2*slope + intercept axis.plot([x1, x2], [y1, y2], color) return r_value, p_value, std_err
46.784969
88
0.585988
20,013
0.893039
0
0
0
0
0
0
2,938
0.131102
27148ed5395addc00af60f81418ead72ae8e82d5
568
py
Python
melon_modules/moderation.py
WeMayNeverKnow/MelonMintBots
6feac66a25ad86ab0c9a8b41f4cdae819f4e9fbd
[ "MIT" ]
null
null
null
melon_modules/moderation.py
WeMayNeverKnow/MelonMintBots
6feac66a25ad86ab0c9a8b41f4cdae819f4e9fbd
[ "MIT" ]
null
null
null
melon_modules/moderation.py
WeMayNeverKnow/MelonMintBots
6feac66a25ad86ab0c9a8b41f4cdae819f4e9fbd
[ "MIT" ]
null
null
null
from hata import Client MELON : Client #@MELON.commands.from_class #class prefix: # pass #@MELON.commands.from_class #class slowmode: # pass #@MELON.commands.from_class #class logs: # pass #@MELON.commands.from_class #class warn: # pass #@MELON.commands.from_class #class mute: # pass #@MELON.commands.from_class #class kick: # pass #@MELON.commands.from_class #class ban: # pass #@MELON.commands.from_class #class lock: # pass #@MELON.commands.from_class #class unlock: # pass #@MELON.commands.from_class #class clear: # pass
12.909091
27
0.702465
0
0
0
0
0
0
0
0
488
0.859155
27155b9a924aec60a88449cb892d18dddf705986
5,837
py
Python
bundled/linter/linter_server.py
luabud/vscode-pylint
2297f1a6210bf93f7d9c083e32c59ed03664ca05
[ "MIT" ]
null
null
null
bundled/linter/linter_server.py
luabud/vscode-pylint
2297f1a6210bf93f7d9c083e32c59ed03664ca05
[ "MIT" ]
null
null
null
bundled/linter/linter_server.py
luabud/vscode-pylint
2297f1a6210bf93f7d9c083e32c59ed03664ca05
[ "MIT" ]
null
null
null
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. """ Implementation of linting support over LSP. """ import json import pathlib import sys from typing import Dict, Sequence, Union # Ensure that will can import LSP libraries, and other bundled linter libraries sys.path.append(str(pathlib.Path(__file__).parent.parent / "libs")) # pylint: disable=wrong-import-position,import-error import utils from pygls import lsp, server from pygls.lsp import types all_configurations = { "name": "Pylint", "module": "pylint", "patterns": { "default": { "regex": "", "args": ["--reports=n", "--output-format=json"], "lineStartsAt1": True, "columnStartsAt1": False, "useStdin": True, } }, } SETTINGS = {} LINTER = {} MAX_WORKERS = 5 LSP_SERVER = server.LanguageServer(max_workers=MAX_WORKERS) def _get_severity( symbol: str, code: str, code_type: str, severity: Dict[str, str] ) -> types.DiagnosticSeverity: """Converts severity provided by linter to LSP specific value.""" value = ( severity.get(symbol, None) or severity.get(code, None) or severity.get(code_type, "Error") ) try: return types.DiagnosticSeverity[value] except KeyError: pass return types.DiagnosticSeverity.Error def _parse_output( content: str, line_at_1: bool, column_at_1: bool, severity: Dict[str, str], additional_offset: int = 0, ) -> Sequence[types.Diagnostic]: """Parses linter messages and return LSP diagnostic object for each message.""" diagnostics = [] line_offset = (1 if line_at_1 else 0) + additional_offset col_offset = 1 if column_at_1 else 0 messages = json.loads(content) for data in messages: start = types.Position( line=int(data["line"]) - line_offset, character=int(data["column"]) - col_offset, ) if data["endLine"] is not None: end = types.Position( line=int(data["endLine"]) - line_offset, character=int(data["endColumn"]) - col_offset, ) else: end = start diagnostic = types.Diagnostic( range=types.Range( start=start, end=end, ), message=data["message"], severity=_get_severity( data["symbol"], data["message-id"], data["type"], severity ), code=f"{data['message-id']}:{ data['symbol']}", source=LINTER["name"], ) diagnostics.append(diagnostic) return diagnostics def _lint_and_publish_diagnostics( params: Union[types.DidOpenTextDocumentParams, types.DidSaveTextDocumentParams] ) -> None: """Runs linter, processes the output, and publishes the diagnostics over LSP.""" document = LSP_SERVER.workspace.get_document(params.text_document.uri) if utils.is_stdlib_file(document.path): # Don't lint standard library python files. # Publishing empty diagnostics clears the entry. LSP_SERVER.publish_diagnostics(document.uri, []) return module = LINTER["module"] use_stdin = LINTER["useStdin"] use_path = len(SETTINGS["path"]) > 0 argv = SETTINGS["path"] if use_path else [module] argv += LINTER["args"] + SETTINGS["args"] argv += ["--from-stdin", document.path] if use_stdin else [document.path] if use_path: result = utils.run_path(argv, use_stdin, document.source) else: # This is needed to preserve sys.path, pylint modifies # sys.path and that might not work for this scenario # next time around. with utils.SubstituteAttr(sys, "path", sys.path[:]): result = utils.run_module(module, argv, use_stdin, document.source) if result.stderr: LSP_SERVER.show_message_log(result.stderr) LSP_SERVER.show_message_log(f"{document.uri} :\r\n{result.stdout}") diagnostics = _parse_output( result.stdout, LINTER["lineStartsAt1"], LINTER["columnStartsAt1"], SETTINGS["severity"], ) LSP_SERVER.publish_diagnostics(document.uri, diagnostics) @LSP_SERVER.feature(lsp.INITIALIZE) def initialize(params: types.InitializeParams): """LSP handler for initialize request.""" paths = "\r\n".join(sys.path) LSP_SERVER.show_message_log(f"sys.path used to run Linter:\r\n{paths}") # First get workspace settings to know if we are using linter # module or binary. global SETTINGS # pylint: disable=global-statement SETTINGS = params.initialization_options["settings"] global LINTER # pylint: disable=global-statement LINTER = utils.get_linter_options_by_version( all_configurations, SETTINGS["path"] if len(SETTINGS["path"]) > 0 else None, ) @LSP_SERVER.feature(lsp.TEXT_DOCUMENT_DID_OPEN) def did_open(_server: server.LanguageServer, params: types.DidOpenTextDocumentParams): """LSP handler for textDocument/didOpen request.""" _lint_and_publish_diagnostics(params) @LSP_SERVER.feature(lsp.TEXT_DOCUMENT_DID_SAVE) def did_save(_server: server.LanguageServer, params: types.DidSaveTextDocumentParams): """LSP handler for textDocument/didOpen request.""" _lint_and_publish_diagnostics(params) @LSP_SERVER.feature(lsp.TEXT_DOCUMENT_DID_CLOSE) def did_close(_server: server.LanguageServer, params: types.DidCloseTextDocumentParams): """LSP handler for textDocument/didClose request.""" # Publishing empty diagnostics to clear the entries for this file. text_document = LSP_SERVER.workspace.get_document(params.text_document.uri) LSP_SERVER.publish_diagnostics(text_document.uri, []) if __name__ == "__main__": LSP_SERVER.start_io()
31.38172
88
0.664211
0
0
0
0
1,513
0.259208
0
0
1,624
0.278225
2717b6d6d414bb9ece4ff0a008bac03ea5586ef2
27
py
Python
api/web/__init__.py
AutoCoinDCF/NEW_API
f4abc48fff907a0785372b941afcd67e62eec825
[ "Apache-2.0" ]
null
null
null
api/web/__init__.py
AutoCoinDCF/NEW_API
f4abc48fff907a0785372b941afcd67e62eec825
[ "Apache-2.0" ]
null
null
null
api/web/__init__.py
AutoCoinDCF/NEW_API
f4abc48fff907a0785372b941afcd67e62eec825
[ "Apache-2.0" ]
null
null
null
from .webapi import WebAPI
13.5
26
0.814815
0
0
0
0
0
0
0
0
0
0
27183201b985ec1686bc23947d232084caa6809f
422
py
Python
example/test.py
long-gong/libbloom-wrapper
628f8ce11a6708d53bb56104182909ca40951f4f
[ "BSD-2-Clause" ]
null
null
null
example/test.py
long-gong/libbloom-wrapper
628f8ce11a6708d53bb56104182909ca40951f4f
[ "BSD-2-Clause" ]
null
null
null
example/test.py
long-gong/libbloom-wrapper
628f8ce11a6708d53bb56104182909ca40951f4f
[ "BSD-2-Clause" ]
null
null
null
from pybloom import BloomFilter if __name__ == '__main__': total_items = 9585058 error = 0.01 bf = BloomFilter(capacity=total_items, error_rate=error) for i in range(total_items): bf.add(i) cf = 0 ct = 0 for i in range(total_items, 2*total_items): if i in bf: cf += 1 ct += 1 fpr = cf * 1.0 / ct * 100 print("false positive rate: %.2f" % fpr)
22.210526
60
0.566351
0
0
0
0
0
0
0
0
37
0.087678
2718f33aa7d3ea7dfd6692935997031e9e47c7ff
397
py
Python
ifcbdb/dashboard/migrations/0033_dataset_doi.py
veot/ifcbdb
427be36d92ca3c2dc6c8c10aaba94fcadc7cc93e
[ "MIT" ]
4
2019-05-23T13:38:36.000Z
2021-02-25T23:08:24.000Z
ifcbdb/dashboard/migrations/0033_dataset_doi.py
veot/ifcbdb
427be36d92ca3c2dc6c8c10aaba94fcadc7cc93e
[ "MIT" ]
313
2019-05-14T19:43:17.000Z
2022-03-21T14:40:15.000Z
ifcbdb/dashboard/migrations/0033_dataset_doi.py
veot/ifcbdb
427be36d92ca3c2dc6c8c10aaba94fcadc7cc93e
[ "MIT" ]
3
2020-10-26T05:23:04.000Z
2021-07-22T09:54:56.000Z
# Generated by Django 2.1.7 on 2019-10-31 16:30 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('dashboard', '0032_auto_20191008_2022'), ] operations = [ migrations.AddField( model_name='dataset', name='doi', field=models.CharField(blank=True, max_length=256), ), ]
20.894737
63
0.602015
304
0.765743
0
0
0
0
0
0
97
0.244332
271c49cbaa02490060b18e56f8f7193420d20ee7
2,411
py
Python
src/utils/roles.py
dciborow/SubscriptionPolicy
100718bca552fb92edcb1867a94aba1f2d131edc
[ "MIT" ]
null
null
null
src/utils/roles.py
dciborow/SubscriptionPolicy
100718bca552fb92edcb1867a94aba1f2d131edc
[ "MIT" ]
null
null
null
src/utils/roles.py
dciborow/SubscriptionPolicy
100718bca552fb92edcb1867a94aba1f2d131edc
[ "MIT" ]
null
null
null
from .cmdline import CmdUtils class AzRole: def __init__(self): self.subscription = None self.id = None self.name = None self.principalId = None self.principalName = None self.principalType = None self.roleDefinitionName = None self.roleDefinitionId = None self.scope = None def get_delete_command(self): command = "az role assignment delete --assignee {} --role {} --scope {} --subscription {}".format( self.principalId, self.roleDefinitionId, self.scope, self.subscription ) return command def delete(self): command = self.get_delete_command() command = command.split(' ') print("Deleting {} role for {}".format( self.principalType, self.principalName )) CmdUtils.get_command_output(command,False) def _load_raw(self, az_role_json:dict): for key in az_role_json: setattr(self, key, az_role_json[key]) class AzRolesUtils: @staticmethod def get_sub_roles(sub_id, raw:bool = True): output = CmdUtils.get_command_output( [ "az", "role", "assignment", "list", "--include-classic-administrators", "false", "--subscription", sub_id ] ) if raw is True: return output return AzRolesUtils._convert_raw_roles(output, sub_id) @staticmethod def get_all_roles(sub_id : str, raw:bool = True): output = CmdUtils.get_command_output( [ "az", "role", "assignment", "list", "--all", "--include-classic-administrators", "false", "--subscription", sub_id ] ) if raw is True: return output return AzRolesUtils._convert_raw_roles(output, sub_id) @staticmethod def _convert_raw_roles(raw_roles, sub_id): return_list = [] for r in raw_roles: cur_role = AzRole() cur_role._load_raw(r) cur_role.subscription = sub_id return_list.append(cur_role) return return_list
26.788889
106
0.520116
2,375
0.985068
0
0
1,319
0.547076
0
0
285
0.118208
271ca124718f33d6bf24a7362d654f72b7d37716
950
py
Python
babyonboard/api/migrations/0005_auto_20171124_1824.py
BabyOnBoard/BabyOnBoard-API
eef34bf4e9649409a3158d6826432acb040afa32
[ "MIT" ]
null
null
null
babyonboard/api/migrations/0005_auto_20171124_1824.py
BabyOnBoard/BabyOnBoard-API
eef34bf4e9649409a3158d6826432acb040afa32
[ "MIT" ]
10
2017-11-23T18:28:11.000Z
2021-06-10T19:53:06.000Z
babyonboard/api/migrations/0005_auto_20171124_1824.py
BabyOnBoard/BabyOnBoard-API
eef34bf4e9649409a3158d6826432acb040afa32
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- # Generated by Django 1.11.5 on 2017-11-24 18:24 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('api', '0004_babycrib'), ] operations = [ migrations.CreateModel( name='Noise', fields=[ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('is_crying', models.BooleanField()), ('date', models.DateField(auto_now=True)), ('time', models.TimeField(auto_now=True)), ], ), migrations.AlterField( model_name='babycrib', name='status', field=models.CharField(choices=[('resting', 'Resting'), ('front', 'Front'), ('side', 'Side'), ('vibration', 'Vibration')], default='resting', max_length=10), ), ]
31.666667
169
0.566316
792
0.833684
0
0
0
0
0
0
222
0.233684
271d8ca306320152e2b945243d46ba85a77910e7
1,880
py
Python
harmoni_actuators/harmoni_speaker/test/unittest_speaker.py
interaction-lab/HARMONI
9c88019601a983a1739744919a95247a997d3bb1
[ "MIT" ]
7
2020-09-02T06:31:21.000Z
2022-02-18T21:16:44.000Z
harmoni_actuators/harmoni_speaker/test/unittest_speaker.py
micolspitale93/HARMONI
cf6a13fb85e3efb4e421dbfd4555359c0a04acaa
[ "MIT" ]
61
2020-05-15T16:46:32.000Z
2021-07-28T17:44:49.000Z
harmoni_actuators/harmoni_speaker/test/unittest_speaker.py
micolspitale93/HARMONI
cf6a13fb85e3efb4e421dbfd4555359c0a04acaa
[ "MIT" ]
3
2020-10-05T23:01:29.000Z
2022-03-02T11:53:34.000Z
#!/usr/bin/env python3 PKG = 'test_harmoni_speaker' # Common Imports import unittest, rospy, rospkg, roslib, sys #from unittest.mock import Mock, patch # Specific Imports from actionlib_msgs.msg import GoalStatus from harmoni_common_msgs.msg import harmoniAction, harmoniFeedback, harmoniResult from harmoni_common_lib.constants import State from std_msgs.msg import String import os, io import ast from harmoni_speaker.speaker_service import SpeakerService import json class TestSpeaker(unittest.TestCase): def __init__(self, *args): super(TestSpeaker, self).__init__(*args) rospy.loginfo("For running unittest you should also run roscore into another terminal") rospy.init_node("test_speaker") def setUp(self): rospack = rospkg.RosPack() self.path = rospack.get_path("harmoni_tts") + "/temp_data/tts.wav" self.result = False rospy.loginfo("TestSpeaker: Started up. waiting for speaker startup") self.speaker_service = SpeakerService("test_speaker") rospy.loginfo("TestSpeaker: Started") def test_play(self): # Send a request to the real API server and store the response. response = self.speaker_service.do(self.path) # Confirm that the request-response cycle completed successfully. rospy.loginfo(response) if response["response"]==State.SUCCESS: rospy.loginfo("The response succeed") self.result = True #set the response to true if the request succeeded assert(self.result == True) def main(): #TODO convert to a test suite so that setup doesn't have to run over and over. import rosunit rospy.loginfo("test_speaker started") rospy.loginfo("TestSpeaker: sys.argv: %s" % str(sys.argv)) rosunit.unitrun(PKG, 'test_speaker', TestSpeaker, sys.argv) if __name__ == "__main__": main()
35.471698
95
0.710106
1,083
0.576064
0
0
0
0
0
0
686
0.364894
271fa52916c14e0243668b5ba4593d20238992fd
3,996
py
Python
ExCon/explainer.py
DarrenZhang01/ExCon
2467c2fa8c0c52edaf54091d2bfecd132eeae594
[ "Apache-2.0" ]
17
2021-11-30T03:50:24.000Z
2022-01-16T10:58:07.000Z
ExCon/explainer.py
DarrenZhang01/ExCon
2467c2fa8c0c52edaf54091d2bfecd132eeae594
[ "Apache-2.0" ]
1
2021-12-04T02:35:59.000Z
2021-12-05T00:53:35.000Z
ExCon/explainer.py
DarrenZhang01/ExCon
2467c2fa8c0c52edaf54091d2bfecd132eeae594
[ "Apache-2.0" ]
null
null
null
""" An utility class for initializing different explainer objects. """ from torch import nn import numpy as np from captum.attr import DeepLift, IntegratedGradients, ShapleyValueSampling, LayerGradCam, Saliency from captum.attr._utils.attribution import LayerAttribution class Explainer(nn.Module): def __init__(self, method, model_name, dataset, model, training): super(Explainer, self).__init__() self.model = model self.explainer = None if method == "DeepLift": self.explainer = DeepLift(self.model) elif method == "IntegratedGradients": self.explainer = IntegratedGradients(self.model) elif method == "ShapleyValueSampling": self.explainer = ShapleyValueSampling(self.model) elif method == "Saliency": self.explainer = Saliency(self.model) elif method == "GradCAM": # Need to retrieve the `module` in the data parallel mode for multi-GPU processing. if model_name == 'vgg16': if dataset.startswith('cifar'): self.explainer = LayerGradCam(self.model, self.model[0].features[21]) else: self.explainer = LayerGradCam(self.model, self.model[0].features[30]) elif model_name == 'resnet56': self.explainer = LayerGradCam(self.model, self.model[0].layer3[8].conv2) elif model_name == 'resnet50': if dataset.startswith('cifar'): if "CE" in training: self.explainer = LayerGradCam(self.model, self.model.module.encoder.layer2[3].conv3) else: self.explainer = LayerGradCam(self.model, self.model[0].layer2[3].conv3) else: if "CE" in training: self.explainer = LayerGradCam(self.model, self.model.module.encoder.layer4[2].conv3) else: self.explainer = LayerGradCam(self.model, self.model[0].layer4[2].conv3) elif model_name == 'resnet18': if dataset.startswith('cifar'): if "CE" in training: self.explainer = LayerGradCam(self.model, self.model.module.encoder.layer2[1].conv2) else: self.explainer = LayerGradCam(self.model, self.model[0].layer2[1].conv2) else: if "CE" in training: self.explainer = LayerGradCam(self.model, self.model.module.encoder.layer4[1].conv2) else: self.explainer = LayerGradCam(self.model, self.model[0].layer4[1].conv2) self.method = method if dataset in ['cifar10', 'cifar100', 'SVHN']: self.img_size = (32, 32) elif dataset == 'ImageNet': self.img_size = (64, 64) def attribute(self, input, target, omit_channel=True): """ omit_channel: bool, whether to omit the channel dimension in the explanations. """ importances = self.explainer.attribute(inputs=input, target=target) if self.method == "GradCAM": importances = LayerAttribution.interpolate(importances, self.img_size, interpolate_mode="bilinear") if omit_channel is False: importances = importances.repeat((1, 3, 1, 1)) else: if omit_channel is False: importances = importances else: importances = importances.sum(dim=1) importances = importances.squeeze().detach().cpu().numpy() return importances def normalize(self, importances): importances = importances - np.min(importances, axis=(0, 1)) importances = importances / (np.max(importances, axis=(0, 1)) + 1e-8) return importances
47.571429
108
0.567067
3,721
0.931181
0
0
0
0
0
0
455
0.113864
271fe8cb4638bb263355e0c702a01f25cb73e941
2,188
py
Python
django/www/MeteoGaliciaDB/registros/views.py
hugo-lorenzo-mato/Meteo-Galicia-DB
3dd52534c16216de5f25cd40877d2facc7cffe24
[ "MIT" ]
null
null
null
django/www/MeteoGaliciaDB/registros/views.py
hugo-lorenzo-mato/Meteo-Galicia-DB
3dd52534c16216de5f25cd40877d2facc7cffe24
[ "MIT" ]
null
null
null
django/www/MeteoGaliciaDB/registros/views.py
hugo-lorenzo-mato/Meteo-Galicia-DB
3dd52534c16216de5f25cd40877d2facc7cffe24
[ "MIT" ]
1
2021-04-27T18:37:41.000Z
2021-04-27T18:37:41.000Z
from django.shortcuts import render from . import forms from django.core.urlresolvers import reverse from django.contrib.auth.decorators import login_required from django.http import HttpResponse, HttpResponseRedirect from django.contrib.auth import authenticate,login,logout # Create your views here. @login_required def special(request): return HttpResponse("Estás logueado!") @login_required def user_logout(request): logout(request) logged = False return render(request, 'registros/login.html',{'logged':logged}) def registro(request): registered = False if request.method == 'POST': user_form = forms.UserForm(data=request.POST) profile_form = forms.UserProfileInfo(data=request.POST) if user_form.is_valid() and profile_form.is_valid(): user = user_form.save() user.set_password(user.password) user.save() profile = profile_form.save(commit=False) profile.user = user if 'profile_pic' in request.FILES: profile.profile_pic = request.FILES['profile_pic'] profile.save() registered = True else: print(user_form.errors,profile_form.errors) else: user_form = forms.UserForm() profile_form = forms.UserProfileInfo() return render(request,'registros/registration.html', {'registered': registered, 'user_form': user_form,'profile_form':profile_form}) def user_login(request): logged = False if request.method == 'POST': username = request.POST.get('username') password = request.POST.get('password') user = authenticate(username=username, password=password) if user: if user.is_active: login(request, user) logged = True return render(request, 'registros/login.html', {'logged': logged}) else: return HttpResponse("Cuenta inactiva") else: print("Alguien intento loguearse y falló") return HttpResponse("Datos de acceso inválidos") else: return render(request, 'registros/login.html',{'logged':logged})
33.151515
136
0.652194
0
0
0
0
230
0.104975
0
0
338
0.154267
2721ab7a1f61ce9281bd09517b3b6a6328c17752
708
py
Python
geotrek/outdoor/admin.py
numahell/Geotrek-admin
e279875b0b06ef60928c049d51533f76716c902a
[ "BSD-2-Clause" ]
1
2019-12-11T11:04:05.000Z
2019-12-11T11:04:05.000Z
geotrek/outdoor/admin.py
numahell/Geotrek-admin
e279875b0b06ef60928c049d51533f76716c902a
[ "BSD-2-Clause" ]
null
null
null
geotrek/outdoor/admin.py
numahell/Geotrek-admin
e279875b0b06ef60928c049d51533f76716c902a
[ "BSD-2-Clause" ]
null
null
null
from django.conf import settings from django.contrib import admin from geotrek.common.admin import MergeActionMixin from geotrek.outdoor.models import Practice, SiteType if 'modeltranslation' in settings.INSTALLED_APPS: from modeltranslation.admin import TranslationAdmin else: TranslationAdmin = admin.ModelAdmin @admin.register(Practice) class PracticeAdmin(MergeActionMixin, TranslationAdmin): list_display = ('name', ) search_fields = ('name', ) merge_field = 'name' @admin.register(SiteType) class SiteTypeAdmin(MergeActionMixin, TranslationAdmin): list_display = ('name', 'practice') list_filter = ('practice', ) search_fields = ('name', ) merge_field = 'name'
28.32
56
0.75565
327
0.461864
0
0
379
0.535311
0
0
74
0.10452
2723629eca545ab7058f06d730db5b5baa33b30a
3,516
py
Python
gdrive.py
abwilf/Factorized
64e7d2a54bbfbc8b1c5a2130f2b941c376402fe6
[ "MIT" ]
null
null
null
gdrive.py
abwilf/Factorized
64e7d2a54bbfbc8b1c5a2130f2b941c376402fe6
[ "MIT" ]
null
null
null
gdrive.py
abwilf/Factorized
64e7d2a54bbfbc8b1c5a2130f2b941c376402fe6
[ "MIT" ]
null
null
null
from __future__ import print_function import os.path from googleapiclient.discovery import build from google_auth_oauthlib.flow import InstalledAppFlow from google.auth.transport.requests import Request from google.oauth2.credentials import Credentials from apiclient.http import MediaFileUpload import gdown def gdrive_up(credentials_path, file_list, folder_id, token_path='/work/awilf/utils/gdrive_token.json'): ''' credentials_path: json containing gdrive credentials of form {"installed":{"client_id":"<something>.apps.googleusercontent.com","project_id":"decisive-engine-<something>","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"<client_secret>","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}} file_list: full path of files to upload, e.g. ['/work/awilf/tonicnet.tar'] folder_id: id of folder you've already created in google drive (awilf@andrew account, for these credentials) e.g. gdrive_up('gdrive_credentials.json', ['hi.txt', 'yo.txt'], '1E1ub35TDJP59rlIqDBI9SLEncCEaI4aT') note: if token_path does not exist, you will need to authenticate. here are the instructions ON MAC: ssh -N -f -L localhost:8080:localhost:8080 awilf@taro ON MAC (CHROME): go to link provided ''' # If modifying these scopes, delete the file token.json. SCOPES = ['https://www.googleapis.com/auth/drive.metadata.readonly', 'https://www.googleapis.com/auth/drive.file'] creds = None if os.path.exists(token_path): # UNCOMMENT THIS IF DON'T WANT TO LOG IN EACH TIME creds = Credentials.from_authorized_user_file(token_path, SCOPES) if not creds or not creds.valid: if creds and creds.expired and creds.refresh_token: creds.refresh(Request()) else: flow = InstalledAppFlow.from_client_secrets_file(credentials_path, SCOPES) creds = flow.run_local_server(port=8080) with open(token_path, 'w') as token: token.write(creds.to_json()) service = build('drive', 'v3', credentials=creds) for name in file_list: file_metadata = { 'name': name, 'parents': [folder_id] } media = MediaFileUpload(file_metadata['name'], resumable=True) file = service.files().create(body=file_metadata, media_body=media, fields='id').execute() def gdrive_down(url, out_path=None): ''' first, make sure file in url is available for anyone to view url should be of one of these forms: https://drive.google.com/file/d/195C6CoqMBYzteJIx-FFOsNFATvu5cr_z/view?usp=sharing https://drive.google.com/uc?id=1eGj8DSau66NiklH30UIGab55cUWR_qw9 out_path can be None, in which case the result will be the file name from google drive saved in ./. else, save to out_path ''' if 'uc?' not in url: id = url.split('/')[-2] url = f'https://drive.google.com/uc?id={id}' gdown.download(url, out_path) # gdrive_down('https://drive.google.com/file/d/1dAvxdsHWbtA1ZIh3Ex9DPn9Nemx9M1-L/view', out_path='/work/awilf/mfa/') # gdrive_down('https://drive.google.com/file/d/1XEsc6rLXtjfo2rtms2GR0hDqfTiat5Zo/view?usp=sharing') # gdrive_up('/work/awilf/utils/gdrive_credentials.json', ['pyg.sif'], '1zBldu3ipR6LtrJBxxNlaKBPW_kio6nli') gdrive_down('https://drive.google.com/file/d/1eEdRQVgBCcq8DyasduZpMzTlCIjrekLM/view?usp=sharing')
45.662338
455
0.71587
0
0
0
0
0
0
0
0
2,125
0.60438
2725c4c1b926b1b3e672d43af2ed2535f3dcf9a6
705
py
Python
web_ext/sseq_gui/tests/test_load.py
hoodmane/sseq
0f19a29c95486a629b0d054c703ca0a58999ae97
[ "Apache-2.0", "MIT" ]
7
2021-04-22T04:06:09.000Z
2022-01-25T04:05:49.000Z
web_ext/sseq_gui/tests/test_load.py
hoodmane/sseq
0f19a29c95486a629b0d054c703ca0a58999ae97
[ "Apache-2.0", "MIT" ]
68
2020-03-21T22:37:24.000Z
2022-03-31T02:51:35.000Z
web_ext/sseq_gui/tests/test_load.py
hoodmane/sseq
0f19a29c95486a629b0d054c703ca0a58999ae97
[ "Apache-2.0", "MIT" ]
5
2021-02-17T06:37:43.000Z
2022-02-01T03:53:22.000Z
import pytest from pathlib import Path @pytest.mark.parametrize("module", ["S_2", "S_3", "C2v14"]) def test_load(driver, module: str): driver.go("/") driver.driver.find_element_by_css_selector(f'a[data="{module}"]').click() driver.wait_complete() driver.check_svg(f"{module}_load.svg") @pytest.mark.parametrize("module", ["S_2", "S_3", "C2v14"]) def test_load_json(driver, module: str): path = Path(__file__).parent / "../../../ext/steenrod_modules" / f"{module}.json" path = path.resolve() driver.go("/") driver.driver.find_element_by_id("json-upload").send_keys(str(path)) driver.reply("40") driver.wait_complete() driver.check_svg(f"{module}_load.svg")
30.652174
85
0.673759
0
0
0
0
660
0.93617
0
0
181
0.256738
2726aff9726f405364127c08f5f1c2bf93aa5997
91
py
Python
src/rocket/stage2/src/errors/src/SensorOverload.py
proballstar/atlas
6e4eb36b7e43e750dbb281c2051439198c82f296
[ "MIT" ]
null
null
null
src/rocket/stage2/src/errors/src/SensorOverload.py
proballstar/atlas
6e4eb36b7e43e750dbb281c2051439198c82f296
[ "MIT" ]
null
null
null
src/rocket/stage2/src/errors/src/SensorOverload.py
proballstar/atlas
6e4eb36b7e43e750dbb281c2051439198c82f296
[ "MIT" ]
null
null
null
def init(): # @TODO(aaronhma): UPDATE def catchErrors(): # @TODO(aaronhma): UPDATE
18.2
29
0.626374
0
0
0
0
0
0
0
0
50
0.549451
2727cc439b34121ae42c9bebd5ffc173f65fc3c6
5,905
py
Python
foresight/environment/environment_info_support.py
thundra-io/thundra-agent-python
448e18c17d8730c381b2e2a773782cf80c5a7cfb
[ "Apache-2.0" ]
15
2021-07-28T08:03:50.000Z
2021-11-08T08:36:06.000Z
foresight/environment/environment_info_support.py
thundra-io/thundra-agent-python
448e18c17d8730c381b2e2a773782cf80c5a7cfb
[ "Apache-2.0" ]
1
2021-08-08T07:45:45.000Z
2021-08-08T12:41:36.000Z
foresight/environment/environment_info_support.py
thundra-io/thundra-agent-python
448e18c17d8730c381b2e2a773782cf80c5a7cfb
[ "Apache-2.0" ]
3
2021-08-07T14:19:23.000Z
2021-12-08T15:35:40.000Z
import os, logging from foresight.environment.git.git_helper import GitHelper from foresight.environment.git.git_env_info_provider import GitEnvironmentInfoProvider from foresight.environment.github.github_environment_info_provider import GithubEnvironmentInfoProvider from foresight.environment.gitlab.gitlab_environment_info_provider import GitlabEnvironmentInfoProvider from foresight.environment.jenkins.jenkins_environment_info_provider import JenkinsEnvironmentInfoProvider from foresight.environment.travisci.travisci_environment_info_provider import TravisCIEnvironmentInfoProvider from foresight.environment.circleci.circleci_environment_info_provider import CircleCIEnvironmentInfoProvider from foresight.environment.bitbucket.bitbucket_environment_info_provider import BitbucketEnvironmentInfoProvider from foresight.environment.azure.azure_environment_info_provider import AzureEnvironmentInfoProvider from foresight.test_runner_tags import TestRunnerTags from foresight.utils.generic_utils import print_debug_message_to_console LOGGER = logging.getLogger(__name__) class EnvironmentSupport: ENVIRONMENTS_VARS = { "GITHUB_ENV": GithubEnvironmentInfoProvider, # https://docs.github.com/en/actions/learn-github-actions/environment-variables "CI_PROJECT_ID": GitlabEnvironmentInfoProvider, # https://docs.gitlab.com/ee/ci/variables/predefined_variables.html "JENKINS_HOME": JenkinsEnvironmentInfoProvider, # https://e.printstacktrace.blog/jenkins-pipeline-environment-variables-the-definitive-guide/ "JENKINS_URL": JenkinsEnvironmentInfoProvider, # https://e.printstacktrace.blog/jenkins-pipeline-environment-variables-the-definitive-guide/ "TRAVIS": TravisCIEnvironmentInfoProvider, # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables "CIRCLECI": CircleCIEnvironmentInfoProvider, # https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables "BITBUCKET_GIT_HTTP_ORIGIN": BitbucketEnvironmentInfoProvider, # https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/ "BITBUCKET_GIT_SSH_ORIGIN": BitbucketEnvironmentInfoProvider, # https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/ "TF_BUILD": AzureEnvironmentInfoProvider # https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml } environment_info = None @classmethod def init(cls): """First check git provider, then iterate over ENVIRONMENTS_VARS dict. """ try: LOGGER.debug("Checking ci environments...") for key, clz in cls.ENVIRONMENTS_VARS.items(): LOGGER.debug("Current key, clz: {}, {}".format(key,clz)) if os.getenv(key): ei = clz.build_env_info() if ei: cls.environment_info = ei print_debug_message_to_console("Environment info: {}".format(cls.environment_info.to_json())) print_debug_message_to_console("Founded key and class: {}, {}".format(key, clz)) break if cls.environment_info == None: if GitHelper.get_repo_url(): print_debug_message_to_console("Couldn't find any ci envrionment! Trying .git file...") cls.environment_info = GitEnvironmentInfoProvider.build_env_info() print_debug_message_to_console("Environment info: {}".format(cls.environment_info.to_json())) else: print_debug_message_to_console("Couldn't find .git file!") except Exception as err: LOGGER.error("Environment Support environment_info could not set: {}".format(err)) cls.environment_info = None print_debug_message_to_console("environment_info is None!") pass @classmethod def set_span_tags(cls, span): """Set span data tags corresponds to TestRunner Args: obj (ThundraSpan): Span or invocation data """ try: if cls.environment_info: span.set_tag(TestRunnerTags.TEST_ENVIRONMENT, cls.environment_info.environment) span.set_tag(TestRunnerTags.SOURCE_CODE_REPO_URL, cls.environment_info.repo_url) span.set_tag(TestRunnerTags.SOURCE_CODE_REPO_NAME, cls.environment_info.repo_name) span.set_tag(TestRunnerTags.SOURCE_CODE_BRANCH, cls.environment_info.branch) span.set_tag(TestRunnerTags.SOURCE_CODE_COMMIT_HASH, cls.environment_info.commit_hash) span.set_tag(TestRunnerTags.SOURCE_CODE_COMMIT_MESSAGE, cls.environment_info.commit_message) except Exception as e: LOGGER.error("Couldn't set environment info for span tags.") pass @classmethod def set_invocation_tags(cls, invocation_data): """Set invocation data tags corresponds to TestRunner Args: obj (invocation): Span or invocation data """ try: if cls.environment_info: invocation_data[TestRunnerTags.TEST_ENVIRONMENT] = cls.environment_info.environment invocation_data[TestRunnerTags.SOURCE_CODE_REPO_URL] = cls.environment_info.repo_url invocation_data[TestRunnerTags.SOURCE_CODE_REPO_NAME] = cls.environment_info.repo_name invocation_data[TestRunnerTags.SOURCE_CODE_BRANCH] = cls.environment_info.branch invocation_data[TestRunnerTags.SOURCE_CODE_COMMIT_HASH] = cls.environment_info.commit_hash invocation_data[TestRunnerTags.SOURCE_CODE_COMMIT_MESSAGE] = cls.environment_info.commit_message except Exception as e: LOGGER.error("Couldn't set environment info for invocation tags.") pass
60.255102
150
0.720745
4,825
0.817104
0
0
3,454
0.584928
0
0
1,613
0.273158
272ad5e735d859c51d641dfdb613ff9296e5cbee
660
py
Python
Problem_Solving/Algorithms/Warmup/6_Plus_Minus/Solution.py
CFLSousa/HackerRank
29ed039634e88d72981b2ecd619e5c65d37111e4
[ "MIT" ]
null
null
null
Problem_Solving/Algorithms/Warmup/6_Plus_Minus/Solution.py
CFLSousa/HackerRank
29ed039634e88d72981b2ecd619e5c65d37111e4
[ "MIT" ]
null
null
null
Problem_Solving/Algorithms/Warmup/6_Plus_Minus/Solution.py
CFLSousa/HackerRank
29ed039634e88d72981b2ecd619e5c65d37111e4
[ "MIT" ]
null
null
null
import math import os import random import re import sys def plusMinus(arr): posNums=0.0 negNums=0.0 zeroNums=0.0 posFraction=0.0 negFraction=0.0 zeroFraction=0.0 arrLen=len(arr) for i in range(arrLen): if arr[i]==0: zeroNums+=1 elif arr[i]>0: posNums+=1 else: negNums+=1 posFraction=posNums/arrLen negFraction=negNums/arrLen zeroFraction=zeroNums/arrLen print(f'{posFraction:.6f}\n{negFraction:.6f}\n{zeroFraction:.6f}') if __name__ == '__main__': n = int(input()) arr = list(map(int, input().rstrip().split())) plusMinus(arr)
18.333333
71
0.59697
0
0
0
0
0
0
0
0
69
0.104545
272af550504e85a1489b88397788f6d4d8f037c0
1,403
py
Python
golang/godoc.py
nlfiedler/devscripts
122c7b1424b457d7d5499552065da83d76f6b922
[ "BSD-3-Clause" ]
null
null
null
golang/godoc.py
nlfiedler/devscripts
122c7b1424b457d7d5499552065da83d76f6b922
[ "BSD-3-Clause" ]
1
2015-03-04T15:01:08.000Z
2015-03-04T15:01:08.000Z
golang/godoc.py
nlfiedler/devscripts
122c7b1424b457d7d5499552065da83d76f6b922
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env python3 """Start the godoc server and open the docs in a browser window. This uses the 'open' command to open a web browser. """ import argparse import http import http.client import subprocess import time def is_ready(host, port): """Check if the web server returns an OK status.""" conn = http.client.HTTPConnection(host, port) try: conn.request('HEAD', '/') resp = conn.getresponse() return resp.status == 200 except ConnectionRefusedError: return False def main(): """Do the thing.""" parser = argparse.ArgumentParser(description='Spawn godoc and open browser window.') parser.add_argument('--port', help='port on which to run godoc', default=6060) args = parser.parse_args() host = "localhost" port = args.port # If not already running, start godoc in the background and wait for it # to be ready by making an HTTP request and checking the status. if not is_ready(host, port): subprocess.Popen(["godoc", "-http=:{port}".format(port=port)]) while True: if is_ready(host, port): break print('Waiting for server to start...') time.sleep(1) # Open the docs in a browser window. url = "http://{host}:{port}".format(host=host, port=port) subprocess.check_call(["open", url]) if __name__ == "__main__": main()
26.980769
88
0.639344
0
0
0
0
0
0
0
0
571
0.406985
272b0f6329b631e0b33f8623045bec69644ef0db
19,371
py
Python
mgsa/evaluate_repeats.py
supernifty/mgsa
5f950f8c9c2bf0439a100a2348f1aef478e32934
[ "MIT" ]
2
2016-11-02T20:27:00.000Z
2019-10-23T08:14:44.000Z
mgsa/evaluate_repeats.py
supernifty/mgsa
5f950f8c9c2bf0439a100a2348f1aef478e32934
[ "MIT" ]
null
null
null
mgsa/evaluate_repeats.py
supernifty/mgsa
5f950f8c9c2bf0439a100a2348f1aef478e32934
[ "MIT" ]
null
null
null
import glob import os import random import re import sys import numpy as np import bio import config def align( read, siteA, siteB, mapper_name, rm=True, alt_pos=1000, correct_pos=3000, single_insertion=False ): prefix = 'tmp/tmp%i' % random.randint(1, 1e9) # make fastq fastq = '%s.fastq' % prefix with open( fastq, 'w' ) as fq: data = [ '@A', read, '+', '~' * len( read ) ] fq.write( '\n'.join( data ) ) # fasta - both variations #commands = 'i.1000.%s,i.3000.%s' % ( siteA, siteB ) commands = 'i.%i.%s,i.%i.%s' % ( alt_pos, siteB, correct_pos, siteA ) fasta = '%s.fa' % prefix bio.fasta_edit( open( sys.argv[1], 'r' ), open( fasta, 'w' ), commands ) mapper = bio.get_mapper( config, mapper_name, fasta ) # align sam = '%s.sam' % prefix mapper( fastq, sam ) result_both = bio.SamFeatures( open( sam, 'r' ), None, classes="A", exclude_unmapped=False ).result[0] if single_insertion: # fasta - main variation only commands = 'i.1000.%s' % ( siteA ) fasta = '%s.fa' % prefix bio.fasta_edit( open( sys.argv[1], 'r' ), open( fasta, 'w' ), commands ) mapper = bio.get_mapper( config, mapper_name, fasta ) # align sam = '%s.sam' % prefix mapper( fastq, sam ) result_single = bio.SamFeatures( open( sam, 'r' ), None, classes="A", exclude_unmapped=False ).result[0] else: result_single = None #result = bio.SamFeatures( open( sam, 'r' ), None, classes="A" ).result[0] if rm: [ os.remove( x ) for x in glob.glob( '%s*' % prefix ) ] return result_both, result_single # # experiment to see what position does with one mutation # what is the effect of position? # def experiment_pos( result_fh ): #result_fh.write( "%s,%s,%s,%s,%s,%s,%s\n" % ( "read", "location", "alt", "mapper", "mapq_post", "mut_pos", "align_pos" ) ) result_fh.write( "%s,%s,%s,%s\n" % ( "mapper", "mapq_post", "mut_pos", "align_pos" ) ) read_len = 100 max_cand_mutations = 10 max_pos = 30 #100 matrix = { 'bwa': {}, 'bowtie2': {} } sample = 100 gc = 0.5 for _ in xrange(sample): s1 = bio.SequenceGenerator( read_len, (0.5-gc/2, gc/2, gc/2, 0.5-gc/2) ) s2 = bio.SequenceGenerator( 0 ) s2.sequence = s1.sequence # 1 mutation for mapper_name in matrix.keys(): for p in xrange(max_pos): s2.sequence = s1.sequence # just the 1 mutation to the read read = bio.SequenceGenerator( 0 ) read.sequence = s1.sequence read.mutate( p ) # apply mutations to candidate for cand_mutations in xrange(max_cand_mutations): cand_mutation_list = [] s2.sequence = s1.sequence for m in xrange(cand_mutations): #m_pos = 10 + ( read_len - 10 ) / cand_mutations * m + 5 while True: #m_pos = random.randint(10, read_len - 1) #m_pos = random.randint(0, 20) m_pos = random.randint(10, read_len - 10) if m_pos not in cand_mutation_list and m_pos != p: break #if m_pos == p: # m_pos -= 2 cand_mutation_list.append( m_pos ) s2.mutate( cand_mutation_list[-1] ) r = align( read.sequence, s1.sequence, s2.sequence, mapper_name ) result_fh.write( "%s,%s,%i,%s,%f,%s,%s\n" % ( mapper_name, r[0]['mapq'], p, r[0]['pos'], gc, r[0]['cigar'], '-'.join([ str(x) for x in cand_mutation_list]) ) ) key = '%i,%i' % ( cand_mutations, p ) if key not in matrix[mapper_name]: matrix[mapper_name][key] = [] matrix[mapper_name][key].append( int(r[0]['mapq']) ) #matrix[mapper_name]['%i,%i' % ( cand_mutations, p ) ] = int(r[0]['mapq']) result_fh.write( 'x axis is candidate mutations, y axis is position of mutation on read\n' ) show_dist_matrix( result_fh, matrix, max_cand_mutations, max_pos ) # # experiment to see what position does with one mutation # what is the effect of position? # def experiment_genome_pos( result_fh ): #result_fh.write( "%s,%s,%s,%s,%s,%s,%s\n" % ( "read", "location", "alt", "mapper", "mapq_post", "mut_pos", "align_pos" ) ) result_fh.write( "%s,%s,%s,%s\n" % ( "mapper", "mapq_post", "mut_pos", "align_pos" ) ) read_len = 100 offset_step = 25 matrix = { 'bwa': {}, 'bowtie2': {} } max_cand_mutations = 6 gc = 0.5 samples = 100 for _ in xrange(samples): s1 = bio.SequenceGenerator( read_len, (0.5-gc/2, gc/2, gc/2, 0.5-gc/2) ) s2 = bio.SequenceGenerator( 0 ) s2.sequence = s1.sequence p = 20 # 1 mutation for mapper_name in matrix.keys(): offset_count = 0 for offset in xrange(0, 1000, offset_step): s2.sequence = s1.sequence # just the 1 mutation to the read read = bio.SequenceGenerator( 0 ) read.sequence = s1.sequence read.mutate( p ) # apply mutations to candidate for cand_mutations in xrange(max_cand_mutations): cand_mutation_list = [] s2.sequence = s1.sequence for m in xrange(cand_mutations): #m_pos = 10 + ( read_len - 10 ) / cand_mutations * m + 5 while True: #m_pos = random.randint(10, read_len - 1) #m_pos = random.randint(0, 20) m_pos = random.randint(10, read_len - 10) if m_pos not in cand_mutation_list and m_pos != p: break #if m_pos == p: # m_pos -= 2 cand_mutation_list.append( m_pos ) s2.mutate( cand_mutation_list[-1] ) r = align( read.sequence, s1.sequence, s2.sequence, mapper_name, alt_pos=1000+offset, correct_pos=3000-offset ) result_fh.write( "%s,%s,%i,%s,%f,%s,%s\n" % ( mapper_name, r[0]['mapq'], p, r[0]['pos'], gc, r[0]['cigar'], '-'.join([ str(x) for x in cand_mutation_list]) ) ) key = '%i,%i' % ( cand_mutations, offset_count ) if key not in matrix[mapper_name]: matrix[mapper_name][key] = [] matrix[mapper_name][key].append( int(r[0]['mapq']) ) offset_count += 1 #matrix[mapper_name]['%i,%i' % ( cand_mutations, p ) ] = int(r[0]['mapq']) result_fh.write( 'x axis is candidate mutations, y axis is offset\n' ) show_dist_matrix( result_fh, matrix, max_cand_mutations, offset_count ) # # what is the mapping quality as the distance between repeats and the read change? # def experiment_candidate_distance( result_fh ): result_fh.write( "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s\n" % ( "read", "location", "alt", "mapper", "mapq_post", "mapq_pre", "pos_post", "pos_pre", "cand_mutations", "read_mutations", "post_cigar" ) ) read_len = 100 max_read_mutations = 12 max_cand_mutations = 12 samples = 100 gc = 0.5 #for gc in np.arange( 0., 1., 0.2 ): matrix = { 'bwa': {}, 'bowtie2': {} } for sample in xrange(samples): s1 = bio.SequenceGenerator( read_len, (0.5-gc/2, gc/2, gc/2, 0.5-gc/2) ) s2 = bio.SequenceGenerator( 0 ) s2.sequence = s1.sequence # 1 mutation for mapper_name in ('bwa', 'bowtie2'): #for p in xrange(0, read_len, 10): #for p in xrange(10): # s2.sequence = s1.sequence # s2.mutate( p ) # r = align( s1.sequence, s1.sequence, s2.sequence, mapper_name ) # #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) # result_fh.write( "%s,%s,%s,%s,%i,%i,1\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r[0], r[1] ) ) for read_mutations in xrange(max_read_mutations): read = bio.SequenceGenerator( 0 ) read.sequence = s1.sequence # add mutations to read read_mutation_list = [] for m in xrange(read_mutations): while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list: break read_mutation_list.append( m_pos ) # don't mutate in the same place read.mutate( read_mutation_list[-1] ) for cand_mutations in xrange(max_cand_mutations): # add mutations to alternative cand_mutation_list = [] s2.sequence = s1.sequence for m in xrange(cand_mutations): while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list and m_pos not in cand_mutation_list: break cand_mutation_list.append( m_pos ) s2.mutate( cand_mutation_list[-1] ) s2.mutate( cand_mutation_list[-1] ) # mutate twice so it is still different from cand # align and add result r = align( read.sequence, s1.sequence, s2.sequence, mapper_name ) # only populates r[0] #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) result_fh.write( "%i,%s,%i,%i,%s,%s,%s\n" % ( sample, mapper_name, int(r[0]['mapq']), int(r[0]['pos']), '-'.join( [ str(x) for x in cand_mutation_list ] ), '-'.join( [ str(x) for x in read_mutation_list ] ), r[0]['cigar'] ) ) #result_fh.write( "%s,%s,%s,%s,%i,%i,%i,%i,%s,%s,%s\n" % ( read.sequence, s1.sequence, s2.sequence, mapper_name, int(r[0]['mapq']), int(r[1]['mapq']), int(r[0]['pos']), int(r[1]['pos']), cand_mutations, read_mutations, r[0]['cigar'] ) ) key = '%i,%i' % ( cand_mutations, read_mutations ) if key not in matrix[mapper_name]: matrix[mapper_name][key] = [] matrix[mapper_name][key].append( int(r[0]['mapq']) ) result_fh.write( 'x axis is candidate mutations, y axis is read mutations\n' ) show_dist_matrix( result_fh, matrix, max_cand_mutations, max_read_mutations ) # # what is the mapping quality with ultra low entropy # def experiment_entropy( result_fh ): result_fh.write( "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s\n" % ( "read", "location", "alt", "mapper", "mapq_post", "mapq_pre", "pos_post", "pos_pre", "cand_mutations", "read_mutations", "post_cigar" ) ) read_len = 100 #max_read_mutations = 3 max_cand_mutations = 8 samples = 3 # 100 entropy_max = 0.1 #gc = 0.2 #for gc in np.arange( 0., 1., 0.2 ): matrix = { 'bwa': {}, 'bowtie2': {} } for sample in xrange(samples): for entropy in np.arange( 0., entropy_max, 0.01 ): s1 = bio.SequenceGenerator( read_len, (1 - entropy, entropy / 3, entropy / 3, entropy / 3 ) ) s2 = bio.SequenceGenerator( 0 ) s2.sequence = s1.sequence # 1 mutation for mapper_name in matrix.keys(): #for p in xrange(0, read_len, 10): #for p in xrange(10): # s2.sequence = s1.sequence # s2.mutate( p ) # r = align( s1.sequence, s1.sequence, s2.sequence, mapper_name ) # #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) # result_fh.write( "%s,%s,%s,%s,%i,%i,1\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r[0], r[1] ) ) # 1 read mutation read = bio.SequenceGenerator( 0 ) read.sequence = s1.sequence # add mutations to read read_mutation_list = [] while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list: break read_mutation_list.append( m_pos ) # don't mutate in the same place read.mutate( read_mutation_list[-1] ) for cand_mutations in xrange(max_cand_mutations): # add mutations to alternative cand_mutation_list = [] s2.sequence = s1.sequence for m in xrange(cand_mutations): while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list and m_pos not in cand_mutation_list: break cand_mutation_list.append( m_pos ) s2.mutate( cand_mutation_list[-1] ) s2.mutate( cand_mutation_list[-1] ) # mutate twice so it is still different from cand # align and add result r = align( read.sequence, s1.sequence, s2.sequence, mapper_name ) # only populates r[0] #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) result_fh.write( "%i,%s,%i,%i,%s,%s,%s,%s,%s,%s\n" % ( sample, mapper_name, int(r[0]['mapq']), int(r[0]['pos']), '-'.join( [ str(x) for x in cand_mutation_list ] ), '-'.join( [ str(x) for x in read_mutation_list ] ), r[0]['cigar'], read.sequence, s1.sequence, s2.sequence ) ) #result_fh.write( "%s,%s,%s,%s,%i,%i,%i,%i,%s,%s,%s\n" % ( read.sequence, s1.sequence, s2.sequence, mapper_name, int(r[0]['mapq']), int(r[1]['mapq']), int(r[0]['pos']), int(r[1]['pos']), cand_mutations, read_mutations, r[0]['cigar'] ) ) key = '%i,%i' % ( cand_mutations, int(entropy*100) ) if key not in matrix[mapper_name]: matrix[mapper_name][key] = [] matrix[mapper_name][key].append( int(r[0]['mapq']) ) result_fh.write( 'x axis is candidate mutations, y axis is entropy\n' ) show_dist_matrix( result_fh, matrix, max_cand_mutations, int(entropy_max*100) ) # # what is the mapping quality with tandem repeats # def experiment_tandem_repeats( result_fh ): result_fh.write( "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s\n" % ( "read", "location", "alt", "mapper", "mapq_post", "mapq_pre", "pos_post", "pos_pre", "cand_mutations", "read_mutations", "post_cigar" ) ) read_len = 100 #max_read_mutations = 3 max_cand_mutations = 8 samples = 100 repeat_max = 40 gc = 0.5 #for gc in np.arange( 0., 1., 0.2 ): matrix = { 'bwa': {}, 'bowtie2': {} } for sample in xrange(samples): for repeat in np.arange( 1, repeat_max ): s1 = bio.SequenceGenerator( read_len, (0.5-gc/2, gc/2, gc/2, 0.5-gc/2), repeat_length=repeat ) s2 = bio.SequenceGenerator( 0 ) s2.sequence = s1.sequence # 1 mutation for mapper_name in matrix.keys(): #for p in xrange(0, read_len, 10): #for p in xrange(10): # s2.sequence = s1.sequence # s2.mutate( p ) # r = align( s1.sequence, s1.sequence, s2.sequence, mapper_name ) # #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) # result_fh.write( "%s,%s,%s,%s,%i,%i,1\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r[0], r[1] ) ) # 1 read mutation read = bio.SequenceGenerator( 0 ) read.sequence = s1.sequence # add mutations to read read_mutation_list = [] while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list: break read_mutation_list.append( m_pos ) # don't mutate in the same place read.mutate( read_mutation_list[-1] ) for cand_mutations in xrange(max_cand_mutations): # add mutations to alternative cand_mutation_list = [] s2.sequence = s1.sequence for m in xrange(cand_mutations): while True: m_pos = random.randint( 10, read_len - 10 ) if m_pos not in read_mutation_list and m_pos not in cand_mutation_list: break cand_mutation_list.append( m_pos ) s2.mutate( cand_mutation_list[-1] ) s2.mutate( cand_mutation_list[-1] ) # mutate twice so it is still different from cand # align and add result r = align( read.sequence, s1.sequence, s2.sequence, mapper_name ) # only populates r[0] #result_fh.write( "%s,%s,%s,%s,%s\n" % ( s1.sequence, s1.sequence, s2.sequence, mapper_name, r ) ) result_fh.write( "%i,%s,%i,%i,%s,%s,%s,%s\n" % ( sample, mapper_name, int(r[0]['mapq']), int(r[0]['pos']), '-'.join( [ str(x) for x in cand_mutation_list ] ), '-'.join( [ str(x) for x in read_mutation_list ] ), r[0]['cigar'], read.sequence ) ) #result_fh.write( "%s,%s,%s,%s,%i,%i,%i,%i,%s,%s,%s\n" % ( read.sequence, s1.sequence, s2.sequence, mapper_name, int(r[0]['mapq']), int(r[1]['mapq']), int(r[0]['pos']), int(r[1]['pos']), cand_mutations, read_mutations, r[0]['cigar'] ) ) key = '%i,%i' % ( cand_mutations, repeat ) if key not in matrix[mapper_name]: matrix[mapper_name][key] = [] matrix[mapper_name][key].append( int(r[0]['mapq']) ) result_fh.write( 'x axis is candidate mutations, y axis is repeat size\n' ) show_dist_matrix( result_fh, matrix, max_cand_mutations, repeat_max, ymin=1 ) def count_unmapped( fh_in, fh_out ): matrix = { 'bwa': {}, 'bowtie2': {} } xmax = 0 ymax = 0 first = True for line in fh_in: if first: first = False continue fields = line.strip().split(',') x = len(filter( None, re.split('-', fields[4]) ) ) y = len(filter( None, re.split('-', fields[5]) ) ) xmax = max(xmax, x) ymax = max(ymax, y) is_unmapped = fields[6] == '*' key = '%i,%i' % (x, y) if key not in matrix[fields[1]]: matrix[fields[1]][key] = [] matrix[fields[1]][key].append( 0 if is_unmapped else 100 ) fh_out.write( 'x axis is candidate mutations, y axis is read mutations\n' ) show_dist_matrix( fh_out, matrix, xmax+1, ymax+1) def count_clipped( fh_in, fh_out ): matrix = { 'bwa': {}, 'bowtie2': {} } xmax = 0 ymax = 0 first = True for idx, line in enumerate(fh_in): if first: first = False continue fields = line.strip().split(',') if len(fields) > 5: x = len(filter( None, re.split('-', fields[6]) ) ) y = int(fields[2]) xmax = max(xmax, x) ymax = max(ymax, y) is_clipped = fields[5] != '100M' key = '%i,%i' % (x, y) if key not in matrix[fields[0]]: matrix[fields[0]][key] = [] matrix[fields[0]][key].append( 100 if is_clipped else 0 ) print "line", idx fh_out.write( 'x axis is candidate mutations, y axis is read mutations\n' ) show_dist_matrix( fh_out, matrix, xmax+1, ymax+1) def show_dist_matrix( fh, matrix, xmax, ymax, ymin=0 ): fh.write( 'Mean Quality' ) for mapper_name in matrix: fh.write( '\n' + mapper_name ) fh.write( '\t' + '\t'.join( [ str(x) for x in xrange( xmax ) ] ) + '\n' ) for y in xrange(ymin, ymax): fh.write( str(y) + '\t' ) xs = [] for x in xrange(xmax): xs.append( np.mean( matrix[mapper_name]['%i,%i' % (x,y) ] ) ) fh.write( '\t'.join( [ '%.1f' % x for x in xs ] ) + '\n' ) fh.write( '\nSD' ) for mapper_name in matrix: fh.write( '\n' + mapper_name ) fh.write( '\t' + '\t'.join( [ str(x) for x in xrange( xmax ) ] ) + '\n' ) for y in xrange(ymin, ymax): fh.write( str(y) + '\t' ) xs = [] for x in xrange(xmax): xs.append( np.std( matrix[mapper_name]['%i,%i' % (x,y) ] ) ) fh.write( '\t'.join( [ '%.1f' % x for x in xs ] ) + '\n' ) # make fasta with open(sys.argv[2], 'w') as result_fh: if sys.argv[3] == 'position': experiment_pos( result_fh ) elif sys.argv[3] == 'genome': experiment_genome_pos( result_fh ) elif sys.argv[3] == 'distance': experiment_candidate_distance( result_fh ) elif sys.argv[3] == 'entropy': experiment_entropy( result_fh ) elif sys.argv[3] == 'tandem': experiment_tandem_repeats( result_fh ) elif sys.argv[3] == 'unmapped': count_unmapped( sys.stdin, result_fh ) elif sys.argv[3] == 'clip': count_clipped( sys.stdin, result_fh )
45.153846
285
0.58918
0
0
0
0
0
0
0
0
6,089
0.314336
272ddcd0024554a1e6ae6a4493df8c6406ed30b3
195
py
Python
scrape_etsy/exceptions.py
philjnicholls/etsy-scrape
d7acb69dc71428325e02859bc7c9d860bf409db4
[ "MIT" ]
3
2020-12-17T10:00:54.000Z
2021-10-30T09:23:55.000Z
scrape_etsy/exceptions.py
philjnicholls/etsy-scrape
d7acb69dc71428325e02859bc7c9d860bf409db4
[ "MIT" ]
null
null
null
scrape_etsy/exceptions.py
philjnicholls/etsy-scrape
d7acb69dc71428325e02859bc7c9d860bf409db4
[ "MIT" ]
null
null
null
class MissingValueException(Exception): pass class ProductScrapeException(Exception): pass class GetPageException(Exception): pass class NoResultsException(Exception): pass
13
40
0.764103
185
0.948718
0
0
0
0
0
0
0
0
272e2592cfb00d569450c8c8739564bdd4f5c46a
393
py
Python
alembic/versions/e3dda7be6a95_extend_user_table.py
paul-wolf/bolo
936e73d80217a0fdbbd983cb1f775686809e1d25
[ "BSD-3-Clause" ]
null
null
null
alembic/versions/e3dda7be6a95_extend_user_table.py
paul-wolf/bolo
936e73d80217a0fdbbd983cb1f775686809e1d25
[ "BSD-3-Clause" ]
null
null
null
alembic/versions/e3dda7be6a95_extend_user_table.py
paul-wolf/bolo
936e73d80217a0fdbbd983cb1f775686809e1d25
[ "BSD-3-Clause" ]
null
null
null
"""Extend user table Revision ID: e3dda7be6a95 Revises: Create Date: 2021-06-07 11:43:45.144088 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. revision = "e3dda7be6a95" down_revision = None branch_labels = None depends_on = None def upgrade(): op.add_column("auth_user", sa.Column("comment", sa.String(255))) def downgrade(): pass
15.72
68
0.727735
0
0
0
0
0
0
0
0
176
0.447837
272f0cf0754b945f03c4fe2b4a5977930d84644b
1,752
py
Python
7_kyu/grow_of_population.py
dimishpatriot/way_on_the_highway
4865db946632b7bd3d74509a20a307841c02169d
[ "MIT" ]
null
null
null
7_kyu/grow_of_population.py
dimishpatriot/way_on_the_highway
4865db946632b7bd3d74509a20a307841c02169d
[ "MIT" ]
null
null
null
7_kyu/grow_of_population.py
dimishpatriot/way_on_the_highway
4865db946632b7bd3d74509a20a307841c02169d
[ "MIT" ]
null
null
null
"""In a small town the population is p0 = 1000 at the beginning of a year. The population regularly increases by 2 percent per year and moreover 50 new inhabitants per year come to live in the town. How many years does the town need to see its population greater or equal to p = 1200 inhabitants? 1) At the end of the first year there will be: 1000 + 1000 * 0.02 + 50 => 1070 inhabitants 2) At the end of the 2nd year there will be: 1070 + 1070 * 0.02 + 50 => 1141 inhabitants (number of inhabitants is an integer) 3) At the end of the 3rd year there will be: 1141 + 1141 * 0.02 + 50 => 1213 It will need 3 entire years. === More generally given parameters: === p0, percent, aug (inhabitants coming or leaving each year), p (population to surpass) the function nb_year should return n number of entire years needed to get a population greater or equal to p. aug is an integer, percent a positive or null number, p0 and p are positive integers (> 0). === Note: === Don't forget to convert the percent parameter as a percentage in the body of your function: if the parameter percent is 2 you have to convert it to 0.02. """ import pytest @pytest.mark.parametrize("test, result", [ ((1500, 5, 100, 5000), 15), ((1500000, 2.5, 10000, 2000000), 10), ((1500000, 0.25, 1000, 2000000), 94), ((1000, 10, 0, 1000), 0), ((999, 10, 0, 1000), 1), ((999, 0, 1, 1000), 1), ((1000, 100, 0, 2000), 1), ]) def test_population(test, result): assert nb_year(*test) == result def nb_year(p0: int, percent: float, aug: int, p: int) -> int: percent = percent / 100 # convert to percentage current = p0 year = 0 while current < p: current = current + current*percent + aug year += 1 return year
30.736842
97
0.673516
0
0
0
0
350
0.199772
0
0
1,165
0.664954
273038458cb6e72fc3b79b5c6ab692951f85b0c3
4,144
py
Python
pysimplegui/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py
konsan1101/py-etc
bcca13119b0d2453866988404fd1c4976f55d4d5
[ "MIT" ]
null
null
null
pysimplegui/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py
konsan1101/py-etc
bcca13119b0d2453866988404fd1c4976f55d4d5
[ "MIT" ]
2
2020-06-06T00:30:56.000Z
2021-06-10T22:30:37.000Z
pysimplegui/DemoPrograms/Demo_Multithreaded_Long_Task_Simple.py
konsan1101/py-etc
bcca13119b0d2453866988404fd1c4976f55d4d5
[ "MIT" ]
null
null
null
#!/usr/bin/python3 import threading import time import PySimpleGUI as sg """ DESIGN PATTERN - Multithreaded Long Tasks GUI using shared global variables Presents one method for running long-running operations in a PySimpleGUI environment. The PySimpleGUI code, and thus the underlying GUI framework, runs as the primary, main thread The "long work" is contained in the thread that is being started. Communicating is done (carefully) using global variables There are 2 ways "progress" is being reported to the user. If a the amount of time is known ahead of time and the work can be broek down into countable units, then a progress bar is used. If a task is one long chunk of time that cannot be broken down into smaller units, then an animated GIF is shown that spins as long as the task is running. """ thread_done = 1 message = '' thread_counter = 0 total = 100 progress = 0 def long_operation_thread(seconds): """ A worker thread that communicates with the GUI through a global variable This thread can block for as long as it wants and the GUI will not be affected :param seconds: (int) How long to sleep, the ultimate blocking call :return: """ global thread_done, message, thread_counter, progress print('Thread started - will sleep for {} seconds'.format(seconds)) thread_counter += 1 for i in range(int(seconds*10)): time.sleep(.1) # sleep for a while progress += total/(seconds*10) message = f'***This is a message from the thread {thread_counter} ***' thread_done = True def the_gui(): """ Starts and executes the GUI Reads data from a global variable and displays Returns when the user exits / closes the window """ global thread_done, message, progress sg.theme('Light Brown 3') layout = [[sg.Text('Long task to perform example')], [sg.Output(size=(80, 12))], [sg.Text('Number of seconds your task will take'), sg.Input(key='-SECONDS-', size=(5, 1)), sg.Button('Do Long Task', bind_return_key=True), sg.CBox('ONE chunk, cannot break apart', key='-ONE CHUNK-')], [sg.Text('Work progress'), sg.ProgressBar(total, size=(20,20), orientation='h', key='-PROG-')], [sg.Button('Click Me'), sg.Button('Exit')], ] window = sg.Window('Multithreaded Window', layout) one_chunk = False sg.popup_animated(None) # --------------------- EVENT LOOP --------------------- while True: event, values = window.read(timeout=100) if event in (None, 'Exit'): break elif event.startswith('Do'): seconds = float(values['-SECONDS-']) one_chunk = values['-ONE CHUNK-'] print('Thread Starting! Long work....sending value of {} seconds'.format(seconds)) threading.Thread(target=long_operation_thread, args=(seconds, ), daemon=True).start() elif event == 'Click Me': print('Your GUI is alive and well') # --------------- Check for incoming messages from threads --------------- if thread_done is True: print('The thread has finished!') print(f'message = {message}') # reset everything for the next run sg.popup_animated(None) # just in case one's running, stop it thread_done = one_chunk = False message, progress = '', 0 window['-PROG-'].update_bar(total, total) # show the bar as maxed out if one_chunk: # flag signifies the thread is taking to take one big chunk of time sg.popup_animated(sg.DEFAULT_BASE64_LOADING_GIF, background_color='white', transparent_color='white', time_between_frames=100) elif progress != 0: window['-PROG-'].update_bar(progress, total) # update the progress bar if non-zero # if user exits the window, then close the window and exit the GUI func window.close() if __name__ == '__main__': the_gui() print('Exiting Program')
41.029703
138
0.625483
0
0
0
0
0
0
0
0
2,175
0.524855
27315ae22ee7a238a46f0e67142e8517f30c8852
1,838
py
Python
sidekick/tests/test_import_members.py
cybera/netbox-sidekick
ec5e2080513d088e2604d8755f34b1d2592b95dd
[ "Apache-2.0" ]
3
2020-09-07T12:14:31.000Z
2021-11-11T11:46:43.000Z
sidekick/tests/test_import_members.py
cybera/netbox-sidekick
ec5e2080513d088e2604d8755f34b1d2592b95dd
[ "Apache-2.0" ]
null
null
null
sidekick/tests/test_import_members.py
cybera/netbox-sidekick
ec5e2080513d088e2604d8755f34b1d2592b95dd
[ "Apache-2.0" ]
null
null
null
from io import StringIO from django.core.management import call_command import os from . import utils class ImportMemberTest(utils.BaseTest): def test_dry_run(self): dir_path = os.path.dirname(os.path.realpath(__file__)) csv = f"{dir_path}/../fixtures/members.csv" out = StringIO() call_command('import_members', stdout=out, file=csv, dry_run=True) self.assertIn('Would have created Tenant: West School District', out.getvalue()) self.assertIn('Changing description of East University to A description', out.getvalue()) self.assertIn('Changing comments of East University to Some Comment', out.getvalue()) self.assertIn('Changing member_type of East University to Post-Secondary Institution', out.getvalue()) self.assertIn('Changing latitude of East University to 3.5', out.getvalue()) self.assertIn('Changing latitude of East University to -13.0', out.getvalue()) self.assertIn('Changing description of South Not For Profit to A description', out.getvalue()) self.assertIn('Changing comments of South Not For Profit to A Comment', out.getvalue()) self.assertIn('Changing member_type of South Not For Profit to Government/Not For Profit', out.getvalue()) self.assertIn('Changing latitude of South Not For Profit to 2.5', out.getvalue()) self.assertIn('Changing latitude of South Not For Profit to -15.0', out.getvalue()) def test_import(self): dir_path = os.path.dirname(os.path.realpath(__file__)) csv = f"{dir_path}/../fixtures/members.csv" out = StringIO() call_command('import_members', stdout=out, file=csv) self.assertIn('Created Tenant: West School District', out.getvalue()) self.assertIn('Updated Tenant: South Not For Profit', out.getvalue())
48.368421
114
0.699129
1,731
0.941785
0
0
0
0
0
0
802
0.436344
27315e1db1e7700a9d36cef574e1deed8416f995
1,385
py
Python
uselessAI.py
Arihant25/beginner-python-projects
43c6489b6973522246073f2187a682487f1684c1
[ "Unlicense" ]
1
2020-06-11T06:10:08.000Z
2020-06-11T06:10:08.000Z
uselessAI.py
Arihant25/beginner-python-projects
43c6489b6973522246073f2187a682487f1684c1
[ "Unlicense" ]
1
2021-07-16T03:50:09.000Z
2021-07-16T04:00:35.000Z
uselessAI.py
Arihant25/beginner-python-projects
43c6489b6973522246073f2187a682487f1684c1
[ "Unlicense" ]
1
2021-07-16T03:28:39.000Z
2021-07-16T03:28:39.000Z
def greet(bot_name, birth_year): print('Hello! My name is ' + bot_name + '.') print('I was created in ' + birth_year + '.') def remind_name(): print('Please, remind me your name.') name = input() print('What a great name you have, ' + name + '!') def guess_age(): print('Let me guess your age.') print('Enter remainders of dividing your age by 3, 5 and 7.') rem3 = int(input()) rem5 = int(input()) rem7 = int(input()) age = (rem3 * 70 + rem5 * 21 + rem7 * 15) % 105 print("Your age is " + str(age) + "; that's a good time to start programming!") def count(): print('Now I will prove to you that I can count to any number you want.') num = int(input()) curr = 0 while curr <= num: print(curr, '!') curr = curr + 1 def test(): print("Let's test your programming knowledge.") # write your code here print("What's your feedback on me? (Enter the option number") print("1. You're great!") print("2. You're awesome!") print("3. You're the best!") print("4. Will you be my friend?") ans = int(input()) if ans == 4: print("Of course I will!") else: print("I knew it!") print('Completed, have a nice day!') def end(): print('Congratulations, have a nice day!') greet('UselessAI', '2020') remind_name() guess_age() count() test() end()
23.083333
83
0.581949
0
0
0
0
0
0
0
0
627
0.452708
2732112e3d71d0c3a2a906460b62d43c48b4fb95
241
py
Python
pineboolib/fllegacy/aqsobjects/aqsmtpclient.py
juanjosepablos/pineboo
f6ce515aec6e0139821bb9c1d62536d9fb50dae4
[ "MIT" ]
2
2015-09-19T16:54:49.000Z
2016-09-12T08:06:29.000Z
pineboolib/fllegacy/aqsobjects/aqsmtpclient.py
Aulla/pineboo
3ad6412d365a6ad65c3bb2bdc03f5798d7c37004
[ "MIT" ]
36
2017-11-05T21:13:47.000Z
2020-08-26T15:56:15.000Z
pineboolib/fllegacy/aqsobjects/aqsmtpclient.py
deavid/pineboo
acc96ab6d5b8bb182990af6dea4bf0986af15549
[ "MIT" ]
9
2015-01-15T18:15:42.000Z
2019-05-05T18:53:00.000Z
# -*- coding: utf-8 -*- """ AQSmtpClient Module. This class provides utilities to use a Smtp client. """ from pineboolib.fllegacy.flsmtpclient import FLSmtpClient class AQSmtpClient(FLSmtpClient): """AQSmtpClient Class.""" pass
16.066667
57
0.713693
73
0.302905
0
0
0
0
0
0
129
0.53527
2732966b89290e6982d4e90149bce48ffa294e63
871
py
Python
assistant/core/views.py
kapiak/ware_prod
ae61256890834c434d2e38cc2ccacf00b638665a
[ "MIT" ]
null
null
null
assistant/core/views.py
kapiak/ware_prod
ae61256890834c434d2e38cc2ccacf00b638665a
[ "MIT" ]
null
null
null
assistant/core/views.py
kapiak/ware_prod
ae61256890834c434d2e38cc2ccacf00b638665a
[ "MIT" ]
null
null
null
from typing import List from django.contrib.auth.mixins import LoginRequiredMixin from django.views.generic import TemplateView from assistant.orders.models import Order from assistant.products.models import Product class DashboardViewMixin(LoginRequiredMixin): title: str = None breadcrumbs: List = [] def get_title(self): return self.title def get_context_data(self): context = super().get_context_data() context.update({'title': self.get_title()}) return context class DashboardTemplateView(LoginRequiredMixin, TemplateView): template_name = "core/dashboard.html" def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) context.update({ 'orders': Order.objects.all(), 'products': Product.objects.all() }) return context
26.393939
62
0.69116
647
0.742824
0
0
0
0
0
0
46
0.052813
27346ed4d6dc889abd1e3fa083354a32e52ae98a
2,024
py
Python
chmap/examples/defunct/EUV_map_query_options.py
predsci/CHD
35f29d1b62861f4ffed57b38d18689b282664bcf
[ "Apache-2.0" ]
3
2021-06-29T00:23:47.000Z
2021-09-17T18:29:05.000Z
chmap/examples/defunct/EUV_map_query_options.py
predsci/CHD
35f29d1b62861f4ffed57b38d18689b282664bcf
[ "Apache-2.0" ]
null
null
null
chmap/examples/defunct/EUV_map_query_options.py
predsci/CHD
35f29d1b62861f4ffed57b38d18689b282664bcf
[ "Apache-2.0" ]
1
2021-12-08T06:26:18.000Z
2021-12-08T06:26:18.000Z
import os import datetime import pandas as pd from chmap.settings.app import App from chmap.database.db_classes import * from chmap.database.deprecated.db_funs import init_db_conn from sqlalchemy.orm import joinedload # Assume that we are using images from the 'reference_data' setup supplied with repo # manually set the data dir raw_data_dir = os.path.join(App.APP_HOME, 'reference_data', 'raw') hdf_data_dir = os.path.join(App.APP_HOME, 'reference_data', 'processed') # manually set the database location using the installed app settings. database_dir = os.path.join(App.APP_HOME, 'reference_data') # setup database path use_db = "sqlite" sqlite_filename = "dbtest.db" sqlite_path = os.path.join(database_dir, sqlite_filename) # re-initialize database file and establish a connection/session db_session = init_db_conn(db_name=use_db, chd_base=Base, sqlite_path=sqlite_path) # define query time range query_time_min = datetime.datetime(2000, 1, 1, 1, 0, 0) query_time_max = datetime.datetime(2019, 1, 1, 1, 0, 0) mean_time_range = [query_time_min, query_time_max] combo_query = db_session.query(Data_Combos.combo_id).filter(Data_Combos.date_mean.between(mean_time_range[0], mean_time_range[1])) euv_map_query = db_session.query(EUV_Maps).filter(EUV_Maps.combo_id.in_(combo_query)) euv_map_query_join = db_session.query(EUV_Maps, Data_Combos).filter(EUV_Maps.combo_id.in_(combo_query)) euv_map_rel_join = db_session.query(EUV_Maps).options(joinedload(EUV_Maps.combos)).filter(EUV_Maps.combo_id.in_(combo_query)) test = euv_map_query.all() len(test) # lazyload combo info test[0].combos.combo_id # lazyload which images the combo is made up of for row in test[0].combos.images: print(row.data_id) test2 = pd.read_sql(euv_map_query.statement, db_session.bind) test2_2 = pd.read_sql(euv_map_query_join.statement, db_session.bind) test2_3 = pd.read_sql(euv_map_rel_join.statement, db_session.bind) db_session.close()
37.481481
125
0.76334
0
0
0
0
0
0
0
0
442
0.218379
27376a84a1f1ba1faffcc4132873b55e2e8ca9cd
308
py
Python
hasensor/sensors/announcer.py
eblanton/hasensor
4421bf939f0904fc85ecbdfbd404dabe33c1c443
[ "BSD-2-Clause" ]
1
2020-01-02T21:53:22.000Z
2020-01-02T21:53:22.000Z
hasensor/sensors/announcer.py
eblanton/hasensor
4421bf939f0904fc85ecbdfbd404dabe33c1c443
[ "BSD-2-Clause" ]
null
null
null
hasensor/sensors/announcer.py
eblanton/hasensor
4421bf939f0904fc85ecbdfbd404dabe33c1c443
[ "BSD-2-Clause" ]
null
null
null
from ..sensor import ArgDict, Sensor class Announcer(Sensor): _argtypes: ArgDict = { "value": str } def __init__(self, value: str = "ON", **kwargs): super().__init__(**kwargs) self._value = value def fire(self): self._loop.publish(self.name, self._value)
19.25
52
0.594156
268
0.87013
0
0
0
0
0
0
11
0.035714
2738f4224e35bab74695218b88d121cd720f88b1
85,669
py
Python
post_optimization_studies/mad_analyses/ma100MeV_L1pt8-2pt4TeV_deta2pt6/Output/Histos/MadAnalysis5job_0/selection_11.py
sheride/axion_pheno
7d3fc08f5ae5b17a3500eba19a2e43f87f076ce5
[ "MIT" ]
null
null
null
post_optimization_studies/mad_analyses/ma100MeV_L1pt8-2pt4TeV_deta2pt6/Output/Histos/MadAnalysis5job_0/selection_11.py
sheride/axion_pheno
7d3fc08f5ae5b17a3500eba19a2e43f87f076ce5
[ "MIT" ]
null
null
null
post_optimization_studies/mad_analyses/ma100MeV_L1pt8-2pt4TeV_deta2pt6/Output/Histos/MadAnalysis5job_0/selection_11.py
sheride/axion_pheno
7d3fc08f5ae5b17a3500eba19a2e43f87f076ce5
[ "MIT" ]
null
null
null
def selection_11(): # Library import import numpy import matplotlib import matplotlib.pyplot as plt import matplotlib.gridspec as gridspec # Library version matplotlib_version = matplotlib.__version__ numpy_version = numpy.__version__ # Histo binning xBinning = numpy.linspace(0.0,2000.0,401,endpoint=True) # Creating data sequence: middle of each bin xData = numpy.array([2.5,7.5,12.5,17.5,22.5,27.5,32.5,37.5,42.5,47.5,52.5,57.5,62.5,67.5,72.5,77.5,82.5,87.5,92.5,97.5,102.5,107.5,112.5,117.5,122.5,127.5,132.5,137.5,142.5,147.5,152.5,157.5,162.5,167.5,172.5,177.5,182.5,187.5,192.5,197.5,202.5,207.5,212.5,217.5,222.5,227.5,232.5,237.5,242.5,247.5,252.5,257.5,262.5,267.5,272.5,277.5,282.5,287.5,292.5,297.5,302.5,307.5,312.5,317.5,322.5,327.5,332.5,337.5,342.5,347.5,352.5,357.5,362.5,367.5,372.5,377.5,382.5,387.5,392.5,397.5,402.5,407.5,412.5,417.5,422.5,427.5,432.5,437.5,442.5,447.5,452.5,457.5,462.5,467.5,472.5,477.5,482.5,487.5,492.5,497.5,502.5,507.5,512.5,517.5,522.5,527.5,532.5,537.5,542.5,547.5,552.5,557.5,562.5,567.5,572.5,577.5,582.5,587.5,592.5,597.5,602.5,607.5,612.5,617.5,622.5,627.5,632.5,637.5,642.5,647.5,652.5,657.5,662.5,667.5,672.5,677.5,682.5,687.5,692.5,697.5,702.5,707.5,712.5,717.5,722.5,727.5,732.5,737.5,742.5,747.5,752.5,757.5,762.5,767.5,772.5,777.5,782.5,787.5,792.5,797.5,802.5,807.5,812.5,817.5,822.5,827.5,832.5,837.5,842.5,847.5,852.5,857.5,862.5,867.5,872.5,877.5,882.5,887.5,892.5,897.5,902.5,907.5,912.5,917.5,922.5,927.5,932.5,937.5,942.5,947.5,952.5,957.5,962.5,967.5,972.5,977.5,982.5,987.5,992.5,997.5,1002.5,1007.5,1012.5,1017.5,1022.5,1027.5,1032.5,1037.5,1042.5,1047.5,1052.5,1057.5,1062.5,1067.5,1072.5,1077.5,1082.5,1087.5,1092.5,1097.5,1102.5,1107.5,1112.5,1117.5,1122.5,1127.5,1132.5,1137.5,1142.5,1147.5,1152.5,1157.5,1162.5,1167.5,1172.5,1177.5,1182.5,1187.5,1192.5,1197.5,1202.5,1207.5,1212.5,1217.5,1222.5,1227.5,1232.5,1237.5,1242.5,1247.5,1252.5,1257.5,1262.5,1267.5,1272.5,1277.5,1282.5,1287.5,1292.5,1297.5,1302.5,1307.5,1312.5,1317.5,1322.5,1327.5,1332.5,1337.5,1342.5,1347.5,1352.5,1357.5,1362.5,1367.5,1372.5,1377.5,1382.5,1387.5,1392.5,1397.5,1402.5,1407.5,1412.5,1417.5,1422.5,1427.5,1432.5,1437.5,1442.5,1447.5,1452.5,1457.5,1462.5,1467.5,1472.5,1477.5,1482.5,1487.5,1492.5,1497.5,1502.5,1507.5,1512.5,1517.5,1522.5,1527.5,1532.5,1537.5,1542.5,1547.5,1552.5,1557.5,1562.5,1567.5,1572.5,1577.5,1582.5,1587.5,1592.5,1597.5,1602.5,1607.5,1612.5,1617.5,1622.5,1627.5,1632.5,1637.5,1642.5,1647.5,1652.5,1657.5,1662.5,1667.5,1672.5,1677.5,1682.5,1687.5,1692.5,1697.5,1702.5,1707.5,1712.5,1717.5,1722.5,1727.5,1732.5,1737.5,1742.5,1747.5,1752.5,1757.5,1762.5,1767.5,1772.5,1777.5,1782.5,1787.5,1792.5,1797.5,1802.5,1807.5,1812.5,1817.5,1822.5,1827.5,1832.5,1837.5,1842.5,1847.5,1852.5,1857.5,1862.5,1867.5,1872.5,1877.5,1882.5,1887.5,1892.5,1897.5,1902.5,1907.5,1912.5,1917.5,1922.5,1927.5,1932.5,1937.5,1942.5,1947.5,1952.5,1957.5,1962.5,1967.5,1972.5,1977.5,1982.5,1987.5,1992.5,1997.5]) # Creating weights for histo: y12_PT_0 y12_PT_0_weights = numpy.array([0.0053070876447,0.0053070876447,0.0229973784604,0.0229973784604,0.0389186413945,0.0459947569208,0.0406876772761,0.0725301951443,0.0389186413945,0.0813753545521,0.0796063146705,0.109679792657,0.141522350525,0.127370111473,0.150367469933,0.148598470052,0.168057788749,0.168057788749,0.183979027683,0.206976426143,0.21405254567,0.222897665078,0.240587983893,0.258278262709,0.279506621288,0.261816342472,0.32727041809,0.302503979748,0.307811099393,0.369727095248,0.353805856314,0.387417414063,0.367958095366,0.435181170866,0.412183972405,0.422797971695,0.479406767905,0.500635166484,0.438719170629,0.4511023698,0.484713967549,0.576703561391,0.528939564589,0.498866366602,0.537784763997,0.594393960207,0.603239159615,0.605007959496,0.527170764707,0.589086760562,0.525401564826,0.642157557009,0.696997553338,0.661616755706,0.643926756891,0.62092915843,0.696997553338,0.709380752509,0.642157557009,0.695228353456,0.658078755943,0.735916350732,0.665155155469,0.661616755706,0.696997553338,0.673999954877,0.645695556772,0.661616755706,0.629774357838,0.626236358075,0.628005557956,0.583779560917,0.582010761036,0.594393960207,0.679307154522,0.590855960444,0.594393960207,0.576703561391,0.555475162812,0.58731756068,0.521863565062,0.544861163523,0.553705962931,0.498866366602,0.546629963404,0.550167963168,0.546629963404,0.493559166957,0.463485568971,0.458178769326,0.467023568734,0.435181170866,0.444026370273,0.488251967313,0.426335971458,0.428105171339,0.431643171102,0.442257170392,0.41749077205,0.452871569681,0.41749077205,0.403338772997,0.346729736787,0.419259971931,0.371496135129,0.401569573116,0.332577497735,0.405107572879,0.39449353359,0.376803214774,0.357343896077,0.352036816432,0.35026777655,0.336115537498,0.35026777655,0.378572254655,0.332577497735,0.313118179037,0.314887218919,0.313118179037,0.309580099274,0.313118179037,0.297196900103,0.277737581406,0.300734979866,0.281275661169,0.316656218801,0.29365886034,0.252971183064,0.286582740814,0.26004730259,0.288351780696,0.274199541643,0.231742824485,0.240587983893,0.252971183064,0.274199541643,0.279506621288,0.217590585433,0.229973784604,0.206976426143,0.194593226972,0.245895063538,0.210514465907,0.217590585433,0.175133908275,0.215821585551,0.20343834638,0.171595828512,0.219359625314,0.222897665078,0.18044098792,0.187517107446,0.215821585551,0.173364868394,0.189286147328,0.201669346499,0.166288748867,0.176902908157,0.141522350525,0.18044098792,0.16982678863,0.189286147328,0.168057788749,0.152136509815,0.164519708986,0.16982678863,0.145060390289,0.168057788749,0.164519708986,0.141522350525,0.148598470052,0.125601071591,0.116755912183,0.120293991947,0.136215230881,0.132677191118,0.109679792657,0.11321787242,0.148598470052,0.129139151354,0.120293991947,0.134446230999,0.125601071591,0.111448832539,0.12383203171,0.107910792776,0.118524952065,0.116755912183,0.0972965934862,0.12383203171,0.104372713012,0.130908151236,0.116755912183,0.100834673249,0.0972965934862,0.0937585537231,0.0902204739599,0.106141752894,0.114986912302,0.0884514740784,0.0849133943152,0.0902204739599,0.0813753545521,0.0919895138415,0.0884514740784,0.0866824341968,0.0849133943152,0.0566089162102,0.0707611552627,0.0636850357364,0.0919895138415,0.0919895138415,0.077837274789,0.077837274789,0.0831443544337,0.0636850357364,0.065454075618,0.0689921553811,0.0884514740784,0.0919895138415,0.065454075618,0.065454075618,0.0548399163286,0.0689921553811,0.0548399163286,0.0707611552627,0.0672231154996,0.0513018365655,0.0796063146705,0.0495328366839,0.0583779560917,0.065454075618,0.0813753545521,0.0725301951443,0.0566089162102,0.0583779560917,0.0513018365655,0.0566089162102,0.053070876447,0.0477637968023,0.0513018365655,0.0566089162102,0.0601469959733,0.0513018365655,0.0371496135129,0.0459947569208,0.0406876772761,0.0442257170392,0.0636850357364,0.0689921553811,0.0389186413945,0.0389186413945,0.0371496135129,0.0318425258682,0.0442257170392,0.0336115537498,0.0442257170392,0.0265354382235,0.0424567171576,0.0406876772761,0.0265354382235,0.0406876772761,0.0513018365655,0.053070876447,0.0318425258682,0.0318425258682,0.0318425258682,0.0353805856314,0.0283044661051,0.0459947569208,0.0406876772761,0.0229973784604,0.0336115537498,0.0229973784604,0.0300734979866,0.0353805856314,0.0353805856314,0.0336115537498,0.0229973784604,0.0212283505788,0.0406876772761,0.0371496135129,0.0300734979866,0.0353805856314,0.0459947569208,0.0353805856314,0.0336115537498,0.0300734979866,0.0141522350525,0.0194593226972,0.0212283505788,0.0194593226972,0.0194593226972,0.0229973784604,0.0247664103419,0.0247664103419,0.0265354382235,0.0212283505788,0.0300734979866,0.0212283505788,0.0159212629341,0.0247664103419,0.0229973784604,0.0212283505788,0.0141522350525,0.0159212629341,0.0300734979866,0.0212283505788,0.0176902908157,0.012383203171,0.0159212629341,0.0194593226972,0.0212283505788,0.0229973784604,0.0176902908157,0.012383203171,0.0141522350525,0.0194593226972,0.0159212629341,0.0159212629341,0.0176902908157,0.0159212629341,0.0229973784604,0.0141522350525,0.0194593226972,0.0141522350525,0.0229973784604,0.0106141752894,0.0247664103419,0.0053070876447,0.0212283505788,0.0176902908157,0.0212283505788,0.0176902908157,0.0106141752894,0.00884514740784,0.0053070876447,0.012383203171,0.0106141752894,0.0212283505788,0.0141522350525,0.0141522350525,0.00707611552627,0.0159212629341,0.00884514740784,0.012383203171,0.0106141752894,0.00707611552627,0.00884514740784,0.00707611552627,0.00707611552627,0.00884514740784,0.0106141752894,0.00884514740784,0.00884514740784,0.00707611552627,0.0053070876447,0.00884514740784,0.0106141752894,0.012383203171,0.0106141752894,0.00884514740784,0.0053070876447,0.0106141752894,0.0053070876447,0.0053070876447,0.00176902908157,0.00353805856314,0.00707611552627,0.00707611552627,0.0106141752894,0.012383203171,0.00353805856314,0.0106141752894,0.00353805856314,0.00707611552627,0.00176902908157,0.0,0.00353805856314,0.0106141752894,0.00884514740784,0.00353805856314,0.0106141752894,0.0053070876447,0.0053070876447,0.00353805856314,0.0053070876447,0.0106141752894,0.00884514740784,0.0053070876447,0.00353805856314,0.00353805856314,0.0,0.00884514740784,0.0053070876447,0.00884514740784,0.00176902908157,0.00353805856314,0.00353805856314]) # Creating weights for histo: y12_PT_1 y12_PT_1_weights = numpy.array([0.00106958729206,0.00961806539118,0.013894551247,0.0192308709815,0.0213771694783,0.0288493720249,0.0256379798486,0.0416784059306,0.0427561854823,0.0587817114598,0.0438108634773,0.0577080486215,0.0587720391817,0.104732186772,0.094028452128,0.0737312564497,0.0951134659042,0.118604192019,0.118605830711,0.131437786284,0.123967110518,0.133583313396,0.129300572534,0.1667092672,0.162420770933,0.183804059526,0.190208426582,0.195546285088,0.213727410137,0.239386964762,0.225491977862,0.243644405822,0.272472151113,0.256470366181,0.272491575605,0.261787041599,0.245771267836,0.253236348069,0.321621232809,0.321630545374,0.315233092798,0.315266626026,0.353747224935,0.330202581865,0.358999711598,0.360102151462,0.339837529778,0.359025451049,0.366528021351,0.384670537224,0.363298199888,0.371853689589,0.370800970031,0.400754056902,0.384687843408,0.396432067374,0.455248151393,0.437065867269,0.450929998802,0.429541874069,0.414615390668,0.391126982703,0.392202364169,0.441350846344,0.408184924449,0.410334808083,0.419964320336,0.38684468149,0.41029843712,0.370798452041,0.385739923477,0.369684181622,0.383594396364,0.3761349916,0.334481605695,0.34942831295,0.357955944892,0.352624441312,0.347247254204,0.323751532078,0.310952869925,0.344104603149,0.318439972577,0.307741233944,0.333374409628,0.320590016083,0.341963112813,0.302404054895,0.302410090077,0.336604430932,0.305599343928,0.308808981505,0.27781668429,0.288525175137,0.259653544882,0.28315969868,0.276752613794,0.291731215586,0.255393505896,0.240383689024,0.235094391749,0.22974841972,0.261817617189,0.252194060182,0.254313847844,0.243632455363,0.198756921868,0.226544057931,0.23401173609,0.261790758632,0.196601282828,0.237213380049,0.196636454748,0.210521249784,0.210505062707,0.208378040821,0.194477778134,0.184863134011,0.180573238861,0.20515865103,0.178457088295,0.187007222272,0.195575421827,0.178444058697,0.184865971746,0.163478806248,0.183787512736,0.184889632856,0.174194851064,0.175231143737,0.157099019568,0.207305377185,0.147447285057,0.149585378104,0.152806406587,0.145314467797,0.142125893404,0.155999497374,0.13785870013,0.146398642243,0.132504414738,0.138920612349,0.145323460618,0.137847948713,0.142137484151,0.146382095454,0.121833973514,0.139990638091,0.122893487648,0.145331773981,0.14105298996,0.123953401463,0.129281867467,0.120743124396,0.127176748095,0.131437146794,0.132504854387,0.135719527944,0.114329005126,0.115414578455,0.116497673763,0.11112352423,0.107908850674,0.0908256091264,0.0972375301517,0.0812315086028,0.102591935448,0.102584781159,0.0812104853868,0.0876191290286,0.105773635329,0.0641124556456,0.0865723247477,0.0972410073757,0.0908312845954,0.117542919289,0.0983083152875,0.0769240274922,0.0790754698822,0.0951007560512,0.0961508377156,0.0662543456619,0.0886927918669,0.0683806880906,0.0683840853783,0.0833434225506,0.0918970337517,0.0683886017726,0.0534292646004,0.0737171077453,0.0651801632383,0.066243474341,0.0577006145565,0.0758761440728,0.0609115710806,0.0694622246429,0.0470270957894,0.0651902351974,0.058771279788,0.0705296124909,0.0651933127404,0.0641207690086,0.0480937242437,0.0587757961823,0.0459526735573,0.0705210593193,0.0641110167943,0.0609096925803,0.0587675627555,0.0566328669957,0.0598318730604,0.0630451477338,0.0555542081459,0.0523518047934,0.0448770922506,0.059843064126,0.0555583648274,0.040600706315,0.0619684473205,0.0512946088087,0.0598304741772,0.0438116628391,0.035258239488,0.0523649542955,0.0470204211181,0.0491464438021,0.0352537470746,0.0331288195163,0.0502328964297,0.0352523162169,0.026719516401,0.0438217347981,0.0341845926369,0.032051343722,0.0288557269514,0.0459373258102,0.0331198306925,0.0416634978325,0.0395336302181,0.0309848191848,0.0363323219913,0.0320700807633,0.032054737013,0.0288557269514,0.0320539736225,0.0427539872373,0.0373948856907,0.0341943448512,0.0267123940871,0.0192350316598,0.0288509028028,0.0213697154292,0.0224464238361,0.029926412167,0.0213753069652,0.0267123940871,0.0171070425458,0.0192368981697,0.0245755160695,0.0256417048748,0.0224321792083,0.0213678489193,0.0309922732339,0.0288418140588,0.0288605550969,0.026715787378,0.0224411640353,0.0331276204735,0.0277824118355,0.0245755160695,0.0235032960793,0.0203019918493,0.0170977219869,0.0224411640353,0.0224467555713,0.0245822027312,0.0160310975294,0.0170977219869,0.0181639147889,0.0160244068709,0.0170916987955,0.0213667537936,0.0192372299049,0.0203012244619,0.0267221463014,0.0170977219869,0.0149551525131,0.0160273685065,0.0235152465386,0.0149630422143,0.0224400689096,0.0235216014651,0.012819373618,0.0106839264581,0.0170969545995,0.0170950920865,0.0288546278289,0.0170977219869,0.0213764060877,0.00961806539118,0.0138919213466,0.0149593131914,0.0138836999102,0.017096191209,0.0149604123139,0.0138971811474,0.0160239752155,0.0138908222241,0.014952954268,0.0181635830538,0.0106895179941,0.0128286901801,0.0170977219869,0.0117535125511,0.0096217944141,0.0181680754672,0.0106876514842,0.0074807557182,0.0128215678662,0.00961696626866,0.00961806539118,0.00747965659569,0.0128186062306,0.0106831590707,0.00962069529159,0.00961433636825,0.00961510375561,0.00641303213824,0.00427462334276,0.00427089431983,0.00748338561861,0.00534420943577,0.00961433636825,0.00748261823126,0.00641303213824,0.0128178428401,0.00962069529159,0.00961883277853,0.013887097198,0.00747702669528,0.0117482527503,0.00747888920834,0.00854847929816,0.00855110919857,0.00427648585582,0.00320503445198,0.00213544715992,0.00962069529159,0.00961510375561,0.00213468137129,0.00320613277513,0.00213731087202,0.00854661278829,0.00855110919857,0.00747626330473,0.00534157953536,0.00213544715992,0.00747549591738,0.00534607194883,0.0106857889711,0.00747779408263,0.00641193301573,0.00427462334276,0.0042738559554,0.00427275683289,0.0042738559554,0.0106828273356,0.00534607194883,0.0021391749838,0.00854738017565,0.00213731087202,0.00427648585582,0.00748524813167,0.00320876227586,0.00213731087202,0.00534157953536,0.00426936354193,0.00106772357996,0.00427275683289,0.00213468137129,0.00534157953536,0.00320503445198,0.0,0.00641193301573,0.00640820399281,0.00641007050267,0.00320689816408,0.00320503445198,0.00641566203866,0.0053397170223,0.0021391749838,0.0042738559554,0.00640820399281,0.00427648585582,0.00320689816408,0.0,0.00320503445198,0.00213731087202,0.00106772357996,0.00106772357996]) # Creating weights for histo: y12_PT_2 y12_PT_2_weights = numpy.array([0.00138892472153,0.00486123712535,0.00763908576841,0.0104169344115,0.0194449485014,0.0201394086622,0.0215283329837,0.0305563470736,0.026389570109,0.0326397315559,0.0458345306104,0.0437511301281,0.0458345306104,0.0541680525396,0.0534736123788,0.0569459331827,0.0625016144688,0.0750019373625,0.0694462560764,0.0715296165587,0.0798631784879,0.0812520988094,0.0902801008993,0.104169344115,0.115975226848,0.108336145079,0.125697709098,0.109725065401,0.132642310706,0.125003228938,0.139586952314,0.155559596011,0.160420797137,0.171532199709,0.178476841316,0.171532199709,0.17222667987,0.179171281477,0.204866407425,0.196532845496,0.206949807908,0.227783652731,0.21806121048,0.229172573052,0.234033814178,0.235422734499,0.248617537554,0.243061856267,0.236811694821,0.255562179161,0.252784298518,0.249312017714,0.250006457875,0.259728940126,0.253478778679,0.286118506235,0.261117860447,0.284035105753,0.265979101573,0.293063147842,0.304174550415,0.29097974736,0.297229908807,0.278479424466,0.273618183341,0.261812340608,0.28195174527,0.277784944306,0.264590181251,0.271534782859,0.274312663502,0.270145862537,0.243756296428,0.260423380287,0.21806121048,0.229172573052,0.259034459965,0.24514521675,0.219450130801,0.234033814178,0.231950453695,0.197921765818,0.220144570962,0.22708921257,0.197921765818,0.19097716421,0.188893763728,0.193755004853,0.2000051663,0.205560887586,0.218755650641,0.202088566782,0.189588243889,0.194449485014,0.171532199709,0.186810403246,0.161115277297,0.169448839226,0.194449485014,0.170837759548,0.170143279387,0.160420797137,0.164587598101,0.168754359066,0.176393440834,0.152087275207,0.140975872635,0.148614954404,0.144448193439,0.155559596011,0.138198031992,0.173615600191,0.140281392474,0.149309434564,0.125003228938,0.137503551831,0.140281392474,0.120141987812,0.147226034082,0.134031231027,0.131253390384,0.125697709098,0.104863824275,0.118753067491,0.120836467973,0.114586306526,0.112502906044,0.115975226848,0.106252744597,0.104863824275,0.122225388294,0.103474903954,0.0993081429893,0.112502906044,0.0944469018639,0.120836467973,0.0888911805778,0.0965302623462,0.0944469018639,0.102085983632,0.0965302623462,0.115280746687,0.0875022602563,0.0743074572018,0.106252744597,0.0944469018639,0.0826410191309,0.0868077800955,0.0756964175233,0.0791686983271,0.0888911805778,0.0875022602563,0.085418859774,0.0715296165587,0.0680572957549,0.0777797780056,0.0840299394525,0.0743074572018,0.0763908576841,0.0694462560764,0.0756964175233,0.0708351763979,0.0743074572018,0.0604182139865,0.0708351763979,0.0659739352726,0.0673628555941,0.0625016144688,0.0659739352726,0.0583348535042,0.0708351763979,0.061807134308,0.0583348535042,0.0666683754334,0.0590292936649,0.0631960946295,0.0555569728611,0.0534736123788,0.0493068114142,0.0458345306104,0.0652794551118,0.0534736123788,0.0395843571636,0.050001291575,0.0486123712535,0.050001291575,0.0458345306104,0.0583348535042,0.047223450932,0.0486123712535,0.0465289707712,0.0527791322181,0.0451400504497,0.0375009686813,0.0437511301281,0.0465289707712,0.038195432842,0.0423622098066,0.0416677296458,0.0368065085205,0.0423622098066,0.0368065085205,0.0444456102889,0.0409732894851,0.047223450932,0.047223450932,0.0395843571636,0.0361120443597,0.0423622098066,0.0284729585913,0.035417584199,0.0347231200382,0.0423622098066,0.0319452713951,0.0319452713951,0.0465289707712,0.0291674187521,0.0340286558774,0.0340286558774,0.0298618829129,0.026389570109,0.0340286558774,0.0312508072344,0.0250006457875,0.0305563470736,0.0250006457875,0.0256951099483,0.0333341957167,0.0319452713951,0.026389570109,0.0222227971445,0.0319452713951,0.0305563470736,0.0284729585913,0.0284729585913,0.0312508072344,0.0229172573052,0.026389570109,0.0180560241799,0.0243061856267,0.0229172573052,0.0256951099483,0.0194449485014,0.0243061856267,0.0229172573052,0.0229172573052,0.0187504843406,0.0243061856267,0.0180560241799,0.0215283329837,0.0229172573052,0.0201394086622,0.0187504843406,0.0194449485014,0.0187504843406,0.0222227971445,0.0166670958583,0.023611721466,0.0180560241799,0.0229172573052,0.0138892472153,0.0138892472153,0.0187504843406,0.0173615600191,0.0180560241799,0.0194449485014,0.011805862733,0.0159726356976,0.0173615600191,0.014583711376,0.014583711376,0.0125003228938,0.0187504843406,0.0152781715368,0.0166670958583,0.0138892472153,0.0159726356976,0.0125003228938,0.011805862733,0.0131947870545,0.011805862733,0.00833354992917,0.011805862733,0.00694462560764,0.0159726356976,0.0138892472153,0.00763908576841,0.0131947870545,0.011805862733,0.014583711376,0.00694462560764,0.0125003228938,0.00902801008993,0.011805862733,0.00694462560764,0.0131947870545,0.0125003228938,0.011805862733,0.0138892472153,0.00625016144688,0.0138892472153,0.00555569728611,0.00833354992917,0.00763908576841,0.00625016144688,0.00625016144688,0.00833354992917,0.00555569728611,0.0131947870545,0.0097224742507,0.0111113985722,0.0097224742507,0.00555569728611,0.00416677296458,0.00347231200382,0.00763908576841,0.00902801008993,0.00833354992917,0.00694462560764,0.00694462560764,0.0111113985722,0.00555569728611,0.00763908576841,0.00902801008993,0.0125003228938,0.00416677296458,0.00625016144688,0.00486123712535,0.00902801008993,0.00555569728611,0.00694462560764,0.00833354992917,0.00763908576841,0.00347231200382,0.00555569728611,0.00416677296458,0.00486123712535,0.00416677296458,0.00555569728611,0.00555569728611,0.00625016144688,0.00277784944306,0.00416677296458,0.00416677296458,0.00416677296458,0.00347231200382,0.00277784944306,0.00208338728229,0.00138892472153,0.00277784944306,0.00625016144688,0.00763908576841,0.00277784944306,0.00486123712535,0.00555569728611,0.00555569728611,0.00486123712535,0.00208338728229,0.00833354992917,0.00416677296458,0.00208338728229,0.00277784944306,0.00486123712535,0.00208338728229,0.00486123712535,0.00555569728611,0.00347231200382,0.00555569728611,0.00208338728229,0.000694462560764,0.00277784944306,0.00416677296458,0.00416677296458,0.00208338728229,0.00625016144688,0.00416677296458,0.00347231200382,0.00416677296458,0.00625016144688,0.00208338728229,0.00486123712535,0.00277784944306,0.00277784944306,0.00208338728229,0.000694462560764,0.00208338728229,0.00555569728611,0.00416677296458,0.00138892472153,0.0,0.00555569728611,0.00625016144688,0.00208338728229,0.000694462560764,0.00486123712535,0.00208338728229,0.00416677296458,0.00277784944306,0.000694462560764,0.000694462560764]) # Creating weights for histo: y12_PT_3 y12_PT_3_weights = numpy.array([0.0,0.00426740125428,0.00711233409047,0.00663817795111,0.00995726692666,0.0128021997628,0.0142246681809,0.0142246681809,0.0289234925013,0.0227594706895,0.0284493363619,0.02987180478,0.0303459569193,0.0360358265917,0.0398290717066,0.0426740125428,0.0388807594279,0.0464672536578,0.0583211371419,0.050734654912,0.0587952972812,0.0734941016015,0.0659076193717,0.0711233409047,0.0640110188143,0.0763390624377,0.0886671060612,0.0924603471761,0.0929345073155,0.0919861870368,0.103365910382,0.100995149685,0.0986243489879,0.105262550939,0.133711879301,0.128970317907,0.120909675538,0.119961355259,0.129918638186,0.119961355259,0.136082639998,0.151729804597,0.15647136599,0.137979280555,0.161212887384,0.162161207663,0.155997205851,0.165954448778,0.172592650729,0.178756652541,0.171170170311,0.183972374074,0.170696010171,0.182075733516,0.184446534213,0.182549893655,0.198671178394,0.170696010171,0.217163263829,0.201041979091,0.189188095607,0.183024053795,0.211473382157,0.200093658812,0.189662255746,0.218111584108,0.193455496861,0.176385891844,0.176385891844,0.188239775328,0.165954448778,0.197248737976,0.165480288638,0.175911731704,0.176385891844,0.151255644457,0.157893806408,0.159316286827,0.160738767245,0.152678084875,0.16405784822,0.146514083064,0.1493590039,0.155523045712,0.14177252167,0.155523045712,0.131815238743,0.14177252167,0.148410683621,0.130392798325,0.126125397071,0.128496157768,0.147936563482,0.128496157768,0.124228756514,0.120435515399,0.118538914841,0.128021997628,0.133237719162,0.126125397071,0.117590594562,0.116642274284,0.113797353448,0.112374873029,0.108581631915,0.106210871218,0.111426552751,0.0986243489879,0.102417590103,0.101469309824,0.0953052680123,0.0976760687092,0.10431423066,0.105736711078,0.0905637066187,0.0990985091272,0.0915120268974,0.0862963053644,0.0962535882911,0.0862963053644,0.0848738649463,0.0943569477336,0.085822145225,0.0834513845282,0.0810806238314,0.0881929459219,0.0715975010441,0.0715975010441,0.0749165820196,0.0787098231346,0.0768132225771,0.070175020626,0.0711233409047,0.0711233409047,0.0659076193717,0.0697008604866,0.0715975010441,0.0673300997898,0.0687525802079,0.0692267003473,0.0730199814622,0.0687525802079,0.0706491807654,0.0587952972812,0.0678042599292,0.0625885383962,0.0720716611835,0.0625885383962,0.05974361756,0.0659076193717,0.0559503764451,0.0592694574206,0.0592694574206,0.0488380143546,0.0564244965844,0.0531054156089,0.0554762163057,0.0502604947727,0.0531054156089,0.0478897340759,0.0436223328216,0.0497863346333,0.0497863346333,0.0431481726822,0.0445706131003,0.054527896027,0.0469414137971,0.0384066032885,0.0535795757482,0.0440964529609,0.0388807594279,0.0483638542152,0.0436223328216,0.0346133581736,0.0341392020343,0.0426740125428,0.0360358265917,0.0393549155673,0.0303459569193,0.0440964529609,0.0431481726822,0.0412515321247,0.0407773719854,0.0331908937555,0.0331908937555,0.0360358265917,0.0322425814768,0.0327167376162,0.035087514313,0.0341392020343,0.02987180478,0.0265527118044,0.0279751802225,0.0275010240832,0.0293976486406,0.0346133581736,0.0279751802225,0.0308201130587,0.0293976486406,0.0265527118044,0.0322425814768,0.0293976486406,0.0336650458949,0.02987180478,0.0275010240832,0.0260785596651,0.0256044035257,0.0232336228289,0.0251302473863,0.0213370022714,0.0251302473863,0.0203886899927,0.0256044035257,0.019440377714,0.0222853145501,0.0222853145501,0.0232336228289,0.0218111584108,0.0256044035257,0.0161212887384,0.0241819351076,0.0199145338533,0.0199145338533,0.0199145338533,0.019440377714,0.0175437571565,0.0218111584108,0.0232336228289,0.0284493363619,0.0175437571565,0.0123280436235,0.0203886899927,0.0151729804597,0.0232336228289,0.0170696010171,0.0113797353448,0.0184920694352,0.0189662255746,0.0151729804597,0.0189662255746,0.0118538914841,0.019440377714,0.0151729804597,0.019440377714,0.0170696010171,0.0123280436235,0.015647136599,0.0132763559022,0.0128021997628,0.0175437571565,0.00853480250857,0.0184920694352,0.0132763559022,0.0113797353448,0.0151729804597,0.0146988243203,0.0161212887384,0.015647136599,0.00995726692666,0.00995726692666,0.0146988243203,0.00995726692666,0.0132763559022,0.00711233409047,0.0113797353448,0.0132763559022,0.00995726692666,0.0128021997628,0.015647136599,0.00900895464793,0.0113797353448,0.00900895464793,0.00663817795111,0.0151729804597,0.00426740125428,0.00853480250857,0.00900895464793,0.00758649022984,0.0123280436235,0.0080606463692,0.00616402181174,0.0094831107873,0.00853480250857,0.0132763559022,0.0080606463692,0.0113797353448,0.00900895464793,0.00853480250857,0.00568986567238,0.0094831107873,0.00758649022984,0.00853480250857,0.00616402181174,0.00853480250857,0.0142246681809,0.00663817795111,0.00426740125428,0.0080606463692,0.00568986567238,0.00616402181174,0.00853480250857,0.00521571353301,0.00331908937555,0.00711233409047,0.00900895464793,0.00616402181174,0.00663817795111,0.00853480250857,0.00474155739365,0.0123280436235,0.00663817795111,0.00426740125428,0.00521571353301,0.00426740125428,0.00568986567238,0.00568986567238,0.00758649022984,0.00331908937555,0.00616402181174,0.00758649022984,0.00474155739365,0.00331908937555,0.0080606463692,0.00284493363619,0.00474155739365,0.00474155739365,0.00474155739365,0.00426740125428,0.00616402181174,0.00474155739365,0.00331908937555,0.00426740125428,0.00379324471492,0.00521571353301,0.00521571353301,0.00426740125428,0.00379324471492,0.00284493363619,0.00284493363619,0.00758649022984,0.00284493363619,0.00331908937555,0.00521571353301,0.00521571353301,0.00237077789682,0.00094831107873,0.00568986567238,0.00331908937555,0.00284493363619,0.00474155739365,0.00331908937555,0.00379324471492,0.00426740125428,0.00474155739365,0.00379324471492,0.00379324471492,0.00284493363619,0.00331908937555,0.000474155739365,0.00189662255746,0.00142246681809,0.00142246681809,0.0,0.00331908937555,0.00189662255746,0.00237077789682,0.00094831107873,0.00142246681809,0.00237077789682,0.00237077789682,0.00094831107873,0.00331908937555,0.00284493363619,0.00142246681809,0.00189662255746,0.00094831107873,0.00331908937555,0.00189662255746,0.00189662255746,0.00237077789682,0.00189662255746,0.00189662255746,0.00331908937555,0.00142246681809,0.00331908937555,0.00237077789682,0.00142246681809,0.00189662255746,0.00237077789682,0.00142246681809,0.000474155739365,0.00237077789682,0.00237077789682,0.00142246681809,0.00142246681809,0.00189662255746,0.00142246681809,0.00189662255746,0.00094831107873,0.00237077789682]) # Creating weights for histo: y12_PT_4 y12_PT_4_weights = numpy.array([0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_5 y12_PT_5_weights = numpy.array([0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.05462838872,0.0,0.0,0.0,1.0521138287,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0529581672,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_6 y12_PT_6_weights = numpy.array([0.0,0.0,0.0,0.0,0.0,0.691821959624,0.230541945396,0.0,0.229694011257,0.921958055545,0.0,0.461330812657,0.460911975383,0.0,0.0,0.461015724066,0.0,0.461055302267,0.689861878035,0.229922719464,1.3821349523,0.229694011257,0.460149998949,0.690326441579,0.461198244896,0.690241905616,0.0,0.0,0.0,0.460772491044,0.0,0.0,0.690858633895,1.15158309314,1.15090949521,0.230119227154,0.230010867419,0.230176942161,0.691994489841,0.230418945569,0.922139807867,0.230541945396,0.691168727179,0.460080064652,0.92083103745,0.230610342676,0.230754707046,0.230635895592,0.461006117706,0.460752125561,0.691074200602,0.460187655878,0.23082921397,0.921374757397,0.229973210489,0.690960077051,0.230488995143,0.0,0.92123988411,0.0,0.0,0.0,0.0,0.0,0.230350855693,0.0,0.230578411137,0.229973210489,0.0,0.690543161049,0.229943161797,0.0,0.0,0.0,0.230663830885,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.230635895592,0.0,0.230742910437,0.0,0.0,0.0,0.0,0.230119227154,0.0,0.0,0.0,0.0,0.230663830885,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_7 y12_PT_7_weights = numpy.array([0.0,0.0,0.498465790064,1.08020258588,0.830831584828,0.719937836214,0.636682603016,0.803421579095,0.71996630375,0.802806834191,0.581457121507,0.691928088738,0.609355691713,0.498359998544,0.553865539057,0.747749080329,0.442987562997,0.553622795606,0.553751668912,0.553869770718,0.359624499388,0.637003824539,0.443148750804,0.608930986848,0.664631568454,0.526137389373,0.60921027646,0.886262109536,0.41540867553,0.691940399024,0.637253877222,0.55376051693,0.359965725127,0.498681604764,0.609267211533,0.526248181946,0.35993298746,0.4155198528,0.276729034296,0.498259592774,0.304674960633,0.331949360872,0.221542561007,0.221689322697,0.304352123385,0.221565719732,0.332269428307,0.360295794668,0.276966238119,0.221351828514,0.387896340545,0.249397891333,0.138447784692,0.166159007733,0.249093788801,0.249264132382,0.166160161823,0.166078683117,0.13845551709,0.166095609761,0.0830753491451,0.110913752828,0.0276885798094,0.166079606389,0.0830635774342,0.0829495918803,0.0830054882724,0.055383283986,0.138491024571,0.0553308498619,0.22158326189,0.0554332945227,0.0277234410004,0.0276923267527,0.0,0.0276911880512,0.110631808811,0.0276846212831,0.0552960348344,0.0,0.0277220560932,0.0830744643433,0.0277322159261,0.0,0.0277388327048,0.0,0.0277194209226,0.0,0.0553699350197,0.0553896314772,0.027727903479,0.0553990180702,0.0,0.0,0.0,0.0,0.0,0.0277276765081,0.0,0.0277647035401,0.0,0.02769444643,0.0277647035401,0.0,0.0,0.0277234410004,0.0,0.0,0.0554033266703,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0276396541167,0.0,0.0,0.0,0.0276885798094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_8 y12_PT_8_weights = numpy.array([0.0,0.0,0.261904101177,0.322564160121,0.372973580475,0.363101592802,0.372927159329,0.393335776261,0.312496536141,0.312663591586,0.332672137124,0.362920519992,0.352912363624,0.201730827114,0.181428159622,0.241996529217,0.302499909208,0.211782613292,0.221884400808,0.262151559261,0.161329805853,0.32270591149,0.251934538076,0.262061690349,0.261968544651,0.262089967805,0.231952449557,0.181597885041,0.322522168706,0.161264816249,0.161327621329,0.191510104374,0.191637838377,0.0807151469907,0.100842870478,0.0907007906201,0.110987074179,0.191551428296,0.151324804909,0.0908049196222,0.100817869808,0.0503730176801,0.0705697296651,0.0705374472471,0.0806433004064,0.120817859292,0.080599609916,0.0706137842429,0.11092730316,0.0907076475998,0.11091013037,0.120972475083,0.0705784070819,0.0605353165257,0.0706209446288,0.060422473698,0.0705876913111,0.0504275215669,0.050361142362,0.0604792531311,0.0403161524832,0.0907816180273,0.100701422515,0.0504004880759,0.0302735655813,0.0706356294881,0.0201958078346,0.0706343551821,0.0302006934841,0.0605086895991,0.0,0.0302385039627,0.0302021316294,0.0302081997531,0.0302000320586,0.0302477335788,0.0504517819253,0.03028233402,0.0403462018316,0.0201756313234,0.0201727064878,0.0100721447323,0.0100941295444,0.0201609828728,0.0100962897964,0.0201623785413,0.0100909619838,0.0201662742767,0.0,0.0201894302366,0.0,0.0,0.0100817445039,0.0,0.0,0.0100840867997,0.0100936805032,0.0,0.010079341527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100784737853,0.0100784737853,0.0,0.0,0.0,0.0,0.0,0.010079341527,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100700148209,0.0100417373646,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100659249055,0.0,0.0,0.0,0.0,0.0,0.0,0.0100962897964,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100695111666,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100840867997,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_9 y12_PT_9_weights = numpy.array([0.0,0.0,0.130135725793,0.121669398328,0.212166041627,0.223515254127,0.203626344505,0.203667165274,0.161212680902,0.16697525764,0.161257849217,0.152736388706,0.175387606275,0.155568449767,0.186707424743,0.192401556479,0.164060824038,0.164140041722,0.16695086521,0.132972942352,0.121690789795,0.147140865482,0.104721815538,0.115957645563,0.130152038711,0.107521289237,0.0848738036326,0.104693998935,0.0707592052767,0.124478836757,0.08489250193,0.0877586893076,0.0933518271523,0.0707365826452,0.0622422077336,0.0452929705679,0.0905475826943,0.0424346703322,0.0480677440468,0.0452736951625,0.0566027473578,0.0480874426647,0.0480941371169,0.0367937056283,0.0395932601225,0.0282815288603,0.0254676890208,0.025466923391,0.0452759266465,0.0452815438306,0.0226366513645,0.0367697171747,0.0565606954254,0.0367815440402,0.0282777622691,0.0395882200464,0.0367776658748,0.0282741187943,0.0396117275767,0.0339556888133,0.0254576627321,0.0198076220439,0.0254587130686,0.0141346432385,0.0141614018103,0.0169785888759,0.0254677736633,0.0169799200716,0.00848731495769,0.0141369516703,0.00849148937183,0.0197960452585,0.0141481167854,0.00848369071979,0.0197992385891,0.00848793438689,0.0169879688037,0.00848193246425,0.00564720131711,0.00848625692646,0.0141337660345,0.014143292163,0.0028258171378,0.0113195299142,0.0113134241121,0.014136251446,0.0028303705195,0.0113249778132,0.00847751566477,0.0056599323184,0.00283437026231,0.00848148232005,0.0112989502448,0.00283350729356,0.00565363029963,0.00283093493107,0.00282138456404,0.0,0.0113124199443,0.00283350729356,0.00283297596951,0.00283246080448,0.0056641452064,0.00282796205567,0.00565860112274,0.00283093493107,0.00283007811814,0.0,0.0,0.0,0.0,0.00283193755994,0.00566916219815,0.00283618468969,0.0,0.00282874692248,0.0,0.0,0.0,0.0,0.0,0.00282539700322,0.0,0.0,0.0,0.0,0.0,0.0028303705195,0.0,0.00282704060665,0.0,0.00282743380953,0.00283007811814,0.0,0.0,0.0,0.0,0.00283093493107,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00282343637516,0.0,0.0,0.0,0.00283618468969,0.0,0.0,0.0,0.0,0.0,0.00283618468969,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00283297596951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00283493582809,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00282926631963,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_10 y12_PT_10_weights = numpy.array([0.0,0.0,0.0212882389033,0.0258804492496,0.0411398939229,0.0380819371119,0.0228503744247,0.0334775343039,0.0304359404382,0.0273877659512,0.0518055333056,0.0274493071651,0.0197927956746,0.0304520552809,0.0152716016917,0.0289557259722,0.015199132157,0.0137091708103,0.0258966940508,0.0137661634799,0.0106461349884,0.0182722114009,0.0182324913853,0.00912756507011,0.00760884983466,0.0122066034979,0.0091393074031,0.0121642370565,0.00611460104189,0.00914477747068,0.00762346897425,0.00916897690791,0.00611575767173,0.01065319173,0.00456619267282,0.0121694826504,0.0075975091913,0.00152036570725,0.00304238779349,0.00611353892726,0.00460431538143,0.00304484873319,0.0060954132735,0.00910542488295,0.00915575068618,0.00612267027766,0.00607879986305,0.0,0.0,0.00612408800576,0.00304073259594,0.0045945082473,0.00304332349404,0.0060815986946,0.00607187898704,0.00758950729761,0.0,0.00608632091062,0.0,0.00153570552529,0.00152391120894,0.00457831542952,0.00306845272461,0.0,0.00153570552529,0.00305803242308,0.00153762418399,0.0030331182146,0.00304141192398,0.00305476928557,0.00456689562967,0.0,0.0,0.00609951641491,0.0015120731793,0.00304301631962,0.00305141281429,0.0,0.00304782359932,0.00152134393964,0.0,0.0,0.00150791687309,0.0,0.0,0.00153274719932,0.00152247103348,0.00152437433345,0.00150791687309,0.0015210450353,0.00152202208625,0.0015210450353,0.00454985690079,0.0030594418811,0.0,0.00151823557078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0015258582222,0.0,0.0,0.0,0.0015120731793,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00154481679121,0.00152134393964,0.00152391120894,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00153274719932,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_11 y12_PT_11_weights = numpy.array([0.0,0.0,0.00288999849517,0.00343250965607,0.00559594272456,0.00541745176339,0.00686198541252,0.00505721565831,0.00559714812006,0.00595780784657,0.00361210010738,0.00361391705818,0.00397070758065,0.00541591132185,0.00397120437305,0.00252606224951,0.00198698896902,0.00252657252077,0.00288994034351,0.00252752566897,0.00108223720349,0.0025286059036,0.00234674484146,0.00289071017916,0.00180512174511,0.000902872041746,0.00144504661616,0.00144531349766,0.000720855780116,0.00198592336859,0.00144389860211,0.00180688131446,0.00216585733836,0.00036066084333,0.00126364691626,0.000902458818303,0.00162300689522,0.00162583784166,0.000541114750639,0.00144397408374,0.00198572696229,0.000722584540633,0.000180699915824,0.000541399347214,0.00036031967404,0.00108382347316,0.000180612149167,0.0010834541523,0.00126532330177,0.000542508465122,0.000361438304175,0.000901943540608,0.000540770461955,0.000722046541426,0.000903718129261,0.00072142035194,0.000722090444009,0.000722024205023,0.000902530448834,0.000180262006805,0.000180685281629,0.000180366949385,0.0,0.000543683436906,0.000542287796872,0.000721845128694,0.000361360319322,0.0,0.000722769393618,0.00108432950821,0.0,0.000360644476138,0.000180366949385,0.000180262006805,0.000721624075333,0.0,0.000360523667011,0.000180366949385,0.0,0.000180592932159,0.000180057628724,0.0,0.000541544148718,0.000180461108874,0.000180062558137,0.000361092051428,0.0,0.0,0.0,0.000361774698096,0.000180745204805,0.0,0.0,0.000180562469927,0.0,0.0,0.000361262385751,0.000180699915824,0.0,0.000360929842933,0.0,0.000180262006805,0.00018040087761,0.000180685281629,0.0,0.000180745204805,0.000180612149167,0.000180793497647,0.0,0.0,0.000180793497647,0.000180562469927,0.0,0.0,0.0,0.0,0.0,0.000180793497647,0.0,0.0,0.0,0.0,0.000180461108874,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000180592932159,0.0,0.0,0.000180671918299,0.0,0.0,0.0,0.0,0.0,0.0,0.000180826155008,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000180699915824,0.0,0.000180908876718,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000180366949385,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000180908876718,0.000180612149167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_12 y12_PT_12_weights = numpy.array([0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0243458291178,0.0,0.0,0.0121240822392,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0121313846429,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_13 y12_PT_13_weights = numpy.array([0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0100262834878,0.0100262834878,0.0200525091271,0.0100271594796,0.0100407290877,0.0,0.0,0.0100329195386,0.0100584803169,0.0100299568683,0.010069669872,0.0301274018933,0.0200763468462,0.0100602901489,0.050256308245,0.0602515807981,0.0200523355815,0.0301294679116,0.0300697517188,0.0200694174208,0.0401916050809,0.0501888320874,0.0100187053327,0.0301061177729,0.0602174914963,0.0301159065675,0.0100532491586,0.0401922000942,0.0301372030841,0.0200696198906,0.0301141297918,0.0602747202031,0.0100299568683,0.0301103779026,0.010035564042,0.0100153625151,0.0100262834878,0.0100609843311,0.0100153625151,0.0200594344204,0.0100187053327,0.020073950265,0.03012092286,0.0300812966291,0.0100702896775,0.010045732984,0.010069669872,0.0100609843311,0.0,0.0,0.010036700352,0.0,0.0100532491586,0.0,0.0,0.0,0.0,0.0,0.0100324443544,0.0,0.0,0.0,0.0,0.0200624012227,0.010045732984,0.0,0.0,0.0,0.0,0.010034093037,0.0100568564265,0.0100262834878,0.0,0.0,0.0,0.0,0.010054654051,0.0,0.0,0.0,0.0,0.0100568564265,0.0,0.0100568564265,0.0,0.0,0.0,0.0,0.0,0.0100324443544,0.0,0.0,0.010069669872,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_14 y12_PT_14_weights = numpy.array([0.0,0.0,0.00549807765066,0.0384458680927,0.0604854925616,0.043981907341,0.0384939335531,0.0329657758865,0.0605161251009,0.0440202183285,0.0825228419348,0.0329611444415,0.0824654363938,0.0440247278932,0.115528874828,0.055037003873,0.0990400371032,0.0990143610226,0.115529606109,0.0715340075666,0.0990226894981,0.121036272246,0.115432142632,0.131959006957,0.120907891843,0.0770056128531,0.109987391601,0.0714536073078,0.082487943591,0.126524168843,0.109991779285,0.154095160489,0.131984601784,0.214593897358,0.13201811882,0.0935006664646,0.121051182249,0.148391901703,0.12651149331,0.181532205872,0.115532937499,0.115531353057,0.115485891769,0.0935011539852,0.0989567117213,0.0715314074572,0.120996945591,0.104563928965,0.104473168895,0.0494896297726,0.0550004804609,0.115592699389,0.0935586407796,0.109970003369,0.0659756642545,0.0770270231292,0.0604668449018,0.0880393803624,0.0494766698522,0.0660910034839,0.0495250156369,0.0990707508959,0.0605111686423,0.0769325254021,0.0550102308712,0.0715177975094,0.0439828823821,0.0329953480686,0.0440263123349,0.0219819061022,0.0880275579899,0.0220200342694,0.038480043281,0.0440327719818,0.0220025688469,0.0274906726403,0.0385451394583,0.0165371388203,0.0329902087898,0.0330241239672,0.0220070418476,0.0219984492985,0.0220039989071,0.0220231137741,0.0219912949349,0.0330194275195,0.0164920512977,0.00550505731941,0.0109966671979,0.00549249960339,0.0220139077616,0.0110050931775,0.00549807765066,0.010978921451,0.0110062185374,0.00547933654939,0.0,0.0110014042722,0.0165104876986,0.00549249960339,0.00549992210329,0.0109774507641,0.00549914613313,0.0,0.00551434458529,0.00547500574212,0.00549610725523,0.0,0.0109883265343,0.00548818910947,0.0,0.0,0.0,0.0,0.00550985533385,0.0,0.0,0.0,0.0,0.00550427322391,0.0,0.0109999417107,0.00549405154371,0.0,0.00549610725523,0.0,0.0,0.00548486990728,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00548818910947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00549455531491,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00548486990728,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00549610725523,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00551434458529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_15 y12_PT_15_weights = numpy.array([0.0,0.0,0.0404556690405,0.0937437850239,0.10262474354,0.124358350759,0.132236155578,0.139152973868,0.151004392852,0.161867208218,0.129282329496,0.141138558423,0.142090887055,0.126309423973,0.143079450592,0.163785092825,0.135201485441,0.128304508166,0.111508788436,0.128268914588,0.12435233833,0.154963897851,0.113489803545,0.111509990921,0.153993692264,0.123338402345,0.131228151856,0.144055869022,0.133242315489,0.135197396989,0.116437296536,0.112467730739,0.10362052199,0.0976984399969,0.105598410637,0.0927603921765,0.0977027288627,0.0957216736704,0.103619760416,0.105591356054,0.079919888579,0.0848683579426,0.079946503597,0.0908126859224,0.0927545801621,0.0789106823709,0.0720513429001,0.0562453891915,0.0700737749164,0.0789544929351,0.0621687137535,0.0532905209549,0.0562378135312,0.0503481184874,0.0513349985434,0.0434091744598,0.0542815696282,0.0552631186641,0.0404557091233,0.0414579409141,0.0444035099275,0.0345568150635,0.0384992648061,0.0315813923372,0.0276185604611,0.0256486643365,0.0315818292403,0.0276289018386,0.0286150002789,0.0217116057384,0.018751803302,0.024665564094,0.0226939604397,0.0157858160806,0.0207196632174,0.0217077497674,0.0197404389873,0.0128318096255,0.0128261779839,0.00789091592223,0.0138283817167,0.0128273644365,0.0138207539488,0.0108607551064,0.00690865741975,0.00592437473293,0.00887459736617,0.00987658865982,0.00493547450083,0.00296282989469,0.00888368415017,0.00591667080755,0.00789248717027,0.00296265232762,0.00592452303951,0.00493262060131,0.00493400746821,0.00789299221429,0.00493504561424,0.00493550656711,0.00295757262698,0.00394801043753,0.00591889540619,0.00394193748366,0.00197257887025,0.00394930110557,0.00296270884445,0.00395037692949,0.0,0.00296461759017,0.00591844647818,0.00296474224786,0.00394994523711,0.000988893818849,0.00295865205836,0.00098613691985,0.0019723944891,0.000983907912096,0.00296243147107,0.0,0.0,0.0019738066082,0.0,0.0,0.000983907912096,0.00197208144198,0.0,0.0,0.0,0.00197226421981,0.000987658465154,0.0,0.0,0.0,0.000986365792971,0.00197611578168,0.000985634681634,0.0,0.00197058434722,0.00197634265065,0.000987943855105,0.0,0.0,0.000984218554248,0.00295976636182,0.000985634681634,0.000987861284417,0.0,0.0,0.0,0.000988437675921,0.0,0.0,0.0,0.0019755369852,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00098613691985,0.0,0.00197462630266,0.0,0.0,0.000983907912096,0.0,0.000983907912096,0.000987943855105,0.0,0.0,0.00098817192657,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00197239048082,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00098817192657,0.0,0.0,0.0,0.0,0.0,0.000985427854085,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000988893818849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000988893818849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00098679347707,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00098628963554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_16 y12_PT_16_weights = numpy.array([0.0,0.0,0.018152653632,0.0368011551876,0.0458826473779,0.0564683437715,0.0589818525069,0.0557132628773,0.0650361833011,0.0612489756898,0.0746237741423,0.063519899884,0.0640183525006,0.0685700034971,0.0710775506463,0.0688111076444,0.0652876502055,0.0693181625497,0.0660353291304,0.0541940186724,0.061748828679,0.0680654692624,0.0642843032585,0.0609957083064,0.0637656452662,0.0617619521706,0.0662964386003,0.0584862806568,0.0567151694411,0.0594905478486,0.0589902547424,0.056724531932,0.0466334871437,0.0433558951189,0.0448660569073,0.0468911556981,0.0428575225236,0.0390697467612,0.0400833444354,0.0418467335966,0.0342771676642,0.0347896880236,0.0347886077362,0.028739614362,0.0335190219546,0.0279829690516,0.0327704868019,0.0302410218213,0.0254604099083,0.0292429482773,0.0262114017145,0.0320142095894,0.0277388000888,0.0211775024128,0.0242007907784,0.023192642554,0.0216826248039,0.0224407345039,0.0214302056461,0.0171405283495,0.018654919263,0.018149428774,0.0163873799694,0.0166364942479,0.0141112863999,0.0143644537567,0.0115939766532,0.0121026599917,0.0133551972374,0.0100824384986,0.0103346295957,0.0121024599385,0.0105895334145,0.00781669568291,0.00781492321134,0.00680694303163,0.00806314125137,0.00730837644126,0.00806706629565,0.00630226075762,0.00478756576312,0.00403484549698,0.00277467542051,0.00579812662944,0.005545479411,0.00478847400477,0.00378157971397,0.00453883158577,0.00327529501362,0.00302550375502,0.00453517861388,0.00302606470427,0.00201591074621,0.00226848994656,0.002017007438,0.00277342588806,0.00201836739982,0.00277137974367,0.00151247600411,0.00226876281916,0.000756238002057,0.00252224505976,0.00277350350871,0.000756478466034,0.00176431620784,0.00126159525565,0.000503998492089,0.00176636275234,0.000757165848917,0.000755677052813,0.0,0.00100806700281,0.00126125876613,0.000756456060073,0.00151307576368,0.000253127346183,0.00050449102313,0.00176465109694,0.000755857900929,0.0,0.00100758727517,0.000755867503484,0.000755677052813,0.000756505673273,0.000504164936372,0.000504460214933,0.0,0.000504013696134,0.00050499835811,0.000503828046741,0.000251546685638,0.000252216823932,0.00100760287932,0.0,0.00100738082024,0.000252051619979,0.00100863835482,0.0,0.000503638396283,0.00025164107075,0.0,0.0,0.000504368990662,0.000252302006596,0.0,0.000504437408866,0.000504056907631,0.0,0.0,0.0,0.0,0.000252182934916,0.00025214412459,0.000253127346183,0.000252082548208,0.0,0.0,0.0,0.000251611022755,0.0,0.000252182934916,0.000252182934916,0.0,0.0,0.0,0.0,0.0,0.00025164107075,0.0,0.000504197344995,0.000252014210026,0.0,0.0,0.00025164107075,0.0,0.0,0.0,0.0,0.0,0.0,0.000251954514143,0.000503723618957,0.0,0.00025187117197,0.0,0.000252082548208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000253127346183,0.0,0.0,0.000252320971642,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_17 y12_PT_17_weights = numpy.array([0.0,0.0,0.00974483703173,0.0160276848565,0.0260486358485,0.032348845898,0.0277662223676,0.0314826142559,0.0300694015523,0.0306256705942,0.0340684119865,0.0352264501767,0.0329318391289,0.036644391852,0.0400906824726,0.032946945844,0.0340865780364,0.0372195767808,0.0383877527665,0.0403577144078,0.0332086789314,0.038660913369,0.0400924820813,0.033200140788,0.0311959965795,0.0229080487542,0.0312058844295,0.0272092834713,0.0240575388031,0.0231800296133,0.0251748058587,0.0274928718063,0.0180261003106,0.0223391024689,0.0251891327434,0.0234815940395,0.0208933968307,0.0162962564569,0.0177509201472,0.0174669318991,0.0209131025457,0.0163188715393,0.0177472409472,0.0174667819317,0.0171864828814,0.0146046442899,0.0140299992437,0.0148819139989,0.0163188615415,0.01745952351,0.0134586834736,0.0143092285266,0.0143019501093,0.0143107481962,0.0145964360747,0.0103068088336,0.0068630226685,0.0131696763168,0.0114426918413,0.00859341540286,0.0108786244951,0.00830304254306,0.0108774147581,0.00944529716524,0.00630214662832,0.00773743653138,0.00544645269487,0.00688083179599,0.00715566703438,0.00658685671947,0.00657766571801,0.00486423229592,0.00687265357431,0.00715413036852,0.00429725058339,0.0054352801243,0.00457826147891,0.00286579284703,0.00315139774361,0.00343979903213,0.00343275956283,0.004296387771,0.00343401428999,0.00372818932304,0.00343579990172,0.00228826542761,0.00314850537254,0.00200308943777,0.00172091779465,0.00315068089949,0.00200100489104,0.00143467403698,0.00315310037338,0.0022934782941,0.00171710362402,0.00143150472613,0.00114489504804,0.000859059301658,0.000855112559858,0.00143420813829,0.00114172373763,0.000572930918908,0.000861728221314,0.00143319135938,0.000286843727202,0.00114653769086,0.000286460010639,0.000571275078963,0.00114353634348,0.000287793420695,0.000857225400431,0.000571266280876,0.000573620269012,0.000571131210246,0.000287273233807,0.000571929136741,0.00143436410438,0.0,0.000570313887969,0.0014307828831,0.000859816936914,0.00028633583764,0.000572675274497,0.000284655902933,0.0,0.000285189286952,0.000862216115224,0.000573303837819,0.000287149360743,0.00114642871455,0.00114197168371,0.0,0.00143326434351,0.000287149360743,0.00114607279195,0.00114405523065,0.00028633583764,0.000570937852291,0.0,0.0,0.0,0.00028633583764,0.0,0.000286470908269,0.0,0.000286460010639,0.0,0.0,0.0,0.0,0.000573485198383,0.0,0.0,0.000574942881416,0.000286460010639,0.000287793420695,0.0,0.0,0.000859692663936,0.0,0.0,0.0,0.0,0.00028633583764,0.000286460010639,0.000284655902933,0.0,0.0,0.0,0.0,0.0,0.000287793420695,0.0,0.0,0.0,0.0,0.0,0.000284930043323,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00028633583764,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000286460010639,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.000284094025111,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_18 y12_PT_18_weights = numpy.array([0.0,0.0,0.00209525919527,0.00287328487879,0.00364812365871,0.00446975384484,0.00513960292712,0.00490048876186,0.00507386151481,0.00531169320703,0.00578758710133,0.00671609758506,0.00591593918292,0.00563649417419,0.00604210770747,0.00475140336605,0.00511554188874,0.00470871293983,0.00445077659666,0.00520706687675,0.00446792233922,0.00466274089141,0.00414650064662,0.00479393453092,0.00416631401693,0.00459932972424,0.00392980628953,0.00369109614519,0.00339052637459,0.00399486874552,0.00336750849811,0.00358632145038,0.00334744701537,0.00302064983281,0.00360666415515,0.00291450129923,0.00298110649485,0.00248400862712,0.00233250706887,0.00302277052353,0.00287049277571,0.00272160813304,0.00276341843071,0.00224478214069,0.0021819200061,0.00252754188122,0.00213620696694,0.00179266051879,0.00211660608481,0.00172499623514,0.00209535600941,0.00168461132663,0.00170647246272,0.00174889130642,0.0022016570986,0.00176665523451,0.00159895092859,0.00146909382716,0.00155491516299,0.00159837130106,0.00125290407711,0.00149027768337,0.00107983308252,0.00136082041177,0.00118811362275,0.00103680527368,0.00101511806775,0.00116648425385,0.000864251040282,0.000885299943446,0.000885319222452,0.000842283450546,0.000734270720854,0.0012531739832,0.000777777990203,0.00084224237788,0.000646415868936,0.000626295291849,0.000475085014239,0.000560035022801,0.00066983776634,0.000626300321155,0.000518545343398,0.000756087850517,0.000453528570273,0.000518430926685,0.000518256996517,0.000367237036231,0.000410677038611,0.000496743301653,0.000410177293233,0.000237674987423,0.000280827564962,0.000323930771481,0.000324098373105,0.00036682249568,0.00032412850703,0.000323776958537,0.000345568229185,0.000410284543185,0.000302306892903,0.000237689446678,0.000259495386135,0.000237650804843,0.000259025858504,0.000323934711104,0.000151176371705,0.000151201560146,0.000216107604716,0.00023741069739,0.00030239071467,0.000280901956781,0.000194331338164,0.000172710644813,0.000194371153504,0.000151252439959,0.000129631159855,0.000194401874182,0.000172859679916,0.000194486617989,8.63644589794e-05,0.000151075366475,6.48040334792e-05,0.000194497053799,0.000107984062647,0.00010804060043,0.000108058286823,0.0001727109801,0.000172785246187,8.64802168404e-05,0.00015129942206,6.48464472936e-05,0.000107964699819,4.31063079237e-05,0.000107861389491,0.000129672442076,8.63596392277e-05,8.64632429325e-05,0.00010807999666,4.32510681163e-05,2.1656020035e-05,8.63223385412e-05,4.32970443558e-05,8.63972332905e-05,4.32045051244e-05,0.0,4.32329207036e-05,2.16264560976e-05,2.15990547618e-05,4.15849176958e-05,4.31969611653e-05,0.0,0.0,2.1609306164e-05,2.15563475712e-05,4.30829635614e-05,0.0,2.15563475712e-05,0.0,0.0,2.16100647509e-05,0.0,0.0,2.16148928848e-05,0.0,4.31686713188e-05,4.32709338752e-05,0.0,0.0,0.0,4.31436086103e-05,0.0,0.0,2.16148928848e-05,0.0,0.0,0.0,0.0,2.15990547618e-05,0.0,2.15990547618e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.16758774118e-05,2.16298927901e-05,0.0,0.0,0.0,0.0,0.0,0.0,2.1594084131e-05,0.0,0.0,0.0,2.15780909377e-05,0.0,4.3202116204e-05,0.0,0.0,0.0,4.31100799033e-05,0.0,0.0,0.0,6.47041598431e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.1579670978e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.15570307186e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating weights for histo: y12_PT_19 y12_PT_19_weights = numpy.array([0.0,0.0,0.000227347609876,0.000593474829654,0.000766996054721,0.000993908323135,0.000934078949402,0.00102260877716,0.00105069832725,0.000905406270487,0.00104921302714,0.0010772920316,0.000962382085649,0.00119132624461,0.000906831564473,0.000793854142492,0.000877421731114,0.000624060575111,0.00107523994097,0.000737900362336,0.000739111773105,0.000851334365571,0.000880527196584,0.000796035008643,0.000681056738884,0.00104701077267,0.000507481745952,0.000797093879092,0.000795577536209,0.000907669719325,0.000508140773611,0.000595780461015,0.00070975585614,0.000622067747953,0.00053835964994,0.000624962449337,0.00048194082232,0.000482394135914,0.000595089796464,0.000479626427688,0.000509517943873,0.000479989880625,0.000593997803823,0.000312449662041,0.00036763702734,0.000455725275378,0.000565926077333,0.000312274990748,0.000510702173651,0.000369040933005,0.000508865005945,0.000397633108653,0.000197202998552,0.000255918842793,0.000255354577281,0.000423564517685,0.000255505335242,0.000340395435082,0.000227158828232,0.000197968225169,0.000198941542331,0.000252388878551,0.000340327853927,0.000198584773244,0.000142083244114,0.000141803859163,0.00011343675104,0.000255138614645,0.000283881102665,0.000141661730796,0.00014203690275,0.00016964206677,5.6764442103e-05,0.000197004562457,0.000198868911155,0.000170485420172,0.000113605748487,0.000170126126076,0.000170304659149,0.000142166316949,8.51335850871e-05,0.000113273308616,8.52219604436e-05,5.69150366812e-05,0.00011277539146,0.000113690677947,2.84059932798e-05,0.000113486820507,0.000113690677947,0.000113437954133,0.000113510644721,0.00014184927964,0.000140596354733,0.000113597831837,2.82249500494e-05,0.000113667967708,0.000113698431214,2.82080621871e-05,5.68333897341e-05,2.83584488233e-05,5.63978997419e-05,2.84575183406e-05,8.5321029961e-05,2.83584488233e-05,0.0,5.67830677664e-05,5.69150366812e-05,2.84575183406e-05,5.68149423068e-05,2.83584488233e-05,5.68159671638e-05,0.0,5.67963166434e-05,0.0,5.66655805277e-05,8.53013942935e-05,2.84575183406e-05,5.68159671638e-05,2.82080621871e-05,5.68159671638e-05,2.84059932798e-05,5.66784432267e-05,2.84059932798e-05,5.65095348981e-05,0.0,5.653433941e-05,2.83584488233e-05,0.0,5.65665110104e-05,2.83584488233e-05,0.0,2.84059932798e-05,2.83770744866e-05,0.0,2.84166874406e-05,0.0,0.0,2.84059932798e-05,2.84378678201e-05,0.0,5.68438759529e-05,5.66655805277e-05,0.0,2.84166874406e-05,0.0,2.84575183406e-05,0.0,5.62886707718e-05,2.83584488233e-05,0.0,0.0,0.0,0.0,2.84378678201e-05,0.0,2.84575183406e-05,0.0,0.0,0.0,0.0,0.0,2.83770744866e-05,0.0,0.0,5.67168827935e-05,0.0,2.70094547043e-05,2.83584488233e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.84059932798e-05,2.83770744866e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.83770744866e-05,0.0,2.84575183406e-05,0.0,2.83770744866e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.83770744866e-05,0.0,0.0,0.0,2.83770744866e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.84166874406e-05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]) # Creating a new Canvas fig = plt.figure(figsize=(12,6),dpi=80) frame = gridspec.GridSpec(1,1,right=0.7) pad = fig.add_subplot(frame[0]) # Creating a new Stack pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights+y12_PT_17_weights+y12_PT_18_weights+y12_PT_19_weights,\ label="$bg\_vbf\_1600\_inf$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#ccc6aa", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights+y12_PT_17_weights+y12_PT_18_weights,\ label="$bg\_vbf\_1200\_1600$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#c1bfa8", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights+y12_PT_17_weights,\ label="$bg\_vbf\_800\_1200$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#bab5a3", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights,\ label="$bg\_vbf\_600\_800$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#b2a596", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights,\ label="$bg\_vbf\_400\_600$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#b7a39b", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights,\ label="$bg\_vbf\_200\_400$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#ad998c", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights,\ label="$bg\_vbf\_100\_200$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#9b8e82", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights,\ label="$bg\_vbf\_0\_100$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#876656", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights,\ label="$bg\_dip\_1600\_inf$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#afcec6", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights,\ label="$bg\_dip\_1200\_1600$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#84c1a3", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights,\ label="$bg\_dip\_800\_1200$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#89a8a0", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights,\ label="$bg\_dip\_600\_800$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#829e8c", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights,\ label="$bg\_dip\_400\_600$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#adbcc6", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights,\ label="$bg\_dip\_200\_400$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#7a8e99", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights,\ label="$bg\_dip\_100\_200$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#758991", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights,\ label="$bg\_dip\_0\_100$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#688296", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights,\ label="$signal\_2pt4TeVL$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#6d7a84", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights,\ label="$signal\_2pt2TeVL$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#7c99d1", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights+y12_PT_1_weights,\ label="$signal\_2TeVL$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#7f7f9b", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") pad.hist(x=xData, bins=xBinning, weights=y12_PT_0_weights,\ label="$signal\_1pt8TeVL$", histtype="step", rwidth=1.0,\ color=None, edgecolor="#aaa5bf", linewidth=1, linestyle="solid",\ bottom=None, cumulative=False, normed=False, align="mid", orientation="vertical") # Axis plt.rc('text',usetex=False) plt.xlabel(r"p_{T} [ a_{2} ] ( GeV ) ",\ fontsize=16,color="black") plt.ylabel(r"$\mathrm{Events}$ $(\mathcal{L}_{\mathrm{int}} = 40.0\ \mathrm{fb}^{-1})$ ",\ fontsize=16,color="black") # Boundary of y-axis ymax=(y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights+y12_PT_17_weights+y12_PT_18_weights+y12_PT_19_weights).max()*1.1 ymin=0 # linear scale #ymin=min([x for x in (y12_PT_0_weights+y12_PT_1_weights+y12_PT_2_weights+y12_PT_3_weights+y12_PT_4_weights+y12_PT_5_weights+y12_PT_6_weights+y12_PT_7_weights+y12_PT_8_weights+y12_PT_9_weights+y12_PT_10_weights+y12_PT_11_weights+y12_PT_12_weights+y12_PT_13_weights+y12_PT_14_weights+y12_PT_15_weights+y12_PT_16_weights+y12_PT_17_weights+y12_PT_18_weights+y12_PT_19_weights) if x])/100. # log scale plt.gca().set_ylim(ymin,ymax) # Log/Linear scale for X-axis plt.gca().set_xscale("linear") #plt.gca().set_xscale("log",nonposx="clip") # Log/Linear scale for Y-axis plt.gca().set_yscale("linear") #plt.gca().set_yscale("log",nonposy="clip") # Legend plt.legend(bbox_to_anchor=(1.05,1), loc=2, borderaxespad=0.) # Saving the image plt.savefig('../../HTML/MadAnalysis5job_0/selection_11.png') plt.savefig('../../PDF/MadAnalysis5job_0/selection_11.png') plt.savefig('../../DVI/MadAnalysis5job_0/selection_11.eps') # Running! if __name__ == '__main__': selection_11()
392.977064
6,435
0.760824
0
0
0
0
0
0
0
0
2,972
0.034692
27397a994d354b44efa7e09c80fd506b9289236b
1,286
py
Python
app/routers/users.py
Austinstevesk/fast-api-crud-and-user-authentication
17e01e5fcaea2a0c3fa3dd65edfaee8414ff831e
[ "Apache-2.0" ]
null
null
null
app/routers/users.py
Austinstevesk/fast-api-crud-and-user-authentication
17e01e5fcaea2a0c3fa3dd65edfaee8414ff831e
[ "Apache-2.0" ]
null
null
null
app/routers/users.py
Austinstevesk/fast-api-crud-and-user-authentication
17e01e5fcaea2a0c3fa3dd65edfaee8414ff831e
[ "Apache-2.0" ]
null
null
null
from fastapi import FastAPI, status, HTTPException, Response, APIRouter, Depends from sqlalchemy.orm import Session from typing import List from .. import schemas, models, utils #You can move up 2 steps using .. from ..database import get_db router = APIRouter( prefix="/users", tags=['users'] ) @router.post('/new', status_code=status.HTTP_201_CREATED, response_model=schemas.CreateUserResponse) def create_new_user(user: schemas.UserCreate, db: Session = Depends(get_db)): #hash the password - user.password hashed_password = utils.hash(user.password) user.password = hashed_password new_user = models.User(**user.dict()) db.add(new_user) db.commit() db.refresh(new_user) return new_user @router.get('/all', response_model=List[schemas.CreateUserResponse]) def get_all_users(db: Session = Depends(get_db)): users = db.query(models.User).all() return users @router.get('/{id}', response_model=schemas.CreateUserResponse) def get_user_by_id(id: int, db: Session = Depends(get_db)): user = db.query(models.User).filter(models.User.id == id).first() if not user: raise(HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail=f'User with id: {id} does not exist')) return user
29.906977
100
0.709953
0
0
0
0
972
0.755832
0
0
137
0.106532
273b0739f92587e2927e090ad5eb2c6345702f86
7,295
py
Python
src/news/collector.py
aibazhang/multitrue-bot
189c5163010269eec57ae48f8e9d08d22ed5fcb8
[ "MIT" ]
null
null
null
src/news/collector.py
aibazhang/multitrue-bot
189c5163010269eec57ae48f8e9d08d22ed5fcb8
[ "MIT" ]
null
null
null
src/news/collector.py
aibazhang/multitrue-bot
189c5163010269eec57ae48f8e9d08d22ed5fcb8
[ "MIT" ]
null
null
null
import os import requests import json import pathlib from abc import ABCMeta, abstractmethod from .news import News, print_format_markdown, print_format_telebot KEY_PATH = pathlib.Path(os.path.dirname(__file__), "../..") class NewsCollector(metaclass=ABCMeta): @abstractmethod def format_news(self): pass @abstractmethod def filter_news(self): pass @abstractmethod def print_news(self): pass @abstractmethod def collcet_news(self): pass @abstractmethod def save_news(self): pass class WebNewsCollector(NewsCollector): def __init__( self, params=None, block_list=None, print_format=None, base_url=None, mode=None, news_list=None, time_format=None, headers=None, ): self.params = params self.print_format = print_format self.base_url = base_url self._mode = mode if news_list is None: news_list = list() if block_list is None: block_list = json.load(open(KEY_PATH / "block_list.json", "r"))["block_list"] self.news_list = news_list self.time_format = time_format self.block_list = block_list self.headers = headers def _get(self): self.response = requests.get(self.base_url + self.mode, headers=self.headers, params=self.params).text data_json = json.loads(self.response) if data_json["status"] == "error": print("{}: {}".format(data_json["code"], data_json["message"])) raise requests.exceptions.ConnectionError def filter_news(self): filtered_news_list = list() for news in self.news_list: if any(bl in news.title for bl in self.block_list): continue filtered_news_list.append(news) self.news_list = filtered_news_list def print_news(self, news): if self.print_format not in ["markdown", "telebot"]: raise NotImplementedError if self.print_format == "telebot": return print_format_telebot(news.source, news.author, news.published_time, news.title, news.url) if self.print_format == "markdown": print(print_format_markdown(news.published_time, news.title, news.url)) def collcet_news(self): self._get() self.format_news() self.filter_news() # transfer to local time [news.trans_utc_to_local(news.published_time, self.time_format) for news in self.news_list] self.news_list = [self.print_news(news) for news in self.news_list if news.is_latest()] def format_news(self): raise NotImplementedError def save_news(self): raise NotImplementedError class NewsAPICollector(WebNewsCollector): def __init__( self, print_format=None, mode=None, country=None, category=None, sources=None, query=None, page_size=None, ): super().__init__() self._mode = mode self.print_format = print_format self.base_url = "https://newsapi.org/v2/" self.headers = {"X-Api-Key": json.load(open(KEY_PATH / "keys.json", "r"))["news_api_key"]} self.time_format = "%Y-%m-%dT%H:%M:%S" self.params = { "country": country, "category": category, "sources": sources, "q": query, "pageSize": page_size, } @property def mode(self): if self._mode is None: self._mode = "top-headlines" if self._mode not in ["top-headlines", "everything", "sources"]: raise NotImplementedError return self._mode def format_news(self): for text in json.loads(self.response)["articles"]: news = News() news.title = text["title"] news.source = text["source"]["name"] news.author = text["author"] news.url = text["url"] news.published_time = text["publishedAt"] self.news_list.append(news) class NewsCatcherAPICollector(WebNewsCollector): """ {"message":"You are not subscribed to this API."}⏎ """ def __init__( self, print_format=None, mode=None, language=None, country=None, category=None, sources=None, query=None, page_size=None, ): super().__init__() self._mode = mode self.print_format = print_format self.time_format = "%Y-%m-%d %H:%M:%S" self.base_url = "https://newscatcher.p.rapidapi.com/v1/" self.headers = { "x-rapidapi-key": json.load(open(KEY_PATH / "keys.json", "r"))["news_catcher_key"], "x-rapidapi-host": "newscatcher.p.rapidapi.com", } self.params = {"lang": language, "country": country, "topic": category} @property def mode(self): if self._mode is None: self._mode = "latest_headlines" if self._mode not in ["latest_headlines"]: raise NotImplementedError return self._mode def format_news(self): for text in json.loads(self.response)["articles"]: news = News() news.title = text["title"] news.source = text["clean_url"] news.author = text["author"] news.url = text["link"] news.published_time = text["published_date"] news.country = text["country"] news.language = text["language"] news.copyright = text["rights"] news.description = text["summary"] self.news_list.append(news) class MediastackCollector(WebNewsCollector): """ https_access_restricted","message":"Access Restricted - Your current Subscription Plan does not support HTTPS Encryption. """ def __init__( self, print_format=None, mode=None, country=None, category=None, sources=None, query=None, page_size=None, ): super().__init__() self._mode = mode self.print_format = print_format self.base_url = "https://api.mediastack.com/v1/" self.key = json.load(open(KEY_PATH / "keys.json", "r"))["mediastack_key"] self.time_format = "%Y-%m-%dT%H:%M:%S" self.params = { "countries": country, "categories": category, "sources": sources, "keywords": query, "limit": page_size, } @property def mode(self): self._mode = "news" return self._mode def _get(self): self.response = requests.get( "{}{}?access_key={}".format(self.base_url, self._mode, self.key), params=self.params ).text def format_news(self): for text in json.loads(self.response)["data"]: news = News() news.author = text["author"] news.title = text["title"] news.description = text["description"] news.url = text["url"] news.source = text["source"] news.image = text["image"] news.published_time = text["published_at"] self.news_list.append(news)
29.534413
110
0.580123
7,059
0.967384
0
0
813
0.111416
0
0
1,108
0.151843
273c7d9230855a61bacc38d30734d8a53bab556c
982,074
pyt
Python
models/mnist_FNN_1.pyt
CAS-LRJ/DeepPAC
75059572c23474d32a762aca5640f4d799fd992a
[ "Apache-2.0" ]
null
null
null
models/mnist_FNN_1.pyt
CAS-LRJ/DeepPAC
75059572c23474d32a762aca5640f4d799fd992a
[ "Apache-2.0" ]
null
null
null
models/mnist_FNN_1.pyt
CAS-LRJ/DeepPAC
75059572c23474d32a762aca5640f4d799fd992a
[ "Apache-2.0" ]
null
null
null
Normalize mean=[0.1307] std=[0.3081] ReLU [[-0.02289694733917713, -0.0015768347075209022, -0.007779418025165796, -0.018946761265397072, 0.009356001392006874, -0.01212845928966999, -0.019499225541949272, 0.014134012162685394, -0.022251857444643974, 0.03429203853011131, 0.007956764660775661, 0.01797821931540966, 0.039861198514699936, 0.018005268648266792, -0.021832233294844627, 0.008544119074940681, 0.01343723013997078, 0.017477834597229958, 0.024734949693083763, -0.004684461746364832, 0.028792252764105797, -0.019632311537861824, 0.023821154609322548, 0.005463363602757454, 0.02051888220012188, 0.02417106367647648, 0.036561232060194016, 0.03083723783493042, 0.03657911345362663, 0.0256961602717638, -0.007612391375005245, 0.020575204864144325, -0.027684209868311882, 0.009988557547330856, 0.00663768220692873, -0.022576598450541496, 0.017158949747681618, 0.018783053383231163, -0.020521128550171852, 0.038380105048418045, 0.01250232569873333, -0.021919971331954002, -0.011113960295915604, 0.040729064494371414, 0.03738490119576454, -0.022936219349503517, -0.0031861714087426662, -0.023209942504763603, 0.02087942697107792, 0.005346681922674179, 0.02139480970799923, 0.008311334997415543, 0.0005401859525591135, 0.0021796056535094976, -0.018709877505898476, 0.02207772620022297, 0.017707539722323418, 0.003669746918603778, 0.04301624372601509, 0.0020333484280854464, -0.015564127825200558, 0.028061246499419212, 0.006103795487433672, 0.03259947523474693, -0.027457652613520622, 0.015714818611741066, -0.017958519980311394, 0.0032854925375431776, -0.0016305699246004224, -0.04127590358257294, -0.007301379926502705, -0.0017634015530347824, 0.0165473073720932, -0.004166330210864544, 0.025684038177132607, 0.03416776284575462, -0.014978498220443726, -0.026575064286589622, 0.026506125926971436, -0.023807747289538383, 0.0012813963694497943, -0.02338680438697338, 0.037756968289613724, 0.0053680529817938805, -0.027508901432156563, 0.014851204119622707, 0.002120504854246974, 0.021459097042679787, -0.026068685576319695, -0.004276147112250328, 0.004858684726059437, 0.025344243273139, -0.014235449023544788, -0.04267551377415657, -0.007464155554771423, -0.0015506820054724813, -0.00801361445337534, -0.04341933876276016, -0.044241249561309814, -0.026471557095646858, 0.01952020823955536, 0.02387847937643528, 0.04308130964636803, 0.011132949963212013, -0.013529771007597446, 0.04090804234147072, 0.01207237783819437, 0.011008745059370995, 0.031961917877197266, 0.027882913127541542, -0.00864754430949688, 0.036224815994501114, -0.019537387415766716, -0.02437676303088665, -0.02008713223040104, 0.010144959203898907, -0.01166737824678421, -0.037058599293231964, -0.041475772857666016, -0.016640163958072662, -0.07943844050168991, -0.04255732521414757, -0.02563704177737236, -0.05017457529902458, -0.017210373654961586, -0.0476384311914444, -0.0822327509522438, -0.08425185084342957, -0.04043714329600334, -0.05582014471292496, -0.05128368362784386, -0.048328645527362823, -0.038689907640218735, 0.015307732857763767, -0.020090490579605103, -0.019673189148306847, -0.001089771743863821, -0.00824884045869112, 0.0045877257362008095, 0.04309837892651558, -0.025272900238633156, -0.018595466390252113, 0.007683986332267523, 0.02888460084795952, -0.01880660094320774, 0.012157986871898174, -0.05496348440647125, -0.061313923448324203, -0.0966792032122612, -0.04960613325238228, -0.13070523738861084, -0.11051713675260544, -0.09832552075386047, -0.1351499855518341, -0.18253684043884277, -0.09182565659284592, -0.08493184298276901, -0.1264033317565918, -0.049797967076301575, -0.08367609232664108, -0.12918077409267426, -0.07199300080537796, -0.058884941041469574, -0.0756467655301094, -0.015064198523759842, 0.018297161906957626, 0.030402719974517822, 0.0022419500164687634, 0.03515284135937691, 0.0068341507576406, -0.022504204884171486, 0.026672154664993286, 0.006019549444317818, -0.04185650497674942, -0.04426467791199684, -0.04878838732838631, -0.08718011528253555, -0.10657886415719986, -0.1422347128391266, -0.1859397441148758, -0.2392919510602951, -0.20306894183158875, -0.23154690861701965, -0.3228866159915924, -0.2375372350215912, -0.14696559309959412, -0.06256815791130066, -0.11968081444501877, -0.16430619359016418, -0.10119189321994781, -0.09418584406375885, -0.14777366816997528, -0.02736307680606842, 0.017000364139676094, -0.011528164148330688, -0.021871741861104965, 0.043397966772317886, 0.028423069044947624, 0.02557842619717121, 0.05014616996049881, 0.007898148149251938, 0.013901692815124989, 0.054033324122428894, 0.1289137750864029, 0.0628800019621849, -0.0332704596221447, -0.0021785732824355364, -0.1704384833574295, -0.15435056388378143, -0.21996310353279114, -0.23180560767650604, -0.2920159101486206, -0.21135690808296204, -0.1001913771033287, -0.11849019676446915, -0.09526000916957855, 0.0059942519292235374, -0.07542748004198074, -0.012607887387275696, -0.010829486884176731, -0.019210046157240868, -0.003473758464679122, -0.007702489383518696, 0.03637745976448059, -0.016631951555609703, 0.040698934346437454, -0.0026648486964404583, 0.045324839651584625, 0.04938681423664093, 0.07079148292541504, 0.13760735094547272, 0.10336297005414963, 0.028608480468392372, 0.024453382939100266, 0.11027760803699493, 0.009456602856516838, 0.008954162709414959, -0.058125030249357224, -0.01670064590871334, -0.04909607395529747, 0.043919991701841354, 0.0467149056494236, 0.09173882752656937, 0.07861550152301788, 0.06860259175300598, 0.06033178046345711, 0.03756703436374664, 0.03261679783463478, 0.009574946947395802, -0.0022822085302323103, 0.008580191992223263, 0.02717054821550846, 0.034022871404886246, -0.007276046089828014, 0.011861002072691917, 0.03186453506350517, 0.07353078573942184, 0.1330408751964569, 0.12994931638240814, 0.06562746316194534, 0.04841829091310501, 0.04668869450688362, 0.1881910115480423, 0.25099998712539673, 0.33524689078330994, 0.38300809264183044, 0.42073875665664673, 0.25181421637535095, 0.21505726873874664, 0.06716661155223846, 0.046223513782024384, 0.02403682842850685, -0.000791197526268661, 0.04183849319815636, 0.12045250087976456, 0.023134728893637657, 0.04520140588283539, 0.0797615572810173, -0.02225077711045742, 0.007697875611484051, 0.04002278670668602, -0.011403723619878292, 0.059247393161058426, 0.012289711274206638, 0.07651381194591522, 0.08222609758377075, 0.1824548840522766, 0.09537778049707413, 0.09074036777019501, 0.15558232367038727, 0.22532659769058228, 0.27154290676116943, 0.2714625298976898, 0.45431414246559143, 0.40919846296310425, 0.29559147357940674, 0.12201585620641708, 0.0071005080826580524, 0.04312068223953247, 0.0024149080272763968, 0.02897896058857441, 0.046920254826545715, -0.03165819123387337, 0.06119045987725258, 0.009473403915762901, 0.09087946265935898, 0.018561430275440216, 0.02376370318233967, 0.012636837549507618, -0.010370032861828804, 0.06232531741261482, 0.016775140538811684, 0.05792304873466492, 0.08230742067098618, 0.05553485453128815, 0.0077302237041294575, 0.032165639102458954, 0.10004270821809769, 0.1334356814622879, 0.2358740121126175, 0.20231592655181885, 0.17510724067687988, 0.14040006697177887, -0.03739623725414276, -0.10596174746751785, -0.11046035587787628, -0.0574362650513649, -0.08618690818548203, -0.016136562451720238, -0.12672807276248932, -0.01865994930267334, 0.01923321932554245, 0.029295267537236214, 0.03521880507469177, 0.004274440463632345, 0.04554494842886925, -0.016051528975367546, -0.009581979364156723, 0.009111776016652584, -0.019443465396761894, 0.03971460089087486, -0.020335497334599495, -0.04180390015244484, -0.06510816514492035, 0.026152119040489197, 0.08177334815263748, 0.023839715868234634, 0.030133450403809547, -0.04031747952103615, -0.0830104872584343, -0.021276181563735008, -0.1279464066028595, -0.12903156876564026, -0.03322451934218407, -0.07248904556035995, -0.01730794459581375, -0.052702873945236206, -0.09767191857099533, 0.009754450060427189, -0.025100769475102425, 0.015989257022738457, 0.09806115180253983, 0.050339099019765854, -0.020236345008015633, -0.016684239730238914, -0.015294372104108334, -0.0186256542801857, -0.07565147429704666, -0.08422856777906418, 0.019291343167424202, -0.039909590035676956, -0.04530167579650879, -0.08526071906089783, -0.05459213629364967, -0.09119012206792831, -0.029766831547021866, -0.17751234769821167, -0.04004742205142975, -0.04913434386253357, -0.1087193712592125, -0.031852126121520996, -0.0507618673145771, -0.05480875447392464, -0.06198248267173767, -0.02620484121143818, 0.03362264856696129, 0.05279901996254921, 0.07769166678190231, 0.07767597585916519, 0.05347255617380142, 0.020467935130000114, -0.015624435618519783, 0.007849015295505524, -0.01406845636665821, 0.018527166917920113, -0.017711138352751732, -0.07796352356672287, -0.08073532581329346, -0.009376912377774715, -0.09685361385345459, -0.0901850163936615, -0.09416905045509338, 0.03093748539686203, 0.013865163549780846, -0.01847142167389393, -0.02513008750975132, -0.037679947912693024, 0.059147801250219345, -0.05046086013317108, 0.03544221073389053, 0.08527469635009766, -0.006998734548687935, 0.055283162742853165, 0.11245864629745483, 0.06101120635867119, 0.08751513808965683, 0.09309977293014526, 0.027348702773451805, 0.01678578369319439, 0.008200990036129951, 0.015142465010285378, 0.005530761554837227, -0.015461891889572144, -0.027841439470648766, -0.06024130433797836, 0.03378188982605934, 0.08417721092700958, -0.028964398428797722, -0.020823899656534195, -0.0010784644400700927, -0.04119401425123215, 0.00778389535844326, 0.07816727459430695, 0.01739642769098282, -0.07096320390701294, -0.06992405652999878, -0.1857525259256363, -0.007711158599704504, -0.021941985934972763, 0.06971181184053421, 0.08722837269306183, 0.007655206602066755, -0.018521061167120934, 0.0703645721077919, 0.1499602198600769, 0.03792612627148628, -0.012468387372791767, 0.036163363605737686, 0.012854564934968948, 0.036489713937044144, 0.014581439085304737, -0.01736963912844658, -0.047336239367723465, 0.026704583317041397, 0.013991144485771656, 0.01881241984665394, 0.058327097445726395, 0.11840975284576416, 0.09542818367481232, -0.10857760906219482, -0.1243617981672287, -0.0995447114109993, -0.10301795601844788, -0.13921242952346802, -0.06375382095575333, -0.013059049844741821, -0.012737232260406017, 0.008172613568603992, -0.02495522052049637, -0.05818131938576698, 0.015211839228868484, 0.07338724285364151, 0.08000674098730087, 0.020340336486697197, 0.06576894223690033, 0.018560392782092094, 0.02860659919679165, -0.014159847050905228, -0.01823745295405388, -0.012826536782085896, -0.06785442680120468, 0.04660137742757797, 0.005998173262923956, 0.014800366945564747, 0.030142292380332947, 0.04102020338177681, 0.045187704265117645, -0.08484173566102982, -0.12345882505178452, -0.060455888509750366, 0.01718197949230671, 0.017918145284056664, -0.021837962791323662, 0.059446342289447784, 0.019140463322401047, 0.04584247246384621, 0.04421369731426239, 0.014835577458143234, 0.05135224014520645, 0.06821435689926147, 0.058683667331933975, 0.03380700573325157, -0.0173178818076849, 0.023439457640051842, -0.015620319172739983, 0.027582494542002678, 0.02254885993897915, -0.004960394464433193, -0.021979982033371925, -0.01920126937329769, 0.036333028227090836, 0.07186426222324371, 0.0931459441781044, 0.026590745896100998, -0.047986242920160294, -0.015859700739383698, -0.10344246029853821, -0.02821458876132965, 0.007687134202569723, 0.016570981591939926, -0.019009733572602272, 0.07918079197406769, 0.11117131263017654, 0.08161473274230957, -0.01075445581227541, 0.008900272659957409, 0.09830950200557709, 0.0660572201013565, 0.024081183597445488, 0.016230866312980652, 0.01668601483106613, 0.03218325227499008, 0.019540833309292793, -0.013045364990830421, 0.04045885056257248, -0.008067654445767403, 0.010057153180241585, 0.029261423274874687, -0.013145346194505692, 0.017686523497104645, 0.06474561244249344, -0.02707388997077942, -0.05388153716921806, -0.03662524372339249, 0.0992196798324585, -0.028774235397577286, -0.000280315347481519, 0.0008073259959928691, -0.009241592139005661, 0.09307520091533661, 0.039554011076688766, 0.03711239621043205, -0.06851653009653091, -0.048881012946367264, -0.0008556643733754754, -0.02650497294962406, -0.0050289626233279705, -0.047814857214689255, 0.031920336186885834, -0.024210238829255104, -0.014019733294844627, 0.03679714724421501, 0.0018270143773406744, 0.024489736184477806, 0.035172466188669205, 0.04262465983629227, 0.047823090106248856, 0.0047537824138998985, -0.05407946929335594, -0.11084678769111633, -0.16392092406749725, -0.07964125275611877, -0.0636737123131752, -0.10716678947210312, -0.04335362836718559, -0.08648119121789932, -0.08998168259859085, -0.04197682812809944, -0.07037357240915298, -0.03759737312793732, -0.12995854020118713, -0.09099177271127701, 0.022357730194926262, -0.007014691364020109, -0.03034180961549282, 0.011419578455388546, 0.02638990990817547, 0.024697231128811836, -0.02400016598403454, 0.0357627235352993, -0.020364487543702126, -0.01834258995950222, 0.032217200845479965, -0.005904668010771275, -0.03601425141096115, -0.1164865642786026, -0.22221921384334564, -0.11693550646305084, -0.11563938856124878, -0.028928732499480247, -0.10078023374080658, -0.12161728739738464, -0.06629227101802826, -0.0948185846209526, -0.10473985970020294, -0.04328087344765663, -0.0007971416343934834, -0.10270565003156662, -0.11687977612018585, -0.08713968843221664, -0.04009801149368286, -0.014462810941040516, 0.031104572117328644, 0.05004611983895302, 0.005811470560729504, -0.00036217091837897897, -0.024078836664557457, -0.026298800483345985, 0.006763412617146969, -0.007642729673534632, -0.010187518782913685, -0.013065419159829617, 0.02136705256998539, -0.06894078105688095, -0.07202547043561935, -0.054104190319776535, -0.11349115520715714, -0.11452896147966385, -0.028164295479655266, -0.04785428196191788, -0.01805979572236538, 0.031109213829040527, 0.02173314057290554, 0.03316706418991089, -0.006091107614338398, -0.1217101663351059, -0.09856556355953217, -0.06121278926730156, -0.0032444982789456844, -0.033713407814502716, 0.048215050250291824, -0.020766498520970345, -0.024561243131756783, -0.026809940114617348, -0.00622884277254343, -0.021704258397221565, 0.017962442710995674, 0.0025260818656533957, -0.002666459884494543, 0.03345143049955368, 0.04623337835073471, 0.0061249262653291225, -0.08736477047204971, 0.01967691071331501, 0.01860593445599079, 0.024150922894477844, 0.06785229593515396, 0.03316769376397133, 0.041673265397548676, 0.04916994646191597, 0.09384163469076157, -0.04008539393544197, -0.07854359596967697, -0.14361900091171265, -0.09986215829849243, -0.050715383142232895, -0.025675712153315544, 0.0004691164940595627, 0.03544062003493309, -0.023145807906985283, 0.03797164931893349, -0.014703852124512196, -0.0024882766883820295, 0.01383325457572937, -0.027059903368353844, 0.026799695566296577, 0.008335943333804607, 0.040795572102069855, 0.021062156185507774, -0.03907246142625809, -0.037851475179195404, 0.05143622308969498, 0.055184945464134216, 0.0059873624704778194, 0.07783735543489456, 0.031920626759529114, -0.0325932651758194, -0.0421743281185627, -0.007998867891728878, -0.00703690480440855, -0.03667652979493141, 0.00939262006431818, -0.06049668788909912, -0.022334057837724686, -0.0284524317830801, 0.022153794765472412, 0.026653146371245384, 0.02927440218627453, 0.004021762404590845, 0.0017697598086670041, -0.009649902582168579, -0.013186726719141006, -0.025159915909171104, -0.010678045451641083, 0.029068347066640854, -0.017747605219483376, 0.003514431184157729, 0.012333366088569164, 0.05122724547982216, 0.03950846940279007, 0.019579660147428513, 0.002082731807604432, 0.07388781011104584, 0.02494986727833748, -0.021023491397500038, -0.06318861246109009, 0.10365675389766693, 0.07986442744731903, 0.07053033262491226, 0.16290973126888275, 0.07296539843082428, 0.016698116436600685, -0.02945888228714466, 0.05129873380064964, -0.004093803931027651, 0.003078158712014556, 0.01521152351051569, 0.011179791763424873, 0.00026116895605809987, 0.02582959644496441, 0.019234543666243553, 0.033269401639699936, -0.011331875808537006, -0.04468507319688797, -0.03902534022927284, 0.03762359917163849, 0.03037085197865963, 0.054827261716127396, 0.10195738822221756, 0.07506611198186874, 0.020714344456791878, 0.07304665446281433, 0.11004041880369186, 0.06205112114548683, 0.0527774840593338, 0.008542895317077637, 0.07604223489761353, 0.12953604757785797, 0.03884613886475563, -0.0007143525290302932, 0.038318753242492676, 0.028606971725821495, 0.014862911775708199, 0.021018078550696373, 0.02824578993022442, 0.03864612802863121, -0.016850607469677925, -0.024214180186390877, 0.01444332767277956, 0.03987834230065346, 0.04271019622683525, -0.02170589566230774, 0.01005270704627037, 0.030692052096128464, 0.04887574538588524, 0.04901282116770744, 0.07219313085079193, 0.011569974012672901, 0.01775312051177025, -0.004995877854526043, 0.008463672362267971, -0.0066705611534416676, 0.04077199101448059, 0.03987247496843338, -0.005572955589741468, 0.033604733645915985, -0.015692124143242836, 0.012135865166783333, 0.0021005019079893827, 0.0024995612911880016, -0.02390000782907009, 0.008377392776310444, 0.017902469262480736, 0.010337179526686668], [-0.001160226995125413, 0.030083835124969482, -0.030207786709070206, 0.009191383607685566, 0.018160298466682434, -0.008597624488174915, 0.0016864347271621227, 0.023127704858779907, 0.018573887646198273, 0.014119056053459644, 0.03316623345017433, -0.02590123936533928, -0.009457088075578213, -0.017815299332141876, 0.03530454263091087, -0.023634154349565506, -0.03155716881155968, 0.010217233560979366, -0.008558652363717556, 0.006895457860082388, -0.0038627274334430695, 0.0058187637478113174, 0.02271270751953125, -0.025636937469244003, 0.02979789301753044, 0.0005533355288207531, 0.029667869210243225, 0.022877689450979233, 0.01148951891809702, -0.024918220937252045, 0.01097759511321783, -0.029486708343029022, 0.030289804562926292, -0.02593262493610382, -0.025205980986356735, -0.006297904998064041, -0.026989847421646118, -0.0031495695002377033, -0.011583267711102962, 0.0017603253945708275, 0.0011710398830473423, 0.004386861342936754, 0.022877760231494904, -0.0026281997561454773, 0.03942285105586052, -0.006560156121850014, 0.03344663977622986, 0.021104533225297928, -0.028718434274196625, 0.029422208666801453, -0.016208816319704056, -0.003355977591127157, 0.00688428757712245, -0.007500627543777227, 0.027858231216669083, 0.028320979326963425, 0.0066956281661987305, 0.0033279620110988617, -0.005500270053744316, 0.003352970350533724, -0.02744165062904358, 0.03836304321885109, 0.009454167447984219, 0.02675090730190277, -0.025169044733047485, 0.006151062436401844, 0.012076102197170258, 0.006195059046149254, 0.02305195853114128, 0.005608625244349241, 0.012087817303836346, -0.041045043617486954, -0.009062957018613815, -0.00552629679441452, -0.0575668066740036, -0.048396121710538864, -0.016026340425014496, 0.020097430795431137, 0.024303264915943146, -0.020764164626598358, 0.020274654030799866, 0.020064029842615128, 0.037201736122369766, 0.02769952267408371, 0.03365079313516617, 0.007545868866145611, 0.0077985599637031555, -0.009364751167595387, 0.024588558822870255, -0.002219593385234475, -0.02195565029978752, -0.003274159971624613, 0.041867658495903015, 0.05563683435320854, 0.04954897239804268, -0.016159234568476677, -0.004014982841908932, 0.03610319271683693, -0.024654025211930275, -0.05897720530629158, -0.02235214225947857, -0.08007858693599701, -0.11056608706712723, -0.06531042605638504, -0.008800655603408813, -0.043668437749147415, -0.027231160551309586, 0.009808928705751896, -0.009688806720077991, -0.029227957129478455, 0.038873154670000076, 0.02356419712305069, 0.013215101324021816, 0.01773669198155403, 0.01765815168619156, 0.022112101316452026, -0.01844155043363571, -0.015159978531301022, -0.012325425632297993, 0.04107191041111946, 0.028299549594521523, 0.04081491008400917, 0.06972020119428635, 0.0754975825548172, 0.06570253521203995, 0.020233867689967155, 0.0030925602186471224, 0.0023787645623087883, -0.05850834771990776, -0.02654844895005226, -0.07438051700592041, -0.12143687903881073, -0.09397207200527191, -0.09292526543140411, -0.04369882494211197, -0.016791190952062607, 0.0005552135407924652, 0.038042500615119934, 0.028638232499361038, 0.027027815580368042, 0.02391120046377182, -0.024932313710451126, -0.026616215705871582, -0.015046562999486923, 0.03734203428030014, -0.028583411127328873, 0.01824408397078514, 0.02733449451625347, 0.03394445404410362, 0.030314549803733826, 0.010775427334010601, 0.11090261489152908, 0.15133000910282135, 0.16179180145263672, 0.25013279914855957, 0.0726824477314949, -0.01855059713125229, 0.07644128054380417, 0.02461794763803482, -0.041385307908058167, -0.021216781809926033, 0.0014305904041975737, -0.09313879907131195, -0.09358309954404831, 0.004533563740551472, 0.029108472168445587, 0.02100682258605957, 0.0005018461379222572, -0.02607867121696472, 0.004204601515084505, 0.005896640941500664, -0.023173850029706955, -0.026200465857982635, -0.042446162551641464, -0.007883261889219284, -0.04761071130633354, -0.06127820909023285, 0.0044594681821763515, 0.029413560405373573, 0.1169908195734024, 0.06111918017268181, 0.20545421540737152, 0.2826172113418579, 0.3624560236930847, 0.18347026407718658, 0.12909634411334991, 0.06594891101121902, -0.10570526123046875, -0.02983519621193409, -0.05013105273246765, -0.08695521205663681, -0.0636376142501831, -0.06532078981399536, 0.04143451154232025, -0.027136242017149925, 0.008414730429649353, -0.026359599083662033, -0.021568328142166138, -0.016772277653217316, -0.01757160574197769, -0.0028816349804401398, -0.045066799968481064, -0.053532492369413376, -0.14837650954723358, -0.06957489997148514, -0.00937873125076294, 0.032132428139448166, 0.013572592288255692, 0.005477048456668854, 0.14555972814559937, 0.04927205666899681, 0.2765662968158722, 0.15793463587760925, 0.12717978656291962, 0.0777638629078865, -0.08245580643415451, -0.13739898800849915, -0.033491361886262894, -0.09291457384824753, -0.07832133024930954, -0.047351788729429245, 0.028351765125989914, -0.001977939158678055, -0.009099763818085194, 0.035727981477975845, -0.026609841734170914, 0.0331832617521286, -0.015383828431367874, -0.04135553538799286, -0.071680948138237, -0.05503339692950249, -0.10510972142219543, -0.016897810623049736, -0.0034445845521986485, 0.07017676532268524, -0.033196788281202316, 0.007904124446213245, -0.02690250240266323, -0.03900614753365517, 0.08991963416337967, 0.07258875668048859, 0.15911006927490234, 0.17211061716079712, 0.08490028977394104, 0.000866084941662848, 0.030725840479135513, 0.017076915130019188, -0.059208549559116364, -0.03140910342335701, 0.006738466210663319, -0.024303395301103592, 0.029128078371286392, -0.03142443671822548, -0.029139235615730286, 0.010151909664273262, -0.012591266073286533, -0.0595320425927639, -0.08961872011423111, -0.012771843932569027, -0.10572154819965363, -0.0007749549695290625, 0.006418257486075163, 0.02852979488670826, -0.012155507691204548, -0.04939228668808937, -0.09792336821556091, -0.1765807569026947, -0.057733096182346344, -0.0549137257039547, 0.2386026531457901, 0.14233675599098206, 0.12707941234111786, 0.08821846544742584, 0.009233946911990643, -0.0010728316847234964, -0.019374659284949303, -0.031763236969709396, 0.03155349940061569, 0.03399280458688736, 0.032059524208307266, 0.016128823161125183, -0.033262040466070175, -0.007433085236698389, -0.04951125755906105, -0.0959954485297203, -0.06560073047876358, 0.02448885142803192, -0.020738748833537102, -0.01258858572691679, 0.025204619392752647, -0.036786340177059174, -0.010323286056518555, -0.008683879859745502, -0.12083500623703003, -0.07033173739910126, -0.12737075984477997, 0.04933050274848938, 0.020657330751419067, 0.1385287642478943, 0.02457028068602085, 0.054665304720401764, 0.0007858609897084534, 0.062132593244314194, 0.10808542370796204, 0.030107012018561363, 0.029528092592954636, -0.018302764743566513, -0.005357952788472176, 0.03747300058603287, -0.01993541419506073, 0.021859966218471527, -0.05689045041799545, -0.05130986124277115, -0.02544618956744671, 0.0031974338926374912, 0.07319456338882446, 0.035812363028526306, -0.014538080431520939, -0.060432348400354385, -0.054177988320589066, -0.005172596778720617, 0.0691286027431488, -0.033410463482141495, -0.031170066446065903, 0.01388179324567318, 0.03238802030682564, 0.030764048919081688, 0.0025677846278995275, 0.06836486607789993, 0.007066821213811636, 0.044377993792295456, 0.020477062091231346, 0.0025376712437719107, 0.03659089282155037, 0.03308165818452835, 0.02854541689157486, -0.0037916803266853094, 0.03373830392956734, -0.013838762417435646, -0.04023166000843048, -0.01681339368224144, -0.005526154767721891, -0.002023553941398859, 0.03311188519001007, -0.06861806660890579, 0.010587767697870731, -0.06494278460741043, -0.03035161830484867, -0.07350794970989227, 0.039233796298503876, 0.0617557130753994, -0.06407977640628815, -0.18559595942497253, -0.04165102168917656, -0.030811253935098648, 0.2244875729084015, 0.07166186720132828, 0.06926068663597107, 0.004771179985255003, -0.0015049698995426297, -0.03922335430979729, -0.03578660264611244, 0.032824981957674026, -0.005491979420185089, -0.013345346786081791, -0.010212580673396587, 0.012295135296881199, 0.033105820417404175, 0.045765336602926254, 0.016857823356986046, -0.06407681107521057, -0.01649620570242405, -0.054616838693618774, 0.043052516877651215, 0.0763019472360611, 0.04386318475008011, -0.012183566577732563, 0.1267608106136322, 0.03102627769112587, -0.012949902564287186, -0.19519668817520142, -0.1028728112578392, 0.06537245959043503, 0.0607290118932724, 0.02903517335653305, 0.04094569757580757, -0.03711919113993645, -0.06458883732557297, -0.12599468231201172, -0.027057725936174393, -0.026032425463199615, -0.023349802941083908, -0.031639665365219116, 0.015718653798103333, -0.027479343116283417, 0.032456669956445694, -0.00478465436026454, -0.019985737279057503, -0.03133063390851021, -0.026903577148914337, -0.030345557257533073, -0.0812428742647171, -0.0932084321975708, -0.041100770235061646, -0.01914607733488083, 0.1209283173084259, 0.017546817660331726, -0.06304977834224701, -0.1319345235824585, -0.03233092278242111, -0.03512987866997719, -0.13555830717086792, -0.02969762310385704, 0.01845458336174488, 0.021346334367990494, -0.12897375226020813, -0.07252304255962372, -0.02264537662267685, -0.02433915063738823, -0.005250965245068073, 0.022606901824474335, -0.02727685496211052, 0.01689494401216507, -0.0069085038267076015, 0.040822628885507584, 0.011729942634701729, 0.0208959449082613, -0.0067625632509589195, -0.0049155536107718945, -0.0843103751540184, -0.11663269251585007, -0.12190959602594376, -0.10475608706474304, -0.032920319586992264, 0.054169345647096634, 0.06545284390449524, 0.003176669357344508, -0.07553498446941376, -0.040390241891145706, -0.10599801689386368, -0.04717118293046951, -0.014147023670375347, 0.00497848866507411, -0.042741380631923676, -0.03565678372979164, 0.007481343112885952, 0.024941645562648773, 0.01778540387749672, 0.015381795354187489, -0.030166421085596085, -0.02351287007331848, 0.01721661537885666, 0.04459686577320099, 0.005339393392205238, -0.022096607834100723, -0.020145220682024956, 0.027147872373461723, 0.03216543421149254, 0.06931865960359573, 0.05675755441188812, 0.0787767842411995, 0.056065455079078674, -0.05266218259930611, -0.026432454586029053, -0.04462302848696709, -0.013654044829308987, -0.022108566015958786, -0.1351289600133896, -0.0018217869801446795, -0.013589211739599705, 0.038182444870471954, -0.07128705084323883, -0.045558612793684006, -0.0023122841957956553, -0.009862727485597134, -0.018232349306344986, -0.031149238348007202, 0.031791843473911285, -0.020637422800064087, 0.006177452392876148, 0.028759930282831192, -0.0019286083988845348, -0.00790705531835556, -0.01681557297706604, -0.013868570327758789, 0.00045425916323438287, 0.06628505885601044, 0.04684155806899071, 0.07750365138053894, 0.014848398976027966, -0.1643151193857193, -0.08855818957090378, 0.01795545406639576, -0.0066938698291778564, -0.008273586630821228, -0.08764208108186722, -0.04038376733660698, -0.07367551326751709, -0.05003928393125534, -0.03639868646860123, -0.050247613340616226, 0.018633602187037468, -0.011794963851571083, 0.021922241896390915, 0.02290818840265274, 0.026243023574352264, -0.002123512327671051, 0.007931112311780453, -0.04231930896639824, 0.007349018938839436, 0.006439355667680502, 0.005644733086228371, -0.057994335889816284, 0.011396998539566994, 0.05246812477707863, 0.06460905820131302, 0.08258805423974991, -0.18000692129135132, -0.2718811631202698, -0.005290682427585125, -0.03507005050778389, 0.05672924220561981, 0.009045170620083809, 0.06318192929029465, -0.008584029041230679, -0.01456381380558014, 0.05347674340009689, -0.036003079265356064, 0.00037004638579674065, 0.017266813665628433, 0.014461521059274673, 0.0021615158766508102, 0.024266649037599564, 0.030137967318296432, -0.02555050328373909, 0.0415337011218071, -0.036292754113674164, -0.006168536841869354, -0.008572477847337723, -0.05740708112716675, -0.11464540660381317, -0.1114727109670639, 0.00441692816093564, -0.05659522861242294, -0.04777076840400696, -0.18631313741207123, -0.22417442500591278, -0.06306815892457962, 0.054160986095666885, 0.15238353610038757, 0.11597099155187607, 0.10071518272161484, 0.11377304792404175, 0.025600768625736237, 0.04401309788227081, 0.009705188684165478, -0.015176435001194477, -0.011088903993368149, -0.028487732633948326, -0.005963095463812351, 0.031465496867895126, 0.006830569356679916, -0.02911774441599846, 0.013888400979340076, -0.003300879616290331, 0.009121106937527657, -0.02981111966073513, 0.002354505704715848, -0.06795907765626907, -0.2381352335214615, -0.04870353266596794, -0.010056344792246819, -0.0993284359574318, -0.16774418950080872, -0.18468432128429413, -0.011806095950305462, 0.09042826294898987, 0.10579732805490494, -0.001187377842143178, 0.09640377014875412, 0.08387211710214615, -0.00386182707734406, 0.02557895891368389, 0.038132090121507645, -0.05118858814239502, 0.00804122444242239, 0.018710467964410782, 0.03644968196749687, 0.013330011628568172, -0.03143935278058052, 0.024320464581251144, 0.05997230485081673, 0.01499263197183609, -0.04444479942321777, 0.04563642665743828, 0.034959252923727036, -0.057028789073228836, -0.10478416830301285, -0.04120912402868271, -0.1014813780784607, -0.19314070045948029, -0.061735186725854874, -0.09611906856298447, 0.028795314952731133, 0.10647908598184586, -0.025300180539488792, -0.13548597693443298, -0.024107418954372406, 0.006103171035647392, -0.04025857150554657, 0.027952944859862328, -0.0017204050673171878, -0.030302073806524277, -0.022045550867915154, -0.012196777388453484, -0.03145774081349373, -0.028040308505296707, -0.019516661763191223, 0.016536947339773178, 0.04497489333152771, 0.00946730561554432, 0.02095683477818966, 0.008228551596403122, 0.03077939711511135, -0.09724263101816177, -0.07185772061347961, -0.08818075805902481, -0.06149648129940033, 0.032129645347595215, 0.02101491205394268, 0.16374126076698303, 0.0871710404753685, -0.10724711418151855, -0.20198006927967072, -0.12097936123609543, -0.14340882003307343, -0.07848824560642242, -0.008723847568035126, 0.09232775121927261, 0.042449984699487686, 0.020132016390562057, -0.007298245094716549, 0.01504812017083168, -0.0001666108873905614, -0.009751447476446629, 0.03785518929362297, 0.029794275760650635, -0.005907478742301464, -0.02721647173166275, -0.04881029948592186, -0.011923082172870636, -0.02354804053902626, 0.05401995778083801, 0.0018237765179947019, 0.05378960445523262, 0.15428507328033447, 0.14051780104637146, 0.1976090669631958, 0.15750190615653992, 0.06260514259338379, -0.04588410630822182, -0.07997068017721176, -0.02946024015545845, -0.056361954659223557, -0.003442220389842987, 0.01984810084104538, 0.07753326743841171, 0.08004245907068253, 0.07831559330224991, 0.007947330363094807, -0.025752950459718704, -0.015233557671308517, -0.014479420147836208, -0.007704493124037981, -0.014308272860944271, -0.00912066176533699, 0.028571538627147675, 0.029155168682336807, 0.017433861270546913, 0.014198907651007175, 0.04911667853593826, 0.060777004808187485, 0.09584599733352661, 0.15421462059020996, 0.08708428591489792, 0.11051178723573685, 0.031840063631534576, 0.05169844627380371, 0.006289328448474407, -0.04945116117596626, 0.025689510628581047, -0.010166848078370094, 0.08474929630756378, 0.054692115634679794, 0.027752051129937172, 0.025034088641405106, -0.015185297466814518, -0.02253265306353569, 0.029912486672401428, -0.02995046228170395, -0.027073901146650314, -0.028519317507743835, -0.008237246423959732, 0.02680657058954239, -0.02588822692632675, 0.016002465039491653, 0.06345386803150177, 0.023825544863939285, 0.027599433436989784, -0.002841661451384425, 0.11712431907653809, 0.09721505641937256, 0.0668427124619484, 0.058491531759500504, 0.024869289249181747, 0.12499149888753891, 0.00626228004693985, 0.010965057648718357, 0.045504700392484665, 0.07688625156879425, 0.15596309304237366, 0.041189029812812805, 0.020381638780236244, -0.008809277787804604, 0.02239362522959709, 0.008299799636006355, -0.004507989156991243, -0.022416304796934128, 0.009205003269016743, 0.010376024059951305, -0.009464669041335583, -0.014122129417955875, -0.005743349902331829, 0.01612279564142227, -0.009014957584440708, -0.03026069700717926, -0.003414458129554987, 0.015293308533728123, 0.0800073891878128, 0.09121772646903992, 0.10110287368297577, 0.10272113978862762, 0.05582161620259285, 0.061198439449071884, 0.04040508717298508, 0.037808798253536224, 0.005174165591597557, 0.00017383314843755215, 0.0470343641936779, 0.023047320544719696, 0.006274061277508736, -0.013395079411566257, 0.023888349533081055, -0.011339050717651844, -0.005843445658683777, 0.015462860465049744, 0.03883847966790199, 0.016113456338644028, 0.03519875183701515, 0.0029455909971147776, -0.006654386408627033, 0.03519069775938988, -0.021566372364759445, 0.04646267369389534, -0.0005542471772059798, -0.009241939522325993, 0.012846482917666435, 0.019710194319486618, 0.01707407459616661, 0.02146400697529316, 0.031172335147857666, -0.02096944861114025, 0.003330125007778406, 0.006252408027648926, -0.013459018431603909, 0.04004757106304169, 0.030759867280721664, -0.007273969706147909, 0.026599876582622528, 0.02050311118364334, -0.03156239166855812, 0.029445290565490723, -0.02342214062809944, 0.02537284418940544], [0.006970393005758524, 0.01212551910430193, -0.01152671780437231, 0.02663712203502655, 0.0030506071634590626, 0.0006292429170571268, -0.02846810221672058, 0.012414283119142056, 0.0334833599627018, -0.013629124499857426, 0.027864184230566025, -0.0005881267716176808, 0.020183980464935303, 0.0010566678829491138, -0.005603838246315718, 0.002800089307129383, -0.019768275320529938, 0.010159526951611042, -0.027331653982400894, -0.02604055404663086, 0.0026815365999937057, 0.04148721694946289, 0.031245118007063866, -0.021706629544496536, -0.023271694779396057, 0.029386848211288452, 0.04179375618696213, 0.004140172619372606, -0.0010013931896537542, 0.03298863768577576, 0.014799845404922962, -0.02452949434518814, -0.02698325738310814, -0.01994038000702858, 0.025912396609783173, -0.019342627376317978, -0.008789530955255032, 0.018052395433187485, -0.027658820152282715, -0.004198773764073849, -0.01645810715854168, 0.01085602305829525, 0.02547033503651619, -0.013291177339851856, -0.005512705538421869, 0.014409687370061874, 0.023678593337535858, 0.03180035203695297, 0.02422577515244484, 0.03422962874174118, 0.03687295317649841, -0.027393680065870285, -0.01127347256988287, 0.029166799038648605, -0.005250660236924887, 0.025423575192689896, -0.011679387651383877, 0.040309302508831024, 0.023249495774507523, -0.02155953273177147, 0.039940252900123596, 0.020032312721014023, 0.026846133172512054, -0.04934091866016388, -0.026828527450561523, -0.004211665131151676, -0.0009075826965272427, -0.016794750466942787, -0.079779714345932, -0.053271617740392685, -0.038961559534072876, 0.01021870132535696, -0.004944407381117344, -0.00599661935120821, -0.016513850539922714, -0.029089275747537613, -0.0016354536637663841, -0.007768113166093826, -0.015453796833753586, 0.0024379873648285866, -0.000709874730091542, 0.03367210924625397, -0.02885812148451805, 0.0025447476655244827, -0.020193498581647873, -0.006829014513641596, -0.01849602535367012, 0.03790219873189926, 0.018156781792640686, -0.02585737034678459, 0.01470605656504631, -0.04629898443818092, -0.063927061855793, -0.05028365179896355, -0.05243591219186783, -0.06881862878799438, 0.005365930963307619, -0.06666465103626251, -0.0021933799143880606, -0.0062515814788639545, 0.0003773032804019749, 0.001986508723348379, -0.01740967482328415, -0.0017279473831877112, -0.02662382274866104, -0.0011736680753529072, -0.040284156799316406, -0.01451159082353115, -0.030469484627246857, 0.003743054112419486, 0.015619759447872639, -0.017305895686149597, -0.007352639455348253, 0.029974840581417084, 0.018175382167100906, -0.023292791098356247, 0.0061772833578288555, 0.01742127723991871, 0.015009608119726181, 0.02933643013238907, -0.039329372346401215, -0.07782255858182907, -0.027272716164588928, -0.047018542885780334, -0.0555366612970829, -0.04964512586593628, -0.03613292798399925, -0.06793463975191116, -0.06281732022762299, -0.06018767133355141, 0.045679256319999695, -0.03286043182015419, -0.06714324653148651, -0.03626339137554169, -0.018494246527552605, -0.033848535269498825, 0.01685861125588417, -0.019074145704507828, 0.040044963359832764, -0.028135526925325394, 0.013836399652063847, 0.01801832765340805, -0.016160158440470695, 0.038696739822626114, 0.014826060272753239, 0.023450488224625587, 0.026619208976626396, 0.08720158040523529, 0.08374359458684921, 0.0578753761947155, 0.01737501472234726, 0.010966937057673931, 0.02849446050822735, -0.029789144173264503, -0.025706738233566284, -0.037944093346595764, -0.09727122634649277, -0.10505403578281403, -0.11201455444097519, -0.10540153086185455, -0.17236405611038208, -0.11438006162643433, -0.10700757056474686, -0.04498603194952011, 0.018367571756243706, -0.01940910890698433, 0.00048118882114067674, -0.011852712370455265, -0.004773171152919531, -0.017401177436113358, -0.0008104114094749093, 0.023526327684521675, 0.03965897485613823, 0.05709034577012062, 0.0686788409948349, 0.09906785190105438, 0.17831912636756897, 0.17159616947174072, -0.0002018515660893172, -0.0010752278612926602, -0.027039941400289536, 0.19246964156627655, 0.1731993705034256, -0.015885736793279648, 0.12810835242271423, 0.1171841099858284, -0.011558209545910358, -0.1183234229683876, -0.12291526049375534, -0.04358722269535065, -0.1004156842827797, -0.07103630155324936, 0.001920361421070993, -0.023255199193954468, 0.010836279951035976, -0.021836213767528534, 0.01899661496281624, -0.0002260159672005102, -0.01194833405315876, -0.0029226725455373526, 0.02657691016793251, -0.010250086896121502, 0.055444665253162384, 0.04729900509119034, 0.01562357135117054, -0.07863666862249374, -0.13317598402500153, -0.06304040551185608, 0.01779155619442463, 0.04356469586491585, -0.03919496387243271, -0.11528366059064865, -0.08169400691986084, 0.05507161095738411, -0.042511120438575745, -0.051562245935201645, -0.1105855256319046, -0.014418255537748337, -0.01360134407877922, 0.024554980918765068, 0.04632667452096939, 0.001208965783007443, 0.011416708119213581, -0.02105141431093216, 0.024850640445947647, 0.005360409151762724, 0.02784278802573681, 0.05434151366353035, 0.009479069150984287, 0.05595611780881882, 0.043608080595731735, 0.005700761917978525, 0.011307702399790287, 0.0020969356410205364, -0.002143119927495718, -0.04967116191983223, -0.13019509613513947, -0.161066934466362, -0.05876826122403145, 0.10474611818790436, -0.03272980824112892, 0.05054166167974472, 0.06101890653371811, 0.004545669071376324, -0.051387984305620193, -0.005376000888645649, 0.015165368095040321, 0.010544968768954277, 0.06608636677265167, 0.03186023235321045, 0.03257201239466667, -0.021270103752613068, -0.002968191634863615, -0.01809203438460827, 0.004138253163546324, 0.0737214908003807, 0.03041205182671547, 0.08447348326444626, 0.16411906480789185, 0.13057509064674377, 0.0658143013715744, 0.044941309839487076, -0.05491640418767929, -0.0867183655500412, 0.0279928520321846, -0.004755028989166021, 0.04949117451906204, 0.0635337382555008, 0.09384582191705704, 0.17692652344703674, 0.009925920516252518, 0.06149118021130562, 0.07664860785007477, 0.023401305079460144, 0.032218340784311295, -0.017758943140506744, -0.009393904358148575, -0.019635064527392387, 0.007953116670250893, 0.04337016120553017, -0.0083092600107193, -0.029131216928362846, 0.037142056971788406, 0.025792276486754417, 0.0698896050453186, 0.08156035095453262, 0.05220970883965492, 0.001841990859247744, 0.05840772017836571, 0.07385394722223282, -0.08623825013637543, 0.06273134797811508, 0.0755038633942604, 0.029703186824917793, 0.018868597224354744, -0.006601817440241575, -0.043229974806308746, 0.08715522289276123, -0.02253381907939911, 0.050565943121910095, 0.09628134965896606, -0.009026859886944294, -0.006760503631085157, -0.001249073538929224, 0.01842755265533924, 0.0654427632689476, 0.028622087091207504, -0.019296344369649887, 0.01600949466228485, -0.025883065536618233, -0.01803484931588173, 0.054880354553461075, 0.07156787812709808, 0.04924100637435913, 0.0025513898581266403, 0.03333485871553421, 0.09393449127674103, 0.05333298072218895, -0.014371762052178383, 0.061487264931201935, -0.004860822111368179, -0.02456654980778694, 0.02248603105545044, -0.060124147683382034, -0.05691426247358322, 0.05837950110435486, 0.0781061053276062, -0.04203469306230545, 0.10547561943531036, 0.10514798760414124, 0.07965186983346939, 0.0037202644161880016, -0.07767824828624725, -0.029885433614253998, -0.020439909771084785, -0.015877649188041687, 0.003911805804818869, 0.008173073641955853, 0.0421304851770401, -0.008731819689273834, 0.028846951201558113, 0.027462409809231758, -0.04189376160502434, -0.054960038512945175, -0.01140705868601799, -0.14917024970054626, 0.08998387306928635, -0.10999554395675659, -0.2029021680355072, -0.01747453212738037, 0.0006489744991995394, 0.11945973336696625, -0.03870266303420067, -0.07190568000078201, 0.09867312759160995, -0.054388754069805145, 0.026963738724589348, -0.002288294257596135, 0.08095401525497437, 0.06181348115205765, -0.0555419884622097, 0.033397845923900604, 0.021469149738550186, 0.026904601603746414, 0.012032539583742619, -0.016241347417235374, 0.017015967518091202, 0.014082425273954868, 0.025292739272117615, 0.026621142402291298, 0.038540225476026535, -0.07379667460918427, -0.11402983963489532, -0.08896367251873016, -0.0062740943394601345, -0.0638265609741211, -0.029843494296073914, -0.05165849253535271, -0.03798091784119606, 0.04483913630247116, -0.05219721421599388, -0.020149623975157738, 0.015691235661506653, -0.04032415524125099, 0.09670034050941467, 0.18493446707725525, 0.06153463199734688, -0.005117240361869335, 0.0434630922973156, 0.04993808642029762, 0.0389934778213501, -0.0087444381788373, 0.03891880810260773, -0.0007265508756972849, 0.02310134842991829, 0.03558456525206566, 0.08392439037561417, 0.029616208747029305, 0.03104441799223423, 0.0826663076877594, -0.04845181480050087, 0.0688786581158638, -0.005705364979803562, -0.04797660931944847, 0.1076667457818985, 0.03846001625061035, 0.1574501395225525, 0.261030375957489, 0.02118932455778122, 0.09129156172275543, 0.11764500290155411, 0.08730482310056686, 0.1795964390039444, 0.17372587323188782, 0.15289188921451569, 0.022329848259687424, -0.022868923842906952, -0.019771872088313103, 0.005046188365668058, 0.009021538309752941, -0.01223727036267519, 0.023802855983376503, -0.018081815913319588, 0.012712627649307251, 0.012673469260334969, 0.026208914816379547, -0.005402945447713137, -0.034006401896476746, -0.02590950019657612, 0.06934292614459991, 0.16887536644935608, 0.1746099442243576, 0.13071444630622864, 0.22879119217395782, 0.18580693006515503, 0.16825303435325623, 0.09212607890367508, 0.16556665301322937, 0.11515158414840698, 0.18868252635002136, 0.2107243537902832, 0.22273090481758118, 0.21673138439655304, 0.026863275095820427, -0.025195825845003128, -0.06991077959537506, 0.02676319144666195, -0.014203622005879879, -0.0265255868434906, -0.008087103255093098, 0.026378922164440155, 0.01791255734860897, -0.03444433957338333, -0.021126635372638702, 0.03215129300951958, 0.01235407404601574, 0.016282107681035995, 0.08314494043588638, 0.1881096363067627, 0.2143552303314209, 0.3832505941390991, 0.2637448310852051, 0.14943258464336395, 0.1682254672050476, 0.08969368785619736, 0.10926643759012222, 0.09727321565151215, 0.11182381957769394, 0.11021916568279266, 0.09838001430034637, 0.07350552827119827, 0.005049864295870066, -0.02839396707713604, -0.048584576696157455, 0.024848490953445435, -0.02843332290649414, -0.00746483588591218, 0.029796410351991653, 0.0433429479598999, 0.04011315852403641, -0.07600118964910507, -0.10838866233825684, -0.1243438720703125, -0.12021283805370331, -0.1778104603290558, -0.21546851098537445, -0.1230584904551506, -0.16867095232009888, -0.032146163284778595, 0.060827530920505524, -0.09576874226331711, 0.12424572557210922, 0.047355905175209045, -0.019609035924077034, 0.024677429348230362, -0.06076535955071449, -0.011022974736988544, 0.0498029850423336, 0.029741736128926277, 0.014534602873027325, 0.001644899952225387, -0.005966412369161844, -0.016627753153443336, -0.016521118581295013, -0.012133772484958172, -0.0017451922176405787, 0.021463077515363693, -0.027697501704096794, -0.0191209577023983, -0.18715080618858337, -0.2386401742696762, -0.30893638730049133, -0.3931567072868347, -0.4093557298183441, -0.4421240985393524, -0.35236549377441406, -0.35196006298065186, -0.26282647252082825, -0.19910554587841034, -0.12461989372968674, -0.08627840876579285, -0.058068595826625824, -0.08783707767724991, -0.07313857227563858, -0.05932614579796791, -0.02603251114487648, -0.05938094109296799, -0.09815037995576859, -0.02741997502744198, 0.03063640370965004, 0.03789293020963669, 0.009792028926312923, -0.017803002148866653, -0.007946972735226154, 0.000251636141911149, -0.004067105706781149, -0.06583964079618454, -0.18476566672325134, -0.20317111909389496, -0.19446609914302826, -0.3421730101108551, -0.3700351119041443, -0.45340436697006226, -0.3950748145580292, -0.47189030051231384, -0.3410247564315796, -0.19702158868312836, -0.1169983521103859, -0.1508857011795044, -0.14601947367191315, -0.05819924175739288, -0.09134334325790405, -0.11565656960010529, -0.06047367677092552, -0.20371653139591217, -0.184048593044281, -0.07992202788591385, 0.012402541935443878, 0.02077045664191246, 0.006754992995411158, 0.005000498611479998, -0.00885743647813797, -0.0164363794028759, 0.05553559213876724, -0.006157303228974342, -0.10973404347896576, -0.044447287917137146, -0.04107685759663582, -0.09230802208185196, -0.05811700224876404, -0.13448168337345123, -0.12189803272485733, -0.20778124034404755, -0.15443545579910278, -0.03384711220860481, -0.07903359085321426, -0.15870757400989532, -0.08261444419622421, -0.02454843744635582, -0.051435790956020355, -0.0853726789355278, -0.04191521555185318, -0.17318694293498993, -0.13645964860916138, -0.08704715967178345, -0.024776341393589973, -0.011926357634365559, 0.004760637413710356, -0.009709424339234829, -0.014467527158558369, 0.007105869706720114, 0.02268274314701557, 0.06209173426032066, 0.022336961701512337, 0.037231747061014175, 0.07350503653287888, 0.07173743844032288, 0.08952676504850388, 0.12677015364170074, -0.00848355982452631, 0.05091926082968712, 0.08174720406532288, -0.0035495373886078596, -0.043212417513132095, -0.032352741807699203, -0.11171256750822067, -0.11227667331695557, -0.09411206096410751, -0.0707843080163002, -0.08001875877380371, -0.11435125768184662, -0.1045302152633667, -0.013953594490885735, -0.03313858062028885, -0.028556406497955322, -0.015990853309631348, 0.007005319464951754, 0.01493994239717722, 0.03511492535471916, -0.01036357693374157, 0.04868859052658081, 0.0914231389760971, 0.06989700347185135, 0.08653094619512558, 0.12129539996385574, -0.005451084580272436, 0.10655149817466736, 0.03853950649499893, -0.018320878967642784, -0.017306068912148476, -0.07788281887769699, 0.018756290897727013, 0.0065054153092205524, -0.10632000118494034, -0.09710798412561417, -0.09172432124614716, -0.10868172347545624, -0.14192959666252136, -0.07762397825717926, -0.05099695548415184, -0.008573849685490131, 0.02307714894413948, 0.030326632782816887, -0.023871172219514847, 0.023472096771001816, -0.02375226467847824, 0.016486985608935356, 0.03186962381005287, 0.09677299857139587, 0.10916418582201004, 0.15155893564224243, 0.138653963804245, 0.024771733209490776, -0.1273837387561798, -0.061186257749795914, 0.05580730736255646, -0.09229744970798492, -0.07426297664642334, 0.03180341422557831, -0.058017976582050323, -0.16127750277519226, -0.17256788909435272, -0.05574386194348335, -0.07022491097450256, -0.17460739612579346, -0.09750328212976456, -0.08823342621326447, -0.04492634907364845, -0.03347315266728401, -0.007307438645511866, -0.02450108900666237, 0.03410853445529938, 0.037038251757621765, 0.027623381465673447, 0.006464310456067324, 0.04516083002090454, 0.07660148292779922, 0.15383405983448029, 0.19824127852916718, 0.13959398865699768, 0.04985545203089714, -0.00016654700448270887, -0.06288061290979385, -0.007351227104663849, -0.09219610691070557, -0.009061220102012157, 0.05279238149523735, -0.0719132125377655, -0.11608221381902695, -0.0578300766646862, -0.12548747658729553, -0.09535983949899673, -0.08035106211900711, -0.03888146951794624, -1.4763350918656215e-05, 0.003081186208873987, 0.00870475359261036, -0.006411920767277479, 0.013339006341993809, -0.018539413809776306, 0.03200497478246689, -0.0016960538923740387, 0.030860600993037224, -0.005159659776836634, 0.09669100493192673, 0.12231875956058502, 0.11019191890954971, 0.13341061770915985, 0.12951429188251495, 0.058078065514564514, 0.01701328344643116, -0.031712766736745834, -0.09063436090946198, -0.04588478431105614, 0.018385514616966248, -0.003432244760915637, -0.023262908682227135, -0.07239077240228653, -0.05197717994451523, -0.05122802034020424, -0.05202854052186012, -0.03427077829837799, -0.03147146478295326, 0.016311202198266983, 0.013330312445759773, -0.02568008005619049, -0.004835560452193022, 0.039353787899017334, 0.015472386963665485, 0.022725414484739304, 0.0033136699348688126, 0.030399221926927567, 0.012986259534955025, -0.011828063987195492, 0.025558065623044968, 0.06454392522573471, 0.049398936331272125, 0.02943591959774494, 0.02258295565843582, -0.021000556647777557, 0.012671682983636856, 0.04007666930556297, 0.15826448798179626, 0.06060793623328209, 0.01205301284790039, 0.01058405451476574, 0.010548673570156097, -0.014928813092410564, -0.01554120983928442, 0.03411313518881798, 0.03536014258861542, -0.005060192663222551, 0.039163462817668915, -0.020276300609111786, -0.00043405487667769194, -0.009296433068811893, -0.012616482563316822, -0.009719395078718662, 0.03156747668981552, -0.0278770811855793, -0.00490777799859643, -0.0145184937864542, 0.011730032972991467, -0.011510150507092476, -0.030356500297784805, 0.007097043562680483, 0.00714151281863451, 0.03545275330543518, 0.005024065263569355, 0.03683352470397949, -0.023378785699605942, 0.028682712465524673, 0.002719981363043189, -0.014546068385243416, 0.01904274895787239, 0.03676969185471535, -0.002231213264167309, -0.024181902408599854, 0.019733645021915436, -0.028216499835252762, 0.027879036962985992, -0.010037952102720737, -0.009195835329592228, 0.02391406148672104], [-0.013685094192624092, -0.02705381251871586, -0.026882564648985863, -0.01197628304362297, 0.0012637628242373466, -0.001414900179952383, 0.03492683917284012, 0.02480163984000683, 0.012346673756837845, -0.010807432234287262, 0.014826050959527493, 0.02197476290166378, 0.020675646141171455, 0.03558603674173355, -0.008693192154169083, -0.005716047249734402, -0.022562125697731972, -0.004468007478863001, -0.01736621744930744, 0.029770759865641594, -0.028921598568558693, -0.00603184849023819, -0.030810581520199776, 0.023231590166687965, -0.007697029039263725, -0.010454315692186356, 0.020108623430132866, -0.030098149552941322, -0.03139412775635719, -0.008451987989246845, -0.025208430364727974, 0.0320947989821434, -0.009471459314227104, 0.0012128837406635284, -0.020453771576285362, -0.022065626457333565, 0.0359773188829422, -0.01136314682662487, -0.023766355589032173, 0.03182414174079895, -0.025016484782099724, -0.0002597841958049685, 0.00016893012798391283, 0.023483147844672203, 0.018391495570540428, -0.00031103158835321665, -0.011407900601625443, -0.018907172605395317, -0.011658383533358574, 0.025938617065548897, 0.02379690669476986, 0.016909224912524223, -0.012542497366666794, -0.030180370435118675, 0.031275711953639984, -0.009491574950516224, -0.016124868765473366, 0.023269666358828545, 0.00541655533015728, -0.025497769936919212, -0.02554658241569996, 0.014503714628517628, 0.0003327492158859968, -0.024501541629433632, -0.002196099841967225, 0.02311369590461254, -0.037654101848602295, -0.005883959587663412, -0.011165810748934746, 0.018696993589401245, -0.013720927760004997, -0.058725614100694656, 0.003911309409886599, -0.024760885164141655, 0.005327198188751936, -0.03361791372299194, -0.014236039482057095, 0.024196600541472435, -0.0028092898428440094, -0.011801635846495628, 0.023738877847790718, 0.00585092231631279, -0.005156768951565027, -0.02853488363325596, -0.02269594930112362, -0.019534816965460777, -0.02998535893857479, 0.004670949652791023, -0.023625904694199562, 0.022940536960959435, -0.024899741634726524, 0.003972555976361036, -1.9205046555725858e-05, -0.0076840887777507305, -0.015757493674755096, -0.012449570000171661, -0.05489279702305794, -0.05868878215551376, -0.041838645935058594, -0.053440339863300323, -0.07872173190116882, -0.00018902934971265495, 0.025376133620738983, -0.006376814097166061, -0.03509463369846344, -0.04814650118350983, -0.03379088640213013, 0.015964439138770103, -0.04329032450914383, 9.021850564749911e-05, 0.031693123281002045, 0.03621760010719299, 0.02646585740149021, 0.0035755152348428965, -0.031131496652960777, 0.022109156474471092, 0.033327847719192505, 0.030743559822440147, -0.006423686631023884, -0.0108183017000556, -0.03839968144893646, -0.023061975836753845, -0.049073826521635056, 0.007178591564297676, 0.004935800563544035, -0.006430023815482855, 0.02275240048766136, -0.003997254651039839, 0.028910256922245026, 0.04935799166560173, 0.0010689229238778353, -0.01300696562975645, -0.050455253571271896, -0.009297630749642849, 0.013678724877536297, 0.03679879009723663, 0.04912034422159195, 0.051059480756521225, -0.015041569247841835, -0.00015678314957767725, -0.007885770872235298, -0.005341668613255024, -0.025669658556580544, -0.011732691898941994, 0.03996885567903519, 0.03955869749188423, 0.008777688257396221, -0.017570270225405693, -0.03662870079278946, -0.043560534715652466, -0.04023235663771629, -0.049967192113399506, -0.06058122590184212, -0.015337839722633362, 0.015135690569877625, -0.10881293565034866, -0.12179435789585114, 0.028349408879876137, -0.005896189250051975, 0.003943328745663166, -0.013569287024438381, -0.04686062037944794, 0.016767574474215508, -0.0132871363312006, 0.009812599048018456, 0.068878173828125, 0.02146933041512966, 0.02554190345108509, 0.008208105340600014, 0.01903603784739971, -0.018765637651085854, -0.019054872915148735, -0.023683970794081688, 0.006261201109737158, 0.06968480348587036, 0.04450514167547226, 0.03234981372952461, 0.012961993925273418, 0.053493060171604156, -0.047404319047927856, -0.05787282809615135, -0.02536715567111969, 0.018095921725034714, -0.010221641510725021, 0.05800635740160942, 0.12617334723472595, 0.14682453870773315, 0.10232183337211609, 0.12375225871801376, -0.014638656750321388, -0.052077922970056534, 0.030829185619950294, 0.042992155998945236, -0.00625043036416173, -0.013732546009123325, -0.011338175274431705, 0.005219674669206142, -0.006393260322511196, 0.00035761063918471336, -0.007182622328400612, -0.01876736246049404, 0.005377298686653376, -0.03426267206668854, -0.05171849951148033, -0.02033529058098793, -0.008504960685968399, 0.009987478144466877, -0.016805745661258698, 0.03926053270697594, 0.04700246825814247, 0.11068490147590637, 0.09120037406682968, 0.10171566158533096, 0.10810856521129608, 0.21010276675224304, 0.11530555784702301, 0.10826524347066879, 0.020074032247066498, -0.053245216608047485, -0.0058588553220033646, -0.016995998099446297, 0.0008329626289196312, -0.003546907100826502, 0.03197120130062103, -0.026337774470448494, -0.029698273167014122, -0.014699270017445087, -0.013562583364546299, -0.01155038457363844, -0.08615931123495102, 0.008816538378596306, -0.09118728339672089, -0.041602715849876404, 0.02185037173330784, -0.048815980553627014, -0.023917732760310173, -0.007787073031067848, 0.06778539717197418, -0.010031376965343952, 0.13315942883491516, 0.1552978903055191, 0.06622457504272461, 0.11750828474760056, -0.03956135734915733, -0.002849714830517769, -0.015759771689772606, -0.07415096461772919, -0.05538613721728325, -0.04718930274248123, 0.02319764345884323, 0.03003755584359169, 0.01793540082871914, 0.0056874705478549, 0.029080333188176155, -0.00012709526345133781, 0.003233288647606969, -0.06973317265510559, -0.09101054072380066, 0.01863149181008339, -0.06358279287815094, -0.02398781292140484, 0.06719440221786499, -0.004641759674996138, -0.15772074460983276, -0.15031923353672028, 0.03176145255565643, -0.03151912987232208, 0.010190214030444622, -0.015860728919506073, 0.09583049267530441, -0.0062432545237243176, -0.01569315977394581, 0.02763953059911728, 0.0420648530125618, -0.07974640280008316, -0.06557153910398483, 0.06565950065851212, 0.06688647717237473, 0.017901543527841568, -0.03952643275260925, -0.024834083393216133, 0.013569451868534088, 0.022196603938937187, 0.022719966247677803, -0.035239748656749725, -0.06973426789045334, -0.07209654897451401, -0.07389355450868607, 0.04476884752511978, 0.051707420498132706, -0.04708543047308922, -0.11267377436161041, -0.0954195037484169, -0.1272963434457779, -0.093289315700531, -0.15494558215141296, -0.003891529282554984, -0.04822005331516266, 0.04976167529821396, 0.03191071003675461, 0.0790325403213501, 0.040713101625442505, -0.004128297325223684, 0.08294390141963959, 0.08085610717535019, 0.06506894528865814, 0.01877918466925621, -0.0034672904293984175, -0.03368838131427765, 0.000998907838948071, -0.0029947427101433277, 0.013567394576966763, -0.03043614700436592, -0.039622802287340164, -0.0377119779586792, -0.04118156060576439, 0.08507876098155975, 0.03581159934401512, -0.05856722965836525, -0.04454406723380089, -0.13967187702655792, -0.1100289449095726, -0.15389788150787354, -0.1326344907283783, -0.023465896025300026, 0.02548239380121231, 0.09952365607023239, 0.04564676433801651, 0.05834318324923515, 0.11088677495718002, 0.10857116430997849, 0.15539170801639557, 0.1079515591263771, 0.0699450820684433, 0.06652873009443283, 0.010120086371898651, 0.029197001829743385, 0.010487939231097698, 0.03708445280790329, 0.014851539395749569, -0.03852466866374016, -0.023336634039878845, -0.02021903730928898, 0.004048474133014679, -0.00500889727845788, 0.05195268616080284, 0.016940781846642494, 0.010707448236644268, -0.15712514519691467, -0.0878186970949173, -0.11138750612735748, -0.03810565546154976, -0.08619768917560577, -0.07361146062612534, 0.040228236466646194, 0.005365898832678795, 0.08393845707178116, 0.05360114946961403, 0.07918747514486313, 0.055304937064647675, 0.06156256049871445, -0.003244299441576004, 0.007854987867176533, 0.026682423427700996, 0.017615841701626778, 0.01586591638624668, 0.03157003968954086, -0.03424990549683571, -0.0138405691832304, -0.039703164249658585, -0.1328841745853424, -0.03875990957021713, 0.04463929682970047, 0.14433643221855164, 0.07693907618522644, 0.09070141613483429, -0.021943628787994385, -0.03276799991726875, 0.057888466864824295, 0.04346555843949318, -0.13666094839572906, -0.15017318725585938, -0.16987915337085724, -0.015502095222473145, 0.030091185122728348, -0.009092055261135101, -0.01968959905207157, -0.056382812559604645, -0.07731328904628754, 0.020707184448838234, 0.012181662023067474, -0.01289013959467411, -0.01307639479637146, -0.02253021113574505, 0.014312968589365482, -0.031355664134025574, 0.006706628017127514, -0.09060335159301758, -0.12360390275716782, -0.09981756657361984, -0.029287640005350113, 0.021598361432552338, 0.02989461086690426, 0.0191949512809515, -0.01768399588763714, 0.07551170885562897, 0.17818455398082733, 0.06931574642658234, -0.22401268780231476, -0.20845083892345428, -0.17503859102725983, -0.04641781747341156, -0.0098566934466362, -0.04378886893391609, -0.052922893315553665, -0.05714874342083931, -0.05720444768667221, -0.038273900747299194, 0.022150887176394463, 0.01847311668097973, 0.02509854920208454, -0.01166636310517788, -0.006252581253647804, -0.010607142932713032, 0.001248969230800867, -0.032585080713033676, -0.06745889037847519, -0.13096335530281067, -0.07097367197275162, -0.04535293206572533, 0.10862787067890167, 0.007409857120364904, 0.0701771229505539, 0.06986764073371887, -0.009444411844015121, -0.08556192368268967, -0.026749635115265846, -0.02186266891658306, -0.09111116081476212, -0.07407268136739731, -0.04997935891151428, -0.11821316927671432, -0.04853568971157074, -0.04196812957525253, -0.06252481788396835, 0.00459272600710392, -0.004087197128683329, 0.03476358950138092, 0.01380604412406683, -0.020426226779818535, 0.030332127586007118, 0.003489934839308262, -0.009881554171442986, -0.02670959383249283, -0.0934888944029808, -0.06739754229784012, -0.12187657505273819, -0.014185061678290367, 0.04724511876702309, 0.017757251858711243, 0.07858173549175262, -0.027614228427410126, -0.0012329132296144962, 0.07215547561645508, 0.11701112240552902, -0.06201215460896492, -0.09389697760343552, -0.19185125827789307, -0.16470855474472046, -0.09864483028650284, -0.09518279135227203, -0.043246448040008545, -0.05885842442512512, -0.021002354100346565, -0.034638844430446625, 0.023014524951577187, -0.015618100762367249, 0.01899712346494198, 0.013656768947839737, -0.030710924416780472, -0.039472147822380066, -0.04112345725297928, -0.07717228680849075, -0.08491599559783936, -0.11077279597520828, -0.1730073243379593, -0.17524106800556183, -0.007325456012040377, -0.012656194157898426, -0.011386923491954803, 0.06272461265325546, 0.17481543123722076, 0.1614096611738205, 0.0819552019238472, -0.07744176685810089, -0.23191644251346588, -0.18434350192546844, -0.11817362904548645, -0.12172078341245651, -0.04853971675038338, -0.04810285195708275, -0.016933565959334373, -0.0005507798050530255, 0.018999440595507622, -0.008640036918222904, 0.03158547729253769, 0.02658950351178646, -0.010968585498631, -0.05075298994779587, -0.05438249558210373, -0.07193878293037415, -0.04860196262598038, -0.18039192259311676, -0.17718584835529327, -0.09437639266252518, 0.015099313110113144, -0.01577126234769821, 0.10823934525251389, 0.09211629629135132, 0.12105230242013931, 0.11534851789474487, 0.09670548886060715, -0.02540452592074871, -0.26924580335617065, -0.19751128554344177, -0.17142026126384735, -0.12786127626895905, -0.12764573097229004, -0.09310436248779297, -0.010891430079936981, 0.004054577089846134, -0.026745127514004707, 0.015312501229345798, 0.022888166829943657, 0.02819965034723282, -0.01506058219820261, -0.04364373907446861, 0.014531758613884449, 0.032179128378629684, 0.07501360028982162, -0.06221821531653404, -0.1688467264175415, -0.0763511061668396, -0.10806085914373398, -0.045084092766046524, -0.005920701660215855, 0.1414700448513031, 0.07379675656557083, 0.06442330032587051, 0.06075943261384964, 0.01828751526772976, -0.1393020898103714, -0.17281506955623627, -0.15634995698928833, -0.08495011925697327, -0.021257909014821053, -0.0220747459679842, 0.030534790828824043, -0.023440992459654808, -0.021481623873114586, -0.025063978508114815, -0.002539681037887931, -0.01876593753695488, -0.04458075016736984, -0.03528038039803505, 0.03798281401395798, 0.05506722629070282, 0.0035840885248035192, -0.04553048312664032, -0.10439655184745789, -0.012965746223926544, -0.05139041319489479, -0.06607577204704285, 0.012075054459273815, 0.030224330723285675, 0.05911904200911522, -0.049697596579790115, -0.009723151102662086, -0.11459854990243912, -0.05866996571421623, -0.1453799605369568, -0.10428888350725174, -0.024144744500517845, -0.06257932633161545, -0.02800331450998783, -0.006410581525415182, -0.0036412226036190987, -0.03208497166633606, -0.03245016559958458, 0.013757742010056973, -0.01544051244854927, 0.027262434363365173, 0.02124772034585476, 0.038278162479400635, 0.11484373360872269, 0.10550511628389359, 0.029690587893128395, -0.05395752936601639, 0.011454639956355095, 0.01666027307510376, -0.023426976054906845, 0.043477073311805725, 0.08034269511699677, 0.1012389287352562, -0.11734103411436081, -0.05844763293862343, -0.09580562263727188, -0.05763690546154976, -0.13166776299476624, -0.07796373963356018, -0.039682429283857346, -0.05779716372489929, -0.00826189573854208, -0.019641170278191566, -0.01071817148476839, -0.0320550762116909, -0.015433753840625286, -0.0009015756659209728, 0.033866990357637405, 0.02246839739382267, -0.010819808579981327, 0.017295481637120247, 0.1072375699877739, 0.11149225383996964, 0.02247072197496891, 0.021710596978664398, -0.004726358223706484, 0.029872139915823936, 0.05856376886367798, 0.03272572532296181, 0.12249164283275604, 0.028878245502710342, -0.1448705941438675, -0.0990116149187088, -0.14466005563735962, -0.06674111634492874, -0.14944595098495483, -0.08402479439973831, -0.04107294976711273, -0.036395397037267685, -0.00040673866169527173, 0.018423350527882576, -0.0077235763892531395, 0.020244797691702843, -0.03244045749306679, 0.01392010785639286, -0.011319457553327084, 0.0073109702207148075, 0.01999860815703869, 0.04696524515748024, -0.0014386805705726147, 0.01858498342335224, 0.017726588994264603, -0.009883411228656769, 0.022237394005060196, -0.021204089745879173, 0.004199708346277475, 0.06592762470245361, 0.04560774937272072, 0.002170153195038438, -0.08152300119400024, -0.11545931547880173, -0.1440247893333435, -0.12954585254192352, -0.06097624823451042, -0.05474789813160896, -0.030828265473246574, -0.046701401472091675, 0.0033082107547670603, -0.015538455918431282, -0.00010164548439206555, 0.014807227067649364, 0.01811394654214382, -0.031002501025795937, -0.02693740464746952, 0.01972254551947117, 0.0158944521099329, 0.06104280427098274, 0.015505466610193253, 0.07431689649820328, 0.014142921194434166, -0.055291805416345596, 0.024213973432779312, -0.005403447430580854, 0.07625900954008102, 0.10416465252637863, -0.016402900218963623, -0.0005763793014921248, -0.12275336682796478, -0.19117137789726257, -0.16166014969348907, -0.10649091750383377, -0.027702299878001213, -0.05290672928094864, -0.05830969661474228, 0.025595063343644142, -0.006392395123839378, -0.02890702895820141, 0.004869056865572929, -0.011855104938149452, 0.00021033172379247844, -0.009919976815581322, 0.026666896417737007, 0.00517357187345624, -0.011544103734195232, 0.01880243606865406, 0.0007345583289861679, -0.005797745194286108, 0.0654938668012619, 0.021595297381281853, 0.02534082904458046, 0.04911963269114494, 0.0888940840959549, 0.08790124952793121, 0.04828072339296341, 0.05108427628874779, 0.01354913879185915, 0.014539794065058231, 0.0013351368252187967, -0.029316632077097893, -0.03562203422188759, 0.006584846880286932, 0.024005549028515816, -0.01104747224599123, 0.018254918977618217, -0.02134939469397068, 0.0044518718495965, 0.0027667770627886057, -0.017077142372727394, -0.025295788422226906, -0.03139335289597511, -0.0015512185636907816, 0.006220831070095301, -0.03251877799630165, -0.009644069708883762, 0.047786351293325424, 0.01805492863059044, 0.05800251662731171, 0.09809622913599014, 0.09543368220329285, 0.0750788077712059, 0.09393642097711563, 0.14689849317073822, 0.08102083206176758, 0.07516796141862869, 0.07712837308645248, 0.08255522698163986, 0.04503663256764412, 0.028481150045990944, 0.0027022080030292273, -0.017599353566765785, -0.011566982604563236, -0.0034787305630743504, 0.01598803885281086, 0.02431984432041645, -0.03254036232829094, 0.03295464813709259, -0.026316093280911446, -0.026580872014164925, 0.008690017275512218, 0.030933627858757973, 0.03685324639081955, -0.00013137131463736296, 0.0010860353941097856, -0.02207081951200962, -0.03209640458226204, -0.007142337504774332, -0.006895329803228378, 0.011447522789239883, 0.022318165749311447, -0.003931787796318531, 0.034735001623630524, 0.010468575172126293, 0.006663000676780939, 0.04455503821372986, -0.004633363801985979, 0.004634866490960121, -0.02334407903254032, 0.03502824157476425, -0.018363678827881813, 0.014357957988977432, -0.005156499799340963, -0.03228137642145157, -0.005383756943047047], [0.007192789576947689, 0.015616667456924915, 0.014146381057798862, -0.033916402608156204, -0.005169518291950226, 0.017424585297703743, 0.02967369370162487, 0.003954621963202953, -0.009583360515534878, -0.03358282521367073, 0.009680284187197685, 0.01602667197585106, 0.014791056513786316, 0.013431305065751076, -0.023823188617825508, 0.01633588969707489, 0.03181151673197746, -0.010513132438063622, 0.007099098991602659, 0.012989901006221771, -0.014923809096217155, 0.003560713492333889, -0.029669692739844322, 0.01640639826655388, 0.013561303727328777, -0.015371897257864475, -0.012388460338115692, 0.035794977098703384, -0.004495866131037474, -0.023787008598446846, -0.020051250234246254, 0.004692767281085253, 0.02919493429362774, 0.015618090517818928, -0.025434335693717003, 0.0004104195104446262, -0.002506636083126068, -0.0027085179463028908, -0.024722306057810783, 0.023269163444638252, -0.0035477832425385714, -0.016873374581336975, 0.012303782626986504, 0.0005697163287550211, -0.0244121216237545, -0.011538015678524971, 0.03799539431929588, 0.02075270004570484, 0.011498706415295601, -0.018399853259325027, 0.03512367978692055, -0.01819692738354206, -0.014240020886063576, -0.02587011270225048, 0.030132798478007317, 0.002311411313712597, 0.011151758953928947, 0.026828663423657417, -0.020022576674818993, 0.03329189494252205, -0.01697152853012085, 0.010453199036419392, 0.03137623891234398, -0.00962428655475378, 0.0018639769405126572, 0.020201539620757103, -0.04869846999645233, 0.022664116695523262, 0.005814685486257076, 0.021785739809274673, 0.04130598530173302, 0.06475462019443512, 0.11125854402780533, 0.07626574486494064, 0.10749220103025436, 0.08669793605804443, 0.013213815167546272, 0.0455637089908123, -0.010577580891549587, 0.04056109860539436, 0.006453356239944696, 0.011404907330870628, -0.016069287434220314, 0.032604068517684937, 0.0171232707798481, 0.0019559257198125124, 0.005153271835297346, -0.016013283282518387, -0.013107182458043098, 0.010304901748895645, 0.0022389825899153948, -0.011103266850113869, 0.021213572472333908, -0.04812873527407646, -0.05469196289777756, -0.03868689015507698, -0.06722467392683029, 0.08246251195669174, 0.10998842865228653, 0.04884733632206917, 0.11724814027547836, 0.08521275222301483, 0.09455868601799011, 0.12492711842060089, 0.015864888206124306, 0.02474132739007473, 0.017562536522746086, 0.014404384419322014, -0.013057848438620567, -0.039713237434625626, -0.03153235465288162, 0.03434662148356438, 0.032121408730745316, -0.029466381296515465, -0.009268417954444885, 0.010538730770349503, -0.001355357002466917, -0.004180320538580418, -0.03173888102173805, -0.04255761578679085, -0.008710408583283424, -0.01573442853987217, -0.059532396495342255, -0.09954258799552917, -0.10323072224855423, -0.04170803353190422, -0.005188432522118092, 0.02726263366639614, 0.062079593539237976, 0.025864627212285995, 0.09039396792650223, 0.09179277718067169, 0.049405649304389954, 0.06944965571165085, -0.0104149105027318, -0.0842316746711731, -0.11203613877296448, -0.021035578101873398, 0.012555362656712532, -0.011723529547452927, -0.007311356719583273, -0.021026095375418663, -0.01707986183464527, 0.035233527421951294, -0.02879651077091694, -0.026904495432972908, -0.011214623227715492, 0.04941575601696968, 0.026090292260050774, -0.028429614380002022, 0.007086403202265501, -0.03856419399380684, -0.09617854654788971, 0.12772957980632782, 0.1792643815279007, 0.12115642428398132, 0.050329532474279404, 0.10517966002225876, 0.06540865451097488, 0.02938663214445114, -0.05011967942118645, 0.010398240759968758, 0.03599302098155022, 0.014422855339944363, -0.051809605211019516, -0.04535933956503868, 0.005955347325652838, 0.008302430622279644, -0.008707107044756413, 0.03438902273774147, 0.029798587784171104, -0.016332652419805527, 0.016076527535915375, 0.0005981246358714998, 0.024806879460811615, 0.06774779409170151, 0.01670902594923973, -0.08159372955560684, 0.006887516472488642, 0.06545186787843704, 0.09243860095739365, 0.08178761601448059, 0.11821537464857101, 0.16323168575763702, 0.05856971815228462, -0.016707202419638634, -0.08577986061573029, -0.03027716837823391, -0.03146105632185936, -0.004881341941654682, -0.006171905901283026, -0.035456717014312744, -0.05099700391292572, -0.029253024607896805, 0.02926534041762352, -0.015544612891972065, 0.027197668328881264, -0.014684485271573067, 0.0196955855935812, -0.022219108417630196, 0.010912373661994934, 0.01113011036068201, -0.03345159441232681, -0.029488010331988335, -0.061437662690877914, -0.0959453359246254, 0.01206997036933899, 0.06939941644668579, -0.03547317162156105, 0.09671533107757568, 0.304360955953598, 0.2159803807735443, 0.14003986120224, 0.10063134878873825, -0.040213510394096375, -0.08284889906644821, -0.051971882581710815, -0.07805048674345016, -0.011412205174565315, -0.009373658336699009, -0.012725727632641792, -0.044426657259464264, -0.012420778162777424, 0.012882707640528679, 0.01360598485916853, -0.02279839850962162, -0.027147715911269188, -0.01568094827234745, 0.01634814403951168, -0.024066446349024773, -0.06799697130918503, -0.13469986617565155, -0.17162345349788666, -0.08978569507598877, -0.11668050289154053, -0.09483134001493454, 0.0295876394957304, 0.1261230856180191, 0.2100478857755661, 0.17195434868335724, 0.059085577726364136, 0.013676660135388374, -0.1711142659187317, -0.26976826786994934, -0.07944229990243912, -0.09413491189479828, -0.11726412177085876, -0.03180686756968498, -0.04237031191587448, 0.012565392069518566, -0.03275727480649948, 0.022267604246735573, 0.010892534628510475, 0.004020737484097481, -0.015899529680609703, 0.014555729925632477, -0.04841011390089989, -0.0876934826374054, -0.19565017521381378, -0.15260981023311615, -0.10265612602233887, -0.12161487340927124, -0.20006707310676575, -0.15926305949687958, 0.016216672956943512, 0.15992066264152527, 0.13167709112167358, -0.07438937574625015, -0.2698589861392975, -0.20191514492034912, -0.2694236636161804, -0.1860864907503128, -0.13514770567417145, -0.12394338846206665, -0.133014515042305, -0.13257604837417603, -0.05664873495697975, 0.03248971328139305, 0.014335621148347855, -0.0184693094342947, 0.027685320004820824, 0.0019247562158852816, 0.029328836128115654, 0.02351715974509716, -0.06016828119754791, -0.1177886575460434, -0.18538354337215424, -0.13254669308662415, -0.11242092400789261, -0.0660448893904686, -0.12850770354270935, -0.043748196214437485, 0.17260538041591644, 0.19279024004936218, 0.04410236328840256, -0.2632409334182739, -0.23765569925308228, -0.13415564596652985, -0.13899293541908264, -0.1461895853281021, -0.1174834817647934, -0.1256684809923172, -0.1334635615348816, -0.1787610650062561, -0.07464385032653809, -0.0377565436065197, 0.006591282784938812, -0.006943204905837774, 0.02163110114634037, 0.026406487450003624, -0.03208072856068611, -0.03708592429757118, -0.10177343338727951, -0.1256033480167389, -0.08506458252668381, -0.13498421013355255, -0.06857722997665405, -0.03599557280540466, -0.010614829137921333, 0.03504754602909088, 0.13876943290233612, 0.11693789809942245, -0.12177234143018723, -0.235940620303154, -0.1292594075202942, 0.030225714668631554, 0.07437614351511002, -0.06310573220252991, -0.07620236277580261, -0.10982245206832886, -0.16535431146621704, -0.1071963906288147, -0.07071094959974289, -0.03888705000281334, -0.010003357194364071, -0.02772657759487629, -0.025048138573765755, 0.027818331494927406, -0.029324928298592567, 0.02045227773487568, -0.0556163527071476, -0.039295751601457596, -0.028418492525815964, -0.07361478358507156, -0.03140491619706154, 0.04084897041320801, 0.054780323058366776, 0.14914439618587494, 0.17912174761295319, -0.0005789389251731336, -0.1488308310508728, -0.19656942784786224, -0.05570267140865326, -0.024230703711509705, 0.006901961285620928, -0.13739818334579468, -0.07497576624155045, -0.08004731684923172, -0.11814817041158676, 0.00786474347114563, -0.04512910172343254, -0.035833682864904404, -0.038714971393346786, 0.0024486170150339603, -0.011111680418252945, 0.014273771084845066, -0.024167047813534737, 0.030358770862221718, 0.022190527990460396, -0.0018851289059966803, 0.04758395999670029, 0.029256869107484818, -0.046064093708992004, 0.03021932579576969, 0.0457400381565094, 0.07487239688634872, 0.13736054301261902, -0.041761912405490875, -0.12949953973293304, -0.16040253639221191, -0.10609392821788788, -0.07897444069385529, -0.07495065778493881, -0.09747598320245743, -0.07415041327476501, -0.01577235572040081, -0.03719456121325493, 0.01278072502464056, -0.01943092606961727, -0.07566943764686584, 0.008155634626746178, -0.025229262188076973, 0.03506353124976158, -0.026723532006144524, -0.021328212693333626, 0.005469504743814468, 0.009287239983677864, 0.06636223942041397, 0.03677011653780937, 0.10806676745414734, 0.11444853991270065, 0.11410678178071976, 0.030997002497315407, 0.1619994044303894, 0.09227381646633148, -0.04694001004099846, -0.12028034031391144, -0.15900170803070068, -0.0990968644618988, -0.15717484056949615, 0.027702882885932922, -0.00689583458006382, 0.04261475428938866, 0.06390108913183212, 0.022454431280493736, -0.004632204305380583, 0.007134977262467146, -0.060530297458171844, -0.060898520052433014, 0.006090658716857433, 0.00010826328070834279, 0.018520081415772438, 0.022959375753998756, -0.019586898386478424, 0.021866369992494583, 0.1014348641037941, 0.07909145206212997, 0.12377012521028519, 0.07743865996599197, -0.008335347287356853, 0.18724235892295837, 0.12395265698432922, 0.10862027853727341, -0.06067084148526192, -0.1105126440525055, -0.16314944624900818, -0.05516946688294411, 0.08257461339235306, 0.10162224620580673, 0.06215739622712135, 0.08016185462474823, 0.09388481825590134, -0.00739455409348011, 0.06156044825911522, 0.06330110132694244, 0.006016721948981285, -0.06739196926355362, -0.02884221449494362, -0.017589634284377098, -0.007781525608152151, 0.01585748977959156, -0.0006031493539921939, -0.042475391179323196, 0.11610137671232224, 0.03846294432878494, 0.04570045322179794, -0.0448966808617115, -0.07248911261558533, 0.06931852549314499, 0.16309204697608948, -0.05034470185637474, -0.06687743961811066, -0.09186804294586182, -0.1177690327167511, 0.029044946655631065, 0.026680292561650276, -0.06478708982467651, 0.05664166808128357, 0.08521007001399994, 0.029277736321091652, 0.05809658765792847, 0.05275589972734451, 0.056615423411130905, 0.02595939114689827, -0.022875698283314705, 0.017558768391609192, -0.0305583868175745, 0.026998737826943398, 0.008383854292333126, 0.00755262328311801, 0.0009030618239194155, 0.06996022164821625, 0.03322005644440651, -0.015616930089890957, -0.035523585975170135, -0.0042154802940785885, 0.06506430357694626, -0.002980828285217285, -0.08443650603294373, -0.10378357023000717, -0.12317895144224167, -0.13592924177646637, -0.1003582626581192, 0.0002365714608458802, 0.022851845249533653, 0.08872979879379272, 0.01978563703596592, 0.11743663996458054, 0.08576997369527817, 0.09919343888759613, 0.02201211452484131, 0.04206128045916557, 0.018653003498911858, 0.02459518052637577, 0.01446112897247076, 0.03413579985499382, -0.004887793678790331, 0.01236722618341446, 0.012567637488245964, 0.06696868687868118, -0.04952920600771904, -0.038107775151729584, -0.019995320588350296, 0.08721552789211273, -0.03372814506292343, -0.110386922955513, -0.03597768768668175, -0.17731045186519623, -0.21229588985443115, -0.09017836302518845, 0.08327564597129822, -0.0020373326260596514, 0.028926141560077667, 0.07864081859588623, 0.04740523174405098, 0.09157055616378784, 0.05720590427517891, 0.02255936525762081, -0.010979486629366875, -0.015218793414533138, 0.016572678461670876, -0.03441479429602623, -0.021529963240027428, 0.012893673032522202, -0.031371671706438065, -0.0037154078017920256, 0.09901174157857895, 0.05070052668452263, 0.007831917144358158, -0.016559241339564323, 0.05022558942437172, 0.055969901382923126, 0.0042432392947375774, 0.02647387981414795, 0.11794211715459824, -0.11547871679067612, -0.14716728031635284, -0.023830238729715347, -0.02266988344490528, 0.013985716737806797, 0.07084160298109055, 0.011564659886062145, 0.08218906819820404, 0.12773607671260834, 0.09680237621068954, 0.04094374552369118, -0.006504344288259745, -0.018827084451913834, 0.02156318537890911, -0.006974456831812859, 0.0205861683934927, -0.011788785457611084, 0.000437397335190326, 0.004271076992154121, 0.10183549672365189, 0.02226247824728489, -0.05842055752873421, -0.03268185630440712, -0.0663086399435997, 0.0415060892701149, -0.01967618241906166, 0.057946912944316864, 0.0820503905415535, -0.0333065502345562, 0.011089051142334938, -0.03596220910549164, -0.03283681720495224, -0.032518502324819565, 0.06458281725645065, 0.10506980866193771, 0.05872761830687523, 0.08325259387493134, 0.039398662745952606, 0.030021194368600845, -0.012958245351910591, 0.01935819536447525, 0.0030860621482133865, 0.030486779287457466, 0.019314823672175407, 0.030864015221595764, -0.026011338457465172, 0.0029234590474516153, 0.0879102572798729, 0.016841057687997818, 0.0002869584131985903, -0.03399139270186424, -0.08138534426689148, -0.024316145107150078, -0.042565103620290756, 0.04905209690332413, 0.10513707995414734, 0.07915277779102325, 0.10042659193277359, 0.11609113216400146, 0.014844223856925964, -0.05430189520120621, 0.07268671691417694, 0.0613548681139946, 0.054922815412282944, 0.056971341371536255, 0.01982503943145275, 0.028815656900405884, 0.005456323269754648, 0.01777120679616928, 0.026668081060051918, 0.02100694738328457, 0.018310992047190666, 0.006841767113655806, -0.004583544563502073, -0.005465440917760134, 0.07781395316123962, 0.0626375824213028, 0.013468403369188309, -0.049216870218515396, -0.05838925391435623, -0.09906385093927383, -0.006482318509370089, 0.06379431486129761, 0.1980774849653244, 0.006879117805510759, -0.018691273406147957, 0.1522406041622162, 0.158678337931633, 0.035127513110637665, 0.08828621357679367, 0.016322454437613487, 0.011385634541511536, -0.002436681417748332, -0.03480354696512222, 0.02694488689303398, 0.005719165783375502, -0.019641825929284096, 0.0052756438963115215, -0.02795512042939663, -0.03293439373373985, 0.012943290174007416, 0.006761886645108461, 0.021218525245785713, 0.07362043112516403, 0.07117222249507904, 0.045882727950811386, 0.017754124477505684, 0.09084131568670273, 0.1472817063331604, 0.1519952416419983, 0.12872722744941711, 0.06603224575519562, 0.02631548047065735, 0.062442369759082794, 0.15063977241516113, 0.08833185583353043, 0.02719557285308838, -0.031760603189468384, 0.006275429856032133, -0.011070974171161652, -0.02808665670454502, -0.04853702709078789, 0.006745845545083284, -0.0072089736349880695, 0.005383919924497604, 0.03489189222455025, -0.01103043369948864, 0.015446092933416367, 0.01242288202047348, 0.028165185824036598, 0.026910722255706787, -0.025902163237333298, 0.04051310196518898, -0.027142882347106934, 0.09108000248670578, 0.08081052452325821, 0.15573088824748993, 0.16432103514671326, 0.09790145605802536, 0.1164889708161354, 0.05282124504446983, -0.001534665236249566, 0.11582169681787491, 0.03568655624985695, 0.0344698391854763, 0.08755199611186981, -0.05796368792653084, -0.09129570424556732, -0.04370353743433952, 0.016810517758131027, 0.011874874122440815, -0.010804595425724983, -0.018538499251008034, 0.008239547722041607, -0.01556810736656189, 0.004175981972366571, -0.033581558614969254, -0.021493175998330116, -0.02035115472972393, 0.023457443341612816, -0.03260914236307144, -0.0305516105145216, 0.008867524564266205, -0.04788481444120407, 0.01113787479698658, 0.014663772657513618, 0.03612508624792099, 0.004847463686019182, -0.058032434433698654, -0.0692070797085762, 0.002067612949758768, -0.027794478461146355, -0.0003407577460166067, -0.04297201707959175, 0.002709832973778248, -0.05321318283677101, 0.00860618706792593, -0.006893680896610022, 0.038862694054841995, 0.0070069520734250546, 0.014244062826037407, 0.025945955887436867, 0.0031395675614476204, -0.03217272832989693, 0.02691524289548397, 0.013608098961412907, 0.0007072173175401986, 0.027754047885537148, -0.013384331949055195, 0.0054125371389091015, -0.012806893326342106, -0.0163684394210577, 0.006027996074408293, -0.028375620022416115, -0.0450458787381649, 0.01866876892745495, 0.01860686205327511, 0.010311922058463097, 0.037212107330560684, 0.009885859675705433, -0.03888462483882904, -0.01786593720316887, 0.028426704928278923, 0.0189695842564106, -0.006677383091300726, 0.009927969425916672, 0.029843764379620552, 0.017948074266314507, 0.009898632764816284, 0.015991467982530594, -0.015053778886795044, -0.002227579243481159, 0.029883338138461113, 0.02552240900695324, -0.024118835106492043, -0.013207120820879936, -0.028610950335860252, -0.021703800186514854, 0.0001058567431755364, 0.013803534209728241, 0.02517443709075451, 0.03434046730399132, 0.016487808898091316, -0.008115768432617188, 0.0338900201022625, -0.01869811676442623, 0.0010793935507535934, 0.012291926890611649, 0.012825021520256996, -0.013785099610686302, 0.0240666214376688, 0.026976468041539192, 0.0003014348912984133, -0.026866743341088295, 0.016883457079529762, -0.017866680398583412, -0.009081012569367886, -0.03351626917719841, -0.01839696802198887], [-0.03676795959472656, 0.025587191805243492, -0.029619093984365463, -0.02526351623237133, -0.02210918255150318, -0.026820240542292595, -0.003132049459964037, -0.00919665489345789, 0.0016911809798330069, -0.032732751220464706, -0.0010819211602210999, 0.024071654304862022, 0.014474627561867237, 0.027209796011447906, -0.020335085690021515, 0.027753591537475586, -0.018469909206032753, -0.00335502321831882, 0.01661684736609459, -0.007109870668500662, -0.033433668315410614, -0.024248166009783745, -0.02197802998125553, -0.017451951280236244, 0.005424996837973595, -0.03813762217760086, -0.0040458086878061295, 0.013677109964191914, 0.024470647796988487, 0.018915122374892235, -0.03208193928003311, 0.011622278951108456, -0.023474274203181267, -0.02358853630721569, 0.028500141575932503, 0.0246394295245409, -0.006699929013848305, -0.02573128417134285, 0.00333324889652431, -0.013406237587332726, -0.03413650766015053, 0.00441570021212101, 0.017647432163357735, 0.033825330436229706, 0.006942574866116047, -0.007541873026639223, 0.02989339269697666, -0.03569934517145157, -0.03379828855395317, 0.02374454215168953, 0.00115998275578022, 0.0011584187159314752, -0.02595256082713604, 0.025501186028122902, -0.03980334848165512, -0.03132900968194008, -0.036067672073841095, -0.0029589298646897078, 0.008836828172206879, 0.028347695246338844, -0.0186470914632082, -0.02864278294146061, 0.01731031760573387, 0.016447080299258232, 0.0058020539581775665, -0.004168347921222448, 0.002753419568762183, 0.029244624078273773, -0.04936286434531212, -0.048151616007089615, -0.057136569172143936, -0.005460713524371386, 0.0034017267171293497, -0.0024516633711755276, -4.4715696276398376e-05, -0.014263701625168324, -0.017943529412150383, 0.01110178790986538, -0.018299782648682594, 0.0037391509395092726, -0.03817736357450485, 0.010828391648828983, -0.018883245065808296, 0.0012670884607359767, -0.013914181850850582, 0.02621905691921711, -0.019905799999833107, -0.02405865676701069, -0.016787881031632423, -0.042653247714042664, 0.021021677181124687, -0.030674001201987267, -0.003464572597295046, 0.010162358172237873, -0.038048215210437775, -0.02589046023786068, -0.05248558893799782, -0.04943110793828964, -0.016329923644661903, -0.04581605643033981, -0.043909620493650436, -0.039724498987197876, -0.0029185833409428596, -0.021714843809604645, -0.04390500485897064, -0.023469842970371246, 0.0033282681833952665, 0.020306067541241646, -0.026312166824936867, 0.0005197054124437273, -0.005265476182103157, 0.013951010070741177, -0.011002096347510815, -0.03774109482765198, 0.017358839511871338, 0.010564272291958332, -0.003557824995368719, -0.010462343692779541, -0.03562474623322487, -0.018912706524133682, -0.015722254291176796, -0.00251633464358747, -0.0787220448255539, -0.033490851521492004, -0.044840432703495026, -0.043025605380535126, -0.012255126610398293, 0.017281070351600647, -0.022235020995140076, -0.03627871721982956, -0.04320766031742096, 0.004294091835618019, -0.02124503068625927, -0.06722293794155121, -0.049401864409446716, -0.027513550594449043, -0.026256708428263664, 0.02990526147186756, 0.02386830560863018, -0.025775229558348656, -0.0072041102685034275, 0.026607098057866096, 0.009447935968637466, 0.016447843983769417, -0.019542301073670387, 0.02209705114364624, -0.009127212688326836, -0.054531898349523544, -0.04248344898223877, -0.06445980072021484, -0.06484135240316391, -0.0515047088265419, -0.028420187532901764, 0.002692178124561906, -0.04881896451115608, -0.035666171461343765, -0.011851715855300426, -0.012126514688134193, -0.03730422630906105, -0.06224645674228668, -0.01993258111178875, -0.04056185856461525, -0.0162518247961998, -0.023735059425234795, -0.0631059929728508, -0.0433480441570282, 0.02254444733262062, -0.020103173330426216, -0.00658162496984005, 0.007492030039429665, 0.010289567522704601, 0.005269724875688553, 0.03853994980454445, -0.01952992007136345, -0.07762381434440613, -0.07511541992425919, -0.12637567520141602, -0.1103278324007988, -0.0808638408780098, -0.05401146784424782, -0.09167836606502533, -0.051608264446258545, -0.08890354633331299, -0.09250018745660782, -0.08650728315114975, -0.0784776359796524, -0.04887397587299347, -0.07015077769756317, -0.14934277534484863, -0.009114916436374187, -0.01411755383014679, -0.045061782002449036, -0.05979952961206436, -0.07450550049543381, 0.006525049917399883, 0.008540693670511246, -0.02430078573524952, 0.008324217051267624, 0.02164470963180065, 0.03276011720299721, 0.04456526041030884, 0.016277257353067398, -0.028351811692118645, -0.07012327760457993, -0.09970975667238235, -0.12607145309448242, -0.1846187859773636, -0.17639952898025513, -0.22165586054325104, -0.20726267993450165, -0.1454629898071289, -0.17877568304538727, -0.1271490603685379, -0.15841980278491974, -0.12470971792936325, -0.19721466302871704, -0.21805311739444733, -0.16605858504772186, -0.019123636186122894, -0.022124676033854485, -0.022675609216094017, 0.0034400122240185738, 0.03186552971601486, 0.005479875020682812, -0.00842968188226223, -0.0015603220090270042, -0.03476753085851669, -0.016344165429472923, 0.05546330660581589, 0.009604052640497684, -0.06891559809446335, -0.07545977830886841, -0.07629804313182831, -0.07263082265853882, -0.17128917574882507, -0.14940325915813446, -0.18710832297801971, -0.1979847103357315, -0.18618282675743103, -0.19350498914718628, -0.14877866208553314, -0.11151817440986633, -0.035795629024505615, -0.0909469798207283, -0.1252449005842209, -0.1057286486029625, -0.04594847559928894, 0.03362000733613968, -0.014437894336879253, -0.021526465192437172, -0.011362079530954361, 0.011259160004556179, -0.03472600504755974, -0.016250401735305786, 0.009271607734262943, 0.008628143928945065, 0.00402262806892395, -0.039594586938619614, -0.020427659153938293, -0.07327292859554291, -0.09017644822597504, -0.05542723461985588, -0.09797036647796631, -0.08975443989038467, -0.0580766387283802, -0.20179837942123413, -0.11742868274450302, -0.19474123418331146, -0.06163616478443146, 0.012076915241777897, 0.1148829236626625, 0.011950870975852013, -0.01374753937125206, 0.008042529225349426, 0.08375953137874603, 0.06039086729288101, 0.10815626382827759, 0.04153468459844589, -0.01944326050579548, -0.002783900359645486, 0.028575057163834572, 0.012969381175935268, 0.026263311505317688, 0.024858277291059494, 0.03788149729371071, -0.02914106473326683, 0.005698698572814465, 0.002713298425078392, 0.002780298236757517, 0.0181511789560318, 0.029553281143307686, -0.055257752537727356, -0.04631124809384346, -0.03356056287884712, -0.008440719917416573, 0.050039757043123245, 0.14754906296730042, 0.05732136592268944, 0.11032762378454208, 0.07869438081979752, 0.15479324758052826, 0.15323372185230255, 0.09780621528625488, 0.11679136008024216, 0.10592897236347198, 0.07922221720218658, -0.013704782351851463, -0.004274765495210886, 0.006499060429632664, -0.031092170625925064, 0.028961727395653725, 0.0311540886759758, 0.05016470327973366, 0.0760137289762497, 0.05901952087879181, 0.05595725402235985, 0.033188290894031525, 0.03403034433722496, 0.04756781458854675, 0.11078204959630966, 0.043031152337789536, 0.0994345173239708, 0.19741053879261017, 0.23441188037395477, 0.08969996124505997, 0.12039149552583694, 0.10648296773433685, 0.07457246631383896, 0.10047121345996857, 0.1002630963921547, 0.08050927519798279, 0.06519197672605515, 0.04699196666479111, 0.00584738003090024, 0.0040270863100886345, -0.005057439208030701, 0.008844666182994843, -0.0001960210793185979, -0.01838347688317299, 0.08126574754714966, 0.09222408384084702, 0.041198600083589554, -0.022973423823714256, 0.027877159416675568, 0.06084445118904114, 0.1286720335483551, 0.128179669380188, 0.10787078738212585, 0.10155655443668365, 0.14236393570899963, 0.20750218629837036, 0.07078512758016586, 0.053832244127988815, 0.017943328246474266, 0.04606281965970993, 0.09763038158416748, 0.008746503852307796, -0.003062780015170574, 0.07063745707273483, 0.0318426676094532, -0.004541435744613409, 0.014601013623178005, 0.05124988406896591, -0.0056369975209236145, 0.00018151589029002935, 0.0033782569225877523, 0.016846340149641037, 0.05578412860631943, 0.0932500958442688, 0.07434140145778656, 0.025663817301392555, -0.048149753361940384, -0.026426561176776886, -0.05130526423454285, 0.03605930507183075, 0.02352575585246086, -0.006353174801915884, 0.0461948961019516, 0.015056938864290714, -0.10838379710912704, -0.0294886976480484, -0.05395263060927391, -0.07501610368490219, 0.003695149440318346, 0.023270457983016968, 0.0006476040580309927, 0.03204989805817604, 0.028111042454838753, 0.024704501032829285, -0.0030545678455382586, 0.029507609084248543, -0.020437585189938545, -0.020738044753670692, -0.009731358848512173, 0.017307685688138008, 0.0642528310418129, 0.010828456841409206, 0.07063664495944977, 0.06164006143808365, -0.12539681792259216, -0.10635591298341751, -0.09989476948976517, -0.018096016719937325, -0.00859719980508089, 0.03008645586669445, -0.028539137914776802, -0.09796750545501709, -0.09159683436155319, -0.06744872778654099, -0.07202262431383133, -0.05422962084412575, 0.014010204933583736, 0.022225268185138702, 0.01122128777205944, 0.055157970637083054, 0.035300321877002716, -0.014380658976733685, -0.038223832845687866, -0.0339692197740078, 0.02295193262398243, 0.01835642009973526, 0.003714895574375987, 0.006324293091893196, -0.0003508246154524386, -0.006007631309330463, 0.027482829988002777, 0.0038229841738939285, -0.05728321522474289, -0.06175714358687401, -0.06956814229488373, -0.0025292839854955673, -0.008492924273014069, 0.008868684992194176, -0.020878704264760017, -0.1494842767715454, -0.07856842875480652, -0.10255344212055206, -0.08787430077791214, -0.05808032676577568, -0.014289170503616333, -0.0011959288967773318, -0.02176584303379059, -0.0756622776389122, 0.01512740459293127, 0.02898821420967579, 0.012215428985655308, 0.02930414490401745, -0.03628409281373024, -0.020241379737854004, -0.002039698651060462, -0.040122292935848236, 0.00018964304763358086, 0.04354923218488693, 0.01943669654428959, -0.06397029757499695, -0.04384811595082283, -0.06192296743392944, -0.1181616336107254, -0.1368979811668396, -0.06136546656489372, -0.006299313623458147, -0.05028027668595314, -0.11820156872272491, 0.0029654912650585175, -0.07677730172872543, 0.008064303547143936, 0.052720360457897186, 0.03814123570919037, -0.010883470065891743, -0.00474147405475378, -0.021790839731693268, 0.0018183774081990123, 0.008493325673043728, -0.01618308760225773, -0.01735207810997963, 0.03136202320456505, 0.022511368617415428, -0.034206971526145935, 0.005737620405852795, 0.014809082262217999, 0.011262116022408009, 0.024247907102108, -0.0333549827337265, -0.041547082364559174, -0.008675219491124153, 0.04143671691417694, -0.04153987392783165, 0.04034619778394699, 0.05261280760169029, -0.02725767157971859, -0.057921767234802246, 0.03535124659538269, -0.037197012454271317, -0.03961717709898949, -0.011487973853945732, -0.03269040584564209, -0.007927254773676395, 0.016391050070524216, -0.04908723011612892, -0.03790035471320152, 0.005498402286320925, -0.015610085800290108, -0.014791005291044712, -0.02138824202120304, -0.02547394298017025, -0.03330937400460243, 0.020433425903320312, -0.05474044382572174, 0.008841820992529392, -0.01950044371187687, -0.008297138847410679, -0.021208640187978745, 0.09674880653619766, 0.06046769395470619, 0.02885332889854908, 0.09373079985380173, 0.05814865976572037, -0.0005309588159434497, -0.03285585343837738, -0.015500514768064022, -0.09145119786262512, 0.0053139193914830685, 0.04528417810797691, -0.046276673674583435, -0.04806269332766533, 0.0053804973140358925, -0.021309606730937958, -0.03486480936408043, 0.026059454306960106, 0.04148949682712555, -0.031021246686577797, 0.003113403683528304, -0.021924404427409172, -0.0035744209308177233, 0.026213647797703743, -0.04103761538863182, 0.01950947195291519, -0.004966018721461296, 0.019164860248565674, -0.02078418619930744, 0.029381034895777702, 0.06522691994905472, 0.05366227403283119, 0.021254317834973335, 0.05642395094037056, 0.03472900390625, -0.0652548223733902, -0.09908047318458557, -0.08222255110740662, 0.03988119959831238, -0.006727063562721014, -0.06723006069660187, -0.050838373601436615, -0.04234369844198227, -0.09145940095186234, -0.004506505560129881, 0.007589452434331179, 0.03011034056544304, -0.03237377107143402, -0.036637090146541595, 0.026793858036398888, -0.02225602976977825, 0.030042387545108795, -0.03215359151363373, -0.0005075045046396554, 0.0038906261324882507, 0.02663133107125759, -0.06831937283277512, 0.002788783749565482, -0.008113139308989048, 0.010260319337248802, -0.009754680097103119, -0.04168769717216492, -0.07625516504049301, -0.1206885352730751, -0.12025227397680283, -0.12072984129190445, -0.061163634061813354, -0.10558032989501953, -0.1056375503540039, -0.05538340285420418, -0.07507947087287903, -0.08554784208536148, -0.018905330449342728, -0.03818032518029213, -0.0037595974281430244, -0.018725616857409477, 0.01251040119677782, -0.009283802472054958, -0.031864456832408905, 0.024897253140807152, 0.027126962319016457, -0.012863393872976303, 0.0251642893999815, -0.01447130274027586, -0.08368513733148575, -0.06665005534887314, -0.0810803696513176, -0.12428556382656097, -0.10483033210039139, -0.142824187874794, -0.11552781611680984, -0.14193116128444672, -0.16898566484451294, -0.15827642381191254, -0.04114307463169098, -0.07586017996072769, -0.06543091684579849, -0.05831882730126381, -0.0786876454949379, -0.058996159583330154, -0.02893916144967079, 0.0016664071008563042, -0.019185839220881462, 0.0045493487268686295, 0.006373756565153599, -0.0365113690495491, 0.025113346055150032, -0.015441596508026123, 0.011184856295585632, -0.01712334342300892, 0.002824523951858282, -0.04502959921956062, -0.07863273471593857, -0.09787380695343018, -0.08846630156040192, -0.07533209025859833, -0.03659018501639366, -0.06101309880614281, -0.025916963815689087, -0.03796037286520004, -0.10903956741094589, -0.10940592736005783, -0.02855444699525833, -0.009751329198479652, -0.008776115253567696, -0.03022676706314087, -0.030028806999325752, -0.07280318439006805, 0.00449040811508894, -0.0022383646573871374, -0.024414191022515297, 0.010033262893557549, 0.020264102146029472, -0.024937083944678307, 0.02052624709904194, -0.006564779207110405, 0.0004520156071521342, -0.017327863723039627, -0.015101402066648006, -0.013824427500367165, -0.02917632646858692, -0.04058017581701279, -0.016511019319295883, -0.06430773437023163, -0.03312482684850693, 0.016554005444049835, -0.0028170114383101463, -0.06970683485269547, -0.07517467439174652, -0.06453586369752884, 0.03370613977313042, -0.03506212681531906, -0.001956351799890399, -0.03162585571408272, -0.009723988361656666, -0.038064248859882355, -0.008127376437187195, -0.006769505795091391, -0.002188042039051652, 0.0069946227595210075, 0.019193211570382118, -0.027885453775525093, -0.006246116012334824, 0.008585413917899132, 0.012774466536939144, 0.008253835141658783, -0.043526988476514816, -0.033872559666633606, -0.02289225347340107, -0.027346428483724594, -0.08344987034797668, -0.03862660750746727, 0.04714268073439598, -0.037755269557237625, -0.02764178067445755, 0.022142531350255013, -0.024544036015868187, -0.010665200650691986, -0.0032685890328139067, -0.0646575465798378, -0.04946543648838997, -0.023483378812670708, -0.02274678833782673, 0.001486928085796535, -0.04862948879599571, 0.02931833080947399, 0.01315173041075468, -0.021746424958109856, 0.004592728801071644, -0.014782467857003212, 0.000743177137337625, 0.010116377845406532, -0.02816268615424633, 0.024867264553904533, 0.01130219642072916, -0.058571960777044296, -0.022836999967694283, -0.03845437243580818, -0.05363086611032486, -0.08951164036989212, 0.008433958515524864, -0.02069328911602497, -0.013296297751367092, 0.03692637383937836, 0.015626879408955574, 0.028618212789297104, -0.009146396070718765, -0.06799791753292084, -0.03200092539191246, 0.028739983215928078, 0.003263272577896714, -0.02044995315372944, -0.04211984574794769, -0.005266688764095306, -0.03890903294086456, 0.013871329836547375, 0.009522131644189358, -0.03166280686855316, -0.010363216511905193, -0.03962836414575577, 0.019208190962672234, -0.02140168845653534, -0.042332973331213, 0.00927567295730114, 0.0008364748791791499, 0.02256585843861103, -0.01567220874130726, -0.04536377266049385, 0.015282493084669113, 0.030764827504754066, 0.03831232339143753, -0.05608561635017395, -0.0005118286935612559, -0.0013223279966041446, 0.020362526178359985, -0.04719672352075577, 0.01827137917280197, -0.021342813968658447, -0.0015010396018624306, 0.0351993702352047, 0.021335821598768234, -0.02932063117623329, 0.01730196736752987, -0.02798333950340748, -0.0027037954423576593, 0.006364436820149422, 0.012530128471553326, -0.009012592025101185, -0.013608666136860847, 0.028916748240590096, -0.014754209667444229, 0.02811172790825367, 0.013962887227535248, 0.029576212167739868, -0.004053905606269836, -0.025464346632361412, -0.0037502599880099297, -0.040971215814352036, 0.02001968026161194, 0.018680214881896973, -0.02429370768368244, -0.01052187941968441, -0.020521027967333794, -0.05060483515262604, 0.014219922944903374, -0.024289114400744438, 0.021944167092442513, -0.017023641616106033, 0.01957712322473526, 0.02036222629249096, 0.02282623015344143, -0.011403773911297321, -0.010751611553132534], [-0.05587770417332649, -0.047923650592565536, -0.05354906991124153, -0.026559242978692055, -0.05788223817944527, 5.248697561910376e-05, -0.002176741836592555, -0.014800340868532658, 0.0057805185206234455, 0.005929945036768913, -0.022220930084586143, -0.053215328603982925, -0.04396266117691994, -0.05959920585155487, -0.013644487597048283, -0.05737738683819771, 0.006876145489513874, -0.02673153765499592, -0.0048712436109781265, -0.047263454645872116, -0.0027309164870530367, -0.04543213173747063, -0.04212348535656929, 0.006030016578733921, -0.012977294623851776, -0.01897796057164669, -0.05104697123169899, -0.007176981307566166, -0.04840468242764473, -0.006896400358527899, -0.002318545011803508, -0.02896946109831333, -0.0038718036375939846, -0.044074755162000656, -0.014861575327813625, -0.017523175105452538, -0.05266546830534935, -0.04586518183350563, -0.05226154252886772, -0.05121157690882683, -0.05253693833947182, -0.029244314879179, -0.02852039411664009, -0.025400040671229362, -0.024881338700652122, -0.042661506682634354, -0.01776876486837864, -0.05004224553704262, -0.03363914415240288, -0.007852311246097088, -0.04820634797215462, -0.0005282969796098769, -0.01610908843576908, -0.025696614757180214, -0.016774190589785576, -0.009291405789554119, -0.027544381096959114, -0.04167880490422249, 0.008936733938753605, -0.05847029760479927, -0.004465382546186447, 0.0007107915007509291, -0.005124487914144993, -0.03462708741426468, -0.006827872712165117, -0.012594657950103283, -0.030063338577747345, -0.02191885933279991, 0.008437070995569229, -0.002694742288440466, 0.01138806901872158, -0.022739926353096962, -0.05011369660496712, -0.05396150052547455, -0.03773991018533707, -0.04390818998217583, -0.062234919518232346, -0.04013456776738167, -0.024463307112455368, -0.035982247442007065, 0.008294187486171722, -0.043069127947092056, -0.054375942796468735, -0.039213862270116806, -0.025051413103938103, -0.015559208579361439, -0.03180410712957382, -0.04724534973502159, -0.0063370331190526485, -0.01817612536251545, -0.04864128679037094, -0.0323946513235569, -0.05017336085438728, -0.05111541971564293, -0.05358418449759483, -0.05964306741952896, 0.06470899283885956, 0.013160896487534046, -0.007135424297302961, 0.026939811185002327, 0.0072175911627709866, -0.0035513131879270077, -0.02692452445626259, -0.010987170971930027, -0.08760854601860046, -0.07446976751089096, -0.08536891639232635, -0.040951892733573914, -0.004596687853336334, -0.04685438051819801, -0.0023721836041659117, -0.0011020799865946174, -0.041963983327150345, -0.04915408417582512, -0.05932733044028282, -0.03967409208416939, -0.008163713850080967, -0.010851261205971241, -0.021862126886844635, -0.0036884655710309744, 0.006319422274827957, 0.07326726615428925, 0.07597776502370834, 0.04876086860895157, 0.04154615104198456, 0.16227267682552338, 0.05237334594130516, 0.0985458567738533, 0.12168648093938828, 0.05146154761314392, 0.04021105542778969, -0.08056303858757019, -0.05230226367712021, -0.06620354950428009, -0.013150893151760101, -0.04319283738732338, -0.02102047950029373, -0.006614807527512312, -0.05751771479845047, -0.008321232162415981, -0.010513640008866787, -0.056599605828523636, -0.03901522606611252, -0.04215264692902565, -0.04500182718038559, -0.07263553142547607, -0.05205047130584717, 0.0425853431224823, -0.004816627595573664, 0.029621794819831848, 0.17427672445774078, 0.12067238241434097, 0.07462717592716217, 0.07606983184814453, 0.0352713018655777, -0.0798867866396904, -0.019846605136990547, 0.013047723099589348, -0.03513403609395027, -0.027576303109526634, -0.0027926701586693525, 0.058997102081775665, 0.07024985551834106, -0.007819315418601036, -0.012836426496505737, -0.02061321772634983, 0.003300139680504799, -0.05692345276474953, -0.00906634982675314, -0.04274113103747368, -0.01309149619191885, -0.01644950918853283, -0.05468880385160446, -0.040399204939603806, 0.002720464486628771, 0.03936857730150223, -0.006306195165961981, 0.02693425863981247, 0.1001134142279625, 0.11008546501398087, 0.1586611270904541, 0.06232006102800369, -0.07398004084825516, -0.14159919321537018, -0.10472133010625839, 0.06592968851327896, 0.010006006807088852, 0.01830756850540638, 0.05021461844444275, 0.07690834254026413, 0.002082353923469782, -0.0772332102060318, -0.01956111378967762, -0.06602103263139725, -0.013244004920125008, -0.052459508180618286, -0.00021609116811305285, -0.0012471842346712947, -0.028353160247206688, -0.019302571192383766, -0.029955046251416206, -0.03353321552276611, -0.006332382094115019, 0.008319669403135777, -0.003157074097543955, 0.03160851076245308, 0.012168779969215393, 0.11554381996393204, 0.0634027048945427, 0.12500569224357605, 0.10676956921815872, 0.016043229028582573, 0.04759827256202698, 0.03856227546930313, 0.045907460153102875, 0.09751193225383759, 0.13748885691165924, 0.09230019897222519, 0.08132331073284149, 0.024844789877533913, -0.02201557531952858, -0.07656081020832062, -0.009745070710778236, 0.004573626909404993, -0.032789912074804306, -0.05805378034710884, -0.04019312933087349, -0.038267649710178375, 0.051827140152454376, 0.01249820925295353, -0.03303644806146622, -0.018923908472061157, -0.035112906247377396, -0.050827641040086746, -0.09127231687307358, -0.04607316106557846, 0.16073592007160187, 0.08078943192958832, 0.22670163214206696, 0.10946373641490936, 0.07412605732679367, 0.07148639112710953, 0.015601051039993763, 0.036058444529771805, 0.0660586953163147, 0.034406863152980804, 0.07601741701364517, 0.042750608175992966, -0.04609135910868645, -0.02774006687104702, -0.033702343702316284, -0.0166854839771986, -0.02761012129485607, -0.02404874749481678, -0.035231977701187134, -0.034835319966077805, 0.022053925320506096, 0.06383759528398514, -0.01069187093526125, -0.02572012133896351, -0.0655660331249237, -0.07809378206729889, -0.08045568317174911, -0.006854034494608641, -0.0253362525254488, 0.009719627909362316, 0.08127036690711975, 0.039029255509376526, 0.04031461849808693, 0.030855033546686172, 0.1412152200937271, -0.010762084275484085, -0.007695778738707304, -0.06452745199203491, 0.1191200539469719, 0.06413034349679947, -0.003701805602759123, 0.02122274786233902, -0.029044657945632935, -0.0011889977613463998, -0.005284023471176624, -0.05150485038757324, -0.0405660904943943, -0.04252276569604874, -0.03076714463531971, 0.056705228984355927, -0.009273245930671692, -0.005901275668293238, 0.03582944720983505, -0.02420644834637642, 0.13538344204425812, -0.013810877688229084, 0.005672229919582605, 0.05119135603308678, -0.1853586882352829, -0.11491436511278152, -0.10218893736600876, 0.015218072570860386, 0.13003379106521606, 0.03880899399518967, 0.030787784606218338, -0.011354656890034676, 0.05151486024260521, -0.022549500688910484, 0.051677338778972626, 0.01892797090113163, 0.009315173141658306, -0.05513674393296242, -0.002076426986604929, -0.012163500301539898, -0.05727439001202583, -0.06419260799884796, -0.01132077258080244, -0.06710615009069443, -0.07641562074422836, -0.07488860934972763, -0.1162206158041954, -0.06984181702136993, 0.0217086561024189, 0.05155455321073532, -0.0024959146976470947, -0.22393228113651276, -0.2680145800113678, -0.33825990557670593, -0.3171039819717407, -0.06989461928606033, 0.011121817864477634, -0.04056006297469139, -0.015186196193099022, 0.003968173172324896, -0.023034079000353813, -0.06962817162275314, 0.0062769013457000256, -0.022463489323854446, -0.02821335382759571, -0.03062070906162262, -0.011225021444261074, -0.00819955300539732, 0.00870441272854805, -0.06540431082248688, -0.050676777958869934, -0.08890846371650696, -0.06315135955810547, -0.0070709181018173695, -0.020708434283733368, 0.1424180567264557, 0.009617657400667667, -0.09050297737121582, -0.21291987597942352, -0.43012791872024536, -0.2824128568172455, -0.366085410118103, -0.39011111855506897, -0.16333627700805664, -0.09715630859136581, -0.09633585810661316, -0.017633508890867233, -0.014242730103433132, -0.09529849141836166, -0.05609077587723732, -0.0582185760140419, -0.03167515620589256, -0.03051110729575157, -0.007036969996988773, -0.04058140888810158, -0.052673839032649994, -0.0016795076662674546, -0.071469247341156, -0.05903832986950874, -0.1472029834985733, -0.05579325184226036, -0.04264318570494652, -0.02657034620642662, -0.00692402757704258, -0.05761006847023964, -0.16227692365646362, -0.276360422372818, -0.22271376848220825, -0.10196948051452637, -0.32391858100891113, -0.3059501349925995, -0.14613132178783417, -0.09491926431655884, -0.174824059009552, -0.09393434971570969, -0.09072185307741165, -0.08849633485078812, -0.11143236607313156, -0.03202107548713684, -0.029721947386860847, -0.059668704867362976, -0.04232008010149002, -0.048126328736543655, -0.044378459453582764, -0.03949465975165367, -0.028222454711794853, -0.0960431769490242, -0.11802441626787186, -0.11884225159883499, -0.10179194808006287, -0.12757672369480133, -0.20013372600078583, -0.20403575897216797, -0.31637972593307495, -0.22391311824321747, -0.1897764652967453, -0.03784659504890442, -0.0069453297182917595, -0.2001928687095642, -0.19771595299243927, -0.15250030159950256, -0.178248330950737, -0.10031569004058838, 0.08251415938138962, -0.03519807010889053, -0.021879080682992935, 0.005863867234438658, -0.004409141838550568, 0.009983300231397152, -0.0563625805079937, -0.010614042170345783, -0.03180638700723648, -0.052378956228494644, -0.041570987552404404, -0.0654042586684227, -0.07634007930755615, -0.08360995352268219, -0.14587625861167908, -0.014231297187507153, -0.13196419179439545, -0.14662331342697144, -0.1125669777393341, -0.07194672524929047, -0.13324911892414093, -0.10252849012613297, -0.03268854320049286, -0.14195170998573303, -0.2441379874944687, -0.2488463819026947, -0.22389867901802063, -0.14490358531475067, -0.005666990764439106, -0.09971044957637787, 0.013593964278697968, 0.048894576728343964, -0.011866302229464054, -0.018963458016514778, 0.005948344245553017, -0.04918034002184868, 0.0037108929827809334, -0.031973447650671005, -0.07091963291168213, -0.050602298229932785, -0.03262154757976532, -0.09558991342782974, -0.10236997902393341, -0.02409125119447708, -0.030167080461978912, -0.09415343403816223, -0.0753571018576622, -0.027420634403824806, 0.03822917863726616, -0.06110852584242821, -0.1392422765493393, -0.0963505282998085, -0.19152195751667023, -0.18457774817943573, -0.2565484046936035, -0.154442697763443, -0.08490200340747833, -0.11470458656549454, -0.007040541153401136, 0.02524193748831749, 0.015758730471134186, 0.0033607971854507923, -0.023745087906718254, -0.061796486377716064, -0.04248887673020363, -0.026486417278647423, -0.05674653500318527, -0.025090841576457024, 0.05422164499759674, -0.04734276235103607, -0.08733214437961578, -0.05688530579209328, 0.005130469333380461, 0.05246526747941971, -0.09022500365972519, -0.12230754643678665, -0.033853672444820404, -0.014273906126618385, -0.126352459192276, -0.21435315907001495, -0.23524826765060425, -0.17990830540657043, -0.11041427403688431, -0.18928900361061096, -0.14228098094463348, -0.06671683490276337, -0.012372842989861965, 0.04965927451848984, 0.030430687591433525, 0.01738310232758522, -0.0435912199318409, -0.022375425323843956, 0.004968779161572456, -0.03189178556203842, -0.025998352095484734, 0.022005973383784294, 0.008213797584176064, -0.06729555130004883, -0.06810353696346283, -0.06740161776542664, -0.040389906615018845, -0.02466493658721447, -0.1224745437502861, -0.08073016256093979, -0.1606985330581665, -0.19554252922534943, -0.22281286120414734, -0.1967201828956604, -0.2592703104019165, -0.15594258904457092, -0.006800640374422073, -0.007174831349402666, 0.016659339889883995, 0.06162424013018608, 0.05699143186211586, 0.02586110308766365, 0.013030198402702808, -0.014553645625710487, -0.019955376163125038, -0.061290498822927475, -0.056593749672174454, 0.0036109471693634987, -0.019162995740771294, -0.019164076074957848, 0.010270101018249989, 0.01892707496881485, -0.041794996708631516, -0.055479057133197784, -0.1105593666434288, -0.1728271096944809, -0.02102394588291645, -0.07996853440999985, -0.03662487491965294, -0.138193279504776, -0.17328503727912903, -0.21417422592639923, -0.07843679934740067, -0.056738194078207016, 0.06702353805303574, 0.11457842588424683, -0.004429598338901997, 0.021639298647642136, 0.020066754892468452, -0.08540008962154388, 0.00735613564029336, -0.025563804432749748, -0.03729620203375816, -0.018977774307131767, -0.051671747118234634, -0.03966366872191429, 0.025409551337361336, 0.007082365918904543, 0.1051468700170517, 0.07600501924753189, -0.008805913850665092, -0.03774411603808403, 0.10069133341312408, 0.010215342976152897, 0.07866379618644714, 0.17188210785388947, 0.025988124310970306, 0.07291806489229202, 0.026285525411367416, 0.10159313678741455, 0.06342892348766327, 0.029159700497984886, 0.031516965478658676, 0.01394713670015335, 0.041267022490501404, 0.008330026641488075, 0.029155120253562927, -0.04345501586794853, -0.021810714155435562, -0.021851005032658577, -0.001627545221708715, -0.05349750444293022, -0.044900402426719666, 0.00646849162876606, -0.009939388372004032, 0.06086205691099167, 0.05110062286257744, 0.06112630292773247, 0.009797271341085434, 0.054321449249982834, 0.1189018189907074, 0.1180383712053299, 0.16106559336185455, 0.1728326678276062, 0.1170850545167923, 0.2973572015762329, 0.30914220213890076, 0.15614457428455353, 0.11172985285520554, 0.11230138689279556, 0.07941557466983795, 0.009657551534473896, -0.014888571575284004, 0.06985976547002792, 0.04786716401576996, 0.057580601423978806, 0.009468862786889076, -0.024749351665377617, -0.014664788730442524, -0.021263809874653816, -0.04642496630549431, -0.029845712706446648, 0.05061982572078705, 0.02728494070470333, 0.11140454560518265, 0.13584904372692108, 0.019310418516397476, 0.03325646370649338, 0.21475209295749664, 0.08999282121658325, 0.17940038442611694, 0.1485566943883896, 0.11148133873939514, 0.07897993177175522, 0.11111240088939667, 0.11978986114263535, 0.19309335947036743, 0.16260786354541779, 0.0621880404651165, 0.006120546255260706, 0.025576654821634293, 0.06620536744594574, 0.05858589708805084, -0.02718174457550049, -0.0056425840593874454, -0.026071293279528618, -0.044123295694589615, -0.0333019383251667, -0.007163536734879017, -0.02267611213028431, 0.04157627746462822, 0.020142223685979843, 0.04329133778810501, 0.08322656899690628, 0.03961189463734627, -0.02394723705947399, 0.08692053705453873, 0.13027118146419525, 0.2785324156284332, 0.18418289721012115, 0.11325483024120331, 0.015189234167337418, 0.10547523945569992, 0.14383293688297272, 0.2337433397769928, 0.11428555101156235, 0.06569940596818924, 0.06684638559818268, 0.03543515130877495, 0.08606742322444916, 0.041417792439460754, -0.005859403870999813, -0.007007477339357138, -0.02853146567940712, -0.01838509924709797, -0.02495461143553257, -0.031214069575071335, -0.05806592479348183, 0.000603524676989764, -0.005318470764905214, 0.004802039824426174, 0.026227042078971863, 0.05273568257689476, 0.031703170388936996, 0.052491236478090286, -0.05448650196194649, -0.03623746708035469, 0.04572661221027374, 0.09754041582345963, 0.022699320688843727, 0.033920783549547195, 0.05772991105914116, 0.21855011582374573, 0.11621523648500443, 0.04344179853796959, 0.048511408269405365, 0.028051557019352913, -0.008281332440674305, -0.007580063305795193, -0.004648094996809959, -0.0538698211312294, -0.004142060875892639, -0.0037520737387239933, -0.05229395255446434, -0.045068662613630295, -0.04897637292742729, 0.008488401770591736, -0.05756918340921402, -0.03250392898917198, 0.0036440114490687847, 0.06382531672716141, 0.11822350323200226, 0.055887963622808456, 0.029339585453271866, -0.009692066349089146, 0.07115582376718521, 0.16825833916664124, 0.019864415749907494, -0.015746591612696648, 0.007536578457802534, 0.005392657592892647, -0.009494895115494728, 0.004398579243570566, -0.037062209099531174, -0.059816423803567886, -0.023401537910103798, -0.03170422837138176, -0.005889104213565588, -0.010954718105494976, -0.05873290076851845, -0.0604187436401844, -0.01332683302462101, 0.0035242438316345215, -0.01315267663449049, -0.010388546623289585, -0.06033848226070404, -0.02981468476355076, -0.059349898248910904, -0.03310482203960419, -0.03164846450090408, -0.11747310310602188, -0.09717568755149841, -0.09276963025331497, -0.05920037627220154, -0.03376985341310501, -0.03932422026991844, -0.0171480942517519, -0.0005586798069998622, -0.0509362518787384, -0.06808590888977051, -0.01017721462994814, -0.06651345640420914, -0.020258286967873573, -0.0020697140134871006, -0.05595746263861656, 0.00045250964467413723, -0.009638176299631596, -0.03663204237818718, -0.03468324616551399, 0.007881267927587032, -0.04547266289591789, -0.04693513736128807, 0.0028296990785747766, -0.0021833754144608974, -0.05432221293449402, -0.02732212468981743, -0.05892743542790413, -0.054301485419273376, 0.007624207064509392, -0.030980411916971207, -0.008726391941308975, -0.015086873434484005, -0.0514150969684124, -0.034917306154966354, -0.004238744266331196, -0.028978731483221054, -0.058817874640226364, -0.04389970377087593, -0.04634055867791176, -0.005100303329527378, -0.04817240685224533, -0.008196583949029446, 0.003382811089977622, -0.0003485972702037543, -0.039651114493608475, -0.016020989045500755, -0.044846516102552414], [0.03603770583868027, -0.022109417244791985, 0.006746423430740833, -0.014706382527947426, -0.024104541167616844, -0.016372742131352425, -0.005021404009312391, -0.027279244735836983, -0.03283838927745819, -0.00960132572799921, -0.006609457079321146, -0.014272738248109818, -0.03105691261589527, 0.016296032816171646, 0.024784553796052933, -0.025245623663067818, 0.0338255912065506, -0.01491966750472784, -0.02426334284245968, 0.02949623577296734, -0.02645190991461277, 0.003689558943733573, 0.015830110758543015, 0.012510030530393124, 0.019858555868268013, -0.011334839276969433, 0.021655114367604256, 0.00978745799511671, -0.012622245587408543, -0.026919038966298103, 0.005818466190248728, 0.03220505267381668, -0.031114621087908745, 0.03241077437996864, 0.029174650087952614, -0.011684651486575603, -0.006402633618563414, -0.01741139404475689, 0.005665015894919634, -0.017884794622659683, -0.024376515299081802, 0.008433894254267216, -0.009479035623371601, -0.03394955396652222, -0.01798260770738125, 0.02552255429327488, 0.029577746987342834, -0.004865848924964666, 0.03222336992621422, 0.024095287546515465, -0.024278998374938965, -0.02877066470682621, -0.03252795338630676, 0.029077207669615746, -0.004970422480255365, -0.030133219435811043, 0.02718346007168293, -0.01203718688338995, -0.0053896657191216946, 0.011146885342895985, 0.03045443259179592, 0.0030179449822753668, 0.02173582836985588, 0.010176398791372776, -0.02051127888262272, 0.010389328002929688, -0.009797935374081135, -0.051123276352882385, -0.011817611753940582, -0.013502279296517372, 0.012476875446736813, -0.011903936043381691, -0.05253841355443001, -0.002276385435834527, -0.030932962894439697, 0.01725943759083748, -0.04324343055486679, -0.03449317440390587, -0.0313078872859478, -0.03402791917324066, -0.03516814112663269, 0.0067278239876031876, -0.018873414024710655, -0.007305284962058067, 0.03089546598494053, 0.010676826350390911, -0.002724490826949477, -0.013326507993042469, 0.029154349118471146, -0.026009388267993927, -0.02480904944241047, 0.028196554630994797, -0.030702954158186913, -0.0496833473443985, -0.02363319881260395, -0.04230492562055588, -0.0498460978269577, 0.017722638323903084, 0.03472739830613136, -0.034538913518190384, -0.08244357258081436, -0.07826407253742218, -0.024425353854894638, -0.08622908592224121, -0.02784886583685875, 0.017746642231941223, 0.013914096169173717, -0.02128971926867962, 0.03235996142029762, -0.009224233217537403, -0.026645703241229057, -0.0037041485775262117, -0.0026919085066765547, 0.03523198515176773, -0.005226047243922949, -0.01933852955698967, -0.0024491429794579744, -0.05089739337563515, -0.04521927237510681, 0.04422077536582947, -0.005500973667949438, 0.05352466553449631, 0.010360466316342354, 0.08415108919143677, 0.19418421387672424, 0.16852056980133057, 0.08745484799146652, 0.03762095421552658, -0.0736428052186966, -0.041428010910749435, -0.011179372668266296, -0.017518874257802963, 0.0009884863393381238, -0.0224396213889122, -0.024983668699860573, 0.00553058972582221, 0.025601739063858986, 0.03840455412864685, 0.032785188406705856, -0.016403526067733765, -0.013420608825981617, 0.03307246044278145, 0.018497338518500328, -0.028003564104437828, -0.025190873071551323, -0.04464930668473244, -0.0002524589654058218, -0.03644916042685509, 0.05353618040680885, 0.05077145993709564, 0.07952367514371872, 0.22159883379936218, 0.2536989152431488, 0.14825041592121124, 0.08691314607858658, 0.029682502150535583, -0.0867825448513031, -0.045146722346544266, -0.08343794196844101, -0.028348159044981003, -0.06134708225727081, -0.013360311277210712, -0.00842820294201374, 0.03813870996236801, 0.02837628498673439, 0.0033482611179351807, -0.028947539627552032, -0.0014708895469084382, 0.037403590977191925, 0.017089197412133217, -0.02511613257229328, 0.026039205491542816, 0.009253889322280884, -0.025927172973752022, -0.019035331904888153, 0.013711507432162762, 0.048808272927999496, 0.057883527129888535, 0.07347400486469269, 0.11733057349920273, 0.105848528444767, 0.09296952188014984, -0.05168323218822479, 0.033563099801540375, 0.019149500876665115, -0.006919684819877148, -0.016406312584877014, -0.0368921123445034, 0.01974707469344139, -0.08198743313550949, -0.04659782350063324, -0.01464019063860178, 0.033881425857543945, 0.038507554680109024, -0.02042229473590851, 0.037024661898612976, -0.016415882855653763, -0.027241112664341927, -0.027438819408416748, 0.024731064215302467, -0.024579104036092758, -0.08068516105413437, -0.08463968336582184, -0.10919836163520813, 0.038609251379966736, 0.009524689055979252, 0.021523749455809593, -0.018125370144844055, 0.07671936601400375, 0.06817333400249481, -0.008144616149365902, -0.05477193742990494, -0.1320667415857315, -0.036362528800964355, -0.0767495259642601, -0.05439002066850662, -0.1101231649518013, -0.041654013097286224, -0.02207035757601261, -0.019756581634283066, 0.0060353525914251804, 0.026822177693247795, 0.012419536709785461, 0.008440480567514896, 0.0005209277151152492, -0.009825860150158405, -0.03101494535803795, -0.02075868472456932, -0.03583245724439621, -0.06765032559633255, 0.00651480071246624, -0.004443303216248751, 0.05446477234363556, -0.011428373865783215, -0.0835191011428833, 0.016978217288851738, 0.009156912565231323, 0.0032909659203141928, 0.055683571845293045, -0.025110991671681404, 0.01055884175002575, -0.01572095975279808, 0.06142384931445122, 0.11211655288934708, 0.016638528555631638, 0.04538401588797569, -0.0384889654815197, -0.0854129046201706, 0.019587213173508644, 0.003130650846287608, -0.031531497836112976, 0.001663177041336894, -0.0153011130169034, -0.032048508524894714, -0.008539621718227863, 0.027667636051774025, -0.07700582593679428, -0.017260007560253143, 0.046507492661476135, -0.029431305825710297, -0.01624707318842411, 0.017762934789061546, 0.10991782695055008, 0.046591416001319885, -0.0969783142209053, -0.05519791692495346, 0.03030218929052353, -0.01607215590775013, -0.04449740797281265, -0.029367074370384216, 0.08402830362319946, 0.15074269473552704, 0.16073091328144073, 0.1071033701300621, -0.11733011901378632, -0.09502840787172318, -0.06666036695241928, 0.005238828714936972, -0.035365309566259384, 0.017843330278992653, -0.031543388962745667, -0.023970238864421844, -0.03352167457342148, -0.0047864834778010845, 0.00212909746915102, 0.06617431342601776, 0.12769410014152527, 0.11689497530460358, 0.0007117292261682451, 0.02728557400405407, 0.0047430433332920074, -0.12710604071617126, -0.07456423342227936, -0.06860184669494629, 0.09140878170728683, 0.11497557163238525, 0.0015311617171391845, 0.101404570043087, 0.09616412967443466, 0.04202122241258621, -0.055131055414676666, -0.004124338738620281, -0.021740863099694252, -0.03204444795846939, -0.029310621321201324, 0.015915723517537117, 0.01544763520359993, -0.0006134954746812582, -0.016406135633587837, 0.01082376204431057, 0.019895564764738083, -0.03747403994202614, 0.0009185214294120669, 0.06997362524271011, 0.11613233387470245, 0.10831820219755173, 0.060470983386039734, 0.04104234650731087, -0.11450031399726868, -0.23114722967147827, -0.14493831992149353, -0.06166506186127663, 0.022110553458333015, 0.06312601268291473, -0.038610491901636124, 0.01602962613105774, -0.08834386616945267, -0.06041533127427101, 0.05899634584784508, 0.05681541934609413, 0.11519429087638855, 0.07078514993190765, -0.038221508264541626, -0.03796663135290146, 0.00780855305492878, -0.006628379691392183, 0.031278450042009354, -0.025721266865730286, 0.014615482650697231, 0.01006673090159893, 0.11395600438117981, 0.1314268559217453, 0.10071851313114166, 0.04840623214840889, 0.035371653735637665, -0.0905376523733139, -0.11730771511793137, -0.25921934843063354, -0.17985093593597412, -0.09934790432453156, -0.05983365699648857, -0.025342006236314774, -0.06734465807676315, -0.09570153057575226, -0.2491169571876526, -0.043274737894535065, 0.024187667295336723, 0.17277148365974426, 0.09591121226549149, 0.08749209344387054, -0.04010438174009323, -0.058048706501722336, 0.00103156385011971, -0.02897861786186695, -0.03132073953747749, 0.013432290405035019, 0.014662487432360649, 0.025620831176638603, 0.14438949525356293, 0.1175425574183464, -0.012385635636746883, 0.11789543926715851, 0.07676814496517181, -0.008669387549161911, 0.02171926200389862, -0.0245915986597538, -0.052241526544094086, -0.07631877809762955, -0.08872107416391373, -0.09930423647165298, -0.10491237044334412, -0.017204085364937782, -0.027463601902127266, 0.08307363092899323, 0.01593226008117199, 0.15423382818698883, 0.131223663687706, 0.024160703644156456, -0.011450770311057568, 0.020038289949297905, -0.011835386045277119, -0.03026699461042881, 0.02414379082620144, 0.026164758950471878, 0.02592189610004425, 0.020123600959777832, 0.12312839925289154, 0.07491964101791382, 0.022883832454681396, 0.08528763800859451, 0.10141708701848984, 0.06763976067304611, 0.08275491744279861, 0.15887455642223358, 0.0656311884522438, -0.07338381558656693, -0.25470679998397827, -0.2070620208978653, -0.07273977994918823, 0.0022927282843738794, 0.17406366765499115, 0.151545450091362, 0.1410943567752838, 0.11697690188884735, -0.0068407510407269, -0.0467744804918766, 0.023791536688804626, -0.046426448971033096, -0.013186920434236526, 0.0335000604391098, 0.034015998244285583, 0.009630171582102776, -0.044018641114234924, 0.035077210515737534, 0.06478691101074219, 0.03635730594396591, 0.02614155411720276, 0.12355237454175949, 0.13712657988071442, 0.0740254670381546, 0.023269465193152428, 0.051948320120573044, 0.029288746416568756, -0.09347041696310043, -0.1576513797044754, -0.217203289270401, -0.1142210140824318, -0.11039240658283234, 0.1385185569524765, 0.20855729281902313, 0.10733980685472488, -0.08799511939287186, -0.04638811573386192, -0.12728279829025269, -0.054602254182100296, 0.002323484979569912, -0.011747760698199272, -0.02472524903714657, 0.0327887199819088, -0.0012489166110754013, -0.008558840490877628, 0.03595945984125137, 0.031503867357969284, 0.05367763713002205, 0.04194517806172371, -0.03569941222667694, 0.014353063888847828, -0.030916692689061165, -0.09175093472003937, 0.0015615078154951334, 0.00751206511631608, -0.02545485831797123, -0.07536587119102478, -0.1823405772447586, -0.1617577224969864, 0.042721882462501526, 0.2149851769208908, 0.16357320547103882, 0.16691796481609344, -0.11194563657045364, -0.06855209171772003, -0.15311023592948914, -0.12306475639343262, -0.0294706579297781, 0.01212221197783947, -0.027267247438430786, 0.021855099126696587, -0.02623690851032734, 0.0009600591147318482, -0.00012568305828608572, -0.021861819550395012, 0.01940082386136055, 0.06331390142440796, 0.025760553777217865, -0.006130879744887352, 0.03251245245337486, -0.02050383761525154, -0.06591072678565979, 0.03721189871430397, 0.034481994807720184, -0.10335547477006912, -0.20632846653461456, -0.07964228838682175, 0.130115807056427, 0.28297364711761475, 0.16812412440776825, 0.10363833606243134, -0.13473905622959137, 3.55297997884918e-05, -0.09863996505737305, -0.071624755859375, -0.040709238499403, 0.004906614776700735, -0.00804733857512474, 0.02128290943801403, -0.03004457801580429, 0.012910916469991207, -0.03411766514182091, -0.004589457996189594, -0.001125431270338595, 0.039999622851610184, -0.02369121089577675, -0.06663758307695389, 0.007547379937022924, 0.04085081070661545, 0.08217132091522217, 0.1098964661359787, 0.0831233486533165, -0.025545885786414146, -0.13111984729766846, -0.15422792732715607, 0.04960672929883003, 0.22967885434627533, 0.19059115648269653, 0.07077161222696304, -0.049116622656583786, -0.05220387503504753, -0.06873459368944168, -0.009682544507086277, -0.06693732738494873, 0.0020400474313646555, 0.0013057912001386285, 0.01786402054131031, -0.008248232305049896, 0.00449184887111187, -0.0058184340596199036, 0.009790312498807907, 0.013190085999667645, 0.02150941826403141, 0.0797828882932663, 0.009232672862708569, -0.0033094328828155994, 0.009331493638455868, 0.06973640620708466, 0.1414131224155426, 0.09395469725131989, 0.0040640574879944324, -0.14283615350723267, -0.16666439175605774, -0.11875444650650024, 0.21641187369823456, 0.16998670995235443, 0.010203340090811253, 0.05368349701166153, -0.01629362255334854, 0.01863681524991989, -0.0009142024791799486, -0.004650440067052841, 0.00587331922724843, 0.029061026871204376, -0.002501264913007617, 0.018226515501737595, 0.007205022964626551, -0.027935391291975975, 0.02002272754907608, 0.06257572770118713, 0.044589124619960785, -0.00591410044580698, -0.05867058038711548, -0.08637593686580658, -0.03526348993182182, -0.0007879218901507556, 0.08336704224348068, -0.04946264252066612, -0.1314864456653595, -0.139638289809227, -0.09186337143182755, -0.019405022263526917, 0.09726724773645401, 0.08401550352573395, 0.022243598476052284, -0.008661880157887936, -0.011860744096338749, 0.025552628561854362, 0.060961924493312836, -0.0006677449564449489, -0.003013814566656947, 0.019756274297833443, 0.00046497141011059284, 0.01037395279854536, 0.01343907043337822, -0.0008651104290038347, 0.0625016987323761, 0.11536505818367004, 0.11543874442577362, -0.02248554863035679, -0.004647702444344759, -0.006754690315574408, -0.06683517247438431, -0.026315415278077126, 0.013117891736328602, -0.0191473551094532, -0.021046053618192673, -0.061042167246341705, -0.002680947072803974, 0.06476855278015137, 0.014410446397960186, 0.07516852021217346, 0.09988772869110107, 0.08141537010669708, 0.0486762598156929, 0.0479956790804863, 0.006246127188205719, 0.020740369334816933, -0.023786339908838272, -0.023390797898173332, -0.012247237376868725, 0.01661152020096779, 0.01794099621474743, 0.034319013357162476, -0.04073181748390198, 0.00187047163490206, 0.05842425674200058, 0.04293486103415489, -0.06335312128067017, -0.1257803589105606, -0.1337234377861023, -0.02054315246641636, 0.009777416475117207, 0.002685028128325939, -0.05018523335456848, -0.08210909366607666, 0.08312026411294937, 0.09688787907361984, 0.06283885985612869, 0.045316945761442184, 0.11331690102815628, 0.10724842548370361, 0.07142891734838486, 0.007233502343297005, 0.06836217641830444, 0.0014722698833793402, -0.015641894191503525, 0.013184136711061, 0.004902418237179518, 0.005863302852958441, 0.005926896817982197, -0.0161614827811718, 0.018571654334664345, -0.033535465598106384, -0.047087136656045914, -0.038691382855176926, 0.008761105127632618, -0.04612264782190323, -0.12649400532245636, -0.13484683632850647, -0.008540472947061062, -0.010762574151158333, -0.04928247630596161, -0.031187383458018303, 0.02709147147834301, 0.05938105657696724, 0.060617927461862564, 0.007261823397129774, 0.13266350328922272, 0.06668341159820557, 0.05728792026638985, 0.0015190461417660117, -0.006646998692303896, -0.0028735576197504997, 0.008117829449474812, 0.0339941680431366, 0.022939661517739296, 0.036297112703323364, -0.031563419848680496, 0.007741247769445181, -0.02158915065228939, -0.052437763661146164, -0.0509084090590477, -0.06212133169174194, -0.042049020528793335, 0.02383357286453247, 0.050956811755895615, 0.011662452481687069, 0.03269840404391289, 0.002216824097558856, -0.12954477965831757, -0.0946464017033577, -0.09717214852571487, -0.10146445035934448, 0.008239463903009892, 0.07183174043893814, 0.12772181630134583, 0.038386739790439606, 0.045879166573286057, 0.030894549563527107, -0.00837738998234272, 0.028830435127019882, 0.01844724826514721, -0.031562235206365585, -0.02073840983211994, 0.01724797673523426, -0.03306867927312851, -0.025077873840928078, -0.009295991621911526, 0.0024731201119720936, 0.03422972932457924, 0.03954348340630531, 0.018146101385354996, 0.050922222435474396, -0.015287205576896667, 0.016075415536761284, -0.061082251369953156, 0.020375488325953484, -0.03819853067398071, -0.13587096333503723, -0.1879250407218933, -0.13226953148841858, 0.030889537185430527, 0.047176241874694824, 0.0856616273522377, 0.11115842312574387, 0.020302454009652138, 0.023402197286486626, 0.014245294965803623, 0.006712090689688921, -0.023800762370228767, -0.031985342502593994, 0.019683854654431343, -0.01252057682722807, 0.011261026374995708, -0.02512047253549099, 0.008927113376557827, 0.038372259587049484, 0.04957069456577301, 0.039029814302921295, 0.01595952734351158, 0.02418092079460621, 0.008674082346260548, -0.0318051278591156, -0.00999193824827671, 0.01888248510658741, -0.007886632345616817, -0.05467451736330986, -0.006285330280661583, -0.022886650636792183, 0.037603508681058884, 0.0020485965069383383, 0.031229209154844284, 0.062037043273448944, 0.03683464974164963, -0.000905789842363447, -0.008714868687093258, -0.01865878887474537, 0.0037375646643340588, 0.007260343991219997, 0.008125810883939266, 0.03061928227543831, 0.02328321523964405, 0.01742715574800968, -0.011524566449224949, 0.009767737239599228, 0.010758710093796253, 0.023573292419314384, 0.024842452257871628, -0.027109650894999504, -0.011033658869564533, 0.03493928536772728, -0.015227917581796646, 0.022688275203108788, -0.0045894659124314785, -0.002403122140094638, -0.03100189007818699, 0.014119886793196201, 0.017454087734222412, -0.017641372978687286, -0.0030219468753784895, 0.01021453458815813, 0.0020932077895849943, 0.026617491617798805, 0.011813097633421421, 0.010116552002727985, -0.013632233254611492, -0.022486405447125435], [0.0111991623416543, 0.02193753607571125, -0.02698921225965023, -0.02386334352195263, -2.7564916308620013e-05, 0.004204529337584972, -0.023761017248034477, 0.014817891642451286, -0.011091324500739574, 0.013103432022035122, 0.03265254572033882, -0.03272099792957306, 0.0002909317263402045, 0.026485789567232132, -0.021839063614606857, -0.01085259485989809, -0.028256772086024284, -0.008194948546588421, 0.022787457332015038, 0.02967463620007038, 0.019376302137970924, -0.03371552377939224, -0.03629396855831146, -0.02451779507100582, 0.007576100528240204, 0.02636375091969967, -0.03497517853975296, -0.029058946296572685, 0.024805529043078423, 0.0061210463754832745, -0.005634744185954332, -0.026938995346426964, -0.030972354114055634, -0.0005332774017006159, 0.02212950773537159, -0.018365828320384026, -0.017415547743439674, 0.017130564898252487, 0.0018822515849024057, 0.0016886151861399412, 0.008981583639979362, -0.005739584099501371, 0.0019440868636593223, -0.030675271525979042, 0.02612759731709957, -0.029726801440119743, 0.0254693441092968, 0.001918551977723837, -0.0407995879650116, -0.04176553338766098, -0.0019337909761816263, 0.005890704225748777, -0.01060697715729475, 0.028172941878437996, -0.004789143335074186, -0.012766365893185139, -0.023790238425135612, -0.012352713383734226, -0.030382949858903885, -0.0005307930987328291, 0.01179394219070673, 0.013978064991533756, -0.026626257225871086, 0.019648121669888496, 0.0075319502502679825, 0.0017545910086482763, -0.006437211763113737, -0.032701730728149414, -0.06781928986310959, -0.056037817150354385, -0.020906765013933182, 0.03514765202999115, -0.017516106367111206, 0.003276269417256117, -0.005533182993531227, -0.009969747625291348, -0.026566585525870323, -0.052577123045921326, -0.04114009067416191, 0.017257777974009514, -0.010910199955105782, 0.027822235599160194, -0.004876899998635054, -0.03715210407972336, -0.004502955824136734, -0.032235171645879745, 0.03192036598920822, 0.0065119159407913685, -0.030279967933893204, 0.014122430235147476, -0.00415415596216917, -0.0020562170539051294, -0.07283423095941544, -0.0036247794050723314, -0.026155950501561165, -0.0022889128886163235, -0.04185500368475914, -0.04920104891061783, -0.017116729170084, 0.024967946112155914, 0.013026117347180843, 0.014042261056602001, 0.0021439786069095135, 0.02546323463320732, -0.02102126181125641, -0.06198129802942276, -0.010399955324828625, 0.01919476129114628, -0.03432771563529968, 0.01692020893096924, 0.01592062972486019, -0.018198585137724876, 0.028118913993239403, -0.03543699532747269, 0.007208684459328651, 0.005323521327227354, -0.004098539240658283, -0.027731120586395264, -0.023514796048402786, 0.02964005060493946, -0.02213466353714466, 0.013312515802681446, 0.09660980850458145, 0.03410645201802254, 0.028073621913790703, 0.044517822563648224, 0.0246818158775568, 0.02109472267329693, 0.014183222316205502, 0.07284471392631531, 0.044600483030080795, 0.04121819883584976, 0.018781835213303566, 0.02286006323993206, 0.04807648807764053, -0.06638921052217484, -0.02812317945063114, -0.03817019611597061, -0.006447956431657076, -0.023929959163069725, -0.013432062231004238, 0.011212640441954136, -0.020568862557411194, 0.009948967024683952, -0.013376857154071331, 0.026750152930617332, -0.006843892391771078, 0.0017080074176192284, 0.04563838616013527, 0.04303933307528496, 0.05321495607495308, -0.02855895459651947, 0.03757690638303757, -0.11271174252033234, -0.11359159648418427, -0.10342682898044586, -0.08044159412384033, -0.04071108624339104, 0.08272185176610947, 0.08282738924026489, 0.0725424736738205, 0.03869450464844704, 0.024123664945364, -0.015056255273520947, -0.008977669291198254, -0.024904903024435043, 0.026543330401182175, -0.011055042035877705, -0.01687871851027012, -0.026351021602749825, -0.01900499314069748, -0.02232264168560505, 0.0015216892352327704, 0.05150111764669418, 0.07137985527515411, 0.027357779443264008, 0.05255717411637306, 0.10849162191152573, -0.011793018318712711, -0.07191666960716248, 0.0331292599439621, -0.041771300137043, -0.15072672069072723, -0.24119772017002106, -0.1554654836654663, 0.00803647842258215, 0.16578686237335205, 0.21572552621364594, 0.1640401929616928, 0.04754861816763878, -0.024305475875735283, -0.03823080658912659, -0.028299126774072647, 0.0019495622254908085, -0.03193874657154083, -0.008539640344679356, -0.0008708580280654132, -0.0010655471123754978, 0.0017919822130352259, -0.013637673109769821, 0.0305648073554039, 0.07295963913202286, 0.03661641106009483, -0.007113488856703043, 0.005897982977330685, -0.03500405699014664, -0.1156669333577156, 0.03212260454893112, 0.14384907484054565, -0.025624239817261696, -0.30744293332099915, -0.2611951529979706, -0.19744065403938293, 0.043726298958063126, 0.14919114112854004, 0.1447138637304306, 0.15642143785953522, 0.04746214672923088, 0.00035834722802974284, -0.018810635432600975, -0.09560893476009369, -0.05392669513821602, -0.016744514927268028, -0.029960134997963905, -0.03416533023118973, 0.02676178328692913, 0.008946459740400314, 0.014090542681515217, 0.03892357274889946, 0.08001340180635452, 0.04831746965646744, -0.009954367764294147, -0.11380767077207565, -0.06108604744076729, -0.03155968338251114, 0.07361213117837906, 0.05530742183327675, -0.13405311107635498, -0.26568642258644104, -0.29667457938194275, -0.18573594093322754, 0.15649057924747467, 0.1438239961862564, 0.15237590670585632, 0.08541610091924667, -0.058854084461927414, -0.04813686013221741, -0.07180415838956833, -0.14676178991794586, -0.03396537899971008, 0.024368932470679283, 0.017454097047448158, 0.00015620807243976742, 0.006612945813685656, -0.00956821534782648, 0.009038304910063744, -0.004551818128675222, -0.009351793676614761, -0.10539406538009644, -0.16991256177425385, -0.17195743322372437, -0.05979369580745697, -0.14641687273979187, -0.04544783756136894, -0.03727615624666214, -0.1215498149394989, -0.24045464396476746, -0.25029727816581726, 0.016211558133363724, 0.2152027040719986, 0.2088502198457718, 0.16536669433116913, 0.07485433667898178, 0.003972329199314117, -0.09717061370611191, -0.11207012087106705, -0.08055160194635391, -0.05220285803079605, -0.0074044824577867985, 0.01691654697060585, -0.01812669448554516, 0.017048994079232216, 0.005396036896854639, 0.014596432447433472, -0.03497691452503204, -0.05037493258714676, -0.172887921333313, -0.16772855818271637, -0.17739814519882202, -0.0694919303059578, -0.05027758702635765, 0.05858096852898598, -0.05503997206687927, -0.17704465985298157, -0.22091752290725708, -0.17485471069812775, 0.07426752895116806, 0.378650039434433, 0.20979267358779907, 0.0982082188129425, -0.04784248396754265, -0.07521362602710724, -0.16053251922130585, -0.10650421679019928, -0.07719177007675171, -0.019017834216356277, 0.022246908396482468, -0.030931025743484497, 0.03295980393886566, -0.03965810313820839, -0.0381486676633358, 0.010353431105613708, -0.06774948537349701, -0.033188335597515106, -0.10380764305591583, -0.11182229220867157, 0.068999744951725, 0.06950991600751877, 0.05524815618991852, 0.0874849185347557, 0.03738466650247574, -0.046316660940647125, -0.05848460644483566, -0.09030719846487045, 0.14364083111286163, 0.20154035091400146, 0.0661131888628006, 0.012756997719407082, -0.16389057040214539, -0.1686214953660965, -0.1334139108657837, -0.12059976160526276, -0.055095233023166656, -0.045426011085510254, -0.03610653057694435, 0.019663525745272636, -0.025818699970841408, -0.006606339011341333, -0.024164117872714996, -0.035643529146909714, -0.06886289268732071, -0.03177677467465401, -0.04541816934943199, -0.0011716099688783288, 0.08499938994646072, 0.07572982460260391, 0.07421471178531647, 0.08933927118778229, 0.22846627235412598, 0.07761060446500778, -0.12164797633886337, -0.07439512759447098, -0.009626457467675209, 0.10968444496393204, -0.030323082581162453, -0.07222741842269897, -0.12022969871759415, -0.07544580101966858, -0.08641975373029709, -0.022055987268686295, 0.008686092682182789, 0.03524600341916084, 0.013099937699735165, -0.023834852501749992, 0.02753816731274128, -0.016946086660027504, 0.007278565317392349, -0.011889168061316013, -0.03402399644255638, -0.02300340309739113, 0.034328073263168335, -0.054612260311841965, 0.03990935534238815, -0.0452050045132637, -0.03546742722392082, 0.07792064547538757, 0.10540446639060974, 0.06464195251464844, -0.016414502635598183, 0.04092041775584221, 0.03381487354636192, 0.0732392966747284, -0.016297636553645134, -0.10692702233791351, -0.006336082238703966, -0.06674032658338547, 0.006226174999028444, 0.03866790235042572, 0.024358447641134262, 0.028868436813354492, 0.00707596680149436, 0.011421610601246357, -0.022277578711509705, 0.025758665055036545, 0.007687876466661692, 0.0005787932896055281, 0.0900653824210167, 0.08756793290376663, -0.03236021474003792, 0.014777403324842453, -0.020661868155002594, -0.005827049259096384, 0.013210500590503216, 0.00010120990918949246, -0.06917069107294083, 0.0005971613572910428, 0.12602220475673676, 0.00221905205398798, 0.08355800807476044, 0.11312568187713623, -0.04976838082075119, 0.009275582619011402, -0.02210313268005848, 0.06400660425424576, -0.02805919572710991, -0.008099116384983063, 0.007718111388385296, -0.010631239041686058, -0.023175114765763283, -0.0261897724121809, 0.02574198506772518, 0.0060346233658492565, -0.023495499044656754, -0.007313811685889959, 0.10078086704015732, 0.07172532379627228, 5.8026344049721956e-05, 0.020803313702344894, 0.04511760175228119, -0.03949925675988197, -0.09732833504676819, -0.0719326063990593, -0.10954313725233078, 0.10820071399211884, 0.15676003694534302, 0.12267377972602844, 0.0762569010257721, -0.028820954263210297, -0.02920680306851864, -0.042857661843299866, -0.021980324760079384, 0.0649392232298851, 0.012710891664028168, -0.00499479565769434, -0.020804744213819504, -0.034514836966991425, -0.009992648847401142, 0.020101137459278107, -0.02106178179383278, 0.015123113058507442, 0.027759745717048645, 0.02029707282781601, 0.08288981020450592, 0.04332369193434715, 0.062053382396698, 0.10907123982906342, -0.0027164346538484097, -0.029483748599886894, -0.12420468777418137, -0.10333587974309921, 0.02719961293041706, 0.03885654732584953, 0.045334503054618835, 0.10835074633359909, -0.0008033216581679881, 0.00625917362049222, -0.019222205504775047, -0.003798483405262232, -0.017278477549552917, 0.1261698603630066, 0.020368536934256554, -0.005586576648056507, 0.03819861635565758, 0.014101462438702583, 0.03588482737541199, 0.02731015533208847, 0.010210084728896618, 0.0022793954703956842, 0.03547034412622452, 0.008837680332362652, 0.09632118046283722, 0.03541358932852745, 0.019219793379306793, 0.08156104385852814, 0.1187550500035286, 0.030902359634637833, 0.01892845705151558, -0.025528179481625557, -0.04804098978638649, -0.19922849535942078, -0.09329105168581009, -0.01397718209773302, 0.017380936071276665, -0.013542075641453266, 0.01906362920999527, -0.0207888912409544, 0.03667093440890312, 0.05965183302760124, 0.05590786039829254, 0.07393595576286316, 0.01476346980780363, 0.043398868292570114, 0.0030198462773114443, 0.005832481663674116, 0.004247711971402168, 0.02399899810552597, 0.03281170129776001, 0.07408406585454941, 0.00961955077946186, 0.10457126051187515, 0.026562931016087532, 0.11508817225694656, 0.09851440042257309, 0.11741919070482254, 0.09439199417829514, 0.02593388594686985, -0.03559299185872078, -0.19128258526325226, -0.10954491794109344, 0.01736277900636196, 0.11333625018596649, -0.03613841533660889, 0.037165574729442596, -0.04172004759311676, -0.02178202010691166, 0.056538451462984085, 0.0316193588078022, 0.02821708656847477, 0.03947656601667404, 0.04059519246220589, -0.004132929723709822, -0.023959191516041756, 0.027610650286078453, -0.029007453471422195, 0.0016315870452672243, 0.07020242512226105, 0.07694893330335617, 0.09403213858604431, 0.03258345648646355, 0.022558623924851418, 0.02153480052947998, 0.1792917400598526, 0.04106221720576286, 0.053116243332624435, -0.225705087184906, -0.19315172731876373, -0.05309486389160156, 0.11675756424665451, 0.045917119830846786, -0.10478188842535019, -0.00699152797460556, -0.017488427460193634, -0.013736934401094913, 0.03989679366350174, 0.045858513563871384, -0.003626052988693118, -0.017076294869184494, 0.020046595484018326, 0.0072472477331757545, -0.003363379742950201, -0.018214842304587364, 0.0008406176348216832, 0.026265611872076988, 0.055511102080345154, 0.08324433863162994, -0.00939044076949358, 0.03338968753814697, 0.043001577258110046, 0.05404244363307953, 0.015405473299324512, 0.05400276929140091, -0.08976326137781143, -0.10597892105579376, -0.15744665265083313, -0.0752725824713707, 0.08693103492259979, 0.06651192903518677, -0.02334953472018242, 0.1258636713027954, 0.08065874129533768, 0.08639124780893326, 0.1365213841199875, -0.009776316583156586, 0.02042214572429657, 0.03388737514615059, -0.027916086837649345, 0.005102630238980055, 0.023515013977885246, -0.009726122952997684, -0.004305399488657713, 0.015858247876167297, 0.03120841644704342, 0.08411545306444168, 0.0628996416926384, -0.031080622225999832, 0.026003194972872734, 0.05847739428281784, 0.01187189295887947, 0.0020193317905068398, -0.14998869597911835, -0.17849749326705933, -0.11085778474807739, 0.013834268786013126, 0.06489095091819763, -0.10207286477088928, -0.01122821494936943, 0.04647742211818695, 0.1179126501083374, 0.10532866418361664, 0.14850012958049774, 0.023938333615660667, 0.0019512781873345375, -0.0042946673929691315, -0.02948833256959915, 0.007467210758477449, -0.020960262045264244, -0.01674109883606434, -0.02081906981766224, 0.007409617770463228, 0.026692483574151993, 0.03359907120466232, 0.015252267010509968, -0.0025150522124022245, -0.029226204380393028, 0.024826902896165848, -0.009292270056903362, -0.06655809283256531, -0.08262639492750168, -0.1901315450668335, 0.003917432855814695, -0.03829463571310043, -0.010970368050038815, -0.06092116981744766, -0.024096857756376266, 0.04591740295290947, 0.13184209167957306, 0.11412381380796432, 0.1679147481918335, 0.0675588920712471, 0.017952753230929375, 0.007519237231463194, -0.007990844547748566, 0.008786316961050034, -0.03089875727891922, 0.020134909078478813, -0.024842819198966026, 0.023596035316586494, -0.013014881871640682, 6.66117193759419e-05, -0.024085374549031258, -0.04204389452934265, 0.03493267297744751, -0.05055682733654976, -0.03761691972613335, 0.025387872010469437, 0.0047838701866567135, -0.08399368077516556, -0.032958708703517914, -0.03509888797998428, -0.059103578329086304, -0.1337420791387558, -0.1571647971868515, -0.008884789422154427, 0.033889755606651306, 0.0999787300825119, 0.1580650508403778, 0.03378656506538391, -0.018174218013882637, -0.03877902776002884, 0.019879905506968498, 0.0001927598932525143, -0.03430180996656418, 0.03287455439567566, -0.036813706159591675, -0.004600006155669689, 0.011206094175577164, -0.007900911383330822, -0.07919875532388687, -0.10673961788415909, -0.059241458773612976, -0.03934851288795471, 0.04155890271067619, 0.03524542599916458, 0.025183172896504402, -0.0432644821703434, 0.056207116693258286, 0.0036078658886253834, -0.1165374219417572, -0.07306701689958572, -0.06604449450969696, -0.02621373161673546, -0.06994213908910751, -0.061775434762239456, 0.0762062668800354, 0.0167287215590477, -0.058860670775175095, -0.004411869682371616, -0.026191996410489082, -0.020272361114621162, -0.03371208906173706, 0.008402562700212002, 0.023324748501181602, -0.015893546864390373, -0.010978068225085735, -0.011133191175758839, -0.055348772555589676, -0.02801993116736412, -0.023948675021529198, -0.029847608879208565, -0.0175123680382967, 0.018032310530543327, -0.028208250179886818, 0.011671129614114761, 0.015702903270721436, -0.07039009779691696, -0.028806135058403015, -0.08843054622411728, -0.06183186173439026, -0.07537557184696198, -0.16047315299510956, -0.13885360956192017, -0.03071734309196472, 0.02007155865430832, 0.020693805068731308, 0.01378250028938055, -0.020481092855334282, 0.0037142953369766474, 0.01203970331698656, 0.025327323004603386, -0.0257467869669199, -0.022231532260775566, 0.013216446153819561, 0.004888354800641537, -0.026686159893870354, 0.0003809576155617833, 0.00637045269832015, -0.0477299690246582, -0.00944486539810896, -0.042702458798885345, -0.06025628000497818, -0.04473799467086792, -0.09166914969682693, -0.11432250589132309, -0.052959196269512177, -0.07123960554599762, -0.06298825889825821, -0.11618820577859879, -0.08327475190162659, -0.07765261083841324, -0.024416228756308556, -0.04686814174056053, 0.0017023759428411722, -0.002015387872233987, -0.012093932367861271, 0.023872951045632362, 0.019103581085801125, -0.007307141087949276, 0.027855588123202324, -0.03174512833356857, 0.01022221241146326, 0.014612854458391666, -0.035691872239112854, -0.014057382009923458, -0.008407624438405037, 0.01338782999664545, -0.005572757218033075, -0.012532857246696949, -0.012902854941785336, 0.014945298433303833, -0.0030186749063432217, -0.050479743629693985, -0.006450074724853039, -0.03176170960068703, -0.022149162366986275, 0.0004337090067565441, -0.01647886633872986, -0.0005601657903753221, -0.015987196937203407, 0.008266666904091835, -0.019745970144867897, -0.010774740017950535, -0.03281629458069801, -0.013528375886380672, -0.025983786210417747], [0.026068001985549927, -0.031009802594780922, -0.0013967191334813833, 0.021020252257585526, -0.008527589961886406, 0.02252211794257164, -0.026413295418024063, 0.0018292516469955444, 0.02663217857480049, -0.02793680876493454, -0.037122879177331924, 0.013308098539710045, -0.031425777822732925, -0.03329607471823692, -0.021902555599808693, 0.029889855533838272, 0.006154659204185009, -0.013588890433311462, 0.008310249075293541, -0.026569578796625137, -0.01902969554066658, 0.016846507787704468, -0.012888813391327858, -0.026631765067577362, 0.0294601209461689, 0.009840898215770721, -0.03190837800502777, -0.0064838482066988945, 0.016593705862760544, 0.003272273112088442, -0.018503185361623764, 0.023219794034957886, 0.008471021428704262, -0.0072406502440571785, 0.026814579963684082, 0.029526541009545326, -0.0018984301714226604, 0.030767066404223442, 0.008703627623617649, -0.02949070744216442, 0.005759731866419315, 0.01928020268678665, 0.012816356495022774, -0.022700883448123932, 0.0046713948249816895, 0.017772605642676353, -0.010873302817344666, -0.002974118571728468, -0.006344368681311607, -0.02363387495279312, 0.004539334215223789, 0.010453363880515099, -0.035865288227796555, 0.005696112290024757, 0.0002529695921111852, -0.03535712882876396, 0.008172244764864445, 0.017997290939092636, 0.0071297334507107735, 0.029723910614848137, 0.0022748971823602915, -0.0031395056284964085, -0.013576142489910126, 0.0187079980969429, -0.017182648181915283, -0.022601833567023277, 0.025365786626935005, 0.04326123744249344, 0.05312105640769005, 0.017735451459884644, 0.0491824597120285, -0.030118785798549652, -0.016203567385673523, -0.036050427705049515, 0.006263979244977236, -0.051016148179769516, -0.0040101478807628155, 0.000569941708818078, -0.024091040715575218, 0.009412169456481934, 0.018977046012878418, -0.028536897152662277, -0.033091235905885696, -0.007314939051866531, -0.01716853864490986, -0.037274811416864395, -0.030282428488135338, 0.016984587535262108, -0.02595391869544983, 0.026706751435995102, -0.022143280133605003, -0.024836571887135506, 0.008109666407108307, 0.042196594178676605, 0.008839570917189121, 0.04608125984668732, 0.04975651204586029, 0.07840801030397415, 0.10538224130868912, 0.10520625114440918, 0.13520032167434692, 0.09621307253837585, 0.010979365557432175, 0.00032028561690822244, -0.009170712903141975, -0.040471140295267105, -0.04240827262401581, 0.004321516491472721, -0.023487647995352745, 0.028947938233613968, 0.029326315969228745, -0.03887692466378212, -0.009068644605576992, 0.024169154465198517, -0.006834864616394043, -0.01676870882511139, 0.006967739202082157, -0.00125171581748873, 0.05696406587958336, -0.004073393996804953, 0.018684281036257744, 0.03452002629637718, 0.05220114812254906, 0.024531424045562744, 0.005960520822554827, 0.026263831183314323, 0.102190762758255, 0.16132888197898865, 0.17372144758701324, 0.057639230042696, 0.07433827966451645, -0.03660181909799576, -0.03980537876486778, -0.1130688488483429, -0.04866482689976692, -0.0750766322016716, -0.010170756839215755, 0.0027462404686957598, 0.016002699732780457, 0.0036793830804526806, -0.0016618482768535614, -0.0017062092665582895, -0.02978428080677986, 0.009184890426695347, -0.01909741386771202, 0.007917583920061588, -0.008844186551868916, 0.0157354474067688, 0.03638613224029541, 0.057598844170570374, 0.046440452337265015, -0.03564270958304405, -0.05210121348500252, 0.0895560085773468, 0.010420828126370907, 0.02874103933572769, 0.17709580063819885, 0.1372586339712143, 0.11578673869371414, 0.12779846787452698, 0.05714435502886772, 0.003843695390969515, 0.050932589918375015, 0.044506482779979706, -0.02319701574742794, -0.05778276175260544, -0.01807641237974167, 0.009105538949370384, -0.00838624220341444, -0.0029561338014900684, -0.007451442535966635, -0.019932132214307785, -0.012979952618479729, -0.004681118298321962, -0.0166811291128397, -0.029831698164343834, 0.015788599848747253, 0.04787342995405197, 0.06728680431842804, -0.04166601598262787, 0.06946413964033127, 0.04698575288057327, 0.10767172276973724, 0.019274020567536354, 0.11934224516153336, 0.13687045872211456, 0.16944625973701477, 0.034542910754680634, -0.03881583735346794, -0.024259278550744057, 0.014467043802142143, -0.04650649055838585, -0.016334041953086853, -0.016143186017870903, -0.01249899435788393, -0.007658239919692278, -0.002911390271037817, 0.0267616119235754, 0.0007541163940913975, 0.021523481234908104, 0.0068665724247694016, -0.018645720556378365, 0.010825885459780693, 0.010882280766963959, -0.05903862789273262, -0.00842150580137968, -0.007637051399797201, 0.03537468984723091, 0.05044873431324959, 0.08013425022363663, 0.0663328468799591, 0.11404366791248322, 0.15927663445472717, 0.07394294440746307, 0.06888649612665176, 0.0653655007481575, 0.02654399164021015, 0.06290517747402191, 0.05000242590904236, -0.01885845884680748, -0.04574265703558922, -0.017327792942523956, -0.029766719788312912, 0.029032282531261444, 0.0026908465661108494, -0.00808288250118494, -0.02049621380865574, -0.02408502623438835, -0.05233665928244591, -0.039795756340026855, -0.00038530660094693303, 0.00514117581769824, 0.018148979172110558, -0.0029608909972012043, 0.03101379983127117, -0.012292690575122833, -0.04332423582673073, -0.10796966403722763, 0.048848457634449005, 0.09737247228622437, 0.11969120800495148, 0.11956740915775299, 0.09417928755283356, 0.035490989685058594, -0.0011519748950377107, 0.08721335977315903, 0.05801578611135483, 0.015863515436649323, -0.1035773754119873, -0.05832917243242264, -0.009589760564267635, 0.031290456652641296, -0.0030113710090517998, -0.03245086967945099, -0.018868321552872658, 0.0016736977268010378, 0.006501656025648117, -0.006077890750020742, 0.038474537432193756, -0.01826551929116249, 0.042920779436826706, 0.07015969604253769, 0.019577085971832275, -0.09529903531074524, -0.04612495005130768, -0.14817216992378235, -0.3078782260417938, -0.13465027511119843, 0.008663457818329334, 0.1581829935312271, 0.09651365876197815, 0.09072021394968033, -0.009435663931071758, 0.012541152536869049, 0.05923646315932274, -0.005092060659080744, -0.07677759230136871, -0.017408834770321846, -0.003052821848541498, -0.017654094845056534, -0.03248334303498268, -0.027737976983189583, -0.014949331991374493, -0.015780925750732422, -0.028294894844293594, 0.013858326710760593, -0.015089764259755611, -0.009163536131381989, 0.05524808540940285, 0.019164852797985077, -0.09169691801071167, -0.12701159715652466, -0.24117809534072876, -0.27683159708976746, -0.38835275173187256, -0.3310413658618927, -0.05814217031002045, 0.22300170361995697, 0.11191052943468094, 0.1656954288482666, 0.09883440285921097, -0.020806964486837387, 0.052785683423280716, -0.09131152927875519, -0.0451495535671711, -0.04029469937086105, -0.002922459039837122, -0.007570244837552309, 0.014209054410457611, -0.007550873328000307, -0.006810896098613739, 0.0012458107667043805, -0.02842886745929718, -0.06591127067804337, -0.08763287961483002, -0.13501711189746857, -0.02911374345421791, -0.14661581814289093, -0.1261441856622696, -0.19428052008152008, -0.2840651273727417, -0.17836950719356537, -0.29678043723106384, -0.23007284104824066, -0.02624565176665783, 0.12159664183855057, 0.17709870636463165, 0.1998574137687683, 0.0830291211605072, 0.021873988211154938, -0.02020466886460781, -0.0882188156247139, -0.04924487695097923, -0.015257174149155617, -0.0364539660513401, -0.03430402651429176, 0.028076451271772385, 0.01839211769402027, -0.0065602269023656845, -0.007896877825260162, -0.09980307519435883, -0.1063472256064415, -0.10591096431016922, -0.1792769730091095, -0.15090371668338776, -0.15452922880649567, -0.14873908460140228, -0.24365565180778503, -0.1293962001800537, -0.1122562438249588, -0.24998554587364197, -0.18056455254554749, -0.07943480461835861, 0.06388995051383972, 0.013867869041860104, 0.025893278419971466, 0.10994777828454971, -0.03363705426454544, -0.060650404542684555, -0.0678284540772438, -0.032392717897892, 0.03472866863012314, -0.007853914983570576, 0.006627638824284077, 0.027648892253637314, -0.030000094324350357, 0.022885555401444435, 0.0020367347169667482, -0.08979898691177368, -0.1211022436618805, -0.12119466066360474, -0.19368137419223785, -0.1454676240682602, -0.15110068023204803, -0.07298164069652557, -0.14577136933803558, -0.09177979081869125, -0.03756292909383774, -0.17000986635684967, -0.13108915090560913, -0.1490367203950882, -0.021954145282506943, -0.05852162837982178, -0.03172091767191887, 0.06331140547990799, -0.01148954126983881, -0.03618621453642845, -0.05333400145173073, -0.05540729686617851, 0.046128980815410614, 0.013786857947707176, -0.028959419578313828, -0.03916839882731438, -0.034677643328905106, -0.02977616898715496, -0.028978632763028145, -0.07965894788503647, -0.14253178238868713, -0.07334375381469727, -0.06383130699396133, -0.09397859871387482, -0.12425200641155243, -0.09390630573034286, -0.050903718918561935, 0.07825709134340286, -0.09503884613513947, -0.10497061908245087, -0.11637664586305618, -0.021747631952166557, 0.0487779825925827, 0.04767324775457382, 0.06279386579990387, 0.01632227562367916, -0.026883376762270927, -0.053288184106349945, -0.034418199211359024, -0.027816899120807648, 0.019644493237137794, 0.0016887940000742674, 0.007410398684442043, -0.00883354153484106, 0.013656657189130783, -0.03438743203878403, -0.004415438510477543, -0.03371521458029747, -0.04783910512924194, -0.032490555197000504, -0.12061813473701477, -0.054190732538700104, 0.054365165531635284, 0.04356491193175316, -0.06073693186044693, -0.11251311004161835, -0.08812156319618225, -0.16644351184368134, -0.07845168560743332, -0.07871375232934952, -0.09422312676906586, 0.047745730727910995, 0.05910955369472504, -0.05550020560622215, -0.020188946276903152, -0.06176440417766571, -0.032647453248500824, -0.0042953467927873135, -0.01204658579081297, -0.016535533592104912, -0.013839123770594597, -0.00844771508127451, -0.025005683302879333, 0.026704752817749977, 0.0021518301218748093, -0.020675314590334892, 0.01096298173069954, -0.08890941739082336, -0.10307130217552185, -0.12659324705600739, 0.005290190689265728, 0.017433108761906624, -0.03116561658680439, -0.12169168889522552, -0.14820916950702667, -0.25273048877716064, -0.0847451388835907, -0.1383160650730133, -0.04403408244252205, -0.04631681740283966, 0.02484274096786976, -0.016238704323768616, 0.03226425126194954, -0.06474122405052185, 0.0006670449511148036, 0.010143684223294258, 0.011112820357084274, 0.007233905605971813, -0.028178716078400612, -0.008436198346316814, 0.003965057898312807, 0.009691298007965088, 0.017917154356837273, 0.0786699578166008, 0.09932888299226761, -0.0062414114363491535, -0.11187945306301117, -0.09149683266878128, -0.026241127401590347, -0.07891403138637543, -0.03767174482345581, -0.08775046467781067, -0.17569242417812347, -0.20846880972385406, -0.026862170547246933, 0.011990930885076523, -0.03972354531288147, -0.04066414386034012, -0.013982274569571018, -0.07924359291791916, -0.010237785056233406, -0.04720798507332802, -0.0264864731580019, 0.09207049012184143, 0.04064776003360748, -0.0241251140832901, 0.028691545128822327, 0.01755126565694809, -0.01728970743715763, 0.017120372503995895, 0.07208467274904251, 0.088770292699337, 0.11807788163423538, -0.002353907562792301, 0.01990845613181591, 0.050171785056591034, -0.026230355724692345, -0.056132249534130096, -0.01885954476892948, 0.021978924050927162, -0.06405540555715561, 0.03430265933275223, 0.008428165689110756, 0.1222883015871048, 0.013959613628685474, 0.10225995630025864, 0.11220256984233856, 0.005205240566283464, -0.01077140960842371, 0.053655922412872314, 0.051901642233133316, 0.14949002861976624, 0.09958086907863617, -0.004575841128826141, -0.022233707830309868, 0.01665327697992325, -0.03499257192015648, -0.01483118161559105, 0.03119058348238468, 0.08079903572797775, 0.12096140533685684, 0.04234330356121063, 0.161909282207489, 0.0693858191370964, 0.09794309735298157, 0.11191079765558243, 0.13126975297927856, 0.07757827639579773, 0.2006673812866211, 0.19333918392658234, 0.18982787430286407, 0.03107358142733574, 0.06494501978158951, 0.06837581098079681, 0.14081799983978271, 0.04267645627260208, 0.017703911289572716, 0.052094560116529465, 0.11323384940624237, 0.06871049851179123, 0.07547984272241592, 0.01845986396074295, 0.012534080073237419, -0.006077916361391544, 0.016188986599445343, -0.044429879635572433, 0.027242612093687057, 0.13334748148918152, 0.09825608879327774, 0.0489286370575428, 0.18417271971702576, 0.06857645511627197, 0.07206795364618301, 0.2021597921848297, 0.20690852403640747, 0.2056093066930771, 0.1118798479437828, 0.08803394436836243, -0.03352031111717224, 0.027690116316080093, 0.07440664619207382, 0.08725380897521973, 0.10824217647314072, 0.08110436797142029, 0.07170011103153229, 0.037287116050720215, 0.12285221368074417, 0.06159764155745506, 0.01477398443967104, -0.013887733221054077, -0.010913815349340439, -0.012069715186953545, -0.02878829650580883, -0.021122371777892113, 0.06123720481991768, 0.034100428223609924, 0.002049917820841074, 0.05836813524365425, 0.07774960249662399, 0.09350039809942245, -0.07347270846366882, 0.09793301671743393, 0.06959624588489532, 0.030710989609360695, 0.03239266946911812, -0.030331341549754143, -0.0931919515132904, -0.0015967460349202156, 0.006628899369388819, 0.0038970522582530975, 0.11254439502954483, 0.005236873868852854, 0.051649950444698334, 0.13640354573726654, 0.14935210347175598, 0.04548722133040428, 0.004882895853370428, 0.0003789977927226573, 0.024581868201494217, 0.02329319342970848, -0.017750052735209465, -0.019241873174905777, 0.035548899322748184, -0.02517765946686268, 0.005437801592051983, 0.01528400182723999, 0.07397884875535965, 0.10700017958879471, 0.007538091391324997, -0.017020242288708687, 0.04519129544496536, -0.03267304226756096, -0.05583207309246063, -0.0540081262588501, -0.07331881672143936, -0.03188461437821388, 0.03888795152306557, -0.00016561351367272437, 0.009688046760857105, 0.004410189110785723, 0.06517743319272995, 0.08899987488985062, 0.06472695618867874, 0.09333290904760361, 0.012080998159945011, 0.0071615371853113174, -0.0002449488383717835, -0.01134335808455944, -0.007147191092371941, 0.018572693690657616, 0.006525702774524689, -0.011305959895253181, -0.02629813924431801, -0.04725074768066406, 0.04575622081756592, 0.03753415495157242, 0.02201961725950241, -0.053055573254823685, 0.03252605348825455, 0.008918234147131443, -0.07182884961366653, -0.03985784202814102, -0.03601064905524254, -0.013521417044103146, -0.030752649530768394, -0.015033090487122536, 0.0011332937283441424, -0.014772106893360615, 0.004906575661152601, 0.04340570047497749, 0.07127212733030319, 0.025892868638038635, 0.024582484737038612, -0.030535012483596802, -0.028766032308340073, -0.007228158414363861, -0.021958012133836746, 0.02953493408858776, -0.0032977890223264694, -0.007910615764558315, -0.006964659318327904, -0.03808586671948433, 0.0031259015668183565, 0.026048453524708748, 0.0005715255392715335, -0.0678262934088707, -0.06744327396154404, -0.0336567759513855, -0.05157597362995148, 0.03642026335000992, 0.008938482031226158, -0.010337227955460548, -0.026765452697873116, -0.050257112830877304, -0.07493195682764053, -0.02972348965704441, 0.00841814186424017, -0.010710413567721844, -0.0064124539494514465, 0.019857605919241905, -0.0033482839353382587, 0.02763700857758522, -0.03334628418087959, -0.021487046033143997, -0.005302066914737225, 0.022886011749505997, -0.01480518002063036, 0.011833753436803818, -0.015420893207192421, 0.0005787661648355424, -0.03252888843417168, 0.04338741675019264, 0.06827425956726074, -0.007776408921927214, -0.030284874141216278, -0.005888453219085932, -0.03212630748748779, -0.0006634404417127371, 0.010791451670229435, -0.045129355043172836, -0.0629330426454544, -0.08068862557411194, -0.08809040486812592, 0.006754287052899599, -0.011303781531751156, -0.02592308819293976, -0.023104211315512657, 0.005538757890462875, 0.022550057619810104, -0.01454579271376133, 0.00038699578726664186, 0.02028094232082367, -0.021402541548013687, 0.004882805049419403, -0.006134358234703541, -0.011918218806385994, -0.0168625358492136, -0.012199570424854755, 0.037852343171834946, 0.03980949521064758, -0.004519280977547169, -0.014003441669046879, -0.009976832196116447, -0.024124693125486374, -0.0518747940659523, 0.01409896183758974, 0.0012458456913009286, -0.03176429867744446, 0.02889464609324932, 0.015041948296129704, -0.014879218302667141, 0.026591917499899864, 0.006575440987944603, 0.0017487292643636465, -0.02553669363260269, 0.02374892309308052, -0.02315370738506317, 0.004677129909396172, 0.029280755668878555, -0.025300197303295135, -0.033114243298769, 0.013032214716076851, -0.037321578711271286, 0.02174484357237816, 0.013161810114979744, 0.025460220873355865, 0.023104432970285416, 0.016708070412278175, -0.02002442441880703, 0.029887322336435318, -0.030987225472927094, 0.030618464574217796, 0.02703213505446911, 0.023126447573304176, -0.01522160042077303, -0.017834728583693504, 0.01747388392686844, 0.01209950540214777, -0.0032036560587584972, 0.008374487981200218, -0.03605308756232262, 0.008501730859279633, 0.0006926556816324592, -0.024162013083696365, -0.03252420574426651, -0.0345485620200634, 0.01747482270002365], [0.01810614764690399, 0.0206947959959507, -0.040419574826955795, -0.026555083692073822, 0.018169311806559563, -0.03898915275931358, -0.04054218903183937, -0.02349998615682125, -0.02910512499511242, 0.007919005118310452, -0.023468172177672386, -0.029684901237487793, 0.01916634663939476, -0.011186907067894936, -0.014506974257528782, -0.002476525492966175, 0.010081417858600616, 0.001034943270497024, 0.013491548597812653, -0.03588042035698891, -0.009332684800028801, -0.004753824323415756, 0.009764793328940868, -0.021204980090260506, 0.02039230801165104, -0.02536911703646183, -0.027846988290548325, 0.026302767917513847, 0.019087903201580048, 0.02682809717953205, 0.010090990923345089, -0.03884701803326607, -0.007453754544258118, 0.01036076806485653, -0.0051483456045389175, 0.001653214916586876, -0.03894205018877983, -0.03860260546207428, 0.01764490455389023, -0.024399660527706146, 0.012533213943243027, -0.03520073741674423, -0.019487136974930763, -0.02699209749698639, 0.01781468279659748, -0.011602900922298431, 0.019360186532139778, -0.02576199732720852, -0.025750698521733284, -0.027782883495092392, 0.025000344961881638, -0.0019588808063417673, 0.024230903014540672, -0.008238716050982475, -0.03283734992146492, -0.0325794480741024, 0.001765263150446117, -0.03176167979836464, -0.025566698983311653, 0.02340186946094036, 0.026602694764733315, 0.01575501635670662, -0.02618085779249668, -0.01429683156311512, 0.01339801400899887, 0.013896595686674118, -0.040619146078825, -0.011058706790208817, 0.02789262682199478, -0.019127853214740753, -0.021457845345139503, 0.03543033078312874, 0.0021331908646970987, 0.03713354095816612, -0.011402055621147156, -0.024851342663168907, -0.0012891414808109403, -0.007217074744403362, -0.03037700429558754, 0.01406482420861721, -0.030739763751626015, -0.02445708028972149, 0.024791276082396507, -0.0375099815428257, -0.0028427899815142155, 0.011861581355333328, 0.008424852974712849, -0.00924224779009819, -0.023030580952763557, -0.020044416189193726, 0.017546862363815308, -0.037256356328725815, -0.027929749339818954, 0.021666966378688812, 0.02134048007428646, -0.01403584610670805, 0.04549543932080269, -0.012483427301049232, -0.012567713856697083, 0.061911799013614655, 0.0015981807373464108, -0.041837695986032486, 0.013342146761715412, 0.023901034146547318, -0.046344708651304245, -0.01936148852109909, -0.07293098419904709, -0.033286791294813156, 0.018940778449177742, 0.0027631698176264763, 0.009111443534493446, -0.0023497301153838634, -0.006079347338527441, -0.0009734519990161061, -0.0005206626956351101, -0.02588489092886448, -0.016326546669006348, -0.052306871861219406, -0.041115373373031616, -0.04850982129573822, 0.020492980256676674, -0.012690325267612934, 0.04531080648303032, 0.07659735530614853, 0.057474128901958466, -0.03768768534064293, -0.05411403998732567, 0.15969154238700867, 0.1564212143421173, 0.06264566630125046, 0.09311527758836746, 0.034654393792152405, -0.011249147355556488, 0.0854136273264885, 0.03006580099463463, -0.011535901576280594, 0.016511812806129456, 0.004411810077726841, -0.029003918170928955, -0.031290482729673386, 0.0168868787586689, 0.024774832651019096, 0.004116715397685766, -0.030590109527111053, -0.020584167912602425, -0.03735492378473282, 0.015240608714520931, 0.020651787519454956, 0.06403617560863495, 0.07525205612182617, 0.07366622239351273, 0.13251011073589325, 0.0911712571978569, 0.09595341235399246, 0.004017358645796776, -0.028889959678053856, 0.06995857506990433, 0.1272975653409958, 0.12796464562416077, 0.05427301302552223, 0.03780505806207657, 0.12564218044281006, 0.20396113395690918, 0.09098098427057266, 0.004934483673423529, 0.030916882678866386, -0.014472365379333496, -0.012119216844439507, -0.006656586658209562, -0.027924921363592148, 0.019658511504530907, -0.015715651214122772, -0.01914016343653202, -0.00842640083283186, 0.007106773089617491, 0.012470192275941372, 0.06960349529981613, 0.06522411853075027, 0.18406164646148682, 0.11303511261940002, 0.022148625925183296, -0.03149775415658951, 0.030813368037343025, 0.012485308572649956, -0.031402166932821274, 0.013442086055874825, 0.012034964747726917, 0.02448081411421299, -0.009889233857393265, 0.06668195873498917, 0.06690067052841187, 0.07966209203004837, 0.009641505777835846, 0.04824311286211014, 0.01816675253212452, -0.0373055674135685, -0.008375659584999084, -0.03946821764111519, 0.01917155645787716, -0.02557813748717308, -0.06254922598600388, -0.048372603952884674, -0.0024803143460303545, 0.03951339051127434, -0.012967407703399658, 0.13063748180866241, 0.16418419778347015, 0.25917521119117737, 0.07292193174362183, -0.07374364882707596, 0.08177056163549423, 0.048112817108631134, 0.030836468562483788, 0.005975080654025078, 0.015165405347943306, 0.11246711015701294, 0.054940108209848404, 0.02776474505662918, -0.06200874596834183, 0.030321374535560608, 0.03322510048747063, -0.005975930020213127, -0.003085484728217125, 0.025151241570711136, 0.030123552307486534, 0.026399731636047363, -0.016583379358053207, -0.03689529374241829, -0.03927023708820343, -0.02803575061261654, -0.08454392105340958, -0.09015237540006638, 0.0330163948237896, 0.11365386843681335, 0.2229912132024765, 0.2781147360801697, 0.15152066946029663, -0.054824914783239365, -0.07050987333059311, 0.03468063846230507, -0.014364684000611305, 0.004980179946869612, 0.03579442575573921, -0.006853144150227308, -0.030786270275712013, -0.06917442381381989, -0.03559925779700279, -0.020931392908096313, 0.06523778289556503, 0.03804561495780945, -0.0066722696647048, -0.006098117213696241, -0.03070143051445484, -0.003449074923992157, 0.0005329592386260629, 0.016278661787509918, 0.01752007193863392, -0.0530344657599926, -0.03362513333559036, 0.09111537039279938, 0.0776749849319458, 0.027801930904388428, 0.10111411660909653, 0.3734388053417206, 0.2154194712638855, -0.20897221565246582, -0.28831031918525696, -0.12489732354879379, -0.2528145909309387, -0.23636016249656677, -0.08554094284772873, -0.2742854058742523, -0.27592039108276367, -0.18030478060245514, -0.09913528710603714, -0.06470330059528351, 0.026183413341641426, 0.003206748515367508, -0.0327032171189785, 0.023446092382073402, -0.004972793627530336, -0.03460695967078209, 0.024303345009684563, -0.006413176190108061, -0.035903383046388626, -0.03609056398272514, 0.061506304889917374, 0.12677662074565887, 0.1499418467283249, 0.18164373934268951, 0.20638374984264374, 0.2818487882614136, 0.11669711023569107, -0.317376971244812, -0.4575365483760834, -0.3331579566001892, -0.23447372019290924, -0.27164655923843384, -0.22098995745182037, -0.3372434973716736, -0.24285155534744263, -0.16904592514038086, -0.2039477676153183, -0.21244120597839355, -0.019172992557287216, 0.030709050595760345, -0.005616074427962303, -0.027200348675251007, -0.03765605017542839, -0.0011202000314369798, 0.03421942517161369, 0.018218714743852615, 0.008646535687148571, 0.10571688413619995, 0.10898490250110626, 0.0024946362245827913, -0.003656249726191163, 0.05364661291241646, 0.14171747863292694, 0.10796565562486649, -0.16873757541179657, -0.23932941257953644, -0.19028247892856598, -0.14586998522281647, -0.09527996182441711, -0.09819655120372772, -0.15614990890026093, -0.18341393768787384, -0.12160918116569519, -0.1793912649154663, -0.168786883354187, -0.1088704988360405, -0.05678730458021164, -0.04548672214150429, 0.029206978157162666, -0.009542061015963554, -0.03168667107820511, -0.004927436821162701, 0.022529134526848793, -0.027426067739725113, 0.024629507213830948, 0.062088772654533386, 0.12326041609048843, 0.06519435346126556, 0.10701176524162292, 0.06436023116111755, 0.15284812450408936, 0.023877281695604324, -0.13804399967193604, -0.2521094083786011, -0.1752055287361145, -0.11919211596250534, -0.05328059196472168, -0.11423054337501526, -0.06640388071537018, -0.09359852224588394, 0.046848636120557785, -0.11043059825897217, -0.04877588152885437, -0.010269828140735626, -0.044634997844696045, -0.04506776109337807, -0.03044848144054413, 0.01731480285525322, -0.015695469453930855, -0.024904889985919, -0.002744566183537245, 0.02918107435107231, 0.06847607344388962, 0.10980097949504852, 0.1230202168226242, 0.09236465394496918, 0.08780726045370102, 0.026315920054912567, 0.08411827683448792, -0.05365018919110298, -0.12420596927404404, -0.20616039633750916, -0.14870230853557587, -0.0703594982624054, -0.07368854433298111, -0.04007834196090698, -0.04449545219540596, -0.04697634279727936, 0.01793772168457508, -0.04203654080629349, -0.06550315022468567, 0.042785197496414185, -0.0069648511707782745, -0.004212596453726292, 0.0071883914060890675, 0.00067370873875916, 0.023657912388443947, 0.025234917178750038, 0.023000886663794518, 0.02539554238319397, 0.06203680485486984, 0.021661559119820595, 0.08177942782640457, 0.0796416774392128, 0.046465400606393814, 0.0382588654756546, -0.05765639618039131, -0.15761424601078033, -0.15482492744922638, -0.16705530881881714, -0.15696339309215546, -0.06986988335847855, -0.018499067053198814, -0.17318370938301086, -0.04250693321228027, -0.04854736104607582, -0.03632919490337372, -0.05064748227596283, 0.0281168632209301, 0.08214110881090164, 0.02957816794514656, 0.004146187100559473, -0.028380578383803368, -0.004988000262528658, -0.02119196206331253, -0.005714629776775837, -0.028422407805919647, 0.02284633368253708, 0.005233065225183964, 0.008887034840881824, -0.0423111729323864, 0.02082095853984356, 0.01896686665713787, 0.07772752642631531, 0.1033753752708435, -0.10582391917705536, -0.11409938335418701, -0.08540058881044388, -0.12721781432628632, -0.10153927654027939, -0.09092247486114502, -0.12440089881420135, -0.06522534787654877, 0.0444527268409729, 0.07685577124357224, 0.034575365483760834, -0.026895780116319656, 0.12047575414180756, 0.045382075011730194, -0.02177860029041767, 0.013285160064697266, 0.004114201292395592, 0.029267525300383568, -0.035036977380514145, -0.013344229198992252, -0.012720605358481407, -0.003438539570197463, -0.025226114317774773, -0.08910826593637466, -0.09451628476381302, -0.07542488723993301, -0.013122433796525002, -0.15792733430862427, -0.10374585539102554, -0.08172132819890976, -0.10766283422708511, -0.1525540053844452, -0.06823401898145676, -0.11028579622507095, -0.10267803072929382, -0.14657804369926453, 0.008971582166850567, 0.025675276294350624, 0.06455468386411667, 0.06194956228137016, 0.15726594626903534, 0.04594377428293228, -0.04432101547718048, -0.04655107855796814, -0.028301004320383072, 0.010168668814003468, 0.015770064666867256, -0.03399916738271713, -0.005886869039386511, -0.04151907190680504, -0.03520786762237549, -0.08782403916120529, -0.06754065304994583, -0.16771233081817627, -0.20522120594978333, -0.22211723029613495, -0.1679268479347229, -0.14811836183071136, -0.25017523765563965, -0.20892852544784546, -0.11526121199131012, -0.23506973683834076, -0.06563147157430649, 0.06958204507827759, 0.13207770884037018, -0.003511554328724742, 0.08529949188232422, 0.0248189028352499, 0.07501987367868423, 0.031071603298187256, -0.05174240097403526, -0.035623352974653244, 0.015734603628516197, 0.0034528300166130066, 0.009064564481377602, 0.027468206360936165, -0.013546688482165337, 0.03586416691541672, -0.07346085458993912, -0.10786530375480652, -0.10523621737957001, -0.16474123299121857, -0.14027251303195953, -0.21188844740390778, -0.25613948702812195, -0.17495505511760712, -0.23717544972896576, -0.15286429226398468, -0.05772218480706215, -0.045366786420345306, -0.02071540057659149, -0.047601401805877686, 0.05385357886552811, 0.08180391788482666, 0.12482088059186935, 0.03746887296438217, 0.04453625902533531, 0.06354866921901703, 0.01661168970167637, 0.020015941932797432, -0.01549470704048872, -0.021038958802819252, -0.008736008778214455, 0.03867216408252716, -0.006758446339517832, 0.0375463031232357, -0.0029037671629339457, -0.06377500295639038, -0.09785954654216766, -0.08165760338306427, -0.13267268240451813, -0.11544634401798248, -0.06347138434648514, -0.07817884534597397, -0.3136141002178192, -0.07587288320064545, -0.01693297177553177, 0.02760809101164341, 0.04798068851232529, 0.016599096357822418, -0.0065947845578193665, 0.17210741341114044, 0.05373493954539299, 0.07462036609649658, 0.0539717935025692, 0.038418881595134735, 0.01330115832388401, -0.021109100431203842, -0.04026617854833603, -0.03046082705259323, -0.03128513693809509, 0.03520374000072479, 0.04044729843735695, 0.03724566474556923, 0.046851322054862976, -0.03815380111336708, -0.13180257380008698, -0.02828236296772957, -0.030910562723875046, -0.07488778978586197, -0.11660981923341751, -0.10820198059082031, -0.060187920928001404, -0.0179896280169487, 0.12699247896671295, 0.08644621819257736, 0.1072874516248703, 0.0665525570511818, 0.11907771229743958, 0.08234944939613342, -0.04482116550207138, 0.08162791281938553, 0.1501704752445221, 0.06884683668613434, 0.038216475397348404, -0.02434089221060276, -0.021977288648486137, 0.023519126698374748, -0.0006498439470306039, 0.016930777579545975, -0.030029604211449623, 0.04607279971241951, 0.09561973810195923, 0.0346214696764946, 0.022320309653878212, 0.10000647604465485, 0.0721767321228981, 0.1485961377620697, 0.03346489742398262, -0.028772670775651932, 0.03964950144290924, 0.167745903134346, 0.13618896901607513, 0.1011551097035408, 0.017840908840298653, 0.18631631135940552, 0.15327782928943634, 0.1048959419131279, 0.07202421128749847, 0.04137127846479416, 0.08348396420478821, 0.06010239198803902, 0.045889317989349365, 0.015159185975790024, 0.004489373415708542, 0.006057916674762964, -0.02720293402671814, 0.017567897215485573, -0.04816160723567009, 0.00256920768879354, 0.038655418902635574, -0.024490995332598686, 0.00368667533621192, 0.06315118819475174, 0.03392430394887924, 0.04497985541820526, -0.0493030771613121, 0.06189805269241333, -0.003016292117536068, 0.042166393250226974, -0.03300885856151581, 0.039914827793836594, 0.08148321509361267, 0.16341529786586761, 0.06724907457828522, -0.0456828735768795, 0.025001978501677513, 0.002199013950303197, 0.03655637800693512, 0.016981910914182663, 0.04146188125014305, -0.0036908811889588833, -0.036955948919057846, 0.005015840288251638, 0.002922811545431614, -0.008257819339632988, -0.0448567196726799, -0.022482430562376976, 0.018433215096592903, 0.013764546252787113, -0.01907316967844963, -0.016385100781917572, -0.057622287422418594, -0.025367816910147667, -0.04334386810660362, 0.07120369374752045, 0.16592112183570862, 0.08388955146074295, -0.0356157012283802, 0.010303701274096966, 0.08750902116298676, -0.019389642402529716, 0.018074387684464455, 0.034607790410518646, -0.017721040174365044, -0.015366323292255402, -0.02512471005320549, 0.032244015485048294, 0.03307477757334709, 0.018985508009791374, -0.03655175492167473, -0.03607878461480141, -0.0012982251355424523, -0.027180470526218414, -0.02264494262635708, 0.006740635726600885, 0.028673382475972176, 0.046294115483760834, -0.0010302282171323895, -0.04005466029047966, -0.09661488234996796, -0.046505384147167206, 0.004182685632258654, 0.11464305222034454, 0.09961038082838058, -0.021505702286958694, -0.039639271795749664, -0.005382708739489317, 0.06227966398000717, 0.016791433095932007, 0.039011962711811066, -0.01147416140884161, -0.0028652448672801256, 0.000807091302704066, 0.0067535508424043655, 0.04631804674863815, -0.007079587783664465, -0.03584810718894005, -0.03698445484042168, 0.017241954803466797, -0.00027765874983742833, -0.03507271781563759, -0.02176462858915329, -0.027446627616882324, 0.013260742649435997, 0.02320585772395134, -0.04115312919020653, 0.015831956639885902, -0.008263945579528809, -0.050804391503334045, 0.011183677241206169, 0.168506920337677, 0.18594202399253845, 0.02714703045785427, -0.004443065728992224, 0.013311369344592094, 0.027571111917495728, 0.06159544736146927, 0.08583740144968033, 0.039084699004888535, 0.06001998111605644, 0.0019083009101450443, 0.024419408291578293, 0.03892980515956879, 0.016966048628091812, -0.004116825293749571, 0.003791598603129387, -0.0081862211227417, -0.033181000500917435, -0.024370862171053886, -0.03632720932364464, -0.03652966395020485, -0.013330656103789806, -0.03940274566411972, -0.004684694577008486, -0.027579408138990402, 0.012852441519498825, -0.006503215059638023, 0.00711756432428956, -0.015666458755731583, 0.032697778195142746, 0.02257586643099785, 0.009909668937325478, 0.048797931522130966, 0.007522252853959799, 0.04671453312039375, 0.07661670446395874, 0.053116265684366226, 0.04864009469747543, -0.024831069633364677, 0.0205050241202116, 0.008366350084543228, 0.015342248603701591, -0.005628867074847221, 0.01767941191792488, 0.008530087769031525, 0.009729059413075447, -0.00227913586422801, 0.02531425468623638, -0.0295555517077446, -0.01578599400818348, 0.023930752649903297, 0.02346300520002842, 0.01661759242415428, 0.016514448449015617, -0.030511673539876938, 0.010552302934229374, -0.028959913179278374, 0.03269416466355324, -0.022403229027986526, -0.03285795822739601, -0.02221769466996193, -0.025859132409095764, -0.011777020059525967, -0.0017886586720123887, -0.00823228806257248, -0.028622370213270187, 0.01208195835351944, -0.027204349637031555, -0.03501733019948006, -0.031313832849264145, 0.00942762941122055, -0.022265305742621422], [0.02120671607553959, 0.019513586536049843, -0.023110749199986458, -0.02482440136373043, 0.025957850739359856, -0.003977207466959953, -0.0321166068315506, -0.039757952094078064, 0.01920030079782009, -0.028028329834342003, 0.018326332792639732, -0.026439884677529335, 0.026289163157343864, 0.01600191555917263, 0.01607304811477661, -0.025262808427214622, -0.0031690536998212337, -0.034242674708366394, -0.027246417477726936, -0.01044187881052494, 0.007535120006650686, 0.00642860122025013, -0.006763800047338009, 0.007960890419781208, -0.022216519340872765, 0.022035473957657814, 0.013383807614445686, 0.0007202966371551156, -0.037618011236190796, 0.002203722484409809, 0.015055863186717033, 0.023602670058608055, -0.034947432577610016, -0.029070574790239334, -0.0361751988530159, -0.02881445549428463, -0.004211345687508583, 0.0038861234206706285, -0.021601716056466103, -0.010271057486534119, 0.021155687049031258, 0.01198374480009079, 0.00013017615128774196, -0.041774846613407135, 0.004799360409379005, -0.03310753032565117, -0.0019572824239730835, -0.03879541903734207, -0.011538347229361534, -0.03118014521896839, -0.039394304156303406, -0.013670304790139198, -0.028236528858542442, 0.014365624636411667, -0.03943449258804321, 0.02079092524945736, 0.00017313487478531897, 0.017149072140455246, -0.022474458441138268, -0.032667696475982666, -0.04184156656265259, 0.019816027954220772, -0.01906277984380722, 0.01579369604587555, -0.018581978976726532, 0.017884906381368637, 0.012512840330600739, -0.019421283155679703, -0.04916887730360031, -0.02235070988535881, -0.026481879875063896, -0.006440256722271442, -0.00023740000324323773, -0.022600391879677773, -0.0028752645011991262, -0.023864759132266045, -0.007397766225039959, -0.014247479848563671, -0.024360643699765205, -0.041257280856370926, -0.03259933739900589, -0.03221119940280914, 0.015452899970114231, -0.03898771107196808, 0.017651177942752838, -0.031736284494400024, -0.012309903278946877, 0.006872587837278843, 0.02038942463696003, -0.02064935676753521, 0.009009061381220818, -0.05363567918539047, -0.036451250314712524, -0.046583231538534164, -0.02816011756658554, -0.009088229387998581, -0.0807197168469429, -0.01749294064939022, -0.013328049331903458, 0.013468938879668713, 0.012353216297924519, 0.03176544979214668, 0.0028036334551870823, -0.06771666556596756, 0.0058722165413200855, 0.011655503883957863, -0.011421971023082733, -0.026825815439224243, -0.04063371568918228, 0.0074054463766515255, 0.01610829494893551, -0.029434897005558014, -0.019841855391860008, 0.019865142181515694, -0.00827851239591837, -0.029382014647126198, -0.011985057033598423, -0.033901069313287735, 0.0014681677566841245, 0.005482499487698078, 0.0022899615578353405, -0.0053656864911317825, 0.0003336743975523859, -0.04086414724588394, -0.060271088033914566, -0.057782530784606934, -0.0297718346118927, -0.060307566076517105, 0.009700675494968891, 0.013120443560183048, 0.026427846401929855, -0.02283705584704876, -0.023636450991034508, -0.0754985436797142, 0.016287878155708313, -0.03777534142136574, -0.027808861806988716, -0.030406158417463303, -0.03693772852420807, 0.01645606756210327, 0.01628855988383293, 0.012976491823792458, 0.022824889048933983, 0.023657696321606636, -0.033433351665735245, -0.007225468754768372, -0.002425291109830141, -0.013660503551363945, 0.013057917356491089, -0.007770066149532795, -0.06455928832292557, -0.09411570429801941, -0.08184938877820969, -0.03088148683309555, -0.06360230594873428, -0.07980457693338394, -0.026324111968278885, -0.02561120130121708, 0.01471747923642397, 0.03262552618980408, -0.06053898110985756, -0.022600140422582626, -0.040710851550102234, -0.03143974766135216, -0.015058486722409725, 0.012149223126471043, -0.019143052399158478, -0.004163087345659733, -0.01246594823896885, 0.010993152856826782, 0.025458168238401413, -0.01594521850347519, 0.038824427872896194, -0.02583548240363598, 0.022708388045430183, 0.0043184454552829266, -0.09358283132314682, -0.0974259153008461, -0.06615571677684784, -0.014128325507044792, 0.03022371232509613, -0.0025537789333611727, 0.09400726854801178, 0.01720782183110714, 0.016311870887875557, 0.012445873580873013, 0.0561937652528286, 0.033899273723363876, -0.024474002420902252, 0.023003874346613884, 0.0003279807569924742, -0.02124524861574173, -0.02918991446495056, -0.031093278899788857, 0.019353048875927925, 0.023177335038781166, 0.02092655934393406, -0.014343242160975933, 0.03362732753157616, 0.04992092028260231, 0.016099587082862854, 0.011504515074193478, 0.04264083877205849, -0.010831465944647789, -0.051137205213308334, -0.05381716042757034, -0.03400486707687378, 0.02704867534339428, 0.028107689693570137, -0.028191467747092247, 0.05740581080317497, -0.03369560465216637, -0.02138710208237171, 0.10540128499269485, 0.08083152025938034, 0.07135268300771713, 0.0418473519384861, 0.02751360647380352, 0.0695778951048851, 0.02116668038070202, 0.004611847922205925, -0.007799327839165926, -0.020978862419724464, -0.03847233206033707, -0.006568854674696922, 0.02557986043393612, 0.027107615023851395, 0.029314929619431496, 0.048970647156238556, -0.005359416361898184, 0.01921417936682701, 0.016231123358011246, 0.01840820536017418, 0.03501361608505249, -0.028826097026467323, -0.11483696848154068, 0.030105121433734894, 0.05658828094601631, 0.07494022697210312, 0.02787613309919834, 0.020922746509313583, -0.04016947001218796, 0.08203646540641785, 0.019030358642339706, 0.07081611454486847, 0.049287885427474976, 0.06561411917209625, 0.04269004240632057, -0.034343816339969635, -0.036201369017362595, 0.0005318376352079213, -0.016055487096309662, -0.03255700320005417, -0.022820541635155678, -0.023423966020345688, 0.01129281148314476, 0.07811211794614792, 0.053282395005226135, 0.10558193176984787, 0.11870674043893814, 0.0558561235666275, 0.03813900426030159, -0.0062588355503976345, -0.008058538660407066, 0.07348110526800156, 0.08254607021808624, 0.0803641602396965, 0.003089939011260867, -0.07139260321855545, 0.010438792407512665, 0.1815589815378189, 0.20026834309101105, 0.19536247849464417, 0.14981462061405182, 0.08643919229507446, 0.08897516131401062, -0.04878628998994827, -0.07208020240068436, -0.04762059450149536, -0.0274178609251976, -0.012882338836789131, 0.034076858311891556, 0.03490079194307327, 0.03666682168841362, 0.045171406120061874, 0.05908949673175812, 0.12854982912540436, 0.1041109710931778, 0.06529434770345688, 0.04910360276699066, 0.0651291236281395, 0.06624465435743332, 0.10377723723649979, 0.03422500938177109, -0.05706952512264252, -0.04637407511472702, -0.07380259782075882, 0.048283785581588745, 0.13792364299297333, 0.1525287628173828, 0.13110646605491638, 0.0984930545091629, 0.0613168366253376, 0.02851881831884384, -0.0081630302593112, 0.0008183950558304787, -0.02951272949576378, 0.0260781142860651, 0.02311606891453266, -0.008292506448924541, 0.03361479565501213, 0.04119281843304634, 0.02542504295706749, 0.02961917035281658, 0.07555517554283142, 0.1015610471367836, 0.06930321455001831, 0.11187811195850372, 0.13941974937915802, 0.1272813379764557, 0.010422848165035248, -0.05631395801901817, -0.12790600955486298, -0.1792716383934021, -0.10400755703449249, 0.061293140053749084, 0.04967506602406502, 0.0302469152957201, 0.015041041187942028, -0.0033658475149422884, 0.0619712769985199, -0.0034729205071926117, 0.047169700264930725, 0.011273328214883804, -0.03043539822101593, 0.013937033712863922, -0.028125019744038582, -0.012958698906004429, 0.027528295293450356, 0.009057263843715191, 0.018566200509667397, 0.025907721370458603, 0.08816317468881607, 0.0931723415851593, 0.09517276287078857, 0.09254651516675949, 0.0111524173989892, -0.0023746886290609837, -0.03956915810704231, -0.2108919769525528, -0.19604383409023285, -0.12941792607307434, -0.00898673664778471, 0.08501478284597397, 0.1016981229186058, -0.10613032430410385, 0.028292685747146606, 0.005920605268329382, 0.014213788323104382, 0.04044428840279579, 0.08610905706882477, -0.004995801020413637, -0.01771853305399418, -0.02551923505961895, -0.017009248957037926, -0.02687053009867668, 0.012903907336294651, -0.01159273087978363, -0.0004652537463698536, 0.039876729249954224, 0.07409593462944031, 0.11509601771831512, 0.18408341705799103, 0.06338851898908615, -0.09527473151683807, -0.12588723003864288, -0.22964774072170258, -0.22779779136180878, -0.1141379177570343, -0.15372462570667267, -0.03654158115386963, 0.0023017101921141148, -0.026292698457837105, -0.20333510637283325, -0.08685201406478882, 0.08134738355875015, 0.005029391497373581, 0.0027923956513404846, 0.06749410182237625, 0.004438215866684914, 0.016801107674837112, -0.007601439952850342, -0.008863667026162148, 0.020221734419465065, 0.037012599408626556, 0.0016597616486251354, -0.007554128300398588, 0.08200009912252426, 0.04137794300913811, 0.0856795459985733, 0.1305921971797943, 0.01688552275300026, -0.09988314658403397, -0.1646353006362915, -0.19077828526496887, -0.11338247358798981, -0.04722735285758972, -0.12442220002412796, -0.1009703278541565, -0.08144233375787735, -0.08001953363418579, -0.11126735061407089, 0.010794623754918575, -0.003225270425900817, 0.013842822052538395, 0.03953475132584572, 0.04717439040541649, 0.02249092608690262, 0.008175108581781387, 0.006569680757820606, -0.022500934079289436, 0.02685135044157505, -0.012036263942718506, 0.03823080658912659, -0.008648577146232128, 0.06442528963088989, 0.05929939076304436, 0.07781219482421875, -0.021162649616599083, -0.05045683681964874, -0.23041483759880066, -0.3114531636238098, -0.26580536365509033, -0.12138305604457855, -0.12590157985687256, -0.02723716013133526, -0.14674760401248932, -0.021251490339636803, -0.16096943616867065, -0.10342782735824585, 0.02798069640994072, 0.037610460072755814, 0.06116578355431557, 0.005978975910693407, 0.04268597438931465, -0.015398041345179081, 0.021843699738383293, -0.03790203481912613, 0.006494530476629734, -0.038730911910533905, 0.010925885289907455, -0.02214599773287773, -0.03001284785568714, 0.05726910009980202, 0.06608235836029053, 0.1176457554101944, 0.055337101221084595, -0.10304533690214157, -0.26869630813598633, -0.29658862948417664, -0.20416758954524994, -0.1000063568353653, 0.12214285880327225, 0.00723921088501811, -0.10445500910282135, -0.0385858416557312, -0.16300013661384583, -0.10685820877552032, 0.058631885796785355, 0.08012112230062485, 0.07705437391996384, -0.04928765818476677, 0.025099273771047592, 0.010628178715705872, 0.009364421479403973, -0.003657049499452114, 0.0010064103407785296, -0.02466621808707714, -0.029359405860304832, -0.05562923103570938, 0.006473727058619261, 0.051553696393966675, 0.08576776087284088, 0.11026611924171448, -0.03611913323402405, -0.1173001155257225, -0.11438670754432678, -0.06234138086438179, -0.06082510948181152, 0.009596667252480984, 0.0167637187987566, -0.06134624406695366, -0.15673020482063293, -0.11799146980047226, -0.007554005365818739, -0.05779525637626648, 0.04764256998896599, 0.044298604130744934, 0.08814288675785065, -0.044115692377090454, 0.015709280967712402, 0.02650410868227482, 0.025808339938521385, -0.004903104156255722, -0.007751883007586002, -0.008627154864370823, -0.009482450783252716, -0.03892865777015686, -0.008039863780140877, 0.01997021958231926, 0.05680562183260918, 0.13764777779579163, 0.09770358353853226, -0.031440604478120804, -0.08971944451332092, 0.08300033956766129, -0.08854620903730392, -0.04698511213064194, -0.11493095010519028, -0.15967760980129242, -0.10686416178941727, -0.07647236436605453, -0.03696172684431076, -0.031270649284124374, 0.02432931214570999, 0.07093233615159988, 0.06868837773799896, -0.040515001863241196, -0.05234725400805473, -0.028712471947073936, 0.01679774932563305, 0.0078203696757555, 0.0017225367482751608, -0.02587810344994068, -0.019933972507715225, -0.04194767400622368, 0.007299497723579407, 0.042634423822164536, 0.0014010763261467218, 0.12582826614379883, 0.10126599669456482, 0.005583649035543203, 0.016832930967211723, 0.051631130278110504, -0.03971536085009575, -0.14652809500694275, -0.11507737636566162, -0.0911346897482872, -0.049860212951898575, -0.08291397243738174, -0.07873113453388214, 0.04865933209657669, 0.002097704680636525, 0.024951888248324394, 0.005142072215676308, -0.06622139364480972, -0.010898131877183914, 0.015026023611426353, 0.0011301451595500112, 0.02225647307932377, 0.011872809380292892, -0.004529968369752169, 0.006552515551447868, -0.0163514893501997, -0.05487285926938057, 0.0113288052380085, 0.016206271946430206, 0.004204286728054285, 0.03914082795381546, -0.005426816642284393, 0.004874398000538349, -0.007285526487976313, -0.0692974105477333, -0.0414445586502552, -0.10414062440395355, -0.10153119266033173, -0.04547431319952011, -0.052828509360551834, -0.04919211193919182, -0.039154671132564545, -0.07707998901605606, -0.030008548870682716, -0.09739349037408829, -0.05944687873125076, 0.02179720066487789, 0.018076680600643158, 0.003501232946291566, 0.004886415787041187, -0.023891272023320198, 0.024687374010682106, 0.014989830553531647, -0.04669518768787384, -0.002594900084659457, 0.025847679004073143, -0.002453427528962493, -0.010199890471994877, -0.0025755499955266714, 0.02052513137459755, 0.02763126976788044, -0.06037549301981926, -0.045340925455093384, -0.07243815064430237, -0.08314529806375504, -0.05505143105983734, -0.01680741272866726, -0.09146416187286377, -0.06369613856077194, -0.028491154313087463, -0.04122653231024742, -0.03791922703385353, -0.03752552345395088, -0.014451667666435242, 0.020281802862882614, -0.03915787860751152, -0.022913889959454536, -0.03460115194320679, 0.02519197203218937, -0.021677417680621147, 0.0021123746410012245, -0.02748160809278488, -0.007504923734813929, -0.024417195469141006, 0.0679917111992836, 0.00400493573397398, 0.07875561714172363, 0.056929852813482285, -0.025890834629535675, -0.1352267861366272, -0.09645457565784454, -0.050907183438539505, -0.039685532450675964, 0.013397309929132462, -0.024192024022340775, 0.02995974011719227, 0.026898842304944992, -0.03956861048936844, -0.02285701595246792, -0.020337676629424095, -0.006805089768022299, -0.05958664044737816, -0.0010307340417057276, -0.004200835712254047, 0.02226029336452484, -0.036895908415317535, -0.02168084867298603, 0.008518083021044731, -0.03372181951999664, 0.016308315098285675, 0.01735619083046913, -0.003604613011702895, 0.09982302784919739, 0.12258385866880417, -0.055188216269016266, -0.0029270045924931765, 0.010954417288303375, -0.05738065764307976, -0.06562505662441254, -0.07492677122354507, 0.02588896080851555, 0.1006893739104271, 0.042945582419633865, 0.028209516778588295, -0.1077379435300827, -0.004066608380526304, 0.0007263552979566157, -0.009741534478962421, -0.029217978939414024, -0.03579307347536087, -0.019140642136335373, -0.039102889597415924, -0.006198692135512829, -0.007457275874912739, 0.01946948654949665, -0.00839456170797348, 0.010391028597950935, -0.007683474570512772, -0.005868988577276468, 0.03478056937456131, 0.025124698877334595, 0.10389038175344467, -0.0021571337711066008, -0.009685162454843521, -0.03329779580235481, -0.06765245646238327, -0.06733366847038269, -0.19507278501987457, -0.017582116648554802, 0.05537646636366844, -0.024982789531350136, 0.023168539628386497, -0.10112268477678299, 0.02308165468275547, 0.0039001356344670057, 0.0363469198346138, 0.017305120825767517, -0.04785272479057312, 0.006522451527416706, -0.004217248875647783, -0.009224027395248413, -0.01777842827141285, -0.011161679401993752, 0.01932908035814762, -0.0371529683470726, -0.007496264763176441, 0.046132974326610565, 0.016826950013637543, -0.02788456901907921, -0.010898476466536522, -0.033890169113874435, 0.039130695164203644, 0.03055553324520588, 0.020723553374409676, -0.05501290410757065, -0.10304971039295197, -0.006161403376609087, 0.015480694361031055, 0.007863939739763737, 0.011533062905073166, -0.014049835503101349, 0.05274968221783638, 0.02178187295794487, 0.023145699873566628, -0.011511617340147495, -0.017277708277106285, 0.003056024434044957, -0.0021190408151596785, 0.020595671609044075, -0.029223663732409477, 0.005482255481183529, -0.023275824263691902, -0.02854101173579693, -0.001658497378230095, 0.01006483193486929, -0.03200731426477432, -0.04313076287508011, 0.031564388424158096, 0.02077334001660347, 0.05007762089371681, -0.02547297440469265, -0.03503807261586189, -0.08012452721595764, 0.01038813404738903, 0.03410162776708603, -0.04848931357264519, 0.02295239269733429, -0.010579553432762623, -0.005836730357259512, 0.06220049411058426, 0.03912991285324097, 0.008400941267609596, 0.017450127750635147, 0.017534371465444565, -0.028426190838217735, 0.009662285447120667, -0.029108906164765358, 0.01505308598279953, -0.030090153217315674, -0.04002668708562851, -0.03459986299276352, 0.005570307374000549, 0.021792439743876457, -0.006197639275342226, 0.026733428239822388, 0.016857104375958443, 0.01823502779006958, -0.02477218583226204, -0.027261320501565933, 0.017111163586378098, 0.02406858280301094, -0.027109259739518166, -0.012089462019503117, 0.023176364600658417, 0.006233781576156616, 0.01711091212928295, 0.002741558477282524, 0.023383378982543945, -0.0072821094654500484, 0.0011851601302623749, 0.00013983939425088465, 0.007603940553963184, -0.024126959964632988, 0.005113233812153339, -0.005262148566544056, -0.04079287499189377], [-0.007586092688143253, -0.004438804462552071, -0.03402739763259888, -0.0021685948595404625, -0.019537225365638733, -0.0032141460105776787, -0.009016633033752441, 0.01313629187643528, -0.016963331028819084, 0.004607961513102055, -0.04086214303970337, 0.016734061762690544, 0.016528720036149025, 0.01631198823451996, 0.006369710899889469, -0.020245224237442017, -0.004967286251485348, 0.012296278029680252, -0.013442065566778183, 0.01769767701625824, -0.037374161183834076, -0.010669384151697159, -0.0052511002868413925, -0.007626791950315237, -0.029264304786920547, 0.00480720866471529, -0.026002686470746994, 0.022397618740797043, -0.036028385162353516, 0.022928554564714432, -0.007007922045886517, -0.02566349506378174, -0.03565443307161331, 0.0065768929198384285, -0.02859693020582199, -0.01611669920384884, -0.028648901730775833, -0.004535187967121601, 0.023744013160467148, -0.015257098712027073, 0.022752847522497177, -0.037783194333314896, 0.0024347370490431786, 0.016372794285416603, 0.027453217655420303, 0.023087695240974426, -0.03559984639286995, -0.01816915161907673, -0.03597960248589516, 0.030761675909161568, 0.00013399637828115374, -0.007247923873364925, 0.018376611173152924, -0.03999723494052887, -0.012536382302641869, -0.033320702612400055, -0.004729956854134798, 0.0161631740629673, 0.006854455918073654, -0.0313747376203537, -0.013798728585243225, 0.025554515421390533, -0.003972981125116348, 0.0019259018590673804, 0.003462318331003189, 0.025703182443976402, -0.015612022019922733, -0.0034615867771208286, 0.02027345448732376, -0.04649624228477478, -0.020398372784256935, 0.004856584593653679, -0.024652499705553055, -0.01723196543753147, 0.0011042645201086998, 0.023015592247247696, 0.0266976710408926, -0.016690172255039215, -0.014770405367016792, 0.012199025601148605, -0.028141150251030922, -0.013947736471891403, -0.002584806177765131, -0.00910886563360691, -0.01172834075987339, 0.029181096702814102, 0.020129390060901642, 0.018844904378056526, -0.0003388030163478106, -0.029605219140648842, 0.003834150731563568, -0.026747295632958412, -0.05579067021608353, -0.030295128002762794, -0.01744191162288189, -0.007355714216828346, -0.08873007446527481, -0.024654271081089973, 0.03989334776997566, 0.026186466217041016, 0.027665991336107254, 0.04119120538234711, 0.01652342453598976, -0.03418403118848801, -0.00872346293181181, -0.0012139501050114632, 0.015063902363181114, 0.029769064858555794, -0.011962655000388622, -0.05097831413149834, 0.025432979688048363, 0.012542961165308952, -0.04130813479423523, -0.021175075322389603, -0.0024586308281868696, -0.024011636152863503, -0.009816509671509266, 0.011488054879009724, -0.028777852654457092, -0.023193739354610443, -0.005030310247093439, 0.026370380073785782, 0.02767639420926571, -0.023171542212367058, 0.0025250527542084455, 0.09297128021717072, 0.11273331195116043, 0.12211786210536957, 0.15887735784053802, 0.12044986337423325, 0.07995249330997467, 0.040276769548654556, 0.0740414634346962, -0.0028306772001087666, -0.01570952497422695, -0.11780324578285217, -0.08887128531932831, -0.07613378763198853, -0.003545967163518071, -0.02798527106642723, 0.024769987910985947, 0.015739263966679573, 0.003675646847113967, -0.024227654561400414, -0.04301689937710762, -0.01657060533761978, -0.0038143531419336796, -0.06018985062837601, -0.004082497674971819, 0.01277101319283247, 0.0032428628765046597, 0.09202458709478378, 0.072968028485775, 0.1144547387957573, 0.1064102053642273, 0.13513830304145813, 0.020097803324460983, 0.008424326777458191, -0.02463032305240631, 0.05483628064393997, 0.039088718593120575, 0.05263619124889374, -0.024524757638573647, -0.14229780435562134, -0.1052444651722908, -0.014108044095337391, -0.03573811799287796, 0.0034607755951583385, -0.028422437608242035, 0.01125572994351387, 0.01578138768672943, 0.028070511296391487, -0.02078811638057232, 0.015482802875339985, -0.0609019510447979, -0.0619332455098629, -0.07913164794445038, -0.0822056382894516, 0.06572142243385315, 0.1229768767952919, 0.03849048539996147, 0.17454026639461517, 0.03556957468390465, 0.06720097362995148, -0.00892768893390894, 0.025163887068629265, 0.03387937694787979, 0.021782340481877327, -0.05239835008978844, 0.043230604380369186, 0.0686342865228653, -0.04104763641953468, -0.1172688826918602, 0.029223352670669556, 0.006909513846039772, 0.006867900490760803, -0.00028325244784355164, 0.018119774758815765, -0.002711496315896511, 0.018461722880601883, 0.0010838877642527223, 0.010842213407158852, 0.015614395029842854, -0.0074010491371154785, -0.07136496901512146, 0.08422618359327316, 0.11512391269207001, 0.024934589862823486, 0.14660745859146118, 0.0717354565858841, -0.13148006796836853, 0.12810516357421875, -0.027984369546175003, 0.046403173357248306, 0.04785620793700218, 0.00513332337141037, -0.06173641234636307, 0.08399520069360733, 0.06388041377067566, 0.024760806933045387, -0.005376744084060192, -0.016698388382792473, -0.04335922747850418, -0.0413532480597496, -0.008457404561340809, 0.007050993386656046, 0.016844838857650757, 0.002336489036679268, -0.0003258570795878768, -0.014294369146227837, 0.016317758709192276, 0.01720033958554268, -0.027088487520813942, 0.036695826798677444, 0.07721864432096481, -0.016689825803041458, -0.030772609636187553, 0.006692665629088879, 0.056618135422468185, 0.009076266549527645, 0.049355264753103256, 0.04854665696620941, -0.00940178893506527, 0.04395243525505066, -0.029811909422278404, -0.004980015102773905, 0.04862015321850777, 0.1113186925649643, -0.003235153155401349, -0.07850045710802078, -0.020976660773158073, -0.007012486457824707, -0.01190982200205326, -0.0035782160703092813, 0.020896898582577705, -0.02932851016521454, -0.008045491762459278, -0.021361207589507103, -6.640999345108867e-05, -0.07186933606863022, -0.09486692398786545, -0.035969480872154236, -0.09880226850509644, -0.13987885415554047, -0.09122432768344879, 0.009927410632371902, 0.003238053759559989, -0.05130760371685028, -0.005064127966761589, -0.061951618641614914, -0.0039450665935873985, 0.20443792641162872, 0.19764064252376556, 0.06054893136024475, 0.04901159182190895, 0.196163147687912, 0.028329214081168175, -0.01609528809785843, -0.015094608999788761, -0.05991309508681297, -0.03242498263716698, -0.03714858740568161, 0.025238346308469772, -0.00219190726056695, 0.01857028715312481, 0.018743466585874557, -0.07713179290294647, -0.002513071522116661, 0.014046239666640759, -0.014083964750170708, -0.0926528051495552, -0.05449404940009117, 0.010886779054999352, 0.02817794494330883, 0.11608491092920303, -0.021205119788646698, -0.11689120531082153, 0.00957510620355606, 0.004553855396807194, -0.015773586928844452, 0.07248334586620331, 0.05542377009987831, 0.19992269575595856, 0.22608937323093414, 0.03718715161085129, -0.09330770373344421, -0.02321000210940838, -0.03633533790707588, 0.02700262889266014, -0.036373380571603775, 0.011871064081788063, 0.030895020812749863, -0.07647772133350372, -0.04771044850349426, -0.026056837290525436, 0.11443231999874115, 0.06083475425839424, 0.09254800528287888, -0.022225961089134216, -0.015134142711758614, -0.06914461404085159, 0.04504570737481117, 0.12145809829235077, -0.03418413922190666, -0.12592679262161255, -0.09003634750843048, -0.013964815996587276, 0.014937303960323334, 0.09928439557552338, 0.06810528039932251, 0.1439751535654068, 0.29652491211891174, 0.17657876014709473, 0.023368684574961662, 0.03976065665483475, -0.03346836566925049, -0.010523980483412743, 0.00874069519340992, 0.009667342528700829, 0.007657592184841633, -0.0535733662545681, -0.06019873917102814, 0.05791958048939705, 0.0374993197619915, 0.0012143586063757539, 0.06886141002178192, 0.014584687538444996, 0.037152595818042755, 0.03963906317949295, 0.08192615956068039, -0.02396806888282299, -0.06905374675989151, -0.10911697894334793, 0.018265841528773308, -0.032702282071113586, 0.04295048862695694, 0.05654112249612808, 0.1709471344947815, 0.23113763332366943, 0.2409060001373291, 0.22162096202373505, 0.04437392204999924, 0.008788283914327621, 0.014522168785333633, -0.01838112249970436, -0.004072335083037615, 0.004516061395406723, -0.0335271880030632, -0.0416300892829895, -0.031236836686730385, 0.046937037259340286, -0.045960020273923874, 0.02562796324491501, 0.04961860179901123, 0.08277010917663574, 0.08129805326461792, 0.06184348836541176, 0.013459933921694756, 0.012904192321002483, -0.007555244956165552, -0.10151427239179611, -0.03853032737970352, -0.036766864359378815, 0.0342300608754158, 0.0474286749958992, 0.13688118755817413, 0.16519121825695038, 0.1117519959807396, 0.0557483434677124, 0.006473253946751356, -0.0018926711054518819, 0.012035543099045753, -0.02648988366127014, 0.025739841163158417, -0.028686199337244034, -0.0064886510372161865, -0.03766996040940285, 0.09111122786998749, 0.05125097185373306, 0.06640426069498062, -0.012202278710901737, 0.010261689312756062, 0.15726681053638458, 0.14690274000167847, 0.0035645617172122, -0.029618993401527405, -0.007146456744521856, 0.005569881293922663, -0.0333392508327961, 0.010979006998240948, 0.07094725966453552, -0.03278883919119835, -0.03866734355688095, 0.07215560227632523, 0.06825917214155197, -0.02362220734357834, -0.015151730738580227, 0.021762795746326447, 0.01624508574604988, -0.026163822039961815, -0.0012680249055847526, 0.02941042184829712, 0.010151969268918037, -0.03373841941356659, 0.004084435757249594, 0.07970236241817474, 0.07516229152679443, 0.15255363285541534, 0.10903429985046387, 0.14116933941841125, 0.18454521894454956, 0.05778000131249428, -0.048997845500707626, -0.10670410841703415, -0.09480737149715424, -0.14514629542827606, -0.05203807353973389, -0.08700406551361084, -0.030147749930620193, -0.026639236137270927, -0.028196845203638077, -0.013127762824296951, 0.00234802789054811, -0.039907392114400864, -0.05206827446818352, -0.015185491181910038, -0.011664844118058681, 0.010286878794431686, 0.023014485836029053, 0.01343478262424469, -0.04679345712065697, 0.014872253872454166, 0.04008401557803154, 0.03237356245517731, 0.09291931986808777, 0.20625999569892883, 0.17992912232875824, 0.21727080643177032, 0.2861158549785614, 0.12078369408845901, -0.16136391460895538, -0.26617029309272766, -0.15217673778533936, -0.14479811489582062, -0.10233673453330994, -0.050533682107925415, -0.11893146485090256, -0.13090334832668304, -0.006110386457294226, -0.06525148451328278, -0.041240088641643524, -0.027467932552099228, -0.08355031907558441, 0.009302042424678802, -0.0006014389218762517, -0.006916537880897522, -0.021965425461530685, -0.030698077753186226, -0.031093411147594452, -0.022329017519950867, 0.03070368617773056, 0.003564527491107583, 0.13201580941677094, 0.19714206457138062, 0.25041380524635315, 0.4030327796936035, 0.37387266755104065, -0.037166837602853775, -0.2675377130508423, -0.17737428843975067, -0.06917642802000046, -0.16258463263511658, -0.09761416167020798, -0.19520817697048187, -0.1813916712999344, -0.1161273866891861, -0.047012168914079666, -0.10344111919403076, -0.009933115914463997, -0.006253371946513653, 0.0006936070276424289, -0.0017784297233447433, 0.003029216080904007, 0.0007612228509970009, -0.007228510454297066, 0.00925067625939846, -0.03162931278347969, -0.046364136040210724, -0.054867830127477646, -0.017055364325642586, 0.12548047304153442, 0.06582546979188919, 0.1497473120689392, 0.3798811733722687, 0.16596558690071106, -0.25021228194236755, -0.36786195635795593, -0.15612801909446716, -0.008820656687021255, -0.13753823935985565, -0.07126560062170029, -0.13314637541770935, -0.11933893710374832, -0.2052587866783142, -0.11425802111625671, -0.04611147567629814, 0.011535615660250187, 0.07887956500053406, -0.030767342075705528, -0.031224152073264122, 0.027095133438706398, 0.009816687554121017, 0.017701173201203346, 0.02059698849916458, -0.041236311197280884, -0.03702446073293686, -0.007535513490438461, 0.0009557477314956486, 0.013186248019337654, 0.011145277880132198, 0.1309516280889511, 0.2711258828639984, 0.04632000997662544, -0.3034736216068268, -0.2149057388305664, -0.05986041948199272, -0.022716963663697243, -0.13371437788009644, -0.12174307554960251, -0.1551608294248581, -0.14483104646205902, -0.1025906503200531, -0.0951564610004425, -0.044145651161670685, 0.018177973106503487, -0.03099282644689083, -0.020889589563012123, -0.014636646956205368, -0.0040385606698691845, 0.024591851979494095, 0.02267000824213028, -0.0317702516913414, 0.0028574715834110975, -0.06494678556919098, 0.02007022313773632, -0.010395403020083904, 0.007393772713840008, 0.09068475663661957, 0.13192464411258698, 0.14368446171283722, 0.15175645053386688, -0.09787048399448395, -0.022366568446159363, 0.051202405244112015, -0.03197668492794037, -0.06383239477872849, -0.209167018532753, -0.17442497611045837, -0.11760491877794266, -0.10025153309106827, -0.05668254569172859, 0.0022889275569468737, -0.012964175082743168, -0.03367938473820686, -0.040594182908535004, -0.01975421793758869, 0.005287689156830311, -0.007355503737926483, 0.01619710586965084, -0.04031363129615784, -0.0474151149392128, -0.01586172543466091, 0.024439945816993713, 0.009116473607718945, 0.029297688975930214, 0.06081060320138931, 0.07689332962036133, 0.038700446486473083, 0.1325039565563202, 0.15207697451114655, 0.014897760935127735, -0.03409487381577492, -0.1593165248632431, -0.07302908599376678, -0.10956744104623795, -0.11340957880020142, -0.06974337995052338, -0.013112298212945461, 0.0147179514169693, -0.0417155921459198, 0.0033507049083709717, -0.0336066335439682, -0.03779332712292671, -9.957268048310652e-05, 0.016167975962162018, -0.010449383407831192, -0.02174494042992592, -0.014233557507395744, -0.006307963281869888, 0.0009085761848837137, -0.02943495847284794, 0.0629424899816513, 0.12876741588115692, 0.12807874381542206, 0.07144526392221451, 0.12496840208768845, 0.137104794383049, 0.04077596589922905, 1.8767845176625997e-05, -0.011508587747812271, -0.053386565297842026, -0.09927906841039658, -0.13102638721466064, -0.07868769764900208, -0.022809358313679695, -0.03892788290977478, -0.032463591545820236, -0.07228126376867294, -0.009261880069971085, -0.04450272023677826, -0.07952484488487244, -0.05438712239265442, 0.00046475991257466376, 0.020116101950407028, -0.0036360176745802164, 0.02818072959780693, 0.0090947225689888, 0.0033234695438295603, -0.056889135390520096, -0.09866556525230408, -0.0013075490714982152, 0.064424067735672, 0.06189093738794327, 0.07347919046878815, 0.06082328036427498, -0.011132174171507359, 0.014827418141067028, 0.07574793696403503, -0.0094988364726305, -0.049358587712049484, -0.08189957588911057, -0.07588557153940201, -0.09557723999023438, -0.11680542677640915, -0.1444658488035202, -0.02632279135286808, -0.05983063206076622, -0.05975748971104622, -0.07678741961717606, 0.008398249745368958, -0.008608708158135414, -0.02166835218667984, 0.02057782933115959, -0.03346117585897446, -0.027767419815063477, 0.018195275217294693, -0.032295435667037964, -0.0857059508562088, -0.08441093564033508, -0.05197925120592117, 0.018475068733096123, 0.01607402414083481, 0.0855567455291748, 0.0965944454073906, 0.11663375794887543, 0.0532405711710453, -0.08102841675281525, -0.08602683246135712, -0.05989829823374748, -0.16183383762836456, -0.1404682993888855, -0.04954111576080322, -0.06579384207725525, -0.05561118945479393, -0.045711711049079895, -0.02897138148546219, 0.007396474946290255, 0.0186908021569252, -0.025987908244132996, 0.028413675725460052, -0.02708590030670166, -0.014160702005028725, -0.033991262316703796, 0.018333960324525833, -0.014464374631643295, -0.05045146867632866, -0.03360075131058693, -0.010015595704317093, 0.0511302687227726, 0.08337488770484924, 0.10019926726818085, 0.04780362918972969, -0.02546103112399578, -0.05517497658729553, -0.006291199009865522, -0.00958147644996643, -0.014965474605560303, -0.050060056149959564, -0.06279218941926956, -0.04342196509242058, 0.016664128750562668, 0.0016969522694125772, -0.05266239121556282, 0.01337398774921894, 0.009905071929097176, 0.0023406099062412977, -0.009397566318511963, 0.016893044114112854, -0.01682177744805813, -0.014390911906957626, -0.016040503978729248, 0.01354805938899517, -0.017163779586553574, -0.04430139437317848, -0.021537967026233673, -0.03568589314818382, 0.06992097198963165, 0.06896870583295822, 0.014765392988920212, -0.005003876984119415, -0.05051504820585251, 0.007676729932427406, 0.00574033847078681, -0.007341624703258276, -0.04183842986822128, -0.0480070561170578, 0.0017715325811877847, -0.01391899399459362, -0.037657711654901505, 0.028268324211239815, 0.011529941111803055, -0.016158130019903183, 0.003049242775887251, -0.026848934590816498, -0.04143444448709488, -0.005234666168689728, 0.01785850152373314, -0.028759580105543137, 0.01107853464782238, -0.0290492195636034, -0.03400617837905884, -0.027218490839004517, 0.024157341569662094, -0.010212976485490799, 0.022294865921139717, -0.003588276682421565, 0.012097703292965889, -0.034672483801841736, 0.025841124355793, -0.027640631422400475, -0.020389828830957413, 0.014428077265620232, -0.010921681299805641, 0.020914727821946144, 0.026529861614108086, -0.005496679805219173, 0.0029849978163838387, -0.005602981895208359, 0.0016596250934526324, 0.02533177100121975, 0.01141381822526455, 0.012440791353583336, -0.030229909345507622, -0.017958246171474457], [-0.003582346485927701, 0.01354158017784357, -0.03699588030576706, 0.008731943555176258, 0.010832642205059528, -0.02996133267879486, 0.023588772863149643, 0.014385567046701908, 0.01152335200458765, 0.003069100668653846, 0.00018693992751650512, 0.02713969722390175, -0.03191402554512024, 0.01418971735984087, -0.0022890979889780283, 0.006976848468184471, 0.0028612662572413683, -0.02864382043480873, 0.01248799916356802, -0.020009737461805344, -0.04304236173629761, -0.028664041310548782, -0.027551528066396713, -0.03545922785997391, -0.03121238574385643, 0.01666705682873726, 0.015475704334676266, -0.02845802903175354, -0.013449830003082752, -0.004709879867732525, -0.04098023474216461, -0.035467877984046936, -0.00518292561173439, -0.021874025464057922, 0.02141021192073822, -0.04832622781395912, -0.03618530184030533, -0.010983343236148357, 0.0005646894569508731, -0.03756335750222206, 0.0028189707081764936, 0.001865976839326322, -0.012276849709451199, -0.00860594678670168, -0.03251853585243225, -0.047079142183065414, -0.019035428762435913, -0.014126019552350044, -0.037693608552217484, 0.0004647192545235157, 0.014613846316933632, 0.005618552677333355, 0.01935352385044098, -0.011067354120314121, -0.007550486363470554, -0.019361604005098343, 0.012185872532427311, 0.006836047396063805, -0.017275076359510422, -0.01956731081008911, 0.023135747760534286, 0.020265426486730576, -0.03249703720211983, 0.0003524948260746896, -0.0022292619105428457, -0.03134560585021973, -0.0347578190267086, -0.054104048758745193, -0.06011408567428589, -0.03740263730287552, -0.023702014237642288, -0.042163968086242676, -0.027454501017928123, -0.026548082008957863, -0.026496415957808495, -0.03611789271235466, 0.011760535649955273, -0.0047300830483436584, -0.026516348123550415, -0.05028722435235977, 0.013781842775642872, 0.003079876070842147, 0.010865780524909496, 0.001412819605320692, 0.011132252402603626, -0.03977786749601364, -0.004641691222786903, -0.024165119975805283, 0.0005168613861314952, -0.004065545275807381, -0.009336255490779877, -0.030221519991755486, -0.0662415400147438, -0.07383854687213898, -0.027539338916540146, -0.0816066786646843, -0.09218055009841919, -0.09499265253543854, -0.03983180597424507, 0.020005928352475166, -0.02736222930252552, -0.06284286081790924, -0.007343823555856943, -0.004735079128295183, 0.014595613814890385, 0.012963487766683102, 0.00360644469037652, -0.0428619459271431, 0.01718161441385746, -0.02511557936668396, -0.020283039659261703, -0.027623862028121948, -0.023074503988027573, -0.03540624678134918, -0.03617628291249275, -0.0031627886928617954, -0.0033092284575104713, -0.03014960326254368, -0.03757866099476814, -0.020249255001544952, -0.07196302711963654, -0.023795586079359055, -0.054477788507938385, 0.022543737664818764, 0.014538368210196495, -0.0826086550951004, -0.008100504986941814, 0.07970191538333893, 0.06369137763977051, 0.03522731736302376, 0.013480307534337044, 0.0371292345225811, 0.0038174798246473074, 0.03555358573794365, 0.03491427004337311, 0.0630699172616005, 0.04740757867693901, 0.032378967851400375, -0.02419562265276909, -0.041895538568496704, 0.02504163235425949, -0.0377872958779335, 0.010987444780766964, -0.02817181497812271, 0.004507912788540125, -0.01621759682893753, -0.03370183706283569, 0.006469705607742071, -0.008058714680373669, 0.011623214930295944, -0.0991024374961853, -0.023247679695487022, 0.005626887083053589, -0.15375550091266632, 0.07174915075302124, 0.031837232410907745, 0.08388376235961914, 0.11841614544391632, -0.06119859963655472, 0.06431883573532104, 0.08440057188272476, 0.14302828907966614, 0.093815878033638, 0.07502785325050354, 0.017687499523162842, 0.025515904650092125, -0.027760088443756104, 0.01749323680996895, 0.007250878028571606, 0.010224404744803905, 0.014035199768841267, -0.023529749363660812, -0.009315724484622478, 0.09718373417854309, 0.11357162147760391, 0.16704073548316956, 0.06968464702367783, 0.08111158758401871, -0.07773464173078537, -0.07090910524129868, 0.00984861794859171, -0.18305227160453796, -0.13659052550792694, -0.15151897072792053, -0.24892011284828186, -0.0740278884768486, -0.15150810778141022, -0.016472913324832916, 0.029385248199105263, -0.0003232415474485606, 0.1115347295999527, 0.11143294721841812, 0.02763919159770012, -0.0044870320707559586, -0.00964159332215786, 0.01394371036440134, 0.013414845801889896, 0.019103512167930603, 0.0210622176527977, 0.006546656135469675, 0.04540454223752022, 0.11474259942770004, 0.08492080867290497, 0.042514409869909286, 0.17126666009426117, 0.07985072582960129, -0.044177714735269547, -0.08073391020298004, -0.11412417888641357, -0.08551003783941269, -0.15216006338596344, -0.20001861453056335, -0.21009257435798645, -0.09230406582355499, -0.08534467220306396, -0.06905246526002884, -0.11907752603292465, 0.032396264374256134, 0.08191723376512527, 0.06365248560905457, -0.0001875032321549952, -0.008748762309551239, 0.016446176916360855, 0.008184007368981838, 0.007257484830915928, -0.03901747986674309, 0.008471277542412281, -0.010599817149341106, 0.014830175787210464, 0.11652687191963196, 0.09241315722465515, 0.10011325776576996, 0.06648249924182892, 0.09367141872644424, -0.12435872107744217, -0.19815722107887268, -0.11187111586332321, -0.02420930005609989, -0.08334659039974213, -0.10320259630680084, 0.024892443791031837, 0.004057927988469601, -0.09466087073087692, -0.08992870897054672, -0.06953564286231995, -0.05733737349510193, 0.02882426790893078, 0.0217437744140625, 0.09285173565149307, 0.06796141713857651, -0.012590833008289337, -0.020885281264781952, -0.025110825896263123, -0.009619413875043392, -0.019145328551530838, -0.04366527125239372, -0.0013392652617767453, -0.032538652420043945, 0.0006656232289969921, 0.0008686515502631664, 0.08779047429561615, 0.07040542364120483, -0.09254740178585052, -0.11647038161754608, -0.16162750124931335, -0.14866195619106293, -0.08060499280691147, 0.0035620660055428743, 0.15480177104473114, 0.027264166623353958, -0.12619969248771667, -0.06755370646715164, 0.022725310176610947, 0.04390006139874458, 0.010515625588595867, 0.0490359328687191, 0.10246740281581879, 0.056188277900218964, 0.022348837926983833, 0.025242716073989868, 0.023945491760969162, -0.004781071096658707, 0.015823133289813995, 0.02372296154499054, 0.00040970832924358547, -0.038294486701488495, -0.05396702513098717, 0.007418995723128319, 0.07204636931419373, 0.11379421502351761, 0.1144639179110527, 0.0012309846933931112, -0.1061953455209732, -0.2725394368171692, -0.17575499415397644, 0.008798959665000439, -0.022452248260378838, -0.105577252805233, -0.03245846554636955, -0.015630921348929405, -0.03315924108028412, -0.06457013636827469, -0.003959997091442347, 0.032094597816467285, 0.03999576345086098, -0.02269824594259262, -0.026365607976913452, -0.02984734997153282, -0.006948631256818771, -0.0022265405859798193, -0.016209065914154053, -0.01948961615562439, -0.06861555576324463, -0.024632031098008156, 0.03515847027301788, 0.033681720495224, 0.03852787986397743, 0.15435932576656342, 0.14127708971500397, 0.09536273032426834, -0.07368821650743484, -0.39116519689559937, -0.29003193974494934, -0.07887616753578186, -0.021192574873566628, -0.17912329733371735, -0.1025991141796112, -0.06731897592544556, -0.07409733533859253, -0.07729152590036392, -0.09229142963886261, -0.02549349144101143, 0.015435214154422283, 0.005794275086373091, 0.013864295557141304, -0.0127175347879529, -0.0385371632874012, -0.0017089737812057137, -0.020528364926576614, -0.03952942416071892, -0.08427005261182785, 0.03085133247077465, 0.12112642824649811, 0.012932234443724155, -0.00517651392146945, 0.032431576400995255, 0.17431923747062683, 0.14306390285491943, 0.20679335296154022, -0.158878892660141, -0.3209817111492157, -0.12806519865989685, -0.15654127299785614, -0.15357773005962372, -0.10209446400403976, -0.08974341303110123, -0.06625312566757202, -0.02187480963766575, -0.030887054279446602, -0.09134859591722488, -0.004078390542417765, -0.01623486541211605, 0.014800959266722202, -0.01894880086183548, -0.036229394376277924, -0.010824919678270817, -0.030053425580263138, 0.000410235021263361, -0.05450942739844322, 0.01369673851877451, 0.12283571809530258, 0.07765919715166092, 0.14520639181137085, 0.1545204222202301, 0.14450542628765106, 0.297804057598114, 0.26975610852241516, -0.08055435121059418, -0.21505118906497955, -0.02238604426383972, -0.19143974781036377, -0.11545445024967194, 0.005526228342205286, -0.002949606627225876, 0.005051929969340563, -0.04181927070021629, -0.043751850724220276, -0.05688837543129921, -0.008411260321736336, 0.015086525119841099, -0.06828910857439041, -0.03284380957484245, 0.022422131150960922, 0.010211468674242496, -0.034950193017721176, -0.006578411441296339, 0.013353393413126469, 0.09630276262760162, 0.13913634419441223, 0.1428629457950592, 0.10382788628339767, 0.1528475284576416, 0.1752133071422577, 0.20165185630321503, 0.14839798212051392, -0.04082954674959183, 0.030856575816869736, 0.042336370795965195, 0.02196624130010605, 0.06978410482406616, -0.039258286356925964, -0.046583469957113266, -0.0758594498038292, -0.0735020861029625, -0.059949927031993866, -0.061897650361061096, -0.03095804899930954, 0.010097009129822254, -0.02239176817238331, -0.011946219019591808, 0.006124921143054962, -0.036514509469270706, 0.0058563388884067535, -0.006057819351553917, -0.028824634850025177, 0.0057078758254647255, 0.11867481470108032, 0.15052714943885803, 0.09479369223117828, 0.1365007907152176, 0.209170863032341, 0.2251535803079605, 0.17024315893650055, 0.04136654734611511, 0.09841196238994598, -0.03167707473039627, 0.12551559507846832, 0.027686065062880516, -0.10053621977567673, -0.11822765320539474, -0.11987211555242538, -0.0053651113994419575, 0.0250827819108963, -0.01710127480328083, -0.08313589543104172, -0.08265332132577896, -0.020547283813357353, -0.01969233527779579, -0.010245447047054768, 0.011932183988392353, -0.015833772718906403, -0.021879976615309715, -0.09517478942871094, -0.03236372023820877, 0.05381251499056816, 0.03776140883564949, -0.008965407498180866, 0.025595787912607193, 0.053498513996601105, 0.04996239393949509, 0.27295297384262085, 0.15343399345874786, 0.09343893826007843, 0.1368481069803238, 0.16864114999771118, 0.057733483612537384, 0.07617151737213135, -0.07051049172878265, 0.01673378422856331, 0.13603420555591583, 0.05739515647292137, 0.03166449815034866, -0.05678778141736984, -0.04011024534702301, -0.05588835850358009, -0.011499921791255474, 0.022220749408006668, 0.02626796066761017, -0.024684973061084747, -0.020571887493133545, -0.04915453866124153, -0.008935903199017048, 0.058132801204919815, -0.008176228031516075, -0.10142742097377777, -0.08863595873117447, -0.12038712203502655, 0.04528796672821045, 0.08594746142625809, 0.1861095428466797, 0.1216714158654213, -0.04001403972506523, 0.04365711286664009, 0.02575823850929737, -0.049991022795438766, -0.12732483446598053, 0.04557244852185249, 0.08670785278081894, 0.0900125503540039, 0.01443812157958746, -0.013473888859152794, -0.07521353662014008, 0.004944765940308571, -0.013499288819730282, 0.00039552710950374603, 0.022864412516355515, -0.002424598205834627, -0.0003471529926173389, -0.06692494451999664, 0.05696269869804382, 0.01394430547952652, -0.10729332268238068, -0.11074257642030716, -0.12470398843288422, -0.0798574760556221, 0.006064766552299261, 0.17310775816440582, 0.1818433254957199, 0.12066005915403366, -0.17854993045330048, -0.09186623245477676, -0.12650680541992188, -0.09889250248670578, 0.031438201665878296, 0.10666362196207047, 0.04557385668158531, -0.017526505514979362, -0.06287478655576706, -0.0218510664999485, -0.06376247107982635, 0.007913578301668167, -0.008871384896337986, -0.009999181143939495, -0.046073757112026215, -0.020651262253522873, -0.043957266956567764, -0.06994014233350754, 0.046035561710596085, -0.02418310008943081, -0.16862279176712036, -0.08066435903310776, -0.08484984934329987, -0.03967919573187828, -0.08386634290218353, -0.06751643866300583, 0.05393185093998909, 0.09468550235033035, -0.0667814090847969, -0.163470059633255, 0.05130276829004288, 0.011711928993463516, -0.0029006642289459705, -0.04660478234291077, 0.04654831811785698, -0.048244014382362366, 0.016468249261379242, -0.03199668601155281, -0.05994619429111481, 0.0033773297909647226, 8.036495273699984e-06, 0.006911410950124264, 0.01082752738147974, -0.04406359791755676, -0.03787099942564964, -0.04688559100031853, -0.04140494018793106, -0.1215333417057991, -0.06804712116718292, -0.028148332610726357, 0.056475680321455, -0.07061003148555756, -0.16843555867671967, -0.04731076955795288, 0.05406728759407997, 0.09347426146268845, 0.02010253816843033, -0.06854459643363953, -0.005902862176299095, 0.0317741297185421, 0.013664329424500465, 0.008676059544086456, 0.08705107122659683, 0.052687786519527435, -0.014298027381300926, -0.014416446909308434, -0.0596996545791626, -0.038929857313632965, -0.031072961166501045, -0.042392417788505554, 0.01872653141617775, -0.016675766557455063, -0.040763210505247116, -0.055005040019750595, -0.09618234634399414, -0.09154793620109558, -0.01129663735628128, 0.06500835716724396, 0.08217883855104446, -0.07717930525541306, -0.059283144772052765, -0.08460637927055359, -0.03662591800093651, 0.08917683362960815, 0.10240038484334946, 0.009143308736383915, 0.04836578294634819, 0.031929537653923035, 0.016825109720230103, 0.024787982925772667, 0.07961633801460266, 0.07582133263349533, 0.006751212291419506, -0.05790935829281807, 0.01645641401410103, -0.018093254417181015, 0.009862433187663555, -0.0095358332619071, -0.03318846970796585, -0.036940284073352814, 0.0015579027822241187, 0.020728446543216705, -0.10305348038673401, -0.05638830363750458, 0.01687241718173027, 0.001529485685750842, -0.008604604750871658, -0.016540881246328354, 0.01609877683222294, 0.02637953869998455, -0.04693670943379402, 0.02272561751306057, 0.03281692415475845, 0.16782720386981964, 0.09383821487426758, 0.07063459604978561, 0.1618916541337967, 0.07896003127098083, 0.06942208856344223, 0.06294367462396622, 0.008407236076891422, -0.03382905572652817, 0.025196287781000137, 0.022824130952358246, 0.01815618947148323, -0.021857380867004395, -0.008292176760733128, -0.021367888897657394, -0.021163571625947952, 0.011976943351328373, -0.044070132076740265, -0.045052170753479004, -0.08930422365665436, 0.014698665589094162, 0.024808410555124283, 0.045193150639534, -0.06311327964067459, -0.03417310118675232, 0.12334400415420532, 0.1486293226480484, 0.06301327049732208, 0.18535858392715454, 0.1267046332359314, 0.17888540029525757, 0.12120667845010757, 0.01863902062177658, 0.02733873389661312, 0.033178191632032394, -0.021275067701935768, -0.00417731236666441, 0.024768594652414322, -0.03969316929578781, -0.031233256682753563, -0.024428438395261765, 0.025509178638458252, -0.037312813103199005, 0.016508877277374268, 0.014096041209995747, -0.05842997506260872, -0.06361575424671173, -0.07501158863306046, -0.11560358107089996, -0.041358765214681625, -0.06896279007196426, 0.021719304844737053, -0.04630005359649658, 0.037255559116601944, 0.10254345834255219, 0.06186047941446304, 0.08516653627157211, 0.018564118072390556, 0.030585141852498055, 0.09642674028873444, -0.04383235052227974, 0.002269595395773649, -0.040703948587179184, -0.059759873896837234, -0.04058653861284256, -0.024599093943834305, -0.00350375659763813, -0.013477186672389507, -0.014480800367891788, -0.015018095262348652, -0.004232659935951233, -0.029673967510461807, -0.043687496334314346, -0.04753876104950905, -0.03916332125663757, -0.01642831601202488, -0.08061739802360535, -0.1832408905029297, -0.13337764143943787, -0.1303102970123291, -0.2001909464597702, -0.07867772877216339, -0.09289953112602234, 0.06524716317653656, 0.01453789509832859, 0.003334415378049016, 0.04652874171733856, -0.07144678384065628, -0.09886016696691513, -0.058729387819767, -0.007674697786569595, 0.023985225707292557, 0.018944337964057922, 0.017476439476013184, -0.03139512613415718, -0.036032117903232574, -0.03706570714712143, -0.040156275033950806, -0.029731180518865585, -0.004778108559548855, -0.004216272383928299, 0.016486015170812607, -0.042515531182289124, -0.05867156758904457, -0.044322192668914795, -0.0696464255452156, -0.1544727385044098, -0.06048363074660301, 0.004941292107105255, -0.07225820422172546, -0.11555406451225281, -0.10171598196029663, -0.1220819354057312, -0.05332315340638161, -0.09292399883270264, -0.10481467097997665, -0.042936887592077255, -0.076601043343544, -0.007675364147871733, -0.03219352662563324, -0.00939339678734541, -0.00911444891244173, -0.027387067675590515, 0.009815099649131298, -0.04030273109674454, -0.011416600085794926, -0.025400370359420776, -0.019432522356510162, -0.023178566247224808, 0.001822499092668295, 0.0005893703200854361, -0.0006960175232961774, -0.056275155395269394, -0.005618765018880367, 0.007340420037508011, 0.004382522776722908, 0.011938625946640968, -0.0011459743836894631, 0.014680599793791771, -0.008923410438001156, -0.024968869984149933, -0.048902492970228195, -0.03425319865345955, 0.019306868314743042, -0.037451472133398056, -0.05009960010647774, -0.03450029715895653, -0.01611495018005371, 0.007824214175343513, 0.025539878755807877, -0.0037238062359392643, -0.026294033974409103], [-0.0010469158878549933, 0.040629174560308456, 0.022184258326888084, -0.003116254461929202, 0.01813776232302189, 0.03736844286322594, 0.02182207815349102, 0.03406888619065285, 2.2090362108428963e-05, -0.005636886227875948, 0.022079182788729668, -0.017634937539696693, -0.01968020759522915, -0.01470786053687334, -0.02103283815085888, 0.041342247277498245, -0.007089218124747276, 0.0033494425006210804, 0.04378591105341911, 0.016333647072315216, 0.005107508972287178, -0.01968238689005375, 0.03408994898200035, 0.004182850010693073, 0.015197953209280968, -0.005879086907953024, 0.02645578421652317, 0.021943511441349983, 0.015828723087906837, 0.007678426336497068, 0.03656840696930885, 0.029432402923703194, 0.04575389251112938, 0.043987419456243515, -0.009903298690915108, 0.018748262897133827, 0.027337098494172096, 0.04892705753445625, 0.0373033732175827, 0.04641673341393471, 0.018359899520874023, 0.02975199744105339, 0.024131661280989647, -0.009168225340545177, 0.037065520882606506, 0.02772127278149128, -0.009285367093980312, 0.01445581391453743, 0.031516578048467636, -0.006067004520446062, 0.025628702715039253, 0.041785288602113724, 0.02379651553928852, -0.009792416356503963, 0.033429745584726334, -0.016244636848568916, 0.009664208628237247, 0.03948342427611351, 0.03969753906130791, 0.04503508284687996, -0.010949034243822098, 0.028506536036729813, 0.05017366260290146, -0.0007759322179481387, 0.028397558256983757, 0.029599400237202644, 0.06495071202516556, 0.033701781183481216, 0.07830633968114853, 0.037065885961055756, 0.06435282528400421, 0.03242696449160576, 0.06330473721027374, 0.05810702592134476, 0.061668284237384796, 0.0013203962007537484, -0.019123423844575882, -0.017250707373023033, 0.050455234944820404, 0.032290615141391754, 0.04444839432835579, 0.016074899584054947, 0.018725359812378883, 0.036022599786520004, 0.02662757970392704, 0.010234076529741287, 0.024777648970484734, 0.03696555271744728, 0.018456149846315384, 0.04613142088055611, 0.043766144663095474, -0.0016094633610919118, 0.06708499789237976, 0.11741847544908524, 0.06939361989498138, 0.05579835921525955, 0.07862382382154465, 0.11844027042388916, 0.10420704632997513, 0.09012148529291153, 0.09251423180103302, 0.0750601589679718, -0.00589787820354104, 0.0015491070225834846, 0.014244466088712215, 0.01278104167431593, -0.03593382611870766, -0.02320382557809353, 0.012403086759150028, 0.010635427199304104, 0.009878452867269516, -0.006082877982407808, -0.004113876726478338, -0.02192368172109127, 0.04456726089119911, 0.031416501849889755, 0.04441717639565468, 0.0009527455549687147, -2.1485566321644e-05, -0.010783502832055092, 0.037972453981637955, 0.053943999111652374, 0.06732512265443802, 0.0498160719871521, 0.029704157263040543, 0.10507072508335114, 0.08162162452936172, -0.07335193455219269, -0.12063343822956085, -0.05040716379880905, -0.06816676259040833, -0.04680367186665535, -0.0021861735731363297, -0.09325532615184784, -0.07018796354532242, -0.029461748898029327, -0.0194308552891016, 0.03369773551821709, 0.04410429671406746, 0.031165098771452904, 0.010585714131593704, 0.02819518931210041, 0.023881951346993446, 0.013097632676362991, 0.026029285043478012, -0.020067229866981506, 0.006463702768087387, -0.042733728885650635, 0.04096551239490509, 0.007331130560487509, 0.023393921554088593, -0.03610740229487419, -0.024289822205901146, -0.03481493517756462, -0.0322253480553627, -0.04894851893186569, -0.06629826128482819, -0.060295917093753815, -0.07089411467313766, -0.07520268857479095, -0.04418076202273369, 0.013871791772544384, -0.045826125890016556, -0.029165614396333694, -0.02022659406065941, 0.0012582254130393267, 0.01486705057322979, 0.01536339707672596, -0.01434988435357809, 0.033513445407152176, -0.017315665259957314, -0.006913337390869856, 0.02983718365430832, 0.0023158385884016752, -0.03817704692482948, -0.023690689355134964, -0.03715475648641586, -0.07382021099328995, -0.06730391085147858, -0.011101854965090752, -0.03831838071346283, 0.03758610785007477, 0.11777579039335251, -0.0004639696271624416, -0.011912919580936432, -0.09180436283349991, -0.1274546980857849, -0.13039572536945343, -0.13355280458927155, -0.017118245363235474, 0.015795577317476273, 0.002437031827867031, -0.01845867931842804, 0.005967538338154554, 0.043909668922424316, -0.003955654334276915, 0.0293619092553854, 0.025388682261109352, -0.022222420200705528, 0.026428204029798508, 0.013620062731206417, -0.04362458735704422, -0.0929524153470993, -0.08601565659046173, -0.04534197971224785, -0.05188630521297455, -0.04622223600745201, 0.01822233386337757, -0.009193606674671173, 0.08734527975320816, 0.05185040459036827, 0.03845573589205742, -0.029063526540994644, -0.08735395222902298, -0.20260001718997955, -0.19498388469219208, -0.1384269893169403, -0.016179507598280907, -0.05447504296898842, -0.044477954506874084, -0.04703082889318466, -0.026247607544064522, 0.005391641054302454, -0.005945161450654268, 0.045065928250551224, 0.023648517206311226, 0.021573761478066444, -0.00555034913122654, 0.03602887690067291, -0.0075080059468746185, -0.09016818553209305, -0.02313525602221489, 0.009276741184294224, 0.002702161204069853, 0.01596013829112053, 0.12618283927440643, 0.057235587388277054, 0.0071748425252735615, 0.0282610934227705, -0.09527689218521118, -0.09293534606695175, 0.018409376963973045, -0.10144264250993729, -0.08174895495176315, -0.035957977175712585, -0.021725907921791077, -0.03332945331931114, -0.03539632633328438, -0.039636481553316116, -0.002382871462032199, 0.020881412550807, 0.01275720540434122, 0.012316780164837837, 0.03274092450737953, 0.010999348014593124, -0.018247734755277634, 0.022747348994016647, 0.024489017203450203, -0.09600245207548141, -0.00448979064822197, 0.004143841098994017, 0.04169123247265816, -0.036659203469753265, -0.020519131794571877, 0.06219382584095001, -0.08937626332044601, -0.05050107091665268, -0.025201465934515, 0.08908576518297195, 0.04706931114196777, -0.04822763800621033, -0.12174726277589798, -0.08406241238117218, -0.05932478606700897, 0.029490746557712555, -0.020170073956251144, -0.020252548158168793, 0.007590875495225191, -0.020185647532343864, 0.0054405746050179005, 0.040056925266981125, -0.005073366221040487, -0.011274614371359348, 0.031138716265559196, -0.024926967918872833, -0.05106201022863388, -0.06166990101337433, -0.0507463663816452, 0.008429723791778088, 0.015239759348332882, -0.07251506298780441, -0.032164596021175385, -0.11758598685264587, -0.09811960905790329, -0.04620717093348503, 0.06475471705198288, 0.09053545445203781, 0.08977950364351273, -0.0657539963722229, -0.0744183212518692, -0.0876278504729271, -0.0600128211081028, -0.011763977818191051, -0.008559949696063995, -0.006260219495743513, 0.003556659910827875, 0.02366724982857704, 0.023201966658234596, 0.011445598676800728, -0.013138992711901665, 0.013660193420946598, -0.030970314517617226, -0.030744662508368492, -0.0027357609942555428, -0.019137326627969742, 0.011749695055186749, -0.04467520862817764, 0.008332617580890656, -0.02956472896039486, -0.006910426076501608, -0.18057383596897125, -0.14748652279376984, 0.008921779692173004, 0.09797511994838715, 0.07117104530334473, 0.023351307958364487, 0.00026230193907395005, -0.018067078664898872, -0.007405634503811598, 0.03241683170199394, -0.0018731810851022601, 0.013500798493623734, -0.02089798077940941, 0.01190965622663498, 0.025154000148177147, 0.044962164014577866, 0.0333218015730381, 0.02643285132944584, -0.0024275905452668667, -0.01894417218863964, -0.025144558399915695, -0.06042436137795448, -0.05382147431373596, -0.06709077954292297, -0.12400498986244202, -0.055638380348682404, -0.058197055011987686, -0.09222976118326187, -0.11913975328207016, -0.0864291787147522, 0.04482275992631912, 0.033792104572057724, 0.05110922455787659, 0.022286826744675636, -0.06756813824176788, 0.041262827813625336, 0.03504824638366699, 0.10740667581558228, 0.049873534590005875, -0.01945159025490284, 0.015206393785774708, -0.018426937982439995, 0.020770253613591194, -0.017601432278752327, 0.005200075916945934, 0.028547396883368492, 0.020837148651480675, 0.025465715676546097, -0.004835931584239006, -0.05083629488945007, -0.024808043614029884, -0.07560551166534424, -0.12355811148881912, -0.11572402715682983, -0.08349734544754028, -0.18237550556659698, -0.09988386929035187, 0.03805501386523247, 0.05340234935283661, -0.04606858268380165, 0.059515006840229034, 0.024439139291644096, 0.03182676434516907, 0.12955573201179504, 0.10838295519351959, 0.10929304361343384, 0.08429856598377228, 0.04492620378732681, 0.0538138821721077, 0.02007213793694973, -0.012367835268378258, 0.04440922662615776, 0.037936121225357056, 0.007019552867859602, 0.02671661041676998, -0.0033628870733082294, -0.022314466536045074, -0.1171351745724678, -0.036077093333005905, -0.0763411745429039, -0.10466568171977997, -0.08584968745708466, -0.10054883360862732, 0.024277491495013237, 0.13033568859100342, 0.1762782484292984, 0.03731036186218262, -0.025687383487820625, 0.1194596141576767, 0.004738719202578068, 0.02809465304017067, 0.04934317618608475, 0.07867684215307236, 0.1275993436574936, 0.1193397045135498, 0.07753903418779373, 0.029489878565073013, -0.01514932420104742, -0.02959933504462242, 0.01874697394669056, -0.018022170290350914, -0.019378049299120903, 0.03667217120528221, 0.03387398272752762, -0.007047906052321196, -0.021027330309152603, 0.018263086676597595, -0.06256967782974243, -0.03947466239333153, -0.1254565566778183, 0.03326385095715523, 0.19917996227741241, 0.15029209852218628, 0.18880970776081085, 0.04622858762741089, -0.06490880250930786, -0.09276381134986877, -0.0390021838247776, -0.00908737350255251, 0.006401312071830034, 0.0037131083663553, 0.05727575719356537, 0.0345841646194458, 0.048184774816036224, 0.06945625692605972, 0.016105225309729576, -0.024842029437422752, 0.03195184841752052, -0.010064052417874336, 0.03446720913052559, 0.032069385051727295, -0.015330661088228226, 0.05457516387104988, -0.00034465917269699275, 0.06553439050912857, -0.005887232720851898, -0.07939223945140839, -0.039337243884801865, 0.10278362780809402, 0.18301770091056824, 0.13410934805870056, 0.12834544479846954, 0.006492685992270708, -0.18451933562755585, -0.10734425485134125, -0.09416981786489487, -0.05548178777098656, -0.05507113039493561, -0.06989366561174393, -0.049345239996910095, 0.005738508887588978, 0.10613662749528885, 0.07677808403968811, 0.04712372645735741, 0.02013060636818409, 0.006637305486947298, -0.02285419963300228, -0.009311393834650517, -0.002758926711976528, -0.0016240867553278804, 0.005716587416827679, 0.04051654785871506, 0.03771252930164337, -0.02237508073449135, -0.14693583548069, -0.02820652909576893, 0.14637669920921326, 0.21926699578762054, 0.24475117027759552, 0.10462174564599991, -0.09316398948431015, -0.18266160786151886, -0.12011636793613434, -0.08597800135612488, -0.025539003312587738, -0.01933240331709385, -0.03200335428118706, -0.002093125833198428, 0.03209412470459938, 0.08353514969348907, 0.04855949431657791, 0.07028989493846893, 0.036408718675374985, 0.013389418832957745, 0.04664017632603645, -0.00825327169150114, 0.041036609560251236, 0.02344195730984211, 0.04381999745965004, 0.004357503727078438, -0.04892957583069801, -0.05676502734422684, -0.07710394263267517, -0.016398640349507332, 0.07147543877363205, 0.006002497393637896, 0.17600560188293457, 0.07094071060419083, -0.08746466785669327, -0.06086431071162224, -0.055568985641002655, 0.033927321434020996, 0.007900619879364967, 0.03816843032836914, -0.0121307373046875, 0.01416910719126463, 0.0944572314620018, 0.040104061365127563, 0.024786723777651787, 0.06556188315153122, 0.0023461675737053156, 0.04251335933804512, 0.017933188006281853, 0.0059880721382796764, 0.015020737424492836, -0.01990063115954399, 0.016032489016652107, -0.03417269140481949, -0.109383724629879, -0.08786551654338837, -0.015175120905041695, 0.02646809071302414, 0.0555991604924202, 0.049205780029296875, 0.09141745418310165, 0.1328878402709961, 0.026737652719020844, -0.04051541909575462, 0.09436645358800888, 0.12770240008831024, 0.10759855806827545, 0.10190761834383011, 0.06742315739393234, 0.05068942531943321, 0.03881924971938133, 0.015907099470496178, 0.029450466856360435, 0.005247022956609726, -0.006780581083148718, 0.005505322013050318, 0.010137470439076424, -0.0020993980579078197, 0.0014924417482689023, 0.021157003939151764, 0.029134601354599, -0.0035198985133320093, -0.07088107615709305, -0.046346135437488556, -0.0797617956995964, -0.0965377613902092, 0.008697466924786568, 0.046731021255254745, 0.10736223310232162, 0.1274617463350296, 0.18482322990894318, 0.12239321321249008, 0.1322402060031891, 0.16153556108474731, 0.09942525625228882, 0.032367631793022156, 0.08186759799718857, 0.041995372623205185, 0.041239187121391296, -0.0030489449854940176, 0.028430650010704994, 0.0316806435585022, -0.018150335177779198, 0.04030279442667961, 0.01012982614338398, -0.000404727878049016, -0.021215451881289482, 0.029887119308114052, 0.0014682130422443151, -0.0593363493680954, -0.03466765955090523, 0.013306159526109695, -0.05042135715484619, -0.06734151393175125, -0.04446501284837723, -0.02364341914653778, 0.09949176013469696, 0.19566741585731506, 0.1811956763267517, 0.08879659324884415, 0.03308529779314995, -0.035848625004291534, 0.05507819354534149, 0.0719078928232193, 0.00981529988348484, -0.023683523759245872, -0.03533697500824928, -0.035613659769296646, -0.011160210706293583, 0.031489159911870956, -0.006224210374057293, 0.00963654462248087, -0.01003359630703926, 0.014055085368454456, 0.027323780581355095, -0.018387122079730034, 0.03721223771572113, 0.03159071505069733, 0.015855804085731506, -0.02025775983929634, 0.07762385159730911, 0.01659907028079033, -0.04668613150715828, -0.04362405464053154, -0.06150118634104729, 0.020155083388090134, 0.04904201999306679, 0.00032966863363981247, 0.010363804176449776, -0.06525850296020508, -0.043093446642160416, 0.015468940138816833, -0.0063143339939415455, -0.056376032531261444, -0.01028883084654808, -0.029303617775440216, -0.039111409336328506, 0.01783786527812481, 0.013905282132327557, 0.014037053100764751, -0.007711647544056177, 0.005949205253273249, 0.009064067155122757, 0.045701730996370316, 0.007660382892936468, 0.052102912217378616, 0.0502028614282608, 0.022602347657084465, 0.00015236642502713948, -0.026664545759558678, 0.023162255063652992, 0.01525196898728609, 0.02156417816877365, -0.022180862724781036, -0.0779009461402893, -0.03971729427576065, -0.04626164212822914, -0.04216592013835907, -0.03306427597999573, -0.08548970520496368, -0.09431729465723038, -0.028203720226883888, -0.029935847967863083, -0.01772877760231495, 0.015521139837801456, 0.004965935833752155, -0.003027702448889613, 0.0375710092484951, 0.001775214564986527, 0.02533498965203762, -0.010459473356604576, -0.014084561727941036, 0.04664546996355057, 0.02850564382970333, 0.02604980207979679, 0.03157114237546921, -0.00848477240651846, -0.04577503353357315, -0.005886388011276722, -0.01974431984126568, 0.0030327751301229, 0.024728260934352875, 0.008638326078653336, -0.023482730612158775, -0.05445706471800804, -0.009839717298746109, -0.0723443329334259, -0.051358144730329514, -0.06893685460090637, -0.029585856944322586, 0.012657695449888706, -0.019133957102894783, 0.020686455070972443, 0.03407254070043564, 0.043812353163957596, 0.025049300864338875, 0.015907300636172295, 0.015382208861410618, 0.02775161899626255, 0.042237844318151474, -0.01500190794467926, 0.0021443015430122614, -0.003961359150707722, -0.015844909474253654, 0.020782724022865295, -0.017086543142795563, 0.03447388485074043, 0.04108910262584686, -0.0010450211120769382, -0.03491448238492012, -0.0536000058054924, -0.018239300698041916, 0.012753990478813648, 0.014326319098472595, -0.0491379089653492, -0.08387213200330734, -0.062172580510377884, -0.033261988312006, 0.012457243166863918, -0.004114889539778233, -0.006871611811220646, 0.03775492683053017, -0.012290360406041145, 0.018063804134726524, -0.004822167102247477, 0.017024962231516838, -0.005176278296858072, -0.02056065760552883, -0.004779651295393705, -0.022045163437724113, 0.03731873631477356, 0.006188574712723494, 0.015283579006791115, 0.015773769468069077, -0.009150763042271137, 0.015912072733044624, 0.012603952549397945, -0.003983708098530769, -0.048928577452898026, -0.0464908629655838, -0.019043007865548134, -0.028397688642144203, -0.016681918874382973, -0.030629688873887062, 0.008496593683958054, -0.01661391742527485, -0.018313879147171974, 0.03987453505396843, 0.018349045887589455, 0.027455797418951988, -0.001668391632847488, 0.02439912222325802, 0.003922408912330866, 0.02084803767502308, 0.014585599303245544, 0.01819855161011219, -0.002811274491250515, 0.027862755581736565, -0.02262002043426037, 0.03743517026305199, 0.030871642753481865, 0.015849599614739418, -0.0005959576228633523, -0.005965798627585173, 0.009310208261013031, -0.002895246958360076, 0.032305460423231125, -0.014313939027488232, 0.02155883051455021, 0.042341236025094986, 0.01738988794386387, 0.006709462497383356, 0.013489131815731525, 0.0397801510989666, 0.006163987796753645, -0.006126513238996267, -0.0015065715415403247, 0.023753942921757698, 0.04432811215519905, 0.007082818541675806], [0.032274018973112106, 0.04588457942008972, 0.04581952095031738, -0.02273484691977501, 0.03051893413066864, -0.007559589575976133, -0.0018582454649731517, -0.011398682370781898, -0.01755896955728531, -0.013957851566374302, -0.004025537986308336, 0.048063792288303375, 0.04621727019548416, 0.005490678362548351, 0.02270609885454178, -0.014616763219237328, 0.000818394822999835, 0.026609152555465698, 0.04443152993917465, 0.04155654460191727, 0.030606739223003387, 0.016072671860456467, -0.015635395422577858, 0.03262929618358612, -0.015305849723517895, 0.025725390762090683, 0.037332914769649506, 0.048523373901844025, -0.0026647706981748343, -0.019791632890701294, 0.010481273755431175, 0.00042941325227729976, -0.01012079045176506, 0.01091991737484932, 0.03602845221757889, -0.01349010318517685, -0.005492128431797028, -0.02013501152396202, -0.0035183741711080074, 0.02124706283211708, -0.01862700656056404, 0.009365400299429893, -0.013976321555674076, -0.041289303451776505, -0.022702433168888092, 0.02826625108718872, 0.03423629701137543, 0.027254465967416763, 0.006082143168896437, 0.019958682358264923, 0.0497995987534523, 0.025274749845266342, 0.019654985517263412, 0.03541213274002075, 0.01753966137766838, 0.04774288833141327, 0.014281067997217178, 0.022339217364788055, 0.004784459713846445, 0.040069885551929474, -0.012341506779193878, 0.032884735614061356, -0.0035172333009541035, 0.04429002106189728, 0.027492579072713852, 0.026829330250620842, 0.00837324745953083, 0.0466146394610405, 0.02057087980210781, 0.03325808793306351, 0.0018667496042326093, -0.04345963895320892, -0.021909357979893684, 0.015355167910456657, 0.019851624965667725, -0.004097485914826393, -0.02196725457906723, -0.02560695819556713, 0.01297054160386324, 7.926861144369468e-05, 0.0335221029818058, 0.022274818271398544, -0.00843287818133831, 0.027071788907051086, -0.016623254865407944, 0.006550045683979988, 0.011150343343615532, 0.044717613607645035, -0.0029995469376444817, 0.04148523882031441, -0.008110997267067432, 0.016827959567308426, 0.03925791010260582, 0.06976383179426193, 0.06919519603252411, 0.09710295498371124, 0.11265118420124054, -0.032136183232069016, 0.02310255914926529, 0.09090086817741394, 0.04101859778165817, 0.019464362412691116, 0.08772768825292587, 0.11608196049928665, 0.0856473296880722, 7.624990394106135e-05, -0.016470281407237053, -0.0466315858066082, 0.03458863124251366, 0.03597353771328926, -0.003533601062372327, 0.020621787756681442, -0.019966043531894684, 0.042840488255023956, 0.035009391605854034, 0.045809175819158554, -0.0192822627723217, 0.026162581518292427, 0.05459090322256088, 0.0785050019621849, 0.10701742023229599, 0.08898366987705231, 0.07171235978603363, 0.1315849870443344, 0.011713635176420212, 0.03711843490600586, 0.019124943763017654, 0.017082633450627327, 0.021354466676712036, -0.06720627099275589, -0.007317299023270607, 0.07724028080701828, 0.03780496120452881, 0.062158532440662384, 0.002731677843257785, -0.009197431616485119, 0.11875993013381958, 0.0626673623919487, 0.04148584231734276, -0.021613840013742447, -0.017579063773155212, -0.0020838279742747545, 0.006016324274241924, 0.03302774950861931, 0.0038618016988039017, 0.06117136776447296, 0.051679130643606186, 0.06872519850730896, 0.03296537324786186, 0.046683795750141144, 0.05200895667076111, 0.07663683593273163, -0.0858568400144577, 0.04727780818939209, 0.048256609588861465, 0.08469652384519577, 0.08518888056278229, 0.01838044263422489, 0.08010619133710861, 0.0387972928583622, 0.09998631477355957, 0.07661400735378265, 0.015393378213047981, 0.05894208699464798, 0.049223393201828, 0.01680147275328636, 0.009643571451306343, -0.01703769341111183, 0.0021573626436293125, 0.004625182133167982, 0.03583012521266937, 0.002939885947853327, 0.031771205365657806, 0.05953962728381157, 0.06890697777271271, 0.08120952546596527, 0.07838407158851624, 0.08491735905408859, 0.03770553320646286, -0.056175436824560165, -0.018800988793373108, -0.026512229815125465, -0.05741053819656372, 0.0013085060054436326, 0.01738985814154148, 0.02565430849790573, 0.034650638699531555, 0.03790093585848808, -0.015188143588602543, 0.04993058741092682, 0.07712693512439728, 0.007510485593229532, 0.023818781599402428, 0.032070159912109375, -0.013927174732089043, 0.035810865461826324, 0.04061763733625412, 0.03233196958899498, 0.01876727119088173, 0.038556117564439774, 0.031935255974531174, 0.03465965762734413, -0.008987941779196262, -0.034893520176410675, -0.014918268658220768, -0.01158885471522808, -0.05189947411417961, 0.0008749636472202837, 0.03100566565990448, -0.0488017275929451, 0.01694991998374462, -0.09446288645267487, 0.032837070524692535, -0.02837892435491085, -0.12523134052753448, -0.16579504311084747, -0.037284061312675476, -0.07823600620031357, -0.08888029307126999, -0.009587937965989113, 0.03712008520960808, 0.06747359037399292, 0.029371153563261032, 0.026299990713596344, 0.014551231637597084, -0.013216409832239151, -0.019539909437298775, 0.037489376962184906, 0.009873438626527786, -0.020352225750684738, -0.018083982169628143, -0.05049673095345497, -0.12333282083272934, -0.13540439307689667, -0.07507114857435226, -0.0069563789293169975, 0.022331371903419495, -0.09512333571910858, -0.03542695567011833, -0.09577383100986481, -0.14948980510234833, -0.12222479283809662, -0.060311079025268555, -0.11030448973178864, -0.10935111343860626, -0.08491155505180359, -0.05396026745438576, 0.0019014565041288733, 0.0728524923324585, 0.031363509595394135, 0.04956545680761337, 0.043818168342113495, 0.04730051010847092, -0.013777279295027256, 0.000205917312996462, -0.0012086190981790423, -0.039309415966272354, -0.045254793018102646, -0.025242900475859642, -0.07373574376106262, -0.1225832849740982, -0.2003249078989029, -0.08434762060642242, -0.025375591591000557, 0.03431257605552673, 0.026303352788090706, 0.11115141957998276, 0.00800730474293232, 0.023148996755480766, -0.027912160381674767, -0.05657164007425308, -0.10525716096162796, -0.13645216822624207, -0.07745590060949326, -0.035727329552173615, -0.03470999002456665, 0.012294244952499866, 0.016628030687570572, 0.03327249735593796, 0.04178726673126221, 0.03502938523888588, 0.03280801698565483, 0.020082442089915276, -0.0224306583404541, 0.031387291848659515, -0.048098254948854446, -0.053020697087049484, -0.12851384282112122, -0.1284482628107071, -0.09128029644489288, -0.0810461938381195, 0.032807014882564545, 0.1657932698726654, 0.22166867554187775, 0.12630081176757812, 0.08278985321521759, 0.15201370418071747, 0.05729714781045914, -0.027802279219031334, 0.018395880237221718, -0.07362691313028336, -0.13031528890132904, -0.07758999615907669, 0.010379759594798088, 0.06607735902070999, 0.04916006326675415, 0.0027811434119939804, 0.010183422826230526, 0.023419443517923355, 0.01311431359499693, -0.007596767973154783, 0.020579064264893532, -0.03850126639008522, -0.013562011532485485, -0.10613233596086502, -0.10387621074914932, -0.06232260540127754, -0.08418859541416168, -0.02995874173939228, 0.06901105493307114, 0.13387496769428253, 0.03384798765182495, 0.035840414464473724, 0.1491536945104599, 0.02414144203066826, 0.1386503279209137, 0.1355215311050415, 0.08520876616239548, -0.07817893475294113, -0.06044322997331619, -0.04860084131360054, 0.012132377363741398, 0.033753614872694016, 0.0628209039568901, -0.021925030276179314, 0.024346593767404556, -0.00885348953306675, 0.022632643580436707, 0.004741787910461426, 0.029498949646949768, -0.024759884923696518, -0.008741832338273525, -0.13965101540088654, -0.08508562296628952, -0.1295088678598404, -0.10272201150655746, -0.06256291270256042, -0.11226466298103333, -0.1314057856798172, -0.07440600544214249, 0.04462151601910591, 0.15909343957901, 0.02869962528347969, 0.06729823350906372, 0.06768221408128738, 0.07729146629571915, 0.01581149362027645, -0.006977638695389032, -0.07955986261367798, -0.06263583898544312, -0.0346403494477272, 0.06379278004169464, 0.03076265938580036, 0.03775900974869728, 0.03746706247329712, 0.021538760513067245, -0.012235819362103939, 0.011865955777466297, -0.059968337416648865, -0.033093009144067764, -0.14475145936012268, -0.11302834749221802, -0.1598401814699173, -0.13395529985427856, -0.18762950599193573, -0.1802777200937271, -0.06091436371207237, -0.05921133607625961, 0.026445824652910233, 0.05069207400083542, 0.09514178335666656, 0.04493027180433273, -0.0033173169940710068, 0.0027103705797344446, 0.0646267831325531, 0.01223879773169756, 0.012998288497328758, -0.09356005489826202, -0.020975058898329735, 0.02884438820183277, 0.01042134314775467, -0.002497656038030982, 0.046240851283073425, -7.429071047226898e-06, 0.0002669069799594581, -0.006863752845674753, -0.016528310254216194, -0.09193187206983566, -0.08283056318759918, -0.18541428446769714, -0.2700071334838867, -0.3294495940208435, -0.2734418511390686, -0.1606147289276123, -0.1022653877735138, -0.14158321917057037, -0.02274114266037941, 0.020323647186160088, 0.03520038723945618, 0.007026814855635166, 0.06798765808343887, 0.05108114331960678, 0.15443125367164612, 0.08982549607753754, 0.005439226049929857, -0.03655395284295082, -0.07519068568944931, 0.039189595729112625, -0.021920299157500267, -0.0005833947798237205, 0.019805755466222763, -0.011853035539388657, -0.0026747905649244785, -0.009609060361981392, 0.05847769230604172, 0.006096831522881985, 0.003348567755892873, -0.14862306416034698, -0.2342718243598938, -0.33213719725608826, -0.3916858732700348, -0.3603944182395935, -0.22689267992973328, -0.227394238114357, -0.23188818991184235, -0.11309567093849182, -0.055441051721572876, 0.018510300666093826, 0.05462602525949478, 0.08616087585687637, 0.1311008483171463, 0.08027298748493195, 0.03756917268037796, -0.014696897007524967, -0.02547038160264492, 0.03745124116539955, 0.0005027851439081132, 0.0485856868326664, 0.037812165915966034, 0.042820826172828674, -0.00984951388090849, 0.04534393176436424, 0.1274733692407608, 0.09597495943307877, 0.08503508567810059, 0.019804785028100014, 0.01170146744698286, -0.15045535564422607, -0.17195594310760498, -0.24862420558929443, -0.21567858755588531, -0.17873460054397583, -0.1805560290813446, -0.15018366277217865, -0.17094752192497253, -0.013394887559115887, 0.01844640076160431, 0.08373259007930756, 0.15695224702358246, 0.018608080223202705, 0.028279699385166168, -0.007165667600929737, 0.020894639194011688, 0.017465300858020782, 0.049831584095954895, 0.0491095669567585, 0.0426628515124321, 0.03541798144578934, 0.04326090216636658, 0.09970872104167938, 0.15565666556358337, 0.092909075319767, 0.1729915589094162, 0.12343263626098633, 0.27320602536201477, 0.17444871366024017, -0.011035261675715446, -0.10857009142637253, -0.20104630291461945, -0.09003640711307526, -0.10277039557695389, -0.09880508482456207, -0.003625564044341445, 0.0791100338101387, 0.013670399785041809, 0.1278015375137329, 0.011115421541035175, -0.11134038865566254, -0.06763600558042526, 0.003733566263690591, 0.05624916031956673, -0.006607862189412117, 0.00623971875756979, 0.0011457519140094519, 0.03234740346670151, -0.009329374879598618, -0.019232673570513725, 0.12453508377075195, 0.1614079624414444, 0.17889679968357086, 0.23284348845481873, 0.14523926377296448, 0.27728307247161865, 0.2639577090740204, 0.1562720537185669, 0.08866123110055923, 0.05025474354624748, 0.07777955383062363, 0.00493403896689415, 0.08440309762954712, -0.011190799064934254, 0.0164900254458189, -0.16772884130477905, -0.07091055810451508, -0.16697032749652863, -0.16677406430244446, -0.09712977707386017, -0.004294938407838345, 0.06958647072315216, -0.028913013637065887, 0.016497241333127022, 0.022455792874097824, 0.018389273434877396, 0.038964901119470596, 0.02474994957447052, 0.09005150198936462, 0.07825957983732224, 0.10548844188451767, 0.20684796571731567, 0.11115038394927979, 0.1444472372531891, 0.17566554248332977, 0.13922518491744995, 0.1736581027507782, 0.17173030972480774, 0.23901890218257904, 0.06409747898578644, -0.013290325179696083, -0.09771037101745605, 0.010179637931287289, -0.07477357238531113, -0.07815203070640564, -0.07604790478944778, -0.07197979837656021, -0.0077894097194075584, 0.07679101079702377, 0.044828686863183975, 0.01357001718133688, 0.012376626022160053, -0.007341292221099138, 0.04193154722452164, -0.013288208283483982, 0.013492320664227009, 0.06095539778470993, -0.04374753311276436, 0.03516634553670883, 0.05906219780445099, 0.05457174777984619, 0.07310671359300613, 0.1455988585948944, -0.032704539597034454, -0.02751293033361435, -0.017389828339219093, 0.12967179715633392, 0.010644677095115185, -0.1143132820725441, -0.08262605965137482, -0.01678485982120037, 0.007992856204509735, -0.027809517458081245, -0.003186460817232728, -0.07570953667163849, 0.008222720585763454, 0.03315774351358414, 0.017108235508203506, 0.031300902366638184, 0.017059464007616043, -0.005679010413587093, 0.010555988177657127, 0.015079494565725327, 0.0012035430409014225, -0.023858768865466118, -0.06606783717870712, -0.12215517461299896, -0.0685482993721962, 0.033945418894290924, 0.04302637651562691, 0.13110512495040894, 0.13236866891384125, 0.10981206595897675, 0.11649295687675476, 0.05588725209236145, -0.016496654599905014, -0.04754187539219856, -0.0372072272002697, 0.07838791608810425, 0.05592963472008705, -0.058291833847761154, 0.002763864817097783, -0.00690906448289752, -0.020320549607276917, 0.03422199934720993, -0.01016587857156992, 0.01863749325275421, 0.030721094459295273, 0.013121584430336952, -0.004290803335607052, 0.043127916753292084, 0.03138188272714615, -0.02484397403895855, -0.09124048799276352, -0.0877123773097992, -0.12859979271888733, -0.12808406352996826, -0.09631911665201187, 0.04852213338017464, 0.1029832735657692, 0.048482052981853485, -0.00847967341542244, 0.028555268421769142, 0.013270477764308453, -0.024377385154366493, 0.010923823341727257, 0.04933536797761917, -0.08384817093610764, -0.029456567019224167, 0.0507320873439312, 0.007996971718966961, 0.02070513367652893, 0.02259102091193199, -0.02517705224454403, 0.03416484594345093, 0.018757568672299385, 0.017890453338623047, -0.012179909273982048, 0.041818052530288696, -0.01560200285166502, 0.05118197202682495, 0.004539288114756346, 0.011635220609605312, -0.10432595759630203, -0.17932400107383728, -0.1318083554506302, -0.08290057629346848, 0.0017097106901928782, 0.061831556260585785, -0.019716477021574974, -0.022266848012804985, -0.025491895154118538, 0.0051551577635109425, -0.05030904710292816, -0.03487556055188179, -0.0007962975068949163, 0.034152451902627945, 0.017281783744692802, 0.039634279906749725, 0.04178996756672859, 0.04553879052400589, 0.019249219447374344, 0.03345530852675438, 0.04095826297998428, 0.009420187212526798, -0.013949332758784294, 0.032633326947689056, -0.003111124038696289, 0.0016585377743467689, -0.008278579451143742, -0.019006282091140747, 0.00961743202060461, -0.013824095018208027, -0.02972823567688465, -0.0969741940498352, -0.12724879384040833, -0.10032244771718979, -0.0892217755317688, -0.02125997096300125, -0.04007342830300331, -0.06104665622115135, -0.015888819471001625, 0.002420918783172965, -0.02848782204091549, -0.010502553544938564, -0.02499222755432129, -0.0024134821724146605, -0.017527837306261063, 0.038664210587739944, 0.025126580148935318, 0.024388674646615982, -0.016684841364622116, 0.042108625173568726, 0.01633228361606598, -0.019216157495975494, 0.038292862474918365, -0.0009060500888153911, 0.0029453146271407604, 0.03614102676510811, -0.019955823197960854, 0.01942545361816883, 0.015987832099199295, -0.013382109813392162, -0.006663188803941011, -0.01070553157478571, -0.019588438794016838, 0.007952301762998104, 0.0011634679976850748, -0.022897087037563324, -0.03765648603439331, -0.022694623097777367, -0.012688244692981243, -0.024084093049168587, 0.0028792954981327057, -0.00023584287555422634, 0.03880564868450165, -0.01670599728822708, -0.017162490636110306, 0.025783538818359375, 0.003976037725806236, -0.01944746822118759, 0.017795732244849205, -0.020362544804811478, 0.008671720512211323, -0.0072412374429404736, -0.001150159747339785, -0.005627627484500408, 0.03238339722156525, -0.0066658672876656055, -0.018817689269781113, -8.27594703878276e-05, 0.024515425786376, 0.04302521422505379, 0.009879696182906628, -0.022474151104688644, -0.025537701323628426, -0.02788192220032215, -0.02363886870443821, 0.001054196385666728, 0.030589981004595757, -0.03440602123737335, -0.006163204554468393, 0.027691561728715897, 0.038382939994335175, 0.02165396139025688, -0.0014208005741238594, -0.009471964091062546, 0.01056736335158348, 0.018150564283132553, -0.006437888368964195, 0.023797258734703064, 0.042757585644721985, -0.009824810549616814, 0.004795553162693977, -0.016073141247034073, 0.02828952670097351, 0.008213483728468418, -0.004333247896283865, -0.02328106015920639, 0.010996770113706589, -0.01624242402613163, 0.018473319709300995, -0.02592294290661812, -0.001226244494318962, -0.0032845146488398314, 0.00941498763859272, 0.011699304915964603, -0.0021579256281256676, 0.03352832794189453, -0.007626726292073727, -0.022150862962007523, -0.0140819251537323, -0.015349035151302814, 0.028494849801063538, -0.004888596013188362, 0.009411252103745937, 0.01851785182952881], [0.04697050154209137, 0.018807588145136833, 0.01696721836924553, 0.03250361606478691, 0.028720013797283173, 0.01960011199116707, 0.007489452138543129, 0.0028809162322431803, 0.0395217165350914, 0.023711271584033966, 0.0018048727652058005, 0.018633155152201653, 0.021479927003383636, -0.017719816416502, 0.033097729086875916, 0.046668700873851776, 0.03902994841337204, 0.029817573726177216, 0.022612281143665314, 0.04154423624277115, -0.005242711864411831, -0.011915595270693302, 0.00024972285609692335, -0.01773952692747116, 0.004110134206712246, 0.04389701038599014, 0.010247810743749142, -0.011469566263258457, -0.017332568764686584, 0.02999352291226387, -0.005202627740800381, -0.013195984996855259, 0.023750443011522293, -0.00309550273232162, 0.04571685940027237, 0.02815830707550049, 0.04524053633213043, -0.016406457871198654, 0.02245831862092018, 0.023502163589000702, -0.00039947088225744665, 0.0009576127049513161, -0.021136661991477013, -0.040956221520900726, 0.028727082535624504, 0.05548059940338135, 0.020909396931529045, -0.011568067595362663, 0.02372059039771557, 0.006936551537364721, 0.018349746242165565, 0.007178597152233124, 0.011730174534022808, -0.012081020511686802, 0.01037983875721693, 0.03548576682806015, -0.022565122693777084, 0.0447559729218483, 0.021875739097595215, 0.016794411465525627, -0.004146447870880365, -0.012108876369893551, 0.017227614298462868, -0.004118977580219507, -0.0006363471620716155, 0.009492346085608006, 0.008667434565722942, -0.027271652594208717, -0.00479360343888402, 0.026713063940405846, 0.0005762492655776441, -0.028967155143618584, -0.050904758274555206, -0.03493693843483925, 0.005229420028626919, 0.03509461507201195, -0.03609193488955498, 0.015737000852823257, -0.024108748883008957, 0.040116533637046814, 0.029605688527226448, 0.025406215339899063, 0.025527361780405045, 0.016038306057453156, 0.025508824735879898, 0.04071338474750519, 0.04141135513782501, 0.03224014863371849, -0.01915259100496769, 0.037322577089071274, 0.02469857968389988, -0.025308435782790184, -0.02487083524465561, 0.028303293511271477, 0.009286145679652691, -0.011707227677106857, 0.03638593852519989, 0.02233576774597168, 0.08427280932664871, -0.023187847808003426, -0.03911828249692917, -0.07741154730319977, -0.08461179584264755, -0.11549872905015945, -0.054623499512672424, -0.040257591754198074, -0.05092797055840492, 0.0003819747071247548, 0.027458563446998596, 0.04033885523676872, -0.015138514339923859, 0.030532583594322205, -0.005878599360585213, 0.03289072960615158, 0.027518469840288162, 0.04498257115483284, 0.04016326367855072, 0.037215813994407654, 0.010570078156888485, 0.020690439268946648, -0.010257817804813385, -0.010463697835803032, -0.04047997295856476, -0.025094876065850258, -0.015703583136200905, 0.029980700463056564, 0.04967349022626877, 0.12356026470661163, 0.0736030861735344, -0.003513837233185768, -0.015642357990145683, -0.07988705486059189, -0.05799976736307144, -0.04481208696961403, -0.0024467490147799253, -0.05403537303209305, 0.052843376994132996, 0.02891714870929718, 0.018343152478337288, -0.020549308508634567, 0.01609961688518524, 0.005004255101084709, 0.04180941730737686, 0.008271975442767143, 0.011448039673268795, 0.0205093901604414, -0.02675890550017357, 0.0004870543198194355, -0.08950214087963104, -0.05288736894726753, -0.09188742190599442, -0.12824960052967072, -0.18511265516281128, -0.05119508132338524, -0.07853266596794128, -0.05308646336197853, 0.009427955374121666, -0.005727024748921394, -0.014302744530141354, -0.03005942329764366, -0.052551232278347015, 0.014727997593581676, 0.006849262397736311, 0.014144227840006351, 0.046848952770233154, -0.004005289636552334, 0.021442653611302376, 0.03857089951634407, -0.014746755361557007, -0.00045803168904967606, 0.038599565625190735, -0.012926721014082432, 0.04172142595052719, -0.014387105591595173, -0.00731087289750576, -0.0680205300450325, -0.07970419526100159, -0.09684892743825912, -0.07815280556678772, -0.15403491258621216, -0.11607009917497635, -0.033941809087991714, -0.10871870070695877, -0.16897684335708618, -0.11912879347801208, -0.016023200005292892, -0.03682004660367966, 0.016723591834306717, 0.05293840542435646, 0.09541617333889008, 0.10565309971570969, -0.03260926529765129, 0.03523722290992737, -0.01033086609095335, 0.051590848714113235, -0.006367078050971031, 0.036948829889297485, 0.04106602817773819, 0.03771308809518814, -0.0006092455587349832, -0.009118534624576569, 0.009745652787387371, -0.00908686500042677, -0.09244807809591293, -0.04711414501070976, -0.08643727004528046, -0.09599978476762772, -0.06492404639720917, 0.028047626838088036, -0.006109988782554865, 0.0034148311242461205, 0.00411403551697731, 0.04135603830218315, 0.05265534669160843, 0.1465604454278946, 0.02725791744887829, 0.09438847005367279, 0.1292603462934494, 0.13069815933704376, 0.07448597252368927, 0.027387117967009544, 0.0536050945520401, 0.040852222591638565, 0.02141011878848076, 0.010241099633276463, -0.006769299507141113, 0.018432212993502617, 0.019727589562535286, 0.023818422108888626, 0.034579139202833176, -0.047364261001348495, -0.03987549990415573, -0.06390803307294846, -0.11700929701328278, -0.1328897923231125, -0.09030336141586304, 0.016732942312955856, -0.03786623105406761, -0.05118604376912117, 0.1132354885339737, 0.1925545632839203, 0.16548097133636475, 0.12682008743286133, 0.07247164100408554, 0.09881384670734406, 0.1108628585934639, 0.0543082095682621, 0.04084862768650055, 0.0075620138086378574, -0.012208602391183376, 0.021924881264567375, 0.016653023660182953, -0.008679731748998165, 0.04508209228515625, 0.02451249398291111, -0.00850144773721695, -0.0018658455228433013, -0.020272037014365196, -0.03693355247378349, -0.05424388870596886, -0.07654361426830292, -0.1316431760787964, -0.04468078166246414, -0.031885527074337006, 0.003482115687802434, -0.0031115689780563116, -0.04426532983779907, 0.04081710800528526, 0.07384611666202545, 0.11503049731254578, 0.09978441148996353, 0.1500808745622635, 0.09986918419599533, -0.036062002182006836, 0.023832203820347786, -0.03714349865913391, 0.0007383837946690619, 0.05273938924074173, -0.03733503818511963, 0.023163840174674988, -0.009728270582854748, 0.012828226201236248, -0.0012506676139310002, -0.01646522618830204, 0.028026128187775612, 0.010525040328502655, -0.04018421843647957, -0.04287676513195038, -0.11436039209365845, -0.07262963801622391, 0.024890149012207985, 0.029090674594044685, 0.05809970200061798, 0.05957189202308655, 0.06957618147134781, 0.08943305909633636, 0.08745665103197098, 0.012954702600836754, 0.05004942789673805, 0.10769524425268173, 0.15467922389507294, 0.05721236392855644, 0.004909522831439972, -0.027045296505093575, 0.030106063932180405, 0.021017735823988914, -0.019344815984368324, 0.012684104032814503, 0.02799370139837265, 0.014430091716349125, 0.0009320843382738531, 0.05028994008898735, 0.0032106677535921335, -0.07056177407503128, -0.06619243323802948, -0.04275668039917946, -0.019262628629803658, -0.007419622503221035, 0.0846942588686943, 0.15331920981407166, 0.09541239589452744, 0.1287522315979004, 0.1725335419178009, 0.05044655129313469, -0.08317159116268158, -0.13571231067180634, -0.040038757026195526, 0.05356130003929138, 0.06432341784238815, 0.029090024530887604, -0.02104910835623741, -0.014088356867432594, -0.012696724385023117, 0.01690136454999447, -0.001073697698302567, 0.009421282447874546, 0.001273917849175632, 0.006585465278476477, 0.031014200299978256, 0.0057220072485506535, 0.029718618839979172, -0.05783868208527565, -0.036516059190034866, 0.03175243362784386, 0.044764257967472076, 0.14019683003425598, 0.14030492305755615, 0.13978326320648193, 0.15391595661640167, 0.08722090721130371, 0.12119198590517044, -0.019625136628746986, -0.14433571696281433, -0.17102839052677155, -0.06937275826931, 0.129312202334404, 0.0393969900906086, -0.055694665759801865, -0.04032159224152565, -0.028623221442103386, -0.026518696919083595, 0.00013468912220560014, 0.04123035445809364, 0.024249862879514694, 0.03268631920218468, -0.016742616891860962, -0.0051897005178034306, 0.02494206093251705, 0.003839127952232957, -0.0507657453417778, -0.04118835926055908, 0.04067162424325943, 0.11871764808893204, 0.09637851268053055, 0.05197155848145485, 0.055559057742357254, 0.11201998591423035, 0.0069853137247264385, -0.06815433502197266, -0.14742551743984222, -0.03493770956993103, -0.060964930802583694, 0.003013673471286893, 0.06134604290127754, -0.01974225603044033, -0.0843220204114914, -0.04725508391857147, -0.019662193953990936, 0.01031113788485527, -0.010352494195103645, -0.02143533155322075, 0.045374561101198196, 0.030826523900032043, 0.030547454953193665, 0.037889428436756134, 0.021355140954256058, -0.032625049352645874, -0.0579679049551487, 0.024543914943933487, 0.00045021221740171313, -0.016808228567242622, -0.017722677439451218, -0.05564318597316742, -0.02126731164753437, 0.013966604135930538, -0.05260302871465683, -0.19636011123657227, -0.1763525903224945, -0.09238359332084656, 0.013621781021356583, 0.0238437931984663, 0.042791254818439484, -0.03512512519955635, -0.027576785534620285, -0.005287943407893181, 0.017527267336845398, -0.0208946131169796, -0.03441575542092323, -0.014865576289594173, -0.015436003915965557, 0.019745871424674988, -0.004979497753083706, 0.004894727375358343, -0.021238258108496666, 0.0014853018801659346, 0.005427539814263582, -0.01164170540869236, 0.024453338235616684, -0.09498536586761475, -0.07201530039310455, -0.06874201446771622, -0.022802067920565605, -0.023293007165193558, -0.10446848720312119, -0.21888914704322815, 0.025193605571985245, 0.037827976047992706, 0.02006216160953045, -0.003590894630178809, 0.06209623068571091, -0.048374440521001816, -0.059324510395526886, -0.050463177263736725, 0.0312858447432518, 0.0399877093732357, -0.011899375356733799, -0.01820376142859459, -0.010626905597746372, 0.046055037528276443, -0.017975781112909317, 0.03131929412484169, 0.034129440784454346, 0.052086807787418365, 0.01582990027964115, -0.08360341191291809, -0.055962979793548584, -0.0012874985113739967, -0.10137202590703964, -0.0965469479560852, -0.06633485853672028, -0.14195947349071503, -0.20110328495502472, -0.07215940207242966, 0.004835107829421759, 0.09103256464004517, 0.09576994925737381, -0.065691277384758, -0.07133666425943375, -0.10353046655654907, -0.12143019586801529, -0.05370495840907097, -0.037006277590990067, 0.014613433741033077, 0.01628716103732586, -0.01104192528873682, 0.02977266162633896, 0.03176247328519821, -0.007777182850986719, -0.021548349410295486, 0.020660625770688057, 0.012226167134940624, -0.004049267619848251, -0.06370453536510468, -0.025835620239377022, 0.03272496163845062, -0.13110463321208954, -0.13573898375034332, -0.13974983990192413, -0.13293011486530304, -0.0023449084255844355, 0.08674192428588867, 0.05157305672764778, 0.12100663036108017, 0.148006871342659, 0.007175248581916094, -0.06789152324199677, -0.061220645904541016, -0.07730208337306976, -0.004005697090178728, -0.005019170697778463, -0.03612321987748146, -0.00948802288621664, 0.00454337801784277, -0.0006852341466583312, -0.020436283200979233, 0.01645909808576107, -0.01572733372449875, 0.001861959113739431, 0.02100370079278946, 0.05649658292531967, -0.025828836485743523, 0.028032315894961357, 0.026378337293863297, 0.06255875527858734, -0.13017402589321136, -0.03726877272129059, -0.08088420331478119, 0.0252405796200037, 0.11899460107088089, 0.09779203683137894, 0.03134996443986893, 0.11836747825145721, -0.0015778540400788188, -0.0969400405883789, -0.07473214715719223, -0.03812022507190704, -0.01826769858598709, -0.05498424172401428, -0.020392581820487976, 0.005409426987171173, 0.009765084832906723, 0.02907000109553337, 0.01038478221744299, 0.034192703664302826, -0.019268324598670006, 0.028184857219457626, 0.08107354491949081, 0.07691595703363419, 0.0701880231499672, 0.06773176789283752, 0.11916671693325043, 0.12173807621002197, 0.00649363175034523, -0.12537150084972382, -0.03810060769319534, 0.13470149040222168, 0.12839025259017944, -0.036948803812265396, -0.1520257443189621, -0.021500838920474052, 0.009209674783051014, -0.07279090583324432, -0.0882037878036499, -0.08001841604709625, -0.03296210244297981, -0.0330694355070591, -0.015773532912135124, -0.005389466881752014, 0.04214499890804291, -0.017040833830833435, 0.016796225681900978, -0.005838870070874691, 0.03920958936214447, 0.02164384536445141, 0.05270645022392273, 0.10553262382745743, 0.10865318775177002, 0.0800078809261322, 0.12159112095832825, 0.11364875733852386, 0.07185360044240952, -0.0728163942694664, -0.03660082817077637, 0.06068642809987068, 0.07207677513360977, -0.14813953638076782, -0.2638244330883026, -0.11912114918231964, -0.11605771631002426, -0.11612223833799362, -0.1029331237077713, -0.08229110389947891, -0.057850368320941925, -0.013576108030974865, -0.017998088151216507, -0.03801850602030754, 0.03136282414197922, -0.007653063163161278, 0.024206802248954773, 0.025525223463773727, -0.0008864347473718226, 0.004961885046213865, 0.01028811652213335, 0.04090016707777977, -0.04394429922103882, 0.013090742751955986, 0.0812997967004776, 0.11330436170101166, 0.049825336784124374, 0.09009406715631485, 0.04030458629131317, 0.007743419613689184, -0.04629699885845184, -0.16045920550823212, -0.1155041977763176, -0.11063480377197266, -0.15277698636054993, -0.13287703692913055, -0.11261989921331406, -0.01800595037639141, -0.04160645231604576, -0.019812937825918198, -0.034396857023239136, 0.0293449517339468, 0.045749910175800323, 0.04571348428726196, 0.02826104685664177, 0.0372408851981163, 0.005295224487781525, 0.02154984138906002, -0.02761545404791832, -0.04496749863028526, 0.0506398007273674, 0.01516028307378292, -0.0019638852681964636, 0.0773763433098793, 0.09156809747219086, 0.023024581372737885, 0.038805488497018814, -0.10468214750289917, -0.0651874840259552, -0.054862942546606064, -0.09246920049190521, -0.07316853106021881, -0.12860409915447235, -0.05592993646860123, -0.0539727620780468, -0.047183819115161896, 0.034025803208351135, 0.02414700947701931, -0.01991620659828186, 0.019676685333251953, 0.0383467823266983, -0.011277995072305202, 0.0005210163653828204, 0.022539615631103516, -0.0075170802883803844, 0.06842083483934402, 0.03662920370697975, 0.04113587737083435, 0.005022100172936916, -0.032926950603723526, -0.019983816891908646, -0.053679581731557846, 0.011750205419957638, 0.04318996146321297, -0.0781649649143219, -0.114720918238163, -0.15410524606704712, -0.06401840597391129, -0.018247701227664948, -0.049472562968730927, -0.0648733451962471, -0.043451208621263504, -0.06768342852592468, -0.05058273300528526, 0.01788509078323841, 0.01767517812550068, 0.007630673237144947, 0.02943032793700695, 0.02313043549656868, -0.008651251904666424, 0.025936521589756012, 0.030995642766356468, -0.01579180546104908, -0.007733674254268408, 0.04602212831377983, 0.05561748147010803, 0.09377654641866684, 0.022674260661005974, -0.017277967184782028, -0.11299625784158707, -0.03399190679192543, -0.0781439021229744, -0.06600117683410645, -0.07856673747301102, -0.04500382021069527, -0.07006939500570297, -0.034429293125867844, -0.01245320774614811, -0.035242754966020584, 0.01808370277285576, 0.023121614009141922, 0.02205542102456093, 0.021753039211034775, 0.03049170970916748, 0.02537340298295021, -0.013868477195501328, -0.010458354838192463, 0.019458148628473282, -0.014754872769117355, -0.02031862363219261, 0.04149313271045685, 0.008529200218617916, 0.01914069429039955, 0.04811398312449455, 0.03216211870312691, 0.04707223176956177, -0.007308369502425194, 0.014764240942895412, 0.020256642252206802, 0.03889008238911629, 0.027408061549067497, 0.05935809388756752, 0.05122795328497887, -0.018214382231235504, -0.042828112840652466, 0.003938483074307442, 0.017897486686706543, 0.0018834150396287441, 0.010726919397711754, 0.011211630888283253, -0.03243786096572876, 0.03525061160326004, -0.0017152557848021388, 0.01951892301440239, 0.011026292107999325, 0.0004925254033878446, 0.010353063233196735, 0.028599444776773453, 0.013208682648837566, -0.022759191691875458, 0.033143434673547745, 0.02461768314242363, -0.00924127921462059, -0.008226989768445492, -0.006252082996070385, 0.02243485301733017, 0.05538036301732063, 0.028582200407981873, 0.023560931906104088, 0.019211238250136375, 0.02109430357813835, -0.024306878447532654, 0.03820298984646797, 0.001512893126346171, 0.04332171380519867, 0.0346529483795166, 0.0009767694864422083, 0.01655939407646656, 0.016101928427815437, -0.0024151799734681845, 0.03738374635577202, 0.04067060351371765, 0.033887527883052826, -0.02286110445857048, 0.00884578563272953, -0.00220707175321877, -0.012734771706163883, -0.02025047317147255, 0.0025017468724399805, 0.011628566309809685, 0.019620412960648537, 0.03636849671602249, 0.018469173461198807, -0.020125579088926315, 0.013495727442204952, 0.019106687977910042, 0.05023656785488129, -0.010639002546668053, -0.013352767564356327, 0.028512166813015938, 0.0008369441493414342, 0.04081561416387558, 0.0023977363016456366, 0.041832394897937775, 0.009707866236567497, -0.019486188888549805, -0.019011110067367554, 0.012267743237316608, -0.011863342486321926, 0.029886499047279358, -0.005317757837474346, -0.019949279725551605], [-0.013272330164909363, 0.009268788620829582, -0.01591065339744091, -0.013688584789633751, -0.009979216381907463, 0.0011760704219341278, 0.048944827169179916, 0.043456513434648514, -0.0163629949092865, -0.0008397697820328176, 0.030320867896080017, -0.013394473120570183, 0.05223322659730911, 0.004768067970871925, 0.007802557200193405, -0.003485193010419607, -0.0013033439172431827, 0.01556947361677885, -0.012412302196025848, 0.042964089661836624, 0.035828303545713425, 0.03218582272529602, -0.009541111998260021, 0.0327206626534462, 0.00646355003118515, -0.0007932979497127235, 0.03390127047896385, 0.02999180741608143, 0.053514059633016586, -0.0028062318451702595, 0.0011763060465455055, 0.025457728654146194, 0.028774335980415344, 0.04878685250878334, 0.005996949039399624, 0.046130888164043427, 0.00948456209152937, 0.05142395198345184, 0.05255645886063576, 0.0284246988594532, -0.013242578133940697, -0.015179276466369629, -0.0027690897695720196, 0.021650895476341248, -0.016642063856124878, -0.008524595759809017, 0.037319768220186234, -0.005379930138587952, -0.0031694816425442696, -0.012481005862355232, 0.05203765258193016, -0.0060170358046889305, 0.009381260722875595, 0.03537173941731453, 0.003463438246399164, -0.013987366110086441, -0.0046748211607337, 0.012543769553303719, 0.019985605031251907, 0.01165848784148693, -0.01530151255428791, 0.051709551364183426, -0.016193386167287827, 0.043761152774095535, 0.00028528861002996564, 0.0429747998714447, 0.00915456097573042, -0.022488171234726906, 0.010975422337651253, 0.005540145095437765, 0.0022991059813648462, 0.004592726938426495, 0.029495274648070335, 0.04111826419830322, 0.04059872776269913, 0.010909591801464558, 0.038372885435819626, 0.04605463519692421, 0.002568836323916912, 0.003765529952943325, -0.010935554280877113, 0.013461610302329063, 0.02130981534719467, -0.011864105239510536, 0.04231376573443413, 0.04240564629435539, 0.020365897566080093, 0.03639868274331093, 0.030402902513742447, 0.0017739749746397138, -0.014111357741057873, 0.0012891882797703147, 0.03465660288929939, 0.0053963204845786095, 0.0250772126019001, -0.0049478886649012566, 0.005321758799254894, 0.037166446447372437, 0.04937167093157768, 0.06134413927793503, 0.043461814522743225, 0.07963763177394867, 0.10110104829072952, 0.011108634062111378, -0.012825924903154373, 0.02904522232711315, 0.033657193183898926, 0.04736712947487831, -0.017358802258968353, 0.012847347185015678, 0.00034194672480225563, -0.013445772230625153, 0.05247202888131142, 0.032789696007966995, 0.022595316171646118, 0.012411478906869888, -0.009375072084367275, -0.0036634367424994707, -0.012760702520608902, 0.019461963325738907, 0.004106503911316395, -0.02553022839128971, -0.016667187213897705, -0.01936064288020134, -0.055818356573581696, -0.024592215195298195, -0.005159168504178524, 0.0774010419845581, 0.03438017517328262, 0.08490318804979324, 0.15660306811332703, 0.07097157835960388, 0.0756230503320694, 0.008366990834474564, -0.02062126435339451, -0.0023342440836131573, 0.05607951432466507, 0.028591467067599297, 0.042421769350767136, -0.006643064320087433, 0.03660648688673973, 0.04042169079184532, 0.012465551495552063, 0.002057860139757395, 0.058025188744068146, -0.01299971528351307, -0.03347707539796829, -0.05372804403305054, -0.08368032425642014, -0.09269759804010391, 0.021770456805825233, 0.028473056852817535, 0.07811309397220612, 0.03701360151171684, 0.0010863415664061904, 0.03215944021940231, 0.0439593531191349, 0.062335316091775894, 0.012143316678702831, 0.014521504752337933, 0.047012265771627426, -0.0060187107883393764, -0.02142716385424137, -0.003614821471273899, 0.051851045340299606, 0.0374479815363884, 0.027360131964087486, 0.016307659447193146, 0.021018296480178833, 0.021448660641908646, 0.03195178136229515, 0.03421572968363762, 0.006384871434420347, -0.01213962584733963, -0.012030539102852345, -0.06723233312368393, -0.05081688240170479, -0.08398090302944183, 0.012670235708355904, 0.060795146971940994, 0.043090999126434326, 0.006602623965591192, -0.020630845800042152, -0.006572278216481209, 0.03904445096850395, 0.0191373098641634, 0.070900559425354, -0.015260569751262665, 0.004589298274368048, -0.03567099571228027, -0.10644311457872391, -0.06400753557682037, 0.0009648018749430776, -0.005783013068139553, 0.052209045737981796, -0.005372358486056328, -0.01435137540102005, -0.003738970262929797, -0.013651677407324314, 0.016825499013066292, 0.018328048288822174, -0.02163795568048954, -0.0090883057564497, -0.12006872147321701, 0.014267979189753532, -0.02378678135573864, -0.0017731128027662635, -0.06193730980157852, -0.0652746856212616, -0.09428836405277252, 0.05633685365319252, 0.013341457583010197, 0.029073014855384827, 0.06630927324295044, 0.08015222102403641, -0.08873894065618515, -0.062353335320949554, -0.07520446926355362, -0.0713178887963295, -0.11614704877138138, -0.08205471187829971, 0.026604218408465385, 0.019056888297200203, 0.02396554686129093, 0.04906575754284859, 0.017240095883607864, 0.00031903624767437577, 0.05911363288760185, 0.04270269721746445, 0.0013544592075049877, -0.0006737380754202604, -0.07531771063804626, 0.033959317952394485, -0.045667242258787155, -0.09481111913919449, -0.036310434341430664, -0.09003787487745285, 0.05181150138378143, 0.13372088968753815, 0.10660780966281891, 0.0893952026963234, 0.02780003473162651, -0.05133586376905441, -0.11318476498126984, -0.10845700651407242, -0.01750706136226654, -0.036386068910360336, -0.11643771827220917, -0.11088179796934128, 0.021490657702088356, 0.05312161147594452, 0.021911071613430977, 0.015110465697944164, 0.004992387723177671, 0.009741473942995071, 0.00930127501487732, -0.08620738983154297, -0.07355869561433792, 0.01801992580294609, -0.02582700364291668, -0.017972121015191078, -0.039769917726516724, 0.036211661994457245, 0.03479738160967827, -0.0038168695755302906, 0.03936681151390076, -0.004101442638784647, 0.022265145555138588, -0.04737207293510437, -0.0001265114697162062, -0.08782634884119034, -0.044717688113451004, 0.019577769562602043, 0.024472219869494438, -0.011939889751374722, -0.042469851672649384, -0.017103444784879684, -0.030013661831617355, 0.03975331410765648, -0.0041125984862446785, -0.0013404308119788766, 0.04314044490456581, 0.022661319002509117, 0.03962600976228714, -0.009626364335417747, -0.07222473621368408, 0.09381841868162155, -0.008120046928524971, -0.09436368942260742, 0.03373264521360397, 0.015569926239550114, -0.03584830090403557, -0.05292509123682976, -0.17019790410995483, -0.09358122199773788, -0.17290173470973969, -0.17200997471809387, -0.08855721354484558, -0.011783931404352188, 0.0285621490329504, 0.1464850902557373, 0.02654085122048855, 0.045829176902770996, 0.04607385769486427, -0.05050010606646538, 0.01403573527932167, 0.019972261041402817, 0.005194264464080334, 0.03816809877753258, 0.024861939251422882, 0.018623972311615944, 0.026519889011979103, -0.034603554755449295, -0.01619991660118103, 0.029870640486478806, -0.09861156344413757, 0.006326535250991583, 0.07437912374734879, -0.06915529817342758, -0.14083229005336761, -0.20511232316493988, -0.22807374596595764, -0.1836523562669754, -0.19650323688983917, 0.013355692848563194, 0.07079226523637772, 0.09724118560552597, 0.10442759841680527, 0.12624281644821167, 0.06798505783081055, 0.053914301097393036, 0.03655047342181206, -0.01025220938026905, 0.049733005464076996, 0.020732993260025978, 0.00175294850487262, 0.009883822873234749, 0.044206637889146805, -0.006068526767194271, 0.0016825428465381265, 0.005776371341198683, -0.010758228600025177, 0.02302062138915062, -0.02130723185837269, -0.062473904341459274, -0.030896589159965515, -0.15947264432907104, -0.2629919946193695, -0.2595668137073517, -0.24228419363498688, -0.12202057987451553, -0.03726048395037651, 0.11263899505138397, 0.12415888160467148, 0.14333699643611908, 0.058158669620752335, 0.11850403249263763, 0.007948707789182663, 0.03299455717206001, 0.08808721601963043, 0.04365496709942818, 0.04482319578528404, 0.027125056833028793, 0.036873843520879745, -0.015804296359419823, -0.013652529567480087, -0.010799388401210308, -0.049202319234609604, -0.002502761548385024, -0.03197672963142395, -0.029975222423672676, 0.04845868796110153, -0.04020920395851135, 0.034731537103652954, 0.020472843199968338, -0.08318156003952026, -0.136617049574852, 0.05255279690027237, 0.12163829803466797, 0.07626210898160934, 0.12751178443431854, 0.07638799399137497, 0.009731213562190533, 0.04903554916381836, 0.02577764168381691, -0.0640023723244667, -0.02581099048256874, -0.033610738813877106, -0.04298699274659157, 0.04069136828184128, 0.03712795674800873, 0.03462124243378639, -0.0014430532464757562, 0.001405729097314179, 0.03731407970190048, 0.014327038079500198, -0.06429572403430939, -0.03308659791946411, -0.022146929055452347, 0.038555730134248734, 0.08024534583091736, 0.13867507874965668, 0.18556052446365356, 0.13181708753108978, 0.1288873553276062, 0.19766658544540405, 0.2172449380159378, 0.09574282914400101, 0.07476291805505753, 0.1140647903084755, 0.038177963346242905, -0.14094604551792145, -0.08914974331855774, -0.05519619211554527, -0.0625971108675003, -0.051139578223228455, -0.019582759588956833, 0.022046444937586784, 0.03420383483171463, 0.03422579541802406, 0.02119264006614685, 0.03622199967503548, -0.01903347671031952, 0.004728849045932293, -0.03136241436004639, -0.0701802521944046, -0.029283002018928528, 0.022157762199640274, 0.046777885407209396, 0.14025065302848816, 0.2716720998287201, 0.16488619148731232, 0.1977967768907547, 0.21494117379188538, 0.1429799646139145, 0.03717957064509392, 0.1268329620361328, 0.05110861361026764, -0.03225455433130264, -0.06579532474279404, -0.10480521619319916, -0.11868306249380112, -0.045648325234651566, -0.011787676252424717, -0.06401851773262024, 0.03519207984209061, -0.0006714235641993582, 0.043345872312784195, -0.013637939468026161, -0.0065481942147016525, 0.015353091061115265, 0.015247178263962269, 0.03598787263035774, -0.06330589950084686, -0.07902000844478607, -0.02637050859630108, 0.02631487511098385, 0.08598852157592773, 0.15624532103538513, 0.19719655811786652, 0.2582174837589264, 0.18343503773212433, 0.003118604188784957, -0.12823493778705597, -0.022802812978625298, 0.09015852957963943, 0.06648111343383789, -0.03180516138672829, -0.12229117006063461, -0.1254015564918518, -0.021147821098566055, -0.023551974445581436, 0.006477510556578636, 0.02107764407992363, 0.04091094806790352, -0.01571125164628029, 0.018343795090913773, 0.025116458535194397, -0.0005484881112352014, 0.0037719642277806997, 0.06174683943390846, -0.030688434839248657, -0.09979817271232605, -0.05353250727057457, -0.012569828890264034, -0.06723316758871078, -0.03935757279396057, 0.04743580520153046, 0.14644525945186615, 0.14850156009197235, -0.00993510615080595, -0.09711963683366776, 0.10579618066549301, 0.10844686627388, 0.06252646446228027, -0.0356476865708828, -0.04311077296733856, -0.039382245391607285, -0.025090616196393967, 0.0019501143833622336, -0.019176550209522247, 0.027977028861641884, 0.00903722457587719, 0.01958441361784935, -0.015666158869862556, -0.002129574539139867, 0.06026690453290939, 0.054295800626277924, 0.0006751405890099704, -0.008888229727745056, 0.0020990995690226555, -0.043671611696481705, -0.08019473403692245, -0.12274409085512161, -0.07122352719306946, -0.08460825681686401, -0.15940338373184204, -0.06760072708129883, -0.12333860993385315, -0.05705172196030617, 0.029057616367936134, 0.055502425879240036, -0.022948110476136208, 0.06937532126903534, 0.07978447526693344, -0.008439015597105026, -0.01723390258848667, -0.06862525641918182, -0.006825411692261696, -0.0012293955078348517, -0.012353261932730675, 0.04155861958861351, -0.006632333621382713, 0.03335300832986832, 0.00687923189252615, 0.04267612099647522, 0.007106501143425703, 0.018065188080072403, 0.008681497536599636, 0.004744073376059532, -0.06939960271120071, -0.11499525606632233, -0.19316363334655762, -0.2620167136192322, -0.23041880130767822, -0.1611313819885254, -0.07589931041002274, 0.021268382668495178, -0.0016276546521112323, 0.1161549761891365, 0.09050513803958893, 0.14855405688285828, 0.10911886394023895, 0.029416533187031746, -0.017022378742694855, 0.0036310465075075626, -0.0014507529558613896, 0.03747520223259926, 0.027148183435201645, -0.008505485020577908, 0.019830700010061264, -0.009238596074283123, 0.04646218940615654, 0.047885190695524216, 0.08365977555513382, 0.024203523993492126, 0.02675713039934635, -0.0794144868850708, -0.08578450232744217, -0.15677808225154877, -0.21268150210380554, -0.197739377617836, -0.08773581683635712, 0.016538066789507866, 0.023347746580839157, 0.06814097613096237, 0.07154172658920288, 0.06226586177945137, 0.1498931497335434, 0.12149090319871902, 0.06921401619911194, 0.012418579310178757, -0.01737389713525772, 0.011957681737840176, -0.021921241655945778, 0.023273851722478867, 0.04683948680758476, 0.01814943179488182, 0.047616053372621536, 0.03027169406414032, 0.01804419793188572, 0.0135495001450181, 0.04363541305065155, 0.04777921736240387, 0.028997493907809258, 0.02260933630168438, -0.06220221519470215, -0.1421421319246292, -0.02909781225025654, -0.05237424746155739, 0.04457249492406845, 0.0437607504427433, 0.07954316586256027, 0.013891085982322693, 0.032299645245075226, 0.061195723712444305, 0.07700531929731369, 0.03752525523304939, 0.045637235045433044, 0.013005450367927551, -0.05505191534757614, -0.03670177608728409, -0.021825099363923073, 0.02767309918999672, 0.013217147439718246, -0.005963047966361046, -0.010869506746530533, 0.049066051840782166, 0.013765733689069748, 0.05702623724937439, 0.033500608056783676, 0.027775991708040237, 0.025157468393445015, -0.00031974585726857185, -0.04782193899154663, -0.018898507580161095, 0.061207957565784454, 0.10848076641559601, 0.06948184221982956, 0.049274273216724396, 0.08049361407756805, 0.0405682809650898, -0.020396213978528976, -0.029748357832431793, -0.006252336781471968, 0.02543199062347412, 0.07778818905353546, -0.020842419937253, 0.017406290397047997, 0.019105857238173485, 0.01096425298601389, -0.007494306657463312, 0.01588413491845131, -0.010580483824014664, 0.014072226360440254, 0.012023365125060081, 0.02305140718817711, 0.05203591659665108, 0.08368249237537384, 0.03909386321902275, 0.04313961789011955, 0.04541214928030968, 0.12006812542676926, 0.15553072094917297, 0.14207802712917328, 0.11643832921981812, -0.03268792852759361, -0.014546605758368969, 0.006553832441568375, -0.0867382287979126, -0.08627991378307343, -0.038870248943567276, -0.04070570319890976, -0.04940798133611679, 0.03317299857735634, 0.004915184341371059, 0.05427531525492668, 0.05806173384189606, 0.043555937707424164, -0.0022201593965291977, 0.015293375588953495, 0.047145914286375046, 0.007020390592515469, 0.01684809848666191, 0.04222874715924263, 0.03296402096748352, 0.08792091906070709, 0.047491155564785004, 0.042583055794239044, 0.09778731316328049, 0.13338559865951538, 0.16800455749034882, 0.1400262415409088, 0.0848388820886612, 0.07725754380226135, 0.10144002735614777, 0.12477333098649979, -0.006633363198488951, -0.05565231293439865, 0.007344929501414299, -0.011131920851767063, -0.08317407220602036, 0.042636655271053314, 0.015110313892364502, 0.0132604306563735, 0.06333853304386139, 0.03384660556912422, 0.0037748832255601883, 0.031809497624635696, 0.03753143921494484, 0.022274594753980637, 0.017172198742628098, 0.005654175765812397, 0.031864188611507416, 0.03392975032329559, 0.05758308991789818, 0.08332674205303192, 0.09003062546253204, 0.07450564950704575, 0.15640655159950256, 0.10288085043430328, 0.021502651274204254, 0.08579857647418976, 0.04973425343632698, 0.0004202315176371485, -0.009002462960779667, -0.018757028505206108, -0.04968499019742012, 0.005637211259454489, 0.0754067450761795, 0.0391845740377903, 0.007320036180317402, 0.025044109672307968, 0.021736472845077515, -0.011952068656682968, -0.015066801570355892, -0.006576821208000183, 0.0016505698440596461, 0.048759814351797104, 0.03680669143795967, 0.016703840345144272, 0.04128306731581688, -0.01615786738693714, 0.05728458985686302, 0.01485370472073555, 0.011136285029351711, 0.003150752978399396, 0.04760310798883438, 0.11190977692604065, 0.2162313610315323, 0.10294755548238754, 0.12030762434005737, 0.14798931777477264, 0.0767563134431839, 0.07450679689645767, 0.07693303376436234, 0.07395430654287338, 0.0210266076028347, 0.05560297891497612, 0.028902679681777954, 0.05162899196147919, 0.041953299194574356, 0.047604527324438095, 0.013798914849758148, 0.011837158352136612, 0.0371222086250782, 0.049110691994428635, 0.005445295013487339, -0.008072003722190857, 0.02093995362520218, -0.010939542204141617, 0.00028084474615752697, 0.002077368786558509, 0.02484050765633583, 0.020319782197475433, -0.0140927629545331, 0.024752195924520493, 0.03899363800883293, 0.04113034904003143, 0.032679181545972824, 0.04167766496539116, 0.014130708761513233, -0.003243427723646164, 0.013490143232047558, 0.04821352660655975, 0.022177457809448242, 0.01343044824898243, -0.01328517310321331, 0.02685254067182541, 0.02948572486639023, 1.3960562682768796e-05, 0.017751924693584442, 0.03578809276223183, 0.048105280846357346], [0.005256033036857843, -0.008069878444075584, 0.051290955394506454, 0.026200035586953163, 0.016895772889256477, 0.04117594286799431, -0.008915864862501621, -0.0051287454552948475, 0.03917496278882027, 0.04163284972310066, -0.0009077910799533129, -0.008866746909916401, 0.012905056588351727, 0.0029736876022070646, 0.05050015076994896, -0.007410440128296614, 0.023876367136836052, 0.01273240614682436, -0.004334674216806889, 0.023558026179671288, 0.014458044432103634, 0.047054361552000046, 0.050396937876939774, 0.05021766200661659, 0.020498627796769142, 0.04285167530179024, 0.02120628021657467, 0.009755370207130909, -0.010421513579785824, 0.028116336092352867, 0.017933348193764687, 0.012207132764160633, 0.035336386412382126, 0.035016197711229324, -0.008997558616101742, -0.011629375629127026, 0.02772543393075466, 0.014838584698736668, 0.052074383944272995, 0.009534650482237339, 0.027892641723155975, 0.01290504913777113, 0.01507301814854145, 0.0210757777094841, -0.017808252945542336, -0.004076772835105658, 0.030423112213611603, 0.018282294273376465, 0.03060801699757576, 0.03231038898229599, 0.01524774543941021, 0.02416231296956539, -0.001212900853715837, 0.043465498834848404, -0.007799871731549501, 0.035785939544439316, 0.0287821963429451, 0.047953423112630844, -0.004687247332185507, -0.015677934512495995, 0.051664792001247406, -0.01624065823853016, 0.01620282232761383, 0.02706068940460682, -0.007939821109175682, 0.024274904280900955, -0.03971904516220093, -0.04780794680118561, -0.019951144233345985, -0.01663738302886486, 0.024758445098996162, 0.019330671057105064, 0.06411131471395493, 0.057199280709028244, 0.06760639697313309, 0.07623066008090973, 0.03586370125412941, 0.04915125295519829, 0.055416662245988846, 0.011035332456231117, 0.0324430987238884, -0.0059112547896802425, 0.009370447136461735, 0.0278781671077013, 0.005030532833188772, 0.02490183897316456, 0.04694707319140434, 0.01953376643359661, -0.013457593508064747, -0.005561497062444687, 0.03522619232535362, 0.03139883652329445, -0.009204098954796791, -0.01807674951851368, -0.04350241646170616, -0.11189433932304382, -0.14379911124706268, -0.11525547504425049, -0.0905991643667221, -0.09362352639436722, -0.11990773677825928, 0.018745852634310722, 0.10342960804700851, 0.061622750014066696, 0.061057642102241516, 0.1074080616235733, 0.10457629710435867, 0.02991051971912384, 0.05427556484937668, 0.051833655685186386, -0.009066375903785229, 0.04238103702664375, 0.01798267848789692, 0.02873353473842144, -0.0018405653536319733, 0.022214585915207863, 0.0258167814463377, 0.02985074371099472, -0.0049256496131420135, -0.013098668307065964, -0.03860878571867943, -0.09846755117177963, -0.10548584163188934, -0.17037801444530487, -0.24482667446136475, -0.09371278434991837, -0.09677679091691971, -0.1852705031633377, -0.11371449381113052, -0.03513093292713165, 0.02022581920027733, -0.008193016052246094, -0.019699305295944214, 0.0272747203707695, 0.029428549110889435, 0.12309455126523972, 0.06819036602973938, 0.06592624634504318, 0.0023381535429507494, -0.008580801077187061, 0.04599394276738167, -0.004800150636583567, 0.027757419273257256, 0.016185889020562172, 0.0016289942432194948, -0.0046139364130795, -0.0212263073772192, -0.016960307955741882, -0.08072002977132797, -0.08731251955032349, -0.1596401035785675, -0.3034662902355194, -0.29237255454063416, -0.07582644373178482, 0.01655307039618492, -0.0288604274392128, -0.15841057896614075, -0.09688007831573486, -0.06056693196296692, -0.0580611415207386, 0.006285166367888451, -0.023058125749230385, 0.022784331813454628, 0.14453233778476715, 0.1530928909778595, 0.06302648782730103, 0.01447590347379446, 0.04575979337096214, 0.022955263033509254, -0.0063377744518220425, 0.017498886212706566, -0.015049397014081478, -0.026447251439094543, -0.012779335491359234, -0.01810120977461338, -0.09496898949146271, -0.1510436236858368, -0.16439411044120789, -0.22097811102867126, -0.28779539465904236, -0.15357013046741486, -0.14626240730285645, 0.05227544531226158, 0.019312452524900436, -0.08040587604045868, 0.1171693280339241, 0.19470036029815674, 0.049223098903894424, 0.12911337614059448, 0.03164023160934448, 0.044482436031103134, 0.16805998980998993, 0.1968519538640976, 0.08345092833042145, 0.020688045769929886, 0.0017835374455899, 0.02835276536643505, 0.013089369051158428, -0.010348704643547535, 0.02038656733930111, -0.01819632574915886, 0.005776257254183292, -0.07492027431726456, -0.09768471866846085, -0.13434679806232452, -0.18167218565940857, -0.20313997566699982, -0.11163370311260223, -0.011089203879237175, -0.028219489380717278, 0.13795265555381775, 0.1655515879392624, 0.06036054715514183, 0.13790935277938843, 0.0746350884437561, 0.10920608788728714, 0.19920215010643005, 0.12787893414497375, 0.11039698123931885, 0.17534787952899933, 0.042937420308589935, 0.010881289839744568, 0.024921294301748276, -0.01470042485743761, 0.038089800626039505, -0.011791651137173176, 0.001767554203979671, 0.0229476448148489, -0.010994656942784786, -0.012681080959737301, -0.015538736246526241, -0.10979721695184708, -0.1121341735124588, -0.1644856184720993, -0.1867242306470871, -0.10325343161821365, 0.030273912474513054, 0.13323286175727844, 0.060824278742074966, -0.03935768082737923, 0.10424874722957611, 0.006808628793805838, 0.035154830664396286, 0.07383085042238235, -0.01586909592151642, 0.08213716000318527, 0.04510561749339104, 1.2860691640526056e-05, 0.07951164990663528, 0.032051749527454376, -0.007411275990307331, -0.010852952487766743, -0.005369252059608698, -0.010423543862998486, -0.01949302665889263, 0.010818046517670155, -0.00847748015075922, -0.009328045882284641, -0.10311520844697952, -0.1627999097108841, -0.14149394631385803, -0.13222338259220123, -0.0635245218873024, 0.025501323863863945, -0.008515013381838799, 0.13047873973846436, -0.028143784031271935, 0.041254159063100815, -0.00375962327234447, -0.10814492404460907, -0.11621261388063431, -0.12647832930088043, -0.1678129881620407, -0.005197181366384029, -0.09684246778488159, -0.010904115624725819, 0.06717243790626526, 0.018074339255690575, 0.04350320249795914, -0.025868946686387062, -0.014813396148383617, 0.0023814996238797903, 0.0033584681805223227, 0.029255712404847145, -0.02393678016960621, -0.05958196148276329, -0.08205694705247879, -0.14177535474300385, -0.09858480095863342, -0.09674505144357681, 0.06953924149274826, 0.03496618941426277, 0.017957422882318497, -0.005488821305334568, 0.021214280277490616, -0.011656933464109898, -0.23153498768806458, -0.34968340396881104, -0.3213872015476227, -0.22936615347862244, -0.2951846122741699, -0.21393796801567078, -0.20305831730365753, -0.12778370082378387, -0.05153011158108711, 0.040962062776088715, 0.004070284776389599, 0.0372844822704792, 0.044393185526132584, -0.0173345860093832, 0.002964216051623225, 0.0023577918764203787, 0.008482997305691242, -0.03851683437824249, -0.03275390341877937, -0.1280454695224762, -0.07484105974435806, -0.09913163632154465, -0.009233829565346241, -0.0015769918682053685, -0.04531807079911232, 0.0007858583703637123, -0.04003465548157692, -0.09672421962022781, -0.21654754877090454, -0.3819907307624817, -0.21728800237178802, -0.18722538650035858, -0.3339936435222626, -0.1958664506673813, -0.23750175535678864, -0.11190389096736908, -0.030669672414660454, 0.03637083247303963, -0.01585089974105358, 0.016421152278780937, 0.003664200659841299, -0.01334798987954855, 0.049890752881765366, 0.015644611790776253, -0.03722832724452019, -0.04838433489203453, -0.10244891792535782, -0.04080822691321373, -0.004359739366918802, -0.09198908507823944, 0.06777451932430267, 0.09912651777267456, -0.032764092087745667, 0.07404796779155731, 0.018722407519817352, -0.08868027478456497, -0.054096121340990067, -0.07484830915927887, -0.05897045135498047, -0.19437509775161743, -0.1954442262649536, -0.21426057815551758, -0.20555661618709564, -0.12999361753463745, -0.07781766355037689, -0.03659459948539734, -0.04266431927680969, 0.03831285610795021, -0.011508303694427013, -0.012022924609482288, 0.04162156209349632, 0.007763814181089401, -0.03675603121519089, -0.06442796438932419, -0.06819836050271988, -0.03136741369962692, 0.004981561563909054, 0.026451019570231438, 0.05722030624747276, 0.09318743646144867, 0.07475466281175613, 0.06773234158754349, 0.1345093697309494, 0.0019460894400253892, 0.03418847918510437, -0.07691352069377899, -0.04454227536916733, -0.0067925965413451195, 0.016278382390737534, -0.12291153520345688, -0.20778696238994598, -0.2031158208847046, -0.07752402126789093, -0.08047220855951309, -0.03476281091570854, 0.02413042075932026, 0.02852487750351429, -0.005697269458323717, -0.012620567344129086, 0.029511811211705208, 0.009882936254143715, -0.02808471769094467, -0.05003661662340164, 0.03290344029664993, 0.04267298802733421, 0.08895613253116608, 0.2036295384168625, 0.13191236555576324, -0.03563988208770752, 0.010566969402134418, 0.16162560880184174, 0.02562710829079151, 0.03941374272108078, -0.07682919502258301, 0.05083884671330452, 0.12361488491296768, 0.051934998482465744, -0.03849669173359871, -0.20218512415885925, -0.13942065834999084, -0.0428500659763813, -0.045428041368722916, -0.03192842751741409, 0.020258894190192223, 0.03614981099963188, 0.04379111900925636, -0.0059183877892792225, -0.00717958714812994, -0.007993211969733238, -0.024496816098690033, -0.10974258929491043, -0.03368394449353218, 0.012538360431790352, 0.09391681104898453, 0.16327887773513794, 0.06303081661462784, 0.005580239463597536, 0.0732307955622673, 0.14623841643333435, 0.0285877026617527, -0.03389699012041092, 0.04665740951895714, 0.10583477467298508, 0.013999014161527157, 0.0419909805059433, -0.10031094402074814, -0.14311721920967102, -0.11321095377206802, -0.09537074714899063, -0.03575846552848816, 0.004188870079815388, -0.009842571802437305, 0.047612112015485764, -0.014322119764983654, 0.025394195690751076, -0.025022262707352638, -0.011606935411691666, -0.0106555400416255, -0.11569059640169144, -0.1153813973069191, -0.12287040799856186, 0.04052584618330002, 0.10457419604063034, 0.12987565994262695, 0.20074918866157532, 0.1504020392894745, 0.16893450915813446, 0.007589867804199457, 0.01429557055234909, -0.0971526950597763, -0.0851612314581871, -0.056079965084791183, -0.02375301718711853, -0.1333526223897934, -0.0817127451300621, -0.11969511955976486, -0.07649629563093185, -0.06049026548862457, 0.01069923397153616, 0.011719743721187115, 0.04830489680171013, 0.01988658495247364, 0.012636370025575161, 0.017655707895755768, -0.02208053506910801, -0.0017447780119255185, -0.07469958811998367, -0.07231996953487396, -0.12547796964645386, 0.009797903709113598, 0.10629977285861969, 0.04699084162712097, 0.004015295300632715, 0.06804396957159042, 0.061678074300289154, 0.03837720677256584, -0.08343435078859329, -0.17848952114582062, -0.09093676507472992, -0.04420781880617142, 0.06498946994543076, -0.009016778320074081, -0.10973215103149414, -0.04403143748641014, -0.08068765699863434, -0.041261035948991776, 0.005817000288516283, 0.008751858957111835, 0.021068574860692024, 0.010326002724468708, -0.0007956951740197837, 0.030308188870549202, 0.00494237570092082, -0.009372199885547161, -0.0004502717638388276, -0.061094608157873154, -0.10390692204236984, -0.013701468706130981, -0.05527659133076668, -0.03296085074543953, 0.0009213661542162299, -0.0008850865415297449, 0.06050046160817146, 0.07070375978946686, -0.09738332778215408, -0.1077306866645813, -0.056174565106630325, -0.027110440656542778, -0.033407218754291534, -0.09490690380334854, -0.19263234734535217, -0.09809193015098572, -0.050045013427734375, -0.03984146565198898, 0.04351459816098213, 0.03218455985188484, 0.03135385736823082, -0.00378013146109879, 0.015059328638017178, -0.01754850335419178, 0.02620135061442852, 0.05756836757063866, 0.029976632446050644, 0.0067120627500116825, -0.033473577350378036, -0.09735216945409775, -0.10007789731025696, -0.018023360520601273, 0.11836642026901245, 0.10440587997436523, 0.08154816925525665, 0.00019206533033866435, -0.009408451616764069, -0.09896119683980942, -0.10183325409889221, -0.045015111565589905, -0.06826712936162949, -0.10432977229356766, -0.1618320494890213, -0.08352761715650558, -0.0047177220694720745, 0.037949901074171066, 0.03248642012476921, 0.052882712334394455, 0.028752150014042854, 0.012898935936391354, 0.04150640591979027, -0.04115423560142517, -0.05803918093442917, 0.06765817105770111, 0.09876376390457153, 0.02011231705546379, -0.02164415642619133, -0.06711670011281967, 0.013325334526598454, -0.005959011614322662, -0.08019573986530304, -0.0348920077085495, -0.023762261494994164, -0.0006268587312661111, -0.0843423381447792, -0.04057080298662186, -0.10540588200092316, -0.01775563880801201, -0.05613638460636139, -0.0796286091208458, -0.03266509994864464, -0.0049629975110292435, 0.02304176613688469, 0.03698013350367546, 0.04346565529704094, 0.02567712776362896, 0.04708186909556389, 0.03451382741332054, 0.022438837215304375, -0.04377668723464012, -0.041741810739040375, 0.013536153361201286, 0.03250228241086006, 0.016655372455716133, -0.008314339444041252, 0.04539227858185768, 0.0061534373089671135, -0.0008748486288823187, 0.038998689502477646, -0.00858574640005827, 0.029461268335580826, -0.029621507972478867, -0.09989220649003983, -0.030797749757766724, -0.018963567912578583, -0.010063165798783302, 0.0001473868323955685, -0.08663072437047958, -0.06502290815114975, -0.02242949977517128, 0.0022947529796510935, 0.025800155475735664, 0.02053729258477688, -0.007935084402561188, 0.025490568950772285, -0.014613394625484943, 0.0376570038497448, 0.018400682136416435, -0.0072352224960923195, -0.053335562348365784, -0.0855974480509758, 0.021904878318309784, 0.07205195724964142, 0.015501257963478565, 0.026236096397042274, -0.10348894447088242, 0.009432156570255756, -0.026251332834362984, 0.04648100212216377, 0.021008413285017014, -0.08862338960170746, -0.05705374851822853, 0.030068257823586464, -0.024241840466856956, -0.0271122045814991, -0.029084740206599236, -0.04005151614546776, 0.016951819881796837, 0.004703699145466089, -0.0022616994101554155, 0.042277175933122635, -0.017989080399274826, 0.04065008834004402, 0.046966295689344406, 0.024775704368948936, 0.0065283505246043205, -0.04104939103126526, -0.013532510958611965, -0.060038886964321136, -0.028240859508514404, 0.018860163167119026, -0.00994245894253254, 0.04126961529254913, 0.026213960722088814, 0.01491359993815422, -0.075051449239254, -0.03145316615700722, -0.047408148646354675, -0.04967886582016945, -0.0682186409831047, 0.0003167282557114959, 0.022252939641475677, -0.005792117677628994, -0.017137469723820686, -0.04474746435880661, -0.011937190778553486, 0.01289424579590559, -0.008319946937263012, 0.037226658314466476, 0.04776553437113762, 0.02651813067495823, 0.004038476850837469, 0.01746954210102558, 0.01656687632203102, 0.027970314025878906, -0.01002674363553524, -0.06371361017227173, -0.06883689761161804, -0.027742745354771614, -0.016378028318285942, -0.08820100873708725, -0.03347093611955643, -0.007345838472247124, -0.022124946117401123, 0.03599001467227936, -0.0038664648309350014, -0.05223692208528519, -0.04042832925915718, 0.030503757297992706, 0.050019770860672, 0.04242141917347908, -0.0035050150472670794, 0.038459040224552155, 0.06172864884138107, 0.04522449150681496, 0.009924721904098988, -0.019794611260294914, 0.04838227853178978, 0.036473218351602554, 0.03692331537604332, 0.011947927065193653, 0.02410982921719551, -0.0012743286788463593, -0.043673861771821976, -0.07697226107120514, -0.02954523265361786, -0.010342470370233059, -0.025823090225458145, -0.033770691603422165, -0.02452978305518627, 0.0530758872628212, 0.03850865736603737, 0.03683451563119888, 0.006977563723921776, -0.004501249175518751, 0.027619602158665657, 0.0024638052564114332, 0.05064578354358673, 0.003680626628920436, -0.014342322014272213, 0.04178665205836296, 0.012546355836093426, -0.013410513289272785, 0.04676090553402901, -0.019263098016381264, -0.012538920156657696, 0.04804382100701332, 0.011753075756132603, -0.009890896268188953, 0.017224157229065895, 0.03571024537086487, 0.002410091692581773, 0.05841350555419922, 0.028341051191091537, 0.06510607898235321, 0.0880880281329155, 0.09869679063558578, 0.09409607201814651, 0.11598730087280273, 0.09543462842702866, 0.07713355123996735, 0.06816413998603821, 0.089176706969738, 0.06824807077646255, 0.06188273802399635, 0.04739024117588997, 0.055404383689165115, 0.04610222950577736, 0.045858196914196014, 0.04067481309175491, 0.022809511050581932, 0.0006158084142953157, 0.029536163434386253, 0.03772328421473503, 0.026431499049067497, 0.03640304133296013, 0.02765938825905323, 0.02226806990802288, 0.014343020506203175, 0.04896152392029762, -0.01520134974271059, 0.03401140496134758, 0.035908523947000504, 0.050722766667604446, 0.03495761379599571, 0.003105169627815485, 0.019909271970391273, 0.0468825027346611, 0.06239841505885124, 0.01752549596130848, 0.007657135836780071, 0.05510901287198067, 0.0027204432990401983, 0.016443228349089622, 0.0472627617418766, 0.01875418983399868, 0.016613220795989037, 0.05085166171193123, 0.009889774955809116, 0.024107428267598152, 0.014765297062695026, 0.03923526033759117], [0.015214149840176105, -0.006394455675035715, 0.002681947313249111, 0.024314353242516518, -0.0063931443728506565, -0.018720844760537148, 0.011693856678903103, 0.03890933468937874, 0.00015882945444900542, 0.02581181190907955, -0.025341680273413658, -0.02237354777753353, 0.0185092743486166, -0.0015405429294332862, -0.0018966980278491974, 0.011699759401381016, -0.0019947586115449667, -0.006678999867290258, 0.00407433183863759, -0.0012131578987464309, 0.019000699743628502, -0.025783134624361992, 0.01754928193986416, 0.005001686979085207, 0.00577257527038455, -0.006299599539488554, 0.011953693814575672, 0.020607581362128258, 0.004596905317157507, 0.028224410489201546, 0.021923663094639778, 0.031866833567619324, 0.01727096177637577, 0.026768026873469353, 0.021756188943982124, -0.02517879568040371, 0.026179654523730278, 0.032406874001026154, -0.0010640529217198491, 0.008076753467321396, 0.024425016716122627, -0.00815349817276001, -0.023063817992806435, 0.03348750248551369, 0.008903700858354568, 0.0010112817399203777, -0.0023921567481011152, -0.01750544086098671, -0.015862183645367622, -0.024362342432141304, 0.03231050446629524, 0.00415501045063138, -0.013912365771830082, 0.02510317601263523, 0.0017476632492616773, -0.021732358261942863, -0.019674787297844887, 0.03891318663954735, 0.002641696948558092, -0.025992976501584053, -0.006595992017537355, -0.0029018851928412914, 0.03182937949895859, -0.002167730825021863, 0.0017364107770845294, -0.03038991428911686, -0.024079252034425735, 0.03081449493765831, -0.050711739808321, -0.012032547034323215, 0.00943358987569809, 0.0010962188243865967, -0.0036402761470526457, -0.012280385941267014, 0.0007599242380820215, -0.014223328791558743, -0.0004527416022028774, -0.03237103298306465, -0.022147241979837418, 0.0016985716065391898, -0.023638436570763588, -0.005335577297955751, -0.01912608928978443, -0.026268402114510536, -0.02010013721883297, -0.0011596529511734843, 0.004333092365413904, -0.00041348166996613145, 0.033109407871961594, -0.028205769136548042, 0.017432833090424538, 0.030376791954040527, 0.005331296008080244, 0.009261785075068474, 0.033779650926589966, -0.028653666377067566, -0.051275838166475296, -0.021290412172675133, -0.03999685123562813, -0.058762021362781525, -0.07247695326805115, -0.05113565921783447, -0.04015729948878288, -0.02739429660141468, -0.002478261012583971, -0.010571002960205078, -0.02311360277235508, 0.03058851696550846, 0.017717676237225533, 0.02451321668922901, 0.010681693442165852, 0.01540989801287651, -0.008209857158362865, 0.036438677459955215, 0.03300529345870018, 0.012944014742970467, -0.020112430676817894, 0.010429462417960167, 0.006718194577842951, 0.0024151690304279327, -0.015411184169352055, 0.0361977219581604, 0.002693353919312358, 0.08806592226028442, 0.008008087053894997, -0.13033124804496765, -0.03176289051771164, -0.009144927375018597, -0.04164290800690651, -0.02464444562792778, -0.010694818571209908, 0.013013708405196667, 0.0003065402270294726, 0.07170280814170837, 0.0680815801024437, 0.028552066534757614, 0.030847318470478058, 0.025971120223402977, 0.03138383477926254, 0.026164880022406578, -0.021553056314587593, 0.025991199538111687, -0.024809790775179863, 0.00672663701698184, 0.017463870346546173, 0.0318288691341877, -0.012160480953752995, 0.04341154918074608, 0.012874742969870567, 0.03790563717484474, 0.031785234808921814, 0.09155599772930145, 0.08386357128620148, -0.013913283124566078, -0.04413195326924324, -0.03039778210222721, 0.04105188325047493, 0.07510510087013245, -0.029565291479229927, 0.020651407539844513, 0.032849617302417755, 0.010606115683913231, 0.03900647535920143, 0.026257405057549477, 0.03988576680421829, 0.034931913018226624, 0.03905097022652626, -0.014557424001395702, -0.0005525826709344983, 0.021705465391278267, -0.024366741999983788, 0.01154667604714632, 0.02150883339345455, 0.01285550370812416, 0.032615695148706436, 0.0018534717382863164, 0.03592585399746895, 0.025714432820677757, 0.035035185515880585, 0.04428974911570549, 0.03440782427787781, -0.07949897646903992, -0.08343123644590378, -0.08267264813184738, 0.05995851382613182, -0.013578835874795914, -0.08151833713054657, 0.006709062494337559, -0.05127299204468727, -0.037179164588451385, 0.044381432235240936, 0.1108008548617363, 0.06907673180103302, 0.04991438239812851, -0.010529613122344017, 0.026177609339356422, -0.026455825194716454, 0.024195058271288872, 0.0192845668643713, 0.0018965470371767879, -0.009754958562552929, 0.05018343776464462, -0.044727157801389694, -0.008236690424382687, 0.07379414886236191, 0.033043522387742996, 0.08337533473968506, 0.025511162355542183, -0.07599125802516937, -0.10065494477748871, -0.13148795068264008, -0.024411600083112717, -0.060800086706876755, 0.02482149936258793, 0.018372569233179092, 0.07191738486289978, 0.07594592124223709, 0.03325089067220688, 0.026318056508898735, 0.04222545772790909, 0.022217050194740295, 0.047734685242176056, 0.03954988345503807, 0.012868667021393776, -0.017487777397036552, 0.032859113067388535, 0.01699177175760269, -0.008614562451839447, 0.019479885697364807, 0.04738887399435043, 0.02170979417860508, 0.02604750730097294, 0.10588109493255615, 0.06604662537574768, 0.08605814725160599, 0.06307747215032578, -0.06311772763729095, -0.009811499156057835, 0.0017302636988461018, 0.029119301587343216, -0.022841421887278557, 0.06223630905151367, 0.061165932565927505, 0.10162607580423355, 0.03157862275838852, 0.016139386221766472, 0.01285830233246088, -0.06549536436796188, 0.006949545815587044, 0.03440867364406586, 0.042597755789756775, -0.005043695215135813, 0.004123592283576727, 0.02547270618379116, -0.01665799506008625, -0.029243608936667442, -0.03117220103740692, -0.010409703478217125, 0.008037067018449306, 0.060318201780319214, 0.15290392935276031, 0.07788131386041641, 0.07140142470598221, 0.05607374757528305, -0.017289314419031143, -0.11467132717370987, -0.0854225903749466, -0.06369263678789139, -0.07598499953746796, -0.105997733771801, -0.15685759484767914, -0.08631197363138199, -0.060514770448207855, -0.06683385372161865, -0.033456951379776, -0.044142164289951324, 0.010191631503403187, 0.01721968501806259, 0.02645350620150566, -0.026639243587851524, -0.006052189972251654, 0.008937775157392025, -0.03209265321493149, -0.01129268016666174, 0.038696251809597015, 0.06254416704177856, 0.03430571407079697, 0.13089598715305328, 0.17890048027038574, 0.15412509441375732, 0.11067871004343033, 0.018973995000123978, 0.07937412708997726, -0.23476456105709076, -0.14873740077018738, -0.05826288089156151, -0.12173188477754593, -0.060636963695287704, -0.0582096166908741, -0.13047224283218384, -0.11664130538702011, -0.14718662202358246, -0.06356498599052429, -0.05058752000331879, 0.015769638121128082, 0.029997628182172775, 0.02109144814312458, -0.01982993818819523, -0.02317904867231846, 0.025269949808716774, 0.01150468084961176, -0.028386546298861504, -0.05249807611107826, 0.00331016443669796, 0.035246867686510086, 0.060280609875917435, 0.10411611944437027, 0.07898605614900589, 0.054012421518564224, 0.08079115301370621, 0.20269405841827393, -0.009513076394796371, 0.03516894578933716, 0.08189469575881958, 0.1024576723575592, 0.09206133335828781, -0.019494878128170967, -0.1185162290930748, -0.10041700303554535, -0.040166378021240234, -0.08801785111427307, 0.011646019294857979, -0.01199162658303976, 0.02103636972606182, 0.0366857573390007, 0.014225083403289318, 0.01906724087893963, 0.008410555310547352, -0.04198909178376198, -0.0553826205432415, -0.0546724870800972, 0.011161241680383682, 0.07284272462129593, 0.007128451950848103, 0.08315491676330566, -0.021180860698223114, 0.13243059813976288, 0.1796376258134842, 0.2436848282814026, 0.1995221972465515, 0.020192638039588928, -0.0052600824274122715, -0.021296339109539986, -0.0038673675153404474, 0.10824842751026154, 0.03308403491973877, 0.02823730744421482, 0.05991045758128166, 0.09588496387004852, 0.08769863843917847, -0.023619340732693672, 0.050526801496744156, 0.003123469650745392, 0.025045866146683693, -0.00043917051516473293, 0.017003701999783516, -0.041311800479888916, -0.03615368902683258, -0.08266936987638474, -0.018321378156542778, -0.018446581438183784, 0.0624224990606308, 0.008912169374525547, 0.059202246367931366, 0.12639190256595612, 0.3286873400211334, 0.3070352375507355, 0.25388580560684204, -0.013675684109330177, 0.020463479682803154, -0.009674939326941967, 0.07630710303783417, 0.11983899772167206, 0.13148988783359528, 0.14242534339427948, 0.07211370021104813, 0.006205607205629349, 0.022139642387628555, -0.012086036615073681, 0.023628443479537964, 0.0017994522349908948, 0.0315304733812809, 0.019779706373810768, -0.006416162941604853, -0.02518082596361637, -0.04040113091468811, -0.050443556159734726, -0.10027395188808441, -0.05918728932738304, -0.02346104197204113, 0.04060925170779228, -0.04030931740999222, 0.07729149609804153, 0.1740483045578003, 0.2466229945421219, 0.2542531192302704, 0.1746649444103241, 0.09233259409666061, 0.11277419328689575, 0.13273556530475616, 0.0848049595952034, 0.13361240923404694, 0.07490202784538269, -0.0056498912163078785, 0.04194427654147148, -0.007579752244055271, -0.015651468187570572, -0.023430801928043365, -0.011000859551131725, 0.01412490475922823, -0.031687043607234955, 0.010759118013083935, 0.031709711998701096, 0.0007016817107796669, -0.03694264963269234, -0.13587218523025513, -0.13937491178512573, -0.15846595168113708, -0.16490750014781952, -0.1889304667711258, -0.11147116124629974, 0.05723065510392189, 0.11629913002252579, 0.2579064667224884, 0.24671435356140137, 0.029837874695658684, 0.04113910719752312, 0.0851173996925354, 0.08534202724695206, 0.00018525452469475567, -0.0021338805090636015, 0.012956417165696621, 0.046378493309020996, 0.06958475708961487, -0.028915150091052055, -0.03872082009911537, -0.03100171498954296, -0.029136961326003075, 0.011964048258960247, -0.02611454389989376, -0.009293889626860619, -0.005605354439467192, -0.023061756044626236, -0.17807865142822266, -0.1720445603132248, -0.13578736782073975, -0.19880864024162292, -0.23322004079818726, -0.24908983707427979, -0.2903349995613098, -0.010783573612570763, 0.1014026626944542, 0.0910281091928482, 0.006207116413861513, -0.10601968318223953, -0.05319907143712044, 0.0025440454483032227, -0.022534923627972603, -0.0900316834449768, 0.001382761518470943, -0.0251300111413002, 0.09936990588903427, 0.02660290151834488, 0.0063508800230920315, -0.030917275696992874, -0.03813492879271507, -0.02141554467380047, -0.02023152820765972, -0.015946874395012856, -0.011257472448050976, -0.04803792014718056, -0.07899744063615799, -0.13017508387565613, -0.1565432995557785, -0.14984190464019775, -0.15068498253822327, -0.2724827229976654, -0.3522029221057892, -0.3760974109172821, -0.1303100734949112, -0.0969003215432167, -0.0418926440179348, -0.0639907494187355, -0.12409516423940659, -0.0791785791516304, -0.017291530966758728, -0.04279526695609093, 0.09802605211734772, 0.0226117055863142, 0.11238469928503036, 0.011048471555113792, -0.024426477029919624, 0.006722115445882082, 0.03720127046108246, -0.020142948254942894, 0.027987061068415642, 0.022232620045542717, -0.0015732961473986506, 0.02636300027370453, 0.009996973909437656, 0.028675734996795654, -0.09220714867115021, -0.09189428389072418, -0.02466709539294243, -0.025213707238435745, -0.07520093768835068, -0.17884163558483124, -0.18274113535881042, -0.1643896847963333, -0.11955231428146362, -0.04436885565519333, -0.0971062034368515, -0.15005695819854736, 0.016989096999168396, -0.007925286889076233, 0.04027719795703888, 5.43870601177332e-06, 0.05346933752298355, -0.0017199305584654212, 0.01644606702029705, -0.011737928725779057, 0.016424929723143578, 0.011070755310356617, 0.01484598871320486, -0.023853681981563568, 0.02841968648135662, 0.005821258760988712, 0.045386042445898056, 0.08960237354040146, -0.02566072717308998, 0.0595666840672493, 0.11286377906799316, 0.21446135640144348, 0.12837298214435577, -0.012469964101910591, -0.1145031750202179, -0.05988466739654541, -0.11048518866300583, -0.003038346767425537, -0.04863248020410538, 0.014909017831087112, 0.02090100571513176, 0.03576809540390968, 0.06187679246068001, -0.0026995991356670856, -0.007842876948416233, -0.05565742775797844, 0.009689920581877232, 0.03461253270506859, 0.03439149633049965, 0.03127368539571762, 0.035769980400800705, 0.03584258630871773, -0.016577022150158882, 0.05097097530961037, 0.0862155333161354, 0.09862823039293289, -0.02576039731502533, 0.10563759505748749, 0.10932383686304092, 0.053576331585645676, 0.14013662934303284, -0.0012089937226846814, 0.07582488656044006, 0.04027359187602997, 0.043904855847358704, 0.0016492706490680575, -0.014528471976518631, -0.03825482353568077, -0.0162782222032547, 0.03776835650205612, 0.022087479010224342, 0.05014461278915405, -0.04761679470539093, -0.07240977138280869, -0.0002349686692468822, -0.03112732246518135, -0.022055616602301598, -0.0027091936208307743, -0.007748318836092949, 0.029023772105574608, 0.015152928419411182, -0.0059918551705777645, 0.03341479226946831, 0.03442268446087837, 0.01436278410255909, -0.004982995800673962, -0.0048828935250639915, -0.13390569388866425, -0.057981181889772415, -0.04003046825528145, -0.002372866030782461, -0.005428401753306389, -0.002852402161806822, -0.0812583863735199, -0.04316991567611694, -0.08104382455348969, -0.03891988471150398, 0.013122236356139183, 0.05440763011574745, -0.041251059621572495, -0.0041953870095312595, -0.03192150592803955, -0.0067189414985477924, 0.038393158465623856, 0.012550191022455692, 0.014889724552631378, 0.02264193631708622, -0.006413572002202272, 0.017447371035814285, 0.06691107898950577, -0.015988683328032494, 0.007746705785393715, 0.01698155887424946, 0.004540912341326475, -0.13032755255699158, -0.12482261657714844, -0.020781075581908226, -0.02352168597280979, 0.05371050909161568, 0.03351171687245369, -0.08508263528347015, -0.06715717166662216, -0.02308405190706253, -0.0053942641243338585, -0.02088235877454281, -0.024686608463525772, 0.0190338883548975, 0.0068397559225559235, -0.008857042528688908, -0.024824105203151703, 0.0028241253457963467, -0.0061723762191832066, -0.026929089799523354, 0.03737110272049904, 0.03436872735619545, -0.013958494178950787, 0.037284962832927704, 0.020377762615680695, 0.033704038709402084, -0.009543821215629578, -0.009780541062355042, 0.019110217690467834, -0.029630295932292938, 0.03563201054930687, 0.053661905229091644, -0.04602961614727974, -0.030727706849575043, 0.02129092440009117, -0.09743991494178772, -0.022716514766216278, 0.013681135140359402, 0.02580857463181019, -0.0038587155286222696, -0.05380845442414284, 0.025234567001461983, 0.0476410910487175, 0.055323801934719086, 0.0053269024938344955, -0.003977903164923191, 0.019167283549904823, 0.02712993510067463, -0.021762007847428322, -0.0019063691142946482, 0.009672488085925579, 0.051419299095869064, -0.011719774454832077, 0.00815359316766262, -0.0015989509411156178, -0.032457418739795685, -0.05656120926141739, -0.12324409186840057, -0.03543870896100998, 0.010656164959073067, -0.009487681090831757, -0.01128188893198967, 0.0526997447013855, -0.10621938109397888, 0.027518561109900475, 0.00017362376092933118, -0.02001095749437809, -0.009371276944875717, -0.017770126461982727, -0.01643376424908638, -0.021413171663880348, 0.02473066933453083, 0.025559118017554283, -0.019569875672459602, -0.0032509169541299343, 0.026917247101664543, -0.004494978114962578, -0.025833679363131523, -0.017790662124753, -0.008829252794384956, 0.025881070643663406, -0.02100209891796112, -0.027646612375974655, 0.025411183014512062, -0.06380369514226913, -0.07005374133586884, 0.04271843284368515, -0.04927736520767212, 0.035004403442144394, 0.05693449825048447, 0.027642400935292244, 0.03250734880566597, 0.002081912476569414, 0.0014310682890936732, -0.007761398795992136, -0.0110704954713583, -0.0428127646446228, -0.02296759933233261, -0.010421519167721272, 0.056055035442113876, 0.03232181444764137, 0.0018746062414720654, 0.009943154640495777, 0.02410401590168476, 0.026725711300969124, 0.022484293207526207, 0.005351013969630003, -0.008443372324109077, 0.03733256086707115, 0.002087106229737401, 0.0311043169349432, -0.02440643310546875, -0.010493678972125053, -0.04517034813761711, 0.020116562023758888, 0.016516664996743202, -0.005949219223111868, -0.02149275131523609, 0.003978859167546034, -0.006026683375239372, 0.04416292533278465, 0.03192061930894852, 0.0205773264169693, -0.03827325999736786, -0.04388284310698509, -0.03316084295511246, 0.02973536215722561, 0.03731619939208031, 0.012342165224254131, -0.022982897236943245, 0.01055795419961214, -0.01612943783402443, 0.00881866179406643, 0.01674347184598446, 0.031767696142196655, -0.004801115486770868, -0.024306176230311394, -0.024426093325018883, 0.033373456448316574, 0.0288033839315176, 0.0007914546877145767, -0.012277931906282902, -0.0036192587576806545, 0.017095740884542465, -0.014564665034413338, 0.026443369686603546, 0.0035498642828315496, 0.03895696997642517, 0.021843407303094864, 0.028185587376356125, -0.021822789683938026, -0.03368519991636276, 0.011852296069264412, -0.007469676900655031, 0.029013244435191154, -0.03104455955326557, 0.004578544292598963, 0.03919035568833351, -0.025387374684214592, 0.0006067601498216391], [0.03907926008105278, 0.006717397831380367, 0.03985399380326271, 0.03700339421629906, -0.024855805560946465, 0.02440246380865574, 0.041349995881319046, -0.0023807925172150135, -0.02697640471160412, -0.027086762711405754, 0.03086814284324646, 0.006245921831578016, 0.02392023801803589, 0.028980713337659836, 0.027642756700515747, 0.0034790169447660446, -0.0033021466806530952, -0.0004233021754771471, 7.379215821856633e-05, -0.014517423696815968, 0.032519347965717316, 0.0359693206846714, -0.007062486372888088, -0.021025972440838814, 0.014266948215663433, -0.0032042041420936584, -0.018326936289668083, 0.011204569600522518, -0.008388509042561054, 0.036606576293706894, -5.830643203807995e-05, -0.011536316014826298, 0.03877773508429527, -0.01817333698272705, 0.04337213933467865, 0.016336537897586823, 0.01721896417438984, -0.012236966751515865, 0.03951825201511383, 0.039437148720026016, 0.02006547711789608, -0.024111172184348106, 0.03413243591785431, 0.036741308867931366, -0.010747475549578667, 0.017739741131663322, -0.013859392143785954, 0.024307169020175934, -0.017637399956583977, -0.014663102105259895, 0.03797786682844162, 0.027754290029406548, -0.02020745538175106, 0.039353515952825546, -0.0021441737189888954, 0.0430515818297863, 0.03696369007229805, -0.0031937402673065662, 0.021834058687090874, 0.021160127595067024, 0.03992283716797829, 0.022233378142118454, -0.0051205698400735855, 0.03240145370364189, -0.00883209053426981, 0.016011716797947884, -0.015148513950407505, 0.017016906291246414, -0.03324646130204201, -0.0069739930331707, -0.0542529933154583, 0.03291291743516922, 0.0627114325761795, 0.029130738228559494, 0.03715362772345543, 0.06471198052167892, 0.021866850554943085, 0.026327434927225113, 0.060754261910915375, 0.009980549104511738, -0.022629613056778908, -0.02114356867969036, -0.022397613152861595, -0.027884112671017647, 0.041481178253889084, -0.009912126697599888, 0.033543605357408524, -0.015604122541844845, 0.027533216401934624, 0.011159936897456646, 0.052238959819078445, -0.010783574543893337, -0.011887366883456707, 0.032777220010757446, 0.033379342406988144, -0.041171036660671234, -0.10052496939897537, -0.15130741894245148, -0.15379390120506287, -0.07855626940727234, -0.05416854843497276, 0.014570075087249279, 0.019802264869213104, 0.06141313537955284, 0.05236884579062462, 0.005503946449607611, 0.0012817827519029379, 0.013149125501513481, 0.037335168570280075, -0.028231890872120857, 0.008379400707781315, -0.018352294340729713, 0.011350755579769611, -0.008226430974900723, 0.015262512490153313, -0.0045952876098454, -0.022888019680976868, 0.06277760863304138, 0.04329787939786911, 0.04577082395553589, 0.018387796357274055, 0.04420103505253792, 0.028474245220422745, -0.060934923589229584, -0.13214585185050964, -0.26618343591690063, -0.19743087887763977, -0.09368755668401718, -0.011706762947142124, 0.002012968994677067, 0.06337379664182663, 0.14665623009204865, 0.07375948131084442, 0.0700014978647232, -0.0009486245107837021, 0.054151806980371475, -0.0024359344970434904, -0.01528102345764637, 0.01773681305348873, 0.04715385288000107, -0.00964225735515356, -0.00826916191726923, -0.01518177893012762, 0.00042576342821121216, 0.047133222222328186, 0.002574395155534148, 0.03746688365936279, -0.038152117282152176, -0.0143134081736207, 0.02175535447895527, -0.02297256700694561, -0.1035197526216507, -0.2724067270755768, -0.32038483023643494, -0.17620223760604858, -0.12224465608596802, -0.07795564085245132, 0.09975530207157135, 0.10417519509792328, 0.14463236927986145, 0.16729283332824707, 0.08764680474996567, 0.0909993126988411, 0.061846207827329636, 0.07429877668619156, -0.014976960606873035, 0.03397419676184654, 0.034586723893880844, 0.01701425388455391, 0.02788071148097515, -0.013860360719263554, 0.03367093577980995, 0.0223186407238245, 0.026213252916932106, 0.02303418330848217, -0.022761180996894836, 0.042698588222265244, 0.06592437624931335, 0.006850880105048418, -0.0919354036450386, -0.17840394377708435, -0.28115078806877136, -0.21376320719718933, -0.15674862265586853, 0.030965806916356087, 0.19198527932167053, 0.10716540366411209, 0.05114534869790077, 0.10991594940423965, 0.09714589267969131, -0.017223535105586052, 0.05158625915646553, 0.062409739941358566, 0.07531922310590744, 0.01659354567527771, 0.030240388587117195, -0.0027810605242848396, -0.025344856083393097, 0.035214584320783615, -0.0014968292089179158, 0.002856793813407421, 0.04842091351747513, -0.0498071126639843, -0.0022726934403181076, -0.02956947311758995, 0.011894808150827885, -0.04368758574128151, -0.13098618388175964, -0.2097843885421753, -0.30316925048828125, -0.11138235032558441, 0.060719892382621765, 0.10133973509073257, 0.12479687482118607, 0.12693040072917938, -0.0010066566755995154, 0.030464118346571922, 0.09832224249839783, 0.06615830212831497, -0.040246833115816116, -0.02008591592311859, 0.0602814145386219, 0.010754140093922615, 0.01733788102865219, 0.03944244608283043, 0.01103339996188879, 0.032864660024642944, -0.0028972974978387356, 0.014094730839133263, 0.008127900771796703, 0.04557045176625252, -0.00084536342183128, 0.01675764098763466, 0.02476038970053196, -0.04034656286239624, -0.1645406037569046, -0.2854524850845337, -0.19562727212905884, -0.0669146478176117, -0.02541649155318737, 0.20807580649852753, 0.20131808519363403, 0.014341231435537338, -0.0451187938451767, -0.009623881429433823, -0.015230145305395126, -0.07888156175613403, -0.0970853641629219, -0.027814215049147606, -0.04828336089849472, -0.012234424240887165, -0.028092877939343452, 0.012931366451084614, 0.042016156017780304, -0.007004096172749996, 0.003337300382554531, -0.014293248765170574, 0.030789706856012344, 0.03405480831861496, 0.06241558864712715, 0.1090032309293747, 0.10420204699039459, 0.11109963059425354, -0.09735515713691711, -0.2609410285949707, -0.2180168777704239, -0.0918666273355484, 0.20593518018722534, 0.3246246576309204, 0.07290846109390259, 0.014292823150753975, -0.10101576149463654, -0.10511065274477005, -0.06325472891330719, -0.08659981936216354, -0.08181432634592056, -0.03236806392669678, -0.04089488461613655, 0.03221771866083145, 0.007975720800459385, 0.007258877623826265, 0.00997780729085207, 0.00430969288572669, 0.039988551288843155, 0.003550174878910184, 0.054472241550683975, -0.004899844527244568, 0.036320675164461136, 0.09774525463581085, 0.11533748358488083, 0.06315869837999344, -0.1260707974433899, -0.20036664605140686, -0.24302349984645844, 0.03671841695904732, 0.3131352365016937, 0.22382588684558868, 0.22814631462097168, 0.021193185821175575, -0.07736300677061081, -0.0811188742518425, 0.029737407341599464, -0.08032864332199097, -0.06292513012886047, -0.029698560014367104, -0.01483863964676857, -0.006215512286871672, 0.041268784552812576, 0.007409518118947744, -0.018350014463067055, 0.026988904923200607, 0.02169974520802498, -0.056239448487758636, -0.035536155104637146, 0.028364628553390503, 0.056784458458423615, 0.036597613245248795, 0.13676948845386505, 0.014976102858781815, -0.1789565235376358, -0.1790672242641449, -0.08780451118946075, 0.05608898773789406, 0.12626737356185913, 0.06943900138139725, 0.1332242488861084, 0.08783932030200958, -0.0023475419729948044, -0.017335563898086548, 0.03810844570398331, -0.043631743639707565, -0.032984208315610886, -0.0011326686944812536, -0.022498328238725662, 0.0108639569953084, -0.004550862591713667, 0.020317038521170616, -0.015115915797650814, 0.05558561906218529, -0.0023083388805389404, -0.06144196167588234, 0.022864433005452156, 0.05251838266849518, 0.10212291777133942, 0.0013776017585769296, 0.09578963369131088, -0.06246974691748619, -0.10310404002666473, -0.04614097997546196, 0.000382526806788519, 0.018921995535492897, 0.037981756031513214, 0.015363316982984543, 0.11517302691936493, 0.018125155940651894, 0.015119627118110657, 0.04452671483159065, 0.08721135556697845, 0.009349475614726543, 0.05360140651464462, 0.13714241981506348, 0.0529061034321785, 0.03277052938938141, 0.027671143412590027, 0.011587091721594334, -0.007068935316056013, -0.01869499869644642, -0.02058144472539425, -0.01787501573562622, -0.0010230790358036757, 0.06767009198665619, -0.027615023776888847, -0.04905679076910019, -0.053851570934057236, -0.09194266051054001, -0.09576509892940521, -0.11297436058521271, 0.025368141010403633, 0.042597509920597076, -0.04420876502990723, -0.04574795439839363, 0.0828988328576088, -0.02909480221569538, -0.12470480799674988, -0.007004082668572664, 0.018565531820058823, 0.03213023766875267, 0.1451326608657837, 0.05708010867238045, 0.06943722069263458, 0.03056170977652073, 0.017336050048470497, -0.021679015830159187, -0.010583666153252125, -0.02347191609442234, -0.013356962241232395, 0.02505936101078987, 0.0494086891412735, 0.0022166550625115633, -0.056536655873060226, 0.014482254162430763, 0.06872892379760742, -0.05725150182843208, -0.03365851938724518, -0.0347883477807045, -0.019470347091555595, -0.015745704993605614, 0.011547458358108997, 0.05147837474942207, -0.011013715527951717, -0.13915902376174927, -0.1166599914431572, -0.02755187638103962, -0.013287768699228764, 0.02989005483686924, 0.11929330974817276, 0.10785651206970215, 0.03695476055145264, 0.01719357818365097, 0.03202307969331741, 0.005176215898245573, -0.012122333981096745, -0.003786431159824133, 0.015299547463655472, 0.03457040712237358, 0.0329589769244194, -0.025301743298768997, -0.030671345070004463, 0.08309492468833923, 0.08120302110910416, -0.1254541128873825, -0.05742558464407921, -0.01271022018045187, -0.04014681652188301, -0.08655335009098053, 0.06052405387163162, 0.11059358716011047, -0.09256678074598312, -0.1311052143573761, -0.0833747535943985, 0.04391491785645485, 0.06366056948900223, 0.03821974992752075, 0.17430950701236725, 0.10560917854309082, 0.011054448783397675, 0.04402319714426994, 0.03220914304256439, 0.017537565901875496, -0.009927281178534031, 0.008264011703431606, -0.01910516247153282, 0.03960871696472168, 0.036267105489969254, -0.015752973034977913, 0.043536391109228134, -0.008123655803501606, 0.03746505454182625, -0.1293005496263504, -0.08007902652025223, -0.03996512293815613, -0.0724717229604721, -0.06692074239253998, 0.06160905957221985, 0.029005687683820724, -0.08437813818454742, -0.02693529985845089, -0.009057295508682728, 0.024830561131238937, 0.06929143518209457, 0.04187785089015961, 0.09939252585172653, 0.11502718180418015, 0.06351730972528458, 0.018191486597061157, -0.02692965418100357, 0.02311561442911625, 0.02599855698645115, -0.02730272337794304, 0.01332662533968687, 0.0224870964884758, 0.02371203526854515, -0.03856667876243591, -3.036235284525901e-06, -0.059150755405426025, 0.049715809524059296, 0.022747933864593506, -0.0005836378550156951, 0.028936343267560005, -0.1514943540096283, -0.03614523261785507, 0.07661040127277374, 0.05110033228993416, -0.06754253059625626, 0.018722141161561012, 0.037489231675863266, 0.03736916184425354, 0.04639472812414169, 0.028383729979395866, 0.06027499958872795, 0.050458673387765884, -0.020259972661733627, -0.004497426096349955, -0.0035250536166131496, -0.02340124547481537, 0.030467262491583824, -0.015794992446899414, -0.024865539744496346, -0.02764972671866417, -0.034998029470443726, -0.023288432508707047, -0.027866819873452187, -0.01616617664694786, 0.1092488020658493, 0.03642864525318146, -0.01117505319416523, -0.05914284661412239, -0.009325736202299595, 0.06167075037956238, 0.1379464715719223, 0.03353350982069969, -0.017080513760447502, 0.07122913002967834, -0.015632959082722664, 0.018561169505119324, -0.014730569906532764, -0.0769934132695198, 0.007329477462917566, 0.006302796304225922, 0.004542923532426357, 0.007643719669431448, 0.04282707720994949, -0.013195359148085117, -0.0036247363314032555, 0.038022737950086594, 0.03066735528409481, -0.00491757970303297, 0.018492400646209717, 0.05635659396648407, 0.06839899718761444, 0.010436366312205791, 0.09892336279153824, -0.027217263355851173, 0.028545310720801353, -0.03871440514922142, -0.029059886932373047, 0.038528647273778915, 0.11148284375667572, 0.17245741188526154, 0.07558014988899231, 0.09499027580022812, 0.06741635501384735, 0.062407441437244415, 0.012442439794540405, 0.009833244606852531, -0.030664680525660515, -0.0034489722456783056, 0.024431977421045303, 0.01010105013847351, 0.043335478752851486, -0.025023600086569786, 0.012655776925384998, -0.004334175959229469, 0.026189927011728287, -0.03716135025024414, -0.05782468244433403, 0.06397363543510437, 0.07160679996013641, 0.013797407038509846, -0.045002564787864685, 0.011190386489033699, 0.05268379673361778, 0.12219211459159851, 0.05281136929988861, 0.08652950823307037, 0.0230620838701725, 0.1674208790063858, 0.041297659277915955, 0.07068930566310883, 0.05035312846302986, 0.0740043893456459, 0.04547365754842758, 0.024617446586489677, -0.030716026201844215, 0.008101129904389381, 0.03404003754258156, 0.0390930101275444, -0.0015416875248774886, -0.017419064417481422, -0.013970927335321903, -0.02052595652639866, -0.004592792596668005, 0.0029422047082334757, 0.07935536652803421, 0.02240745723247528, 0.0940764993429184, 0.05371566861867905, -0.04341429844498634, 0.012855383567512035, 0.011920791119337082, 0.014918250031769276, -0.010761098004877567, -0.034933555871248245, -0.07014206051826477, 0.007646365091204643, -0.022737989202141762, -0.05519070103764534, -0.08469105511903763, -0.027075208723545074, -0.03371960669755936, -0.017613733187317848, -0.09689129889011383, 0.006859957240521908, -0.019317584112286568, -0.008844724856317043, 0.02984531782567501, 0.018913624808192253, 0.01979992911219597, -0.004641544073820114, 0.013981938362121582, 0.035236235707998276, 0.1004524677991867, 0.11755572259426117, 0.06106666103005409, 0.04465503618121147, 0.06664175540208817, -0.017639167606830597, -0.033691417425870895, -0.04730597138404846, 0.043065689504146576, 0.02398131974041462, -0.013690031133592129, -0.037071745842695236, -0.06537005305290222, -0.09631198644638062, -0.06614109873771667, -0.07134286314249039, -0.04240021854639053, -0.019323188811540604, -0.08967281132936478, -0.0038591159973293543, 0.03205794468522072, -0.007418612018227577, 0.007305140141397715, 0.018792642280459404, 0.02605052851140499, -0.004857991822063923, 0.019285960122942924, -0.016071345657110214, -0.012456673197448254, 0.04316921904683113, -0.012750819325447083, -0.0019074325682595372, -0.01208833884447813, -0.024858949705958366, -0.01212807185947895, 0.08683667331933975, 0.03719343990087509, -0.01030863169580698, -0.06567700207233429, -0.10224972665309906, -0.07434345036745071, -0.030795127153396606, -0.041934121400117874, -0.07815476506948471, -0.04795055091381073, -0.005032757762819529, -0.03421229124069214, -0.05591476708650589, 0.01903343014419079, -0.01031866017729044, 0.030449869111180305, 0.028445838019251823, -0.01283560786396265, -0.004206087905913591, 0.023225510492920876, -0.0054146843031048775, -0.024089153856039047, -0.05077273026108742, -0.015238624997437, 0.027424775063991547, 0.10505067557096481, -0.039051078259944916, -0.08160854130983353, -0.10230018198490143, -0.11049985885620117, -0.008332177065312862, -0.1805766373872757, -0.1500941663980484, -0.012383752502501011, 0.01402832567691803, -0.007585461251437664, -0.04085846617817879, -0.02866695448756218, -0.0015559729654341936, -0.009761289693415165, -0.025695696473121643, 0.037239376455545425, 0.01549921091645956, 0.04277552291750908, 0.020598163828253746, -0.008324549533426762, -0.0011115622473880649, 0.014591106213629246, -0.011039304547011852, -0.06618337333202362, -0.036342862993478775, -0.02704981155693531, 0.004575151018798351, 0.037378422915935516, -0.11246353387832642, -0.11092212796211243, -0.10638667643070221, 0.02888716757297516, -0.01810651831328869, -0.1665172129869461, -0.08751048147678375, -0.025213897228240967, -0.03603914752602577, -0.06517278403043747, -0.07729386538267136, -0.05813276767730713, -0.013879755511879921, 0.013909508474171162, -0.0007125155534595251, 0.01669408194720745, 0.018161242827773094, 0.030602656304836273, 0.004462043754756451, 0.006698347628116608, 0.024643005803227425, 0.0250783059746027, -0.004715009592473507, 0.01974273845553398, 0.00435430696234107, 0.016548333689570427, -0.00492055481299758, -0.0650644600391388, -0.055643174797296524, -0.04330752417445183, -0.03268902003765106, -0.0870625376701355, -0.09054833650588989, -0.07698670774698257, -0.024541113525629044, -0.041966453194618225, -0.0653991550207138, -0.0024928064085543156, -0.02248729206621647, -0.03865010663866997, -0.0343950092792511, -0.008477437309920788, -0.025909390300512314, 0.03752894327044487, 0.009711946360766888, -0.006825606804341078, 0.020893195644021034, 0.016651388257741928, 0.014390400610864162, 0.0016635345527902246, 0.025545815005898476, -0.002843657974153757, 0.03891310095787048, -0.00708006601780653, 0.008668498136103153, 0.005192210432142019, 0.02914533205330372, -0.0007727434276603162, 0.01909051090478897, 0.0017885331762954593, 0.03144117444753647, -0.005403199698776007, 0.010127590037882328, 0.014581667259335518, -0.005282549653202295, -0.009529250673949718, 0.0151022644713521, -0.006930926814675331, 0.012614156119525433, 0.03530985862016678, 0.019715668633580208, -0.009457827545702457, 0.030478626489639282, -0.007081560790538788], [0.03765227645635605, 0.01054360531270504, 0.04368302971124649, -0.005284823942929506, 0.042982980608940125, 0.030351663008332253, 0.033992163836956024, -0.005464890506118536, 0.016216585412621498, 0.009836470708251, 0.024685533717274666, 0.024491677060723305, 0.015905221924185753, 0.011644918471574783, 0.05215795338153839, 0.03745456039905548, 0.01620394177734852, 0.020571408793330193, 0.036331966519355774, 0.023323358967900276, 0.04333890974521637, 0.05782552808523178, 0.03764563798904419, 0.033893048763275146, 0.055417537689208984, 0.02667478285729885, 0.038717783987522125, -0.005045215133577585, 0.0003429598000366241, -0.008663457818329334, -0.006344292778521776, 0.03454873710870743, 0.01743408851325512, -0.00595615291967988, 0.03544551134109497, -0.0029777756426483393, 0.056303970515728, 0.021842168644070625, 0.03432539477944374, 0.03539610654115677, 0.03578771650791168, 0.03967338800430298, -0.005507567431777716, 0.055126260966062546, -0.008204272948205471, -0.0027379237581044436, 0.005112896207720041, 0.008400577120482922, 0.012580906972289085, -9.741156827658415e-05, 0.05269315838813782, 0.04905445873737335, 0.04281146824359894, -0.004073258489370346, 0.05495556443929672, 0.035532839596271515, 0.05613146722316742, -0.011057160794734955, 0.035966046154499054, 0.026697224006056786, 0.022624539211392403, 0.0021818995010107756, 0.03301054239273071, 0.025619128718972206, 0.021003911271691322, -0.0010658741230145097, 0.01697363331913948, 0.04549388587474823, 0.010300925001502037, 0.06199375167489052, 0.0326598659157753, 0.044088371098041534, 0.05581888556480408, 0.020677058026194572, -0.012491602450609207, 0.030178984627127647, -0.005935849156230688, 0.019692743197083473, -0.001345934229902923, 0.04176466166973114, -0.005441640969365835, 0.010245297104120255, 0.009243515320122242, 0.03610287606716156, 0.0037130783312022686, 0.026879755780100822, 0.03409365564584732, 0.021778089925646782, -0.003997975494712591, 0.030570385977625847, 0.03458055108785629, -0.002443901728838682, 0.002546011470258236, 0.01662251353263855, 0.019831201061606407, -0.021315429359674454, 0.012428846210241318, -0.022991076111793518, 0.014534801244735718, 0.035025566816329956, 0.026534738019108772, 0.0690964013338089, 0.06442522257566452, 0.031190749257802963, -0.00781908631324768, -0.0011460945243015885, -0.01635289564728737, 0.005450278054922819, -0.003813290735706687, 0.054775163531303406, 0.05592372268438339, 0.012321146205067635, 0.0406368225812912, 0.010719627141952515, 0.059183575212955475, 0.0006425600731745362, 0.0056139384396374226, 0.011785091832280159, 0.05376475676894188, 0.002955084666609764, -0.03359277918934822, -0.05611156299710274, -0.0726698562502861, -0.04797578230500221, -0.037663981318473816, -0.09370845556259155, -0.0328439399600029, -0.004461407195776701, 0.07296758890151978, 0.0002617748687043786, 0.0363001674413681, 0.06010940670967102, 0.046715617179870605, 0.026813769713044167, 0.035965509712696075, -0.013388650491833687, 0.017672423273324966, 0.029298244044184685, 0.019410045817494392, 0.03628335893154144, -0.0072827949188649654, -0.006224990356713533, 0.05033697187900543, 0.059614405035972595, 0.0036329827271401882, 0.09755197167396545, 0.09374061971902847, 0.02238393761217594, 0.0603056475520134, -0.02638356015086174, -0.0779966413974762, -0.07215536385774612, -0.11794126033782959, -0.13438144326210022, -0.043352141976356506, -0.013853730633854866, 0.07104046642780304, -0.05507273226976395, -0.012943996116518974, -0.013932724483311176, -0.028198134154081345, -0.08422386646270752, -0.011499223299324512, 0.001697491155937314, 0.019290251657366753, 0.023676246404647827, 0.00939631275832653, 0.00917010847479105, 0.004808187019079924, 0.04079139232635498, 0.03671225905418396, 0.05718160793185234, 0.0780395120382309, 0.08551854640245438, 0.08193239569664001, -0.010654973797500134, 0.12291009724140167, 0.10044682025909424, 0.07222464680671692, 0.04164373502135277, -0.0027437855023890734, -0.07568786293268204, -0.1362805813550949, -0.04534538462758064, 0.05818936973810196, 0.08897769451141357, 0.019956383854150772, 0.06429899483919144, -0.0017001439118757844, 0.011858773417770863, -0.024639539420604706, -0.016084209084510803, -0.027830326929688454, 0.009369408711791039, 0.007588600739836693, 0.03525429964065552, -0.010263888165354729, 0.02249898761510849, 0.0051730177365243435, 0.05895392596721649, 0.008969595655798912, 0.017898542806506157, 0.040034133940935135, 0.10183808952569962, 0.07220633327960968, 0.19638057053089142, 0.1935146450996399, 0.0728287473320961, -0.02859528549015522, -0.08325611054897308, -0.19112353026866913, -0.08626081049442291, 0.1576232761144638, 0.2882998585700989, 0.08032133430242538, 0.2132420539855957, 0.13420294225215912, 0.026946227997541428, -0.017720356583595276, -0.03867504000663757, -0.025689831003546715, -0.0058328029699623585, 0.015971291810274124, 0.058610811829566956, -0.016870418563485146, 0.059890471398830414, 0.019632816314697266, 0.03374033421278, 0.007794459816068411, 0.047977983951568604, 0.001988575793802738, 0.18802206218242645, 0.2308756560087204, 0.15406493842601776, 0.13098585605621338, 0.043220799416303635, 0.03831838071346283, -0.10299917310476303, -0.010948010720312595, 0.13322488963603973, 0.25784870982170105, 0.22581805288791656, 0.17773988842964172, 0.07264018803834915, -0.05555912107229233, -0.049027182161808014, 0.0016138162463903427, 0.0606607086956501, -0.05496639385819435, -0.010251788422465324, 0.051551301032304764, -0.0024469357449561357, -0.00739720044657588, 0.020139634609222412, 0.026045402511954308, 0.0893622636795044, 0.06103111058473587, 0.0108933812007308, 0.09553492814302444, 0.136663019657135, 0.16268201172351837, 0.07480607181787491, 0.08913949877023697, 0.028584374114871025, 0.018693553283810616, -0.07120762020349503, 0.028793705627322197, 0.23693206906318665, 0.23703768849372864, 0.13355159759521484, 0.0684792622923851, -0.08984620124101639, -0.12788690626621246, -0.0775894969701767, 0.04512520506978035, -0.011662794277071953, -0.013691049069166183, -0.01143697090446949, 0.019154561683535576, 0.003986055497080088, 0.050050489604473114, 0.0012658386258408427, 0.07010798156261444, 0.017530303448438644, 0.07271129637956619, 0.010004736483097076, 0.015337692573666573, 0.04989917203783989, 0.0314456969499588, 0.05314035341143608, 0.0748339369893074, -0.05094395950436592, -0.20998816192150116, -0.2291271686553955, -0.1916724592447281, 0.21328333020210266, 0.16355355083942413, 0.08091247826814651, -0.08316013216972351, -0.1026880145072937, -0.11690982431173325, -0.016943199560046196, -0.057613804936409, -0.037154678255319595, -0.0026335404254496098, -0.014693942852318287, 0.0009673000313341618, 0.028497209772467613, 0.0050863889046013355, 0.05081138759851456, 0.008885366842150688, 0.007035383488982916, -0.032735247164964676, -0.05735163763165474, -0.05625394359230995, -0.029888052493333817, -0.0014655411941930652, 0.0782071053981781, 0.04951707273721695, -0.06380771845579147, -0.25909414887428284, -0.34047168493270874, -0.07777825742959976, 0.12720249593257904, 0.05917295441031456, -0.05782102048397064, -0.17397047579288483, -0.16615046560764313, 0.005716209299862385, -0.05179917812347412, -0.08279301226139069, -0.04046349227428436, 0.010680164210498333, 0.017644289880990982, 0.04857834428548813, 0.015402286313474178, 0.00800114031881094, 0.038013868033885956, 0.055504970252513885, -0.021642319858074188, -0.04631958156824112, -0.12784390151500702, -0.09446200728416443, -0.029186218976974487, 0.04423697665333748, -0.0074349697679281235, 0.024232326075434685, -0.16175121068954468, -0.22171375155448914, -0.2185278981924057, -0.10648160427808762, 0.14184372127056122, 0.11542685329914093, -0.15689417719841003, -0.08055796474218369, -0.21199239790439606, -0.1635054051876068, -0.023853320628404617, -0.07552959769964218, -0.047451201826334, -0.017189785838127136, 0.05379590392112732, 0.04717124626040459, 0.0325905866920948, 0.03278482332825661, 0.04549126327037811, 0.021694520488381386, -0.005994660779833794, -0.06507174670696259, -0.1184799000620842, -0.05839140713214874, -0.014904333278536797, 0.03214964643120766, -0.029550515115261078, -0.04346274212002754, -0.1612521857023239, -0.22347761690616608, -0.1517230123281479, -0.01175537146627903, 0.07478972524404526, 0.056991275399923325, -0.06276746094226837, -0.1100938618183136, -0.23256956040859222, -0.1439134180545807, 0.015288503840565681, -0.029976289719343185, -0.004771629814058542, 0.009833245538175106, 0.026981797069311142, 0.019546104595065117, 0.01709834299981594, 0.0005701079498976469, 0.020198525860905647, 0.015232350677251816, -0.003246772801503539, -0.04131649062037468, -0.03983433544635773, -0.05993520841002464, 0.018204404041171074, -0.07415048032999039, -0.08907884359359741, -0.04461135342717171, -0.05285685881972313, -0.0801282525062561, -0.040299590677022934, -0.014773610047996044, 0.017527330666780472, -0.0008471228065900505, -0.025279704481363297, -0.07043665647506714, 0.007966816425323486, -0.06134442239999771, -0.015924762934446335, -0.007836945354938507, 0.03955371677875519, 0.007411902770400047, 0.05246908962726593, 0.018066000193357468, 0.05587996914982796, 0.0336160808801651, 0.03136755898594856, 0.02463533543050289, 0.0015095943817868829, -0.0248633474111557, -0.03696998581290245, -0.05710519105195999, -0.04627840965986252, -0.09738244116306305, -0.11024723947048187, -0.07691796869039536, -0.051429495215415955, -0.11876849830150604, -0.006646594498306513, -0.043477997183799744, 0.04217899590730667, -0.05430407077074051, 0.04066465422511101, 0.03562932461500168, 0.017539629712700844, -0.030041849240660667, 0.03982445225119591, 0.002640435239300132, 0.0059449272230267525, -0.018854839727282524, 0.016457611694931984, 0.013626359403133392, 0.05153493210673332, 0.050464704632759094, 0.020379232242703438, -0.006662287283688784, 0.007212366443127394, -0.05223721265792847, -0.009722001850605011, 0.03344445675611496, -0.015193874016404152, -0.03414301201701164, -0.0026731002144515514, -0.07498656958341599, -0.0930824726819992, -0.03440527990460396, -0.0020707875955849886, -0.022027969360351562, 0.07089012116193771, 0.08304290473461151, 0.10697133839130402, 0.0565672367811203, 0.06398843228816986, -0.019467433914542198, 0.0010435181902721524, -0.04450935497879982, -0.0027364438865333796, -0.012711653485894203, 0.00584159791469574, 0.022478751838207245, 0.06095636636018753, 0.012382322922348976, 0.04424353688955307, 0.02868945524096489, 0.03035779483616352, 0.005579807795584202, -0.01473143044859171, 0.01583663560450077, -0.055909913033246994, -0.06291870027780533, 0.0391169972717762, -0.026412401348352432, 0.026404287666082382, 0.021980823948979378, 0.04716545715928078, 0.09078498929738998, 0.08376455307006836, 0.08777329325675964, 0.056449759751558304, 0.10439906269311905, 0.1245783120393753, 0.09790802747011185, 0.05667979642748833, 0.051282066851854324, 0.06906220316886902, 0.09230826795101166, 0.04978865757584572, 0.030871348455548286, 0.01469492632895708, 0.031405042856931686, -0.002228642115369439, 0.0477166473865509, 0.018091393634676933, 0.009392320178449154, -0.0003048492653761059, -0.005733320023864508, -0.009115957655012608, -0.02239386923611164, -0.013732237741351128, -0.07026197016239166, 0.020495645701885223, -0.02479231357574463, 0.1543293595314026, 0.1280432939529419, 0.06242749094963074, -0.023372426629066467, 0.06453675031661987, 0.046407390385866165, 0.05665980279445648, 0.058762077242136, 0.016812678426504135, -0.008799153380095959, 0.06049369275569916, 0.0687667578458786, 0.07298314571380615, 0.0004201416450086981, 1.0380897947470658e-05, 0.00642896955832839, 0.026780666783452034, 0.017143648117780685, 0.02088828571140766, -0.011828443966805935, -0.013499202206730843, -0.04049992188811302, -0.06230548769235611, -0.017456138506531715, -0.036362163722515106, -0.06028294190764427, -0.004926861263811588, 0.06529673933982849, 0.10507360845804214, 0.06717260181903839, -0.06327293068170547, -0.08591052144765854, -0.12312940508127213, -0.20236925780773163, -0.009400186128914356, -0.030416853725910187, -0.050187479704618454, -0.05738697201013565, -0.06860340386629105, -0.01182780135422945, 0.0030538104474544525, 0.02025376819074154, 0.04409951716661453, 0.051359809935092926, 0.05689619481563568, 0.04314376413822174, 0.00625109625980258, -0.011742428876459599, -0.08994632959365845, -0.12478343397378922, -0.10551930218935013, -0.061736349016427994, -0.14541390538215637, -0.009738598950207233, 0.04323162883520126, 0.1334819197654724, 0.13146884739398956, 0.0241465475410223, -0.027719218283891678, -0.17871125042438507, -0.11921310424804688, -0.1901000589132309, -0.035928308963775635, -0.07351382076740265, -0.02191789075732231, -0.04634636268019676, -0.04007111117243767, 0.01422377210110426, 0.01080147922039032, 0.03782095015048981, 0.03538157790899277, -0.011213496327400208, 0.04049491137266159, 0.047861482948064804, -0.018705220893025398, -0.006709479261189699, -0.038229525089263916, -0.050113495439291, -0.17507363855838776, -0.1707272231578827, -0.0807613953948021, 0.10866955667734146, 0.12178326398134232, 0.18372505903244019, 0.1465330570936203, 0.07677514106035233, -0.004063903819769621, -0.02242768183350563, -0.09944283962249756, -0.12951070070266724, -0.12754665315151215, -0.050572287291288376, -0.018578127026557922, -0.029526224359869957, -0.05311691015958786, 0.0195264033973217, 0.04463328793644905, 0.015748295933008194, 0.031049858778715134, 0.05301568657159805, 0.04452043026685715, 0.014527891762554646, 0.02477273717522621, 0.005262250080704689, -0.02826312743127346, -0.05340418592095375, -0.09367141127586365, -0.13860540091991425, 0.04408489912748337, 0.10899747908115387, 0.05130327120423317, 0.010546764358878136, 0.07268446683883667, 0.1101347804069519, 0.020749609917402267, 0.006441815290600061, -0.04191027954220772, -0.13184402883052826, -0.07128427177667618, -0.10707622766494751, -0.026965221390128136, -0.0396784245967865, -0.056916493922472, -0.019363749772310257, 0.045235611498355865, 0.05581989139318466, 0.047256678342819214, 0.053023986518383026, 0.013790914788842201, 0.02186732366681099, -0.02266724780201912, 0.026173239573836327, -0.02192297950387001, -0.009738710708916187, -0.008595848456025124, -0.19163276255130768, -0.05033112317323685, 0.08808131515979767, 0.059093981981277466, 0.05057300999760628, 0.08777663111686707, 0.030039213597774506, 0.033943936228752136, -0.038997046649456024, -0.13097572326660156, -0.14583852887153625, -0.027684008702635765, -0.0832681953907013, -0.06592056155204773, 0.002279719803482294, -0.022840742021799088, 0.007542269304394722, 0.04445967450737953, 0.018274517729878426, 0.015953438356518745, 0.0299729835242033, 0.028828246518969536, 0.03555983304977417, -0.027445532381534576, 0.033898621797561646, 0.013788091950118542, -0.001354625099338591, -0.07863295823335648, -0.04850134626030922, 0.005420367233455181, -0.025471890345215797, 0.044411372393369675, 0.03158709406852722, 0.02118569053709507, 0.05199499800801277, 0.04746578633785248, -0.014816529117524624, -0.018434805795550346, -0.04790503531694412, -0.02260236255824566, -0.07955341041088104, -0.03732113540172577, -0.017322272062301636, 0.011375491507351398, 0.04146552458405495, 0.023034578189253807, -0.01081395149230957, 0.00951819121837616, 0.03864124417304993, 0.026164935901761055, 0.018401825800538063, 0.05913959816098213, 0.007652448024600744, 0.016200991347432137, -0.060359299182891846, 0.0216970257461071, 0.018503334373235703, 0.07285810261964798, -0.0569639690220356, -0.02336972951889038, 0.07270129024982452, 0.02327311597764492, 0.06734678894281387, 0.13401393592357635, 0.061386868357658386, -0.06301869451999664, -0.01009210292249918, -0.06602780520915985, -0.010834511369466782, -0.02549523115158081, -0.028090231120586395, 0.008814173750579357, 0.03856728598475456, 0.04740786552429199, -0.003595387563109398, 0.028461674228310585, 0.0591668039560318, 0.01708771474659443, 0.0039905705489218235, -0.0010558529756963253, 0.02734060399234295, -0.059085071086883545, -0.074033722281456, 0.0561961866915226, 0.02517801895737648, 0.01382953580468893, -0.07430164515972137, -0.09031866490840912, -0.055742956697940826, 0.019856251776218414, 0.033902887254953384, 0.0479239784181118, 0.06452371180057526, 0.044842638075351715, 0.09816442430019379, 0.08544164150953293, 0.030550360679626465, 0.005356441717594862, -0.006178745534271002, 0.04816782474517822, 0.022273970767855644, 0.0548149049282074, 0.051396824419498444, 0.0286895502358675, 0.002190439496189356, 0.0021109399385750294, 0.0315546989440918, 0.03739599883556366, 0.005603072699159384, 0.011292122304439545, 0.01210571825504303, 0.042448997497558594, 0.04303520917892456, -0.0026864251121878624, 0.008548025973141193, 0.037701208144426346, 0.015033794566988945, 0.057027701288461685, 0.025508133694529533, 0.03551270067691803, 0.030676452443003654, 0.007151413708925247, 0.022882089018821716, 0.02980005368590355, -0.005397195462137461, 0.019484223797917366, 0.00616501783952117, 0.0483042448759079, 0.04421677440404892, 0.01844598911702633, 0.05777721852064133, 0.006903610657900572], [0.007973182946443558, -0.0015393721405416727, -0.0007046451792120934, 0.005797021556645632, 0.02402183972299099, 0.025751931592822075, 0.007510998751968145, 0.023698797449469566, 0.019588282331824303, -0.03253580257296562, -0.010043262504041195, -0.0037865242920815945, 0.018311379477381706, 0.02371220849454403, 0.017854658886790276, -0.0024478663690388203, -0.004481619689613581, 0.014064396731555462, 0.020990999415516853, -0.024154162034392357, 0.010875371284782887, -0.0089266961440444, 0.027646077796816826, -0.0045389230363070965, -0.022027460858225822, -0.027265558019280434, 0.010314972139894962, -0.0003064934571739286, 0.02995830588042736, -0.003081986680626869, -0.02630331926047802, 0.01282621268182993, -0.01254981104284525, -0.007680403999984264, 0.004211061634123325, -0.025952273979783058, -0.02997610531747341, -0.022838519886136055, 0.018598880618810654, 0.03151065111160278, 0.005709691438823938, 0.0007682016002945602, -0.009735134430229664, -0.008859246037900448, -0.02578636258840561, -0.012252149172127247, 0.01516775693744421, -0.017132025212049484, -0.001894796034321189, 0.012446749024093151, -0.009165440686047077, 0.026988143101334572, 0.0176521148532629, 0.014555557630956173, 0.005636944901198149, 0.00483207730576396, 0.030686503276228905, -0.030692223459482193, 0.012682671658694744, 0.02679840661585331, -0.02014254964888096, 0.016520749777555466, 0.032417621463537216, -0.027558201923966408, 0.03757617250084877, 0.006299988832324743, 0.0016894600121304393, -0.015285506844520569, 0.04756191000342369, 0.031443435698747635, -0.020551806315779686, 0.021567214280366898, -0.04925024136900902, -0.048090383410453796, -0.015824347734451294, 0.016917234286665916, -0.02481142245233059, 0.009945522993803024, -0.01707790233194828, -0.02347610518336296, 0.002475855639204383, -0.004363924730569124, -0.03499620035290718, -0.029604343697428703, 0.013023396022617817, 0.012480507604777813, 0.013025685213506222, -0.0042786565609276295, 0.003910708241164684, -0.0171830914914608, 0.0017686482751742005, 0.018282320350408554, -0.041400130838155746, -0.011430662125349045, 0.05382927507162094, 0.028195954859256744, -0.032305099070072174, 0.013652341440320015, -0.01335508655756712, -0.009761710651218891, -0.03688051924109459, -0.05967175215482712, -0.07713991403579712, -0.05175793543457985, -0.03485390543937683, -0.004731625784188509, 0.03475268557667732, -0.0004023823712486774, -0.026332443580031395, -0.014579183422029018, 0.02429344318807125, -0.0001872493012342602, -0.003927059005945921, -0.020492026582360268, -0.023053554818034172, -0.010553608648478985, -0.005907552782446146, 0.010259067639708519, -0.050712283700704575, -0.024061990901827812, -0.07535126805305481, 0.03772168606519699, 0.06191509589552879, 0.07689442485570908, 0.07737812399864197, 0.08511628210544586, 0.07438325136899948, 0.06265292316675186, 0.02728954330086708, -0.009607813321053982, -0.02381456084549427, -0.02111467346549034, -0.039090707898139954, -0.06064563989639282, -0.02302009053528309, -0.02834380231797695, 0.0011014874326065183, -0.033767279237508774, 0.010434220544993877, -0.020587405189871788, 0.011406569741666317, -0.02534426562488079, -0.012081501074135303, 0.012817776761949062, 0.0059114182367920876, -0.04705940559506416, -0.06290357559919357, -0.028369557112455368, -0.004458782263100147, 0.01109031680971384, 0.10351325571537018, 0.18596991896629333, 0.1267329752445221, 0.009100201539695263, -0.01937517337501049, -0.08157064020633698, 0.023330746218562126, -0.019950468093156815, -0.018494606018066406, -0.025387408211827278, -0.02105531096458435, -0.02631199173629284, -0.0266728512942791, 0.028429988771677017, 0.014987568370997906, -0.00013596330245491117, -0.01612072065472603, 0.019265463575720787, 0.0015261663356795907, -0.03314230963587761, 0.00786049198359251, 0.006721074227243662, -0.014368400909006596, -0.06416618824005127, -0.12654969096183777, -0.038260020315647125, 0.04384300485253334, 0.039273153990507126, 0.04537345468997955, 0.07747145742177963, 0.1711725890636444, -0.039587147533893585, -0.14088782668113708, -0.06282420456409454, 0.011654345318675041, -0.05631183087825775, -0.03347146883606911, -0.03703595697879791, -0.07215321063995361, -0.11419511586427689, 0.045657336711883545, 0.03388696536421776, 0.04795890301465988, 0.02567978762090206, 0.03096446394920349, -0.030993176624178886, -0.0020178973209112883, -0.005277674179524183, 0.01652681827545166, -0.0522976852953434, -0.03641173243522644, -0.01989322155714035, -0.06750811636447906, 0.025405166670680046, 0.09319154918193817, 0.03804150968790054, 0.11938954889774323, 0.01440805196762085, -0.1007380411028862, -0.1653723418712616, -0.15829692780971527, -0.024156829342246056, -0.03856883570551872, -0.11884035170078278, -0.07332789152860641, -0.1278534084558487, -0.04882095009088516, 0.014219560660421848, 0.10078417509794235, -0.003792895469814539, -0.04876941069960594, -0.007041121833026409, -0.01961778663098812, -0.016320345923304558, 0.019913015887141228, -0.032075461000204086, -0.0005580973229371011, -0.024200009182095528, -0.06408476829528809, -0.033551525324583054, -0.02846762165427208, 0.048103898763656616, 0.01455303467810154, 0.07651921361684799, 0.035105302929878235, -0.01161396037787199, -0.06255876272916794, -0.0383828766644001, -0.11852734535932541, -0.07372360676527023, 0.05171319097280502, -0.046814724802970886, -0.1643136739730835, -0.024190150201320648, 0.04965561255812645, 0.03604164719581604, 0.01736604981124401, -0.027224577963352203, -0.008294938132166862, 0.015813583508133888, 0.035640034824609756, 0.030339213088154793, -0.02380422316491604, -0.0006240837392397225, -0.039194680750370026, 0.004410473629832268, -0.05178358778357506, -0.05845355615019798, -0.04011714458465576, 0.052044015377759933, 0.0033574525732547045, 0.034257300198078156, 0.13965995609760284, 0.07841046899557114, -0.0515800379216671, -0.12575417757034302, -0.2164379060268402, -0.08819840848445892, 0.1522374451160431, -0.07009486854076385, -0.023950230330228806, 0.0035914299078285694, 0.05289692059159279, -0.013384143821895123, -0.051819704473018646, 0.03903762623667717, 0.03971375897526741, 0.08815175294876099, 0.015621746890246868, -0.0012791409390047193, 0.024408327415585518, 0.007645016070455313, 0.01354511734098196, -0.004335053265094757, 0.0223386250436306, 0.01980631984770298, 0.027602102607488632, 0.1112252026796341, 0.06295119225978851, 0.0999930202960968, 0.1486501842737198, 0.0719558447599411, -0.006132193375378847, -0.17682960629463196, -0.11202822625637054, 0.03563377633690834, 0.036919109523296356, -0.06916606426239014, 0.0021634039003401995, 0.013431149534881115, 0.0012110695242881775, -0.014269564300775528, -0.02298053540289402, -0.014395731501281261, 0.043331731110811234, 0.05549114570021629, -0.02321546897292137, 0.015485630370676517, 0.0029899850487709045, 0.012155336327850819, -0.027964791283011436, 0.01466662809252739, -0.041080038994550705, 0.0030099893920123577, 0.047829337418079376, 0.08191254734992981, 0.02198776789009571, 0.12409792095422745, 0.1089448556303978, 0.1867074817419052, 0.06535976380109787, -0.1335574984550476, -0.15344592928886414, -0.020386960357427597, -0.018560446798801422, -0.021719152107834816, -0.08179138600826263, 0.013867956586182117, -0.04732513055205345, -0.07508626580238342, -0.10825896263122559, 0.006336106453090906, 0.04229853302240372, 0.062456246465444565, 0.016527963802218437, -0.0003950937825720757, 0.00852928962558508, -0.015115336515009403, -0.03244072571396828, -0.015255535952746868, -0.0074204751290380955, -0.015913130715489388, -0.014377644285559654, 0.052680253982543945, 0.0259566493332386, 0.0780503898859024, 0.09583515673875809, 0.16196148097515106, 0.09110201150178909, -0.054079439491033554, -0.14778180420398712, -0.0502091646194458, 0.0003814348019659519, -0.026537002995610237, -0.15124505758285522, -0.031779516488313675, -0.07400812208652496, -0.07851041108369827, -0.07543089240789413, -0.02961139567196369, 0.0037057246081531048, 0.005616419482976198, -0.008165908977389336, -0.019656000658869743, -0.009348439984023571, 0.008157829754054546, -0.03746464475989342, 0.012749633751809597, -0.03219238668680191, -0.02987656556069851, -0.03859417513012886, 0.024227768182754517, 0.025023765861988068, 0.11393501609563828, 0.09003245830535889, 0.14550991356372833, 0.08691250532865524, -0.02837415598332882, -0.10069579631090164, -0.08135076612234116, -0.02136017195880413, -0.06375151872634888, -0.06096085160970688, -0.05891552194952965, -0.0066350121051073074, -0.0661005899310112, -0.05164996534585953, -0.04597994312644005, 0.0045265695080161095, -0.02946578897535801, -0.008971135132014751, -0.0077812387607991695, -0.00883821677416563, -0.010908144526183605, -0.016122333705425262, 0.012799826450645924, -0.0015646788524463773, -0.045043472200632095, -0.0006120746256783605, -0.010040328837931156, 0.031071951612830162, 0.002383667044341564, 0.04087958112359047, 0.04339039325714111, -0.08240606635808945, -0.11937341094017029, -0.12755171954631805, -0.06269317120313644, 0.03835549205541611, 0.013651078566908836, -0.06717320531606674, -0.12826824188232422, -0.06567256152629852, 0.010246113874018192, 0.024904828518629074, -0.04008816182613373, 0.01745777577161789, -0.01848308928310871, -0.010519584640860558, -0.0001894808519864455, 0.004667604807764292, -0.022521337494254112, -0.03438698127865791, 0.026648657396435738, 0.01528487540781498, -0.06931570172309875, -0.017869703471660614, 0.06184595450758934, 0.06380599737167358, 0.10754624009132385, 0.05252871289849281, 0.06672787666320801, 0.057478707283735275, -0.05009905621409416, -0.07106713205575943, -0.11487405747175217, 0.03046381287276745, 0.02068198285996914, -0.06691288203001022, -0.10045711696147919, -0.09724114090204239, -0.0451698899269104, -0.04879080876708031, 0.00995574053376913, 0.007483142893761396, -0.003910742234438658, -0.03280360996723175, 0.004661973100155592, -0.024373793974518776, -0.037439052015542984, 0.00569766154512763, -0.04279756173491478, -0.061374496668577194, -0.03005005046725273, -0.004989892244338989, -0.015008470043540001, -0.04781832545995712, 0.0025633664336055517, 0.0039049098268151283, 0.027574719861149788, 0.1606471687555313, 0.05562840402126312, -0.02039698138833046, -0.10802283883094788, 0.12885788083076477, 0.07968280464410782, 0.005933243315666914, -0.010772502049803734, -0.08009132742881775, -0.07242712378501892, -0.09352408349514008, -0.004521738737821579, 0.042358532547950745, 0.037205711007118225, -0.023718586191534996, 0.00711229769513011, 0.013107775710523129, -0.021246926859021187, 0.017969641834497452, -0.016432056203484535, -0.02404513582587242, -0.0328853540122509, -0.04379074275493622, -0.052833441644907, -0.09328356385231018, -0.020339278504252434, 0.06282518804073334, 0.08494731783866882, 0.07341685146093369, 0.03508048132061958, -0.12246163934469223, -0.15449927747249603, -0.008657128550112247, 0.045277535915374756, -0.0065264469012618065, -0.008991638198494911, -0.030135808512568474, -0.0866849347949028, -0.0637783408164978, 0.0034686271101236343, 0.01926254667341709, 0.036194346845149994, -0.04681485518813133, -0.009080157615244389, 0.022679736837744713, -0.02606879360973835, -0.03189815953373909, -0.010854301042854786, -0.03752877935767174, -0.03165418282151222, -0.0009266813867725432, -0.019580522552132607, -0.054917339235544205, 0.03529980406165123, 0.17684805393218994, 0.044762901961803436, 0.05302157625555992, -0.05305231735110283, -0.05785005912184715, -0.1193101555109024, -0.06802022457122803, -0.030971886590123177, 0.07777321338653564, -0.019244184717535973, -0.049532171338796616, -0.04310763627290726, -0.024856749922037125, 0.06866174191236496, 0.03289061784744263, 0.04652305319905281, -0.03806988522410393, -0.0069847614504396915, -0.013833017088472843, -0.034582506865262985, -0.017658567056059837, -0.03630848228931427, -0.041965361684560776, -0.022120412439107895, 0.0010958279017359018, -0.0059034014120697975, -0.033240702003240585, -0.04901580885052681, 0.16185183823108673, 0.17825950682163239, 0.15221863985061646, 0.09254829585552216, 0.015734853222966194, -0.0464850552380085, -0.10892028361558914, -0.011459942907094955, 0.03775626793503761, -0.08405527472496033, -0.059265848249197006, -0.05050137639045715, 0.0036793616600334644, 0.06901110708713531, 0.03680907562375069, 0.015764018520712852, -0.02025444433093071, -0.007944774813950062, -0.02517031691968441, -0.036165203899145126, -0.03556472435593605, 0.012755491770803928, -0.024347299709916115, -0.0058175912126898766, -0.04516681656241417, -0.03394065052270889, 0.01237692404538393, 0.07774664461612701, 0.19275055825710297, 0.2618913948535919, 0.23875974118709564, 0.13768106698989868, 0.0011059489334002137, 0.07779321819543839, -0.08116698265075684, -0.04070064052939415, 0.014657526277005672, -0.060394227504730225, -0.09161796420812607, -0.03249354660511017, 0.019433623179793358, 0.08120790123939514, 0.04226412996649742, 0.013317822478711605, -0.011102776043117046, 0.025935756042599678, 0.011452567763626575, 0.025281349197030067, -0.007689404301345348, 0.024249233305454254, -0.04129613935947418, 0.00966870691627264, -0.06354731321334839, -0.0036775199696421623, -0.014348545111715794, 0.14155158400535583, 0.10291428118944168, 0.2104705274105072, 0.09342203289270401, 0.11697132140398026, 0.13928116858005524, 0.09419644623994827, -0.10540508478879929, 0.015197507105767727, 0.014932982623577118, -0.04688246548175812, -0.0651349127292633, 0.024108022451400757, 0.09378890693187714, 0.1223917081952095, 0.010485488921403885, 0.0376833900809288, 0.01605452038347721, 0.029263971373438835, -0.025627324357628822, -0.04030248150229454, 0.020620279014110565, 0.031893886625766754, -0.0008858965593390167, -0.01919880509376526, -0.023854078724980354, 0.019906725734472275, -0.025445397943258286, 0.05446679890155792, 0.05590817704796791, 0.10641603171825409, 0.08616230636835098, 0.08553440123796463, 0.07648138701915741, 0.017733750864863396, 0.017856959253549576, -0.0223185233771801, 0.023936737328767776, -0.021671967580914497, 0.009974089451134205, 0.06903913617134094, 0.05188744515180588, 0.06323149800300598, 0.020986594259738922, -0.03510603308677673, 0.030330171808600426, 0.022751590237021446, -0.012804080732166767, 0.024390948936343193, -0.0055592418648302555, 0.0036300704814493656, 0.030271003022789955, 0.007390011567622423, -0.08211865276098251, -0.041435182094573975, -0.012894042767584324, 0.0220621507614851, -0.007721150293946266, -0.004268324933946133, 0.03318213298916817, 0.06789504736661911, 0.10755755007266998, 0.09073500335216522, 0.05996102839708328, 0.06332511454820633, 0.001454182667657733, 0.015186218544840813, 0.03778400272130966, 0.0782034769654274, 0.03420558571815491, 0.05676127225160599, 0.03598684072494507, -0.023176254704594612, -0.025679776445031166, -0.0023401654325425625, -0.02788250334560871, -0.009722081013023853, -0.025994932278990746, -0.0329609252512455, -0.014852785505354404, -0.0678425282239914, -0.07403655350208282, -0.14886657893657684, -0.09041204303503036, -0.043278466910123825, 0.006467158906161785, 0.02203456312417984, 0.08164351433515549, 0.07103607058525085, 0.08393769711256027, 0.13231195509433746, 0.1372298300266266, 0.0883132666349411, 0.17251963913440704, 0.1393652707338333, 0.007743744179606438, -0.04760155826807022, 0.0020989838521927595, 0.04481073468923569, 0.024762356653809547, 0.007861057296395302, -0.001573164714500308, 0.02345927618443966, 0.026716357097029686, 0.027690676972270012, 0.0018954452825710177, 0.021436555311083794, -0.0041173468343913555, -0.04985086992383003, 0.0011672541731968522, -0.06920288503170013, -0.0974917784333229, -0.08638148754835129, -0.04739284887909889, -0.010783598758280277, -0.04840850830078125, -0.014515352435410023, 0.042503464967012405, 0.1330627053976059, 0.13329268991947174, 0.15139831602573395, 0.09082622826099396, 0.012080534361302853, -0.026157502084970474, -0.03181584179401398, -0.014873442240059376, 0.028014928102493286, 0.024972857907414436, -0.00662404065951705, -0.02536013163626194, -0.03873361274600029, -0.02801593579351902, -0.0341319777071476, -0.015830017626285553, 0.02714543603360653, 0.013625766150653362, 0.021805522963404655, -0.043687984347343445, -0.006632477045059204, -0.010191734880208969, -0.0723007395863533, -0.06353648006916046, -0.006588459946215153, 0.021959800273180008, -0.04374369606375694, -0.028541292995214462, -0.013511397875845432, -0.06978929042816162, -0.004990966059267521, 0.0018407792085781693, -0.03550862893462181, 0.014949423260986805, -0.008973675779998302, -0.03829805925488472, 0.004249580670148134, 0.018438225612044334, 0.01873297058045864, 0.007943701930344105, 0.029678182676434517, -0.026099873706698418, -0.02650064043700695, -0.021640470251441002, -0.004168275278061628, 0.029536867514252663, -0.012382165528833866, 0.010316497646272182, 0.0032256590202450752, -0.02747158147394657, -0.02287345938384533, -0.012283905409276485, 0.0193368811160326, -0.0330885574221611, -0.025951797142624855, -0.009808028116822243, -0.02884707599878311, -0.020045265555381775, 0.009172848425805569, 0.013296911492943764, -0.006552601233124733, 0.007638711016625166, -0.017606956884264946, -0.022429993376135826, -0.018341684713959694, -0.0014268321683630347, 0.023653781041502953, -0.026447804644703865, 0.018771333619952202], [0.006036997772753239, -0.01944841258227825, 0.030398903414607048, -0.02339651994407177, -0.03054039180278778, 0.013154484331607819, 0.024116428568959236, -0.016116352751851082, -0.039671555161476135, -0.01182054728269577, -0.0009995321743190289, 0.024447942152619362, 0.010991618037223816, -0.003182503627613187, 0.01893058978021145, 0.020245863124728203, 0.02525058574974537, -0.020963190123438835, 0.017924530431628227, 0.026673926040530205, -0.03836626559495926, 0.002207314595580101, -0.03244995325803757, -0.02920917607843876, 0.01186753436923027, 0.02834171988070011, -0.034789398312568665, 0.0001421266933903098, -0.029972976073622704, 0.020189570263028145, 0.01959259621798992, 0.00022351382358465344, 0.003994174301624298, -0.023546678945422173, -0.038880497217178345, 0.02758103422820568, -0.038462333381175995, -0.0008834374020807445, -0.01070532575249672, -0.037372007966041565, 0.023099107667803764, 0.006301661487668753, 0.020039480179548264, 0.014936994761228561, 0.026389308273792267, -0.005480340216308832, -0.040612537413835526, -0.010372612625360489, 0.01917402260005474, -0.012215705588459969, 0.020570768043398857, 0.011484775692224503, -0.020619062706828117, -0.02977072261273861, -0.0405527725815773, -0.03639707714319229, -0.03808712959289551, -0.02875722385942936, -0.022855473682284355, -0.00143854646012187, -0.0013105068355798721, 0.016941729933023453, -0.01969452202320099, 0.010175216943025589, -0.000294631056021899, 0.020437728613615036, -0.03710363060235977, 0.0008159547578543425, -0.004250471945852041, 0.06304869055747986, 0.00834797415882349, 0.0010974608594551682, 0.027070285752415657, 0.033746927976608276, 0.025504952296614647, -0.04292677715420723, -0.03864723816514015, 0.031782835721969604, 0.009145572781562805, -0.026367630809545517, -0.009901636280119419, 0.008436782285571098, -0.0088015366345644, 0.015716152265667915, -0.03268378973007202, 0.02528783120214939, -0.03975638747215271, 0.0072596268728375435, 0.022709215059876442, 0.029553554952144623, -0.007364328950643539, 0.007947227917611599, 0.019179843366146088, -0.011692339554429054, 0.0027277881745249033, -0.025208493694663048, 0.11103377491235733, 0.09335187822580338, 0.04220252484083176, 0.0007272532093338668, 0.04411964491009712, 0.059074196964502335, 0.11110806465148926, 0.039455074816942215, 0.01701778918504715, 0.00808828603476286, -0.007755147758871317, -0.016942715272307396, -0.02710234932601452, 0.02952694706618786, -0.003907124977558851, -0.01570751518011093, -0.03156416863203049, 0.025367168709635735, -0.03735244274139404, 0.011376612819731236, -0.036433637142181396, -0.013572102412581444, 0.019870111718773842, -0.006226091179996729, 0.06234777346253395, 0.03791261091828346, 0.04463457316160202, 0.13107840716838837, 0.12817922234535217, 0.1343645453453064, 0.11884886026382446, 0.06739063560962677, 0.1039392277598381, 0.0614265538752079, 0.06862974166870117, 0.0769863873720169, -0.016988784074783325, -0.008020181208848953, -0.05711211636662483, -0.05467817187309265, -0.06700969487428665, -0.0005600342410616577, 0.01562450174242258, -0.01798100583255291, -0.030838603153824806, -0.02454029582440853, -0.024207865819334984, -0.004889986012130976, 0.000902437896002084, 0.010445424355566502, 0.0036369855515658855, -0.018312465399503708, -0.042548343539237976, -0.025918079540133476, 0.011992037296295166, 0.054215483367443085, 0.026659784838557243, 0.02390042506158352, -0.010409974493086338, 0.08817028999328613, 0.05474233627319336, -0.06268765032291412, -0.025910114869475365, 0.03916044905781746, -0.01849239133298397, 0.02903844602406025, -0.0023861266672611237, -0.09917961806058884, -0.036369599401950836, 0.010438116267323494, -0.0321841724216938, -0.04034791141748428, 0.008352173492312431, -0.0024308913853019476, 0.014591459184885025, 0.024257246404886246, 0.03929571807384491, -0.0008668732480145991, -0.048687662929296494, -0.003709746990352869, 0.018067920580506325, 0.002263212576508522, 0.058173295110464096, -0.013930127955973148, -0.07309409976005554, -0.09464401006698608, -0.10108867287635803, -0.09481243044137955, -0.10594811290502548, -0.05417352542281151, -0.054120831191539764, -0.04609323665499687, -0.031211374327540398, -0.03226473927497864, -0.06261015683412552, -0.056090809404850006, -0.02356007881462574, -0.00732920179143548, 0.017422521486878395, -0.008919531479477882, 0.02956240437924862, -0.03540407866239548, -0.04031866788864136, -0.027531715109944344, 0.061191245913505554, 0.01454969123005867, -0.032040588557720184, 0.029499828815460205, -0.011491267010569572, 0.008673526346683502, 0.0354643389582634, -0.08990047127008438, -0.1019604504108429, -0.16135618090629578, -0.14573203027248383, -0.1378810703754425, -0.05889524519443512, -0.04029325023293495, -0.022185446694493294, -0.06323539465665817, 0.051855310797691345, -0.05096323415637016, -0.08855462074279785, -0.052308276295661926, -0.012980945408344269, -0.006216022185981274, 0.01755390129983425, -0.009032171219587326, -0.007399659138172865, -0.009675368666648865, -0.03099207766354084, -0.013463079929351807, 0.04002854600548744, -0.00817895121872425, 0.00475279800593853, 0.02946506440639496, -0.006922791246324778, -0.10493297874927521, -0.06153634563088417, -0.12896278500556946, -0.13393941521644592, -0.13786455988883972, -0.08754056692123413, -0.12163373082876205, -0.06054563447833061, 0.03735518082976341, 0.06346204876899719, 0.0368727408349514, 0.04727105423808098, 0.008714010007679462, -0.01429781038314104, -0.01362882275134325, 0.025528928264975548, 0.018560640513896942, 0.03136665001511574, 0.02509644813835621, 0.015527964569628239, 0.011873401701450348, -0.002932943170890212, 0.04481317102909088, 0.001519894110970199, -0.020007537677884102, -0.0028353894595056772, -0.015956226736307144, -0.07578036189079285, -0.1560342013835907, -0.09122130274772644, -0.1064721941947937, -0.06879940629005432, 0.03900889307260513, 0.0008556870743632317, -0.016143927350640297, 0.12316364049911499, 0.08658844232559204, 0.1126769557595253, 0.12238001823425293, 0.035463009029626846, -0.04154529049992561, -0.02838781848549843, 0.046683453023433685, 0.04122188314795494, 0.045990053564310074, 0.025941118597984314, -0.0006432342925108969, -0.030295586213469505, 0.006912584882229567, 0.02737809531390667, -0.00641128933057189, -0.00487405015155673, -0.01186362188309431, -0.011882229708135128, -0.05197302997112274, -0.07576707005500793, -0.09770336747169495, 0.016135744750499725, 0.1234864890575409, 0.0786844938993454, 0.17024490237236023, 0.10967037826776505, 0.08935587108135223, 0.11874222010374069, 0.11558912694454193, 0.09796589612960815, 0.10750171542167664, 0.1341613531112671, -0.0072097028605639935, -0.04508267715573311, 0.02905968204140663, -0.030549099668860435, -0.03919031471014023, 0.0032325058709830046, -0.02837415225803852, -0.01654541678726673, 0.0246156994253397, -0.02404146082699299, -0.009967468678951263, 0.056848444044589996, -0.018603825941681862, 0.00808828417211771, -0.0630076676607132, -0.021579058840870857, 0.06522217392921448, 0.028640329837799072, 0.13358505070209503, 0.1557064950466156, 0.19075369834899902, 0.22178681194782257, 0.1475861370563507, -0.06598469614982605, -0.04954789578914642, -0.004127499647438526, 0.053488656878471375, 0.06877881288528442, -0.038762036710977554, -0.04630788788199425, -0.03758005425333977, -0.011611743830144405, -0.01908559910953045, 0.016346918419003487, 0.024444283917546272, 0.029278090223670006, 0.0024967475328594446, -0.0033691911958158016, 0.008435304276645184, 0.04351557418704033, 0.013357835821807384, -0.004594582598656416, 0.010622169822454453, 0.05405746400356293, 0.09996866434812546, 0.0031098523177206516, -0.014448096975684166, -0.0003475867270026356, -0.003635468427091837, 0.05146331340074539, -0.0077310423366725445, -0.10595091432332993, -0.06307338178157806, -0.05970117077231407, -0.08663497865200043, 0.02444944903254509, -0.002582341432571411, -0.023979684337973595, -0.06039377301931381, -0.03818304091691971, -0.0583026297390461, 0.013499674387276173, 0.0020458297803997993, 0.017239820212125778, -0.032230816781520844, -0.017730090767145157, -0.004981997422873974, -0.027113014832139015, 0.007873985916376114, 0.04011394456028938, 0.03902237489819527, 0.04779618978500366, -0.039986610412597656, -0.1862536519765854, -0.11424735933542252, -0.12900681793689728, -0.08595377951860428, -0.00506935641169548, -0.10235195606946945, 0.0037443607579916716, -0.04414758086204529, -0.07424436509609222, -0.06905114650726318, -0.0010970575967803597, -0.03983938694000244, -0.05479303374886513, -0.05349273234605789, -0.05265168473124504, 0.004521105904132128, 0.033108070492744446, -0.0008856215863488615, -0.016833161935210228, 0.011674083769321442, -0.005080699920654297, 0.022955218330025673, -0.09743569046258926, -0.055116452276706696, 0.008987504057586193, -0.02949962392449379, 0.042168114334344864, -0.1274837702512741, -0.10713224858045578, -0.06893572956323624, -0.09310544282197952, -0.009526089765131474, 0.055797696113586426, -0.043297410011291504, 0.01673891581594944, -0.016223778948187828, -0.0675276666879654, -0.007640502881258726, -0.038235198706388474, -0.10165251791477203, -0.09239494800567627, -0.05147194117307663, -0.08220873773097992, -0.031660422682762146, -0.0042189788073301315, -0.0025596620980650187, -0.011490248143672943, 0.0021572860423475504, 0.01676841825246811, -0.0326710008084774, -0.030207280069589615, -0.08407062292098999, -0.004378225654363632, 0.022639650851488113, 0.009312830865383148, -0.010704275220632553, -0.06691388785839081, 0.020191652700304985, -0.052134495228528976, 0.11374662816524506, 0.1358093023300171, -0.06611145287752151, -0.0933072566986084, -0.20030847191810608, -0.10733390599489212, -0.10270709544420242, -0.16412708163261414, -0.08701379597187042, -0.05216895416378975, -0.06950514018535614, -0.04312480613589287, 0.022560330107808113, -0.035738490521907806, -0.032676368951797485, -0.018213702365756035, 0.014418236911296844, 0.04143742844462395, 0.012821306474506855, -0.06467185169458389, -0.07938770204782486, -0.032192740589380264, 0.026343869045376778, -0.06252732872962952, 0.04255408048629761, 0.0192184429615736, -0.027320904657244682, -0.020067550241947174, 0.025113312527537346, 0.010409804992377758, -0.09891042858362198, -0.14312879741191864, -0.24877524375915527, -0.13546238839626312, -0.06677505373954773, -0.15771856904029846, -0.060870710760354996, -0.04328480735421181, -0.04293430596590042, -0.06543628871440887, -0.014634975232183933, 0.02476971410214901, -0.02082032896578312, -0.01731567643582821, -0.040162019431591034, -0.013658900745213032, 0.022914675995707512, -0.01710330881178379, -0.0538642555475235, -0.03648315370082855, -0.009662704542279243, -0.03671030327677727, -0.022684257477521896, -0.06883744150400162, 0.029841963201761246, -0.037958841770887375, -0.05640646070241928, -0.05166452005505562, -0.17380741238594055, -0.08689899742603302, -0.1671237349510193, -0.14974910020828247, -0.03340961039066315, -0.1228104680776596, -0.022806957364082336, -0.07367205619812012, -0.03362468630075455, -0.020424576476216316, -0.005382077302783728, 0.009079760871827602, -0.03839675337076187, 0.007630755193531513, -0.02693377621471882, 0.03893903270363808, 0.03911711648106575, -0.047007471323013306, -0.032493334263563156, -0.061320554465055466, -0.04079874977469444, -0.05015593022108078, -0.062186188995838165, -0.024396633729338646, 0.027268482372164726, -0.05854973569512367, 0.0351703017950058, -0.06627734750509262, -0.08965837210416794, -0.03778786584734917, -0.018374690786004066, 0.014541156589984894, 0.0909087061882019, 0.04406263306736946, 0.06001101806759834, -0.04347528517246246, -0.06943125277757645, 0.014712046831846237, -0.032395634800195694, -0.00011785461538238451, -0.009033959358930588, -0.04091424494981766, 0.005877058953046799, 0.011708482168614864, 0.02012140490114689, -0.003923963755369186, -0.07038287073373795, -0.02335905097424984, -0.05907640606164932, -0.0594126433134079, 0.0040847198106348515, 0.04339266195893288, -0.09539508074522018, -0.14195488393306732, 0.059323783963918686, -0.058048609644174576, 0.03670898824930191, 0.09932016581296921, 0.10508335381746292, 0.08732979744672775, 0.04744088277220726, 0.047205600887537, -0.02620716765522957, -0.04741790518164635, 0.002627170877531171, -0.014874912798404694, 0.0014880280941724777, -0.008475447073578835, 0.02105550281703472, 0.0078979367390275, -0.0211491622030735, -0.0004905936657451093, -0.00418029585853219, 0.0022210925817489624, -0.0800706297159195, 0.01758057251572609, 0.0162089541554451, 0.03463549539446831, 0.0050096469931304455, 0.040052637457847595, 0.010985225439071655, 0.045832324773073196, 0.020405396819114685, 0.008192485198378563, 0.003829616354778409, -0.006719252560287714, 0.03707120567560196, 0.09744231402873993, 0.06460919231176376, 0.05540136247873306, -0.015301571227610111, -0.004211487248539925, -0.008516884408891201, -0.0119300102815032, 0.01753057911992073, 0.004370108246803284, 0.0265717264264822, -0.010241540148854256, 0.021871153265237808, -0.02211040072143078, -0.03699146956205368, 0.0011413091560825706, -0.05462389439344406, 0.009626248851418495, 0.016230646520853043, -0.029483655467629433, -0.021052174270153046, 0.0390736423432827, 0.030716730281710625, 0.02624744363129139, 0.03426652401685715, 0.014691025950014591, 0.00450191181153059, 0.04373651742935181, 0.09339848160743713, 0.20601655542850494, 0.058693647384643555, -0.01618455909192562, 0.0011774362064898014, -0.014778540469706059, 0.026584284380078316, 0.03301620855927467, 0.014946424402296543, 0.028988465666770935, -0.03318726271390915, -0.031440019607543945, -0.008093961514532566, 0.017365531995892525, 0.003709424752742052, 0.004767609294503927, 0.0376536026597023, 0.02908509038388729, 0.00813104398548603, -0.007953382097184658, -0.05176787078380585, -0.010060924105346203, 0.05437999963760376, -0.005406282842159271, 0.07581905275583267, 0.10226671397686005, 0.15618614852428436, 0.10509762167930603, 0.07229523360729218, 0.13505353033542633, -0.022124025970697403, 0.04759480059146881, -0.021368201822042465, -0.004441649187356234, 0.02122829481959343, -0.01971600204706192, -0.007665745913982391, -0.0009285334381274879, -0.0016703791916370392, 0.011011973023414612, 0.020199911668896675, 0.02606867253780365, 0.018130194395780563, -0.000868439266923815, -0.026843935251235962, -0.09049149602651596, -0.029223162680864334, -0.06101783365011215, -0.013304930180311203, 0.019573429599404335, -0.006105443462729454, 0.05705271288752556, 0.05803294479846954, 0.09698224067687988, 0.14922389388084412, 0.049037251621484756, 0.09213297069072723, 0.007628388702869415, 0.024854985997080803, -0.002837382024154067, -0.05675097927451134, -0.0710025355219841, -0.0020919335074722767, 0.015826469287276268, -0.01803453452885151, 0.03151147812604904, -0.02728496678173542, -0.0029602230060845613, -0.02005602978169918, -0.01587069220840931, 0.004371108021587133, -0.044696662575006485, -0.0783533826470375, -0.10965650528669357, -0.14502109587192535, -0.047239381819963455, 0.04066005349159241, -0.01447969675064087, -0.011418075300753117, 0.026915209367871284, 0.01117329765111208, 0.0882595032453537, 0.037837568670511246, -0.0203616451472044, -0.052092552185058594, -0.027023538947105408, -0.048105765134096146, -0.032464779913425446, -0.06590670347213745, -0.06233016401529312, -0.0344795286655426, 0.003969893325120211, 0.013272589072585106, 0.020677475258708, -0.020885413512587547, -0.008823737502098083, 0.02649408020079136, 0.008133091032505035, 0.012533919885754585, -0.008686148561537266, -0.00871275644749403, -0.0752171128988266, -0.030728565528988838, -0.01116572879254818, 0.023239096626639366, -0.03249432519078255, -0.02871415764093399, 0.049490414559841156, 0.12423606216907501, 0.030888251960277557, -0.05033797025680542, -0.0023015181068331003, 0.014122389256954193, 0.012535197660326958, -0.012713316828012466, -0.017298685386776924, -0.0018887077458202839, -0.0466507188975811, 0.016910284757614136, 0.01717127114534378, -0.02235269360244274, 0.008770194835960865, -0.026508452370762825, 0.02557198889553547, -0.03299408406019211, -0.033223457634449005, -0.03011195920407772, -0.03171227499842644, -0.04704912751913071, 0.0031490717083215714, 0.0035250119399279356, 0.006706795655190945, 0.017185455188155174, -0.0012024340685456991, -0.02286081202328205, 0.011732500046491623, -0.004865898750722408, -0.03303627297282219, -0.02940026856958866, -0.03072326071560383, -0.01992535963654518, -0.04785744100809097, -0.053449854254722595, -0.02104511857032776, -0.03703645244240761, 0.015038475394248962, -0.029938554391264915, -0.02909119799733162, -0.00823422521352768, -0.03865237534046173, -0.028086258098483086, 0.025511616840958595, 0.007705967873334885, -0.01869845949113369, -0.005754776298999786, -0.021091612055897713, -0.0030098722781986, -0.018681727349758148, 0.024492256343364716, 0.03125453367829323, 0.03024064190685749, 0.026629239320755005, -0.02008744701743126, -0.0013468690449371934, -0.008360955864191055, -0.02272636629641056, -0.04846353083848953, -0.024833353236317635, 0.02531272917985916, -0.039417676627635956, -0.029558727517724037, 0.007945701479911804, -0.014865482226014137, 0.03125105798244476, 0.011550625786185265, -0.028238968923687935, 0.025044115260243416, 0.009259484708309174, -0.03430035710334778], [-0.0026281753089278936, 0.007659316994249821, -0.02030862495303154, -0.011374469846487045, 0.021098800003528595, 0.03138798847794533, 0.02734272927045822, 0.045829225331544876, -0.0035169494803994894, 0.007038596086204052, 0.008802399039268494, 0.028981555253267288, 0.011067235842347145, 0.018403099849820137, -0.01740720495581627, -0.02190839871764183, 0.022593092173337936, 0.009240580722689629, 0.033834487199783325, 0.013867322355508804, 0.028624430298805237, 0.009332580491900444, -0.007042217999696732, -0.012039437890052795, -0.021852649748325348, 0.02575197070837021, -0.021397899836301804, 0.008133507333695889, 0.00029227507184259593, -0.01106499508023262, 0.0310413409024477, 0.040230315178632736, -0.00191986165009439, 0.0038888908457010984, 0.027333829551935196, 0.020951416343450546, -0.011332686990499496, 0.04224169999361038, 0.007862111553549767, 0.008072854951024055, -0.01688656397163868, -0.02207760512828827, -0.009201586246490479, 0.0037883620243519545, -0.010867534205317497, 0.03185410425066948, 0.021793972700834274, -0.012688754126429558, 0.012236680835485458, -0.008176857605576515, -0.013613268733024597, 0.04808090254664421, -0.01408105343580246, -0.02086058259010315, 0.033396150916814804, 0.015263203531503677, -0.018489353358745575, -0.005538401193916798, -0.02235407382249832, -0.014098383486270905, 0.04269871488213539, 0.001861126278527081, 0.016122814267873764, -0.010173311457037926, 0.03448212146759033, 0.019866056740283966, 0.05137500539422035, -0.028094392269849777, 0.030609503388404846, -0.0017122866120189428, 0.045262325555086136, -0.022289425134658813, -0.021330218762159348, -0.036176636815071106, -0.009065033867955208, -0.04501938447356224, -0.010048924945294857, -0.014416776597499847, 0.01605241931974888, -0.024821259081363678, 0.043381620198488235, 0.027856115251779556, -0.02244814857840538, 0.023543324321508408, 0.014231186360120773, 0.003974246792495251, 0.027663391083478928, 0.04527069255709648, 0.04766281694173813, -0.019922086969017982, 0.021758979186415672, 0.02180052176117897, 0.03356850519776344, 0.03590177372097969, 0.013254068791866302, -0.012602382339537144, -0.026649219915270805, 0.004221845883876085, -0.014776085503399372, -0.06556563079357147, -0.03700098395347595, -0.028859619051218033, -0.051255807280540466, -0.04249143972992897, -0.03766036033630371, -0.012260865420103073, -0.006619503255933523, 0.056054964661598206, -0.008063980378210545, 0.03347751125693321, 0.019890764728188515, -0.0015571819385513663, 0.03778620436787605, 0.035565029829740524, -0.02085219882428646, 0.014491498470306396, -0.016609109938144684, 0.02865086868405342, 0.02287086844444275, 0.06587450206279755, 0.08668611198663712, 0.062011007219552994, 0.07173840701580048, 0.016460170969367027, -0.03235054761171341, -0.012004752643406391, -0.08648449927568436, -0.11161603778600693, -0.05286585912108421, -0.014967729337513447, -0.07282291352748871, 0.006361817941069603, -0.026285069063305855, -0.051313742995262146, -0.07280200719833374, -0.09078000485897064, -0.007340134587138891, 0.035309452563524246, 0.013399412855505943, 0.005330072715878487, 0.04581911489367485, -0.022335752844810486, 0.03254107013344765, 0.004486147779971361, 0.010110719129443169, 0.013518977910280228, 0.03845594450831413, 0.05244787037372589, 0.060937412083148956, 0.056812942028045654, 0.03243129700422287, -0.025923999026417732, -0.07791319489479065, 0.017563454806804657, -0.05302700027823448, 0.00920896977186203, 0.04756828397512436, -0.012163541279733181, -0.015557078644633293, -0.05565430223941803, -0.11688221991062164, -0.014119877479970455, -0.0875329002737999, -0.05836310610175133, 0.0087560610845685, 0.0013303866144269705, 0.031953830271959305, -0.005206375382840633, 0.011956138536334038, 0.017127221450209618, -0.022212013602256775, 0.03381180390715599, 0.026440687477588654, 0.0042671216651797295, -0.0024016746319830418, 0.05070105567574501, 0.055368293076753616, 0.12010402977466583, -0.01224539801478386, -0.13235796988010406, -0.010135150514543056, 0.13257935643196106, 0.05906575173139572, -0.025062575936317444, -0.0526142381131649, -0.09191062301397324, -0.13680720329284668, -0.027265062555670738, -0.042106397449970245, 0.004001521971076727, 0.029579361900687218, -0.016980556771159172, -0.02034299261868, -0.008399390615522861, -0.0065880995243787766, 0.04399440437555313, -0.00840103067457676, 0.0027074345853179693, -0.0013637557858601213, 0.026399502530694008, 0.0769370049238205, -0.029496192932128906, 0.058171726763248444, 0.08379964530467987, 0.03940579667687416, 0.013989005237817764, 0.07838943600654602, -0.028026167303323746, -0.0423230417072773, -0.002338200807571411, -0.09457975625991821, -0.06458468735218048, -0.1303897649049759, -0.04140380397439003, -0.03861977532505989, -0.056937992572784424, -0.017707491293549538, 0.0399508997797966, 0.11140942573547363, -0.034660156816244125, -0.08989444375038147, -0.06070524826645851, 0.007852787151932716, -0.003663525218144059, 0.006336571648716927, 0.0449652336537838, 0.046003203839063644, 0.0021074069663882256, 0.024782707914710045, 0.025280093774199486, 0.015836872160434723, 0.09062186628580093, 0.018128186464309692, 0.07221599668264389, 0.09244758635759354, 0.007509431801736355, 0.006346796173602343, 0.0885070413351059, 0.0808030366897583, 0.008292037062346935, 0.029469110071659088, 0.022624410688877106, -0.02883867546916008, -0.08495375514030457, -0.027880311012268066, -0.046090077608823776, 0.069574274122715, 0.00842222198843956, -0.06332588195800781, 0.008539749309420586, 0.0025240567047148943, 0.050881270319223404, 0.008842481300234795, 0.04641459882259369, 0.01795549876987934, 0.04023943468928337, 0.07475597411394119, 0.08802761137485504, 0.04455668106675148, 0.043620798736810684, 0.14617221057415009, 0.11211109906435013, 0.1116475909948349, 0.12956152856349945, 0.21064892411231995, 0.2032628208398819, 0.0711095780134201, 0.044470418244600296, -0.012254752218723297, -0.049319349229335785, -0.008697468787431717, -0.04698285460472107, -0.023957861587405205, -0.05348734185099602, 0.025355303660035133, 0.0690726637840271, -0.05161016434431076, -0.027851613238453865, 0.045933764427900314, 0.014397567138075829, 0.027353383600711823, 0.00018973107216879725, -0.006688182707875967, 0.04406658187508583, 0.04811510443687439, 0.12046118080615997, 0.1201653853058815, 0.11078662425279617, 0.23772376775741577, 0.20691116154193878, 0.26588138937950134, 0.2396908402442932, 0.12283631414175034, 0.07565716654062271, -0.08069455623626709, -0.03935713693499565, -0.06445664912462234, 0.03400066867470741, 0.08582427352666855, 0.03103451617062092, 0.036618560552597046, 0.009192693047225475, -0.019909918308258057, -0.0068890685215592384, 0.019540240988135338, -0.039303962141275406, 0.02471069060266018, 0.0017330412520095706, 0.002422056160867214, 0.04314917325973511, -0.014658858068287373, -0.004672027658671141, 0.09752130508422852, 0.0724896788597107, 0.10019838809967041, 0.0845973789691925, 0.16437353193759918, 0.16970565915107727, 0.0592036210000515, 0.11056485772132874, -0.0549495592713356, -0.08098223805427551, -0.10275867581367493, -0.08373475819826126, -0.11970053613185883, -0.10462206602096558, 0.10821071267127991, -0.017070380970835686, 0.0407756082713604, -0.02137584239244461, -0.03121880814433098, -0.06601820886135101, -0.013080555014312267, 0.029659047722816467, -0.0012223412049934268, 0.04788057878613472, -0.004236937500536442, 0.024268541485071182, 0.008342545479536057, -0.02378802001476288, 0.03310152888298035, -0.029473837465047836, -0.04237069934606552, 0.029280604794621468, -0.006020511034876108, -0.0791558250784874, -0.17227958142757416, -0.17456574738025665, -0.08555375039577484, -0.12463690340518951, -0.022698743268847466, -0.02305729128420353, 0.05727461352944374, 0.038571104407310486, 0.04284980520606041, 0.0041290814988315105, -0.021665995940566063, -0.07083790749311447, -0.06283237785100937, -0.04893321916460991, 0.007306887302547693, 0.04241039231419563, 0.03281129524111748, 0.0492529533803463, -0.0063206711784005165, -0.020552009344100952, 0.004720194265246391, -0.0066897571086883545, -0.06983190029859543, -0.030192213132977486, -0.19547304511070251, -0.24499677121639252, -0.24029426276683807, -0.26340213418006897, -0.37730324268341064, -0.22705207765102386, -0.10840176790952682, 0.04466989263892174, 0.04194462671875954, -0.08048917353153229, 0.07131244242191315, -0.012458314187824726, 0.00812894944101572, -0.014587405137717724, -0.09834681451320648, -0.06867680698633194, -0.03277626261115074, 0.04365408420562744, 0.04248901829123497, 0.04644797369837761, 0.07008929550647736, -0.0066330330446362495, -0.009813625365495682, 0.042823027819395065, -0.019983762875199318, -0.05369675159454346, -0.07665076106786728, -0.1402389109134674, -0.21861286461353302, -0.23535412549972534, -0.37534964084625244, -0.3771575689315796, -0.33890819549560547, -0.08226871490478516, 0.04386720433831215, 0.060506414622068405, -0.10179886221885681, -0.09310389310121536, -0.07748052477836609, -0.13086754083633423, -0.09388753771781921, -0.04129081219434738, -0.13296456634998322, -0.018914293497800827, -0.00020705447241198272, 0.06982119381427765, 0.052274059504270554, 0.07438299059867859, 0.05363749340176582, 0.02905316837131977, 0.005515341646969318, -0.013568323105573654, 0.043409306555986404, 0.015673980116844177, -0.06890954822301865, -0.1735249012708664, -0.18327447772026062, -0.1730874627828598, -0.23252788186073303, -0.16577839851379395, -0.021570352837443352, 0.20862571895122528, 0.18730193376541138, 0.18592801690101624, 0.0021311885211616755, 0.039661955088377, 0.01046291459351778, -0.07990558445453644, 0.010738091543316841, 0.0576038621366024, 0.040205225348472595, -0.0240191500633955, 0.08672161400318146, 0.11891946196556091, 0.09183095395565033, 0.025895927101373672, 0.05746205896139145, 0.003255075542256236, -0.006249949336051941, 0.0415552593767643, -0.0028130218852311373, 0.027221158146858215, -0.03934260085225105, -0.11843991279602051, -0.18277697265148163, -0.21214355528354645, -0.1361507773399353, 0.0992465689778328, 0.23482805490493774, 0.20585870742797852, 0.15238140523433685, 0.14438901841640472, 0.03405037149786949, 0.047274477779865265, -0.018427489325404167, 0.08880642056465149, 0.07999907433986664, 0.07030988484621048, -0.011977610178291798, 0.08694170415401459, -0.003896495560184121, 0.0809876024723053, 0.05154648423194885, 0.045239102095365524, 0.07362539321184158, 0.0030403032433241606, -0.009718211367726326, 0.00046490656677633524, 0.006000097841024399, -0.004534187726676464, -0.04481760784983635, -0.06765224784612656, -0.04397143796086311, -0.014363378286361694, 0.01604127697646618, 0.1660933643579483, 0.15709573030471802, 0.15274380147457123, 0.11397136747837067, 0.03068416938185692, 0.0011474976781755686, -0.041957296431064606, -0.06764426082372665, -0.040647201240062714, -0.08141728490591049, -0.08021969348192215, -0.07441701740026474, 0.0012337350053712726, -0.05821077153086662, -0.009522047825157642, 0.04227690026164055, 0.08031869679689407, 0.04799069091677666, 0.011383647099137306, 0.0310527216643095, 0.031974587589502335, 0.045923031866550446, -0.030354078859090805, -0.0775325819849968, -0.09309931844472885, -0.06407572329044342, -0.017767611891031265, 0.015857333317399025, 0.09293370693922043, 0.1057744026184082, 0.11485859006643295, -0.044593531638383865, -0.030487602576613426, -0.09791799634695053, -0.1130484938621521, -0.07433746755123138, -0.1053750067949295, -0.018803805112838745, -0.1015479564666748, -0.05469587445259094, -0.09244745969772339, -0.041750792413949966, 0.08043434470891953, 0.07088897377252579, 0.07538802921772003, -0.00598173076286912, 0.03855476900935173, 0.01208038255572319, 0.02095145732164383, 0.02169068716466427, -0.009099938906729221, -0.00431487150490284, -0.007337443996220827, -0.04867858439683914, -0.03776445984840393, 0.03547258675098419, 0.05642417445778847, 0.11049123108386993, 0.04458671435713768, -0.1518585979938507, -0.02562113106250763, -0.013501263223588467, 0.002997778123244643, 0.013291388750076294, -0.05271314084529877, -0.06874627619981766, 0.0156643595546484, -0.0642344057559967, -0.06758509576320648, -0.020212862640619278, 0.03827400878071785, 0.06087661534547806, 0.05751572921872139, 0.006240145303308964, 0.032255031168460846, -7.748923235340044e-05, 0.03318682685494423, 0.016965294256806374, 0.0037319932598620653, -0.028574278578162193, -0.039195846766233444, -0.007204629946500063, 0.0909997820854187, 0.0799606665968895, 0.053176235407590866, 0.14856401085853577, 0.13978047668933868, -0.007975230924785137, 0.026037221774458885, 0.05450674518942833, 0.05421535670757294, -0.009594953618943691, -0.11750498414039612, -0.041736800223588943, -0.004506496712565422, -0.03565855324268341, -0.06604696065187454, -0.0292899738997221, 0.0073910863138735294, -0.017532354220747948, -0.012393840588629246, 0.0028084267396479845, 0.008260996080935001, 0.02783558890223503, 0.015279101207852364, 0.009286919608712196, 0.006442348938435316, -0.020851537585258484, -0.04805423691868782, 0.03594435751438141, 0.04558233916759491, 0.07397884875535965, 0.08298066258430481, 0.12652969360351562, 0.061844352632761, 0.08599180728197098, 0.010693064890801907, -0.0031631924211978912, -0.0489494614303112, -0.07951025664806366, -0.16732685267925262, 0.011903670616447926, 0.026824114844202995, -0.026920640841126442, 0.03451772406697273, 0.02590905874967575, -0.013788720592856407, -0.019413501024246216, -0.018238471820950508, 0.014608485624194145, 0.03049537166953087, 0.005492004565894604, 0.0442936085164547, 0.027298476547002792, -0.02370709739625454, -0.018796581774950027, 0.06679369509220123, 0.011670716106891632, 0.08478271216154099, 0.03933979943394661, 0.04702933505177498, 0.10313847661018372, 0.13962644338607788, 0.013940921053290367, -0.037824150174856186, -0.008099977858364582, -0.026814399287104607, -0.050301503390073776, -0.051962532103061676, 0.006431326735764742, 0.07278473675251007, 0.06314243376255035, 0.08390017598867416, 0.10196144878864288, 0.03252384066581726, 0.03193901106715202, -0.027281666174530983, -0.022527752444148064, 0.029285673052072525, 0.009983101859688759, -0.020926102995872498, 0.04764845594763756, 0.012506353668868542, -0.0314544253051281, 0.012817655690014362, -0.007996657863259315, 0.03867100551724434, -0.005771327298134565, 0.045602526515722275, 0.12797541916370392, 0.12165658175945282, 0.13686273992061615, 0.08624453097581863, 0.04184718802571297, 0.05454331263899803, 0.08134306967258453, 0.040720026940107346, 0.08048452436923981, 0.06067614257335663, 0.038683049380779266, 0.038488566875457764, 0.03993111476302147, 0.013846926391124725, -0.013921162113547325, 0.014566407538950443, 0.040788713842630386, -0.01323702372610569, 0.042232219129800797, -0.015538131818175316, -0.0029327853117138147, -0.0036364265251904726, -0.011927500367164612, -7.329142681555822e-05, 0.019631575793027878, -0.11338379979133606, -0.07011301070451736, -0.09547539055347443, 0.007227091584354639, 0.0862986370921135, 0.03374556452035904, -0.0673900693655014, -0.03664357587695122, 0.002198816044256091, 0.04821508377790451, 0.021465454250574112, -0.022665422409772873, 0.00776998745277524, -0.004285749979317188, -0.009287652559578419, -0.027310896664857864, 0.0005723456270061433, 0.05122159793972969, 0.010491683147847652, -0.01178615354001522, 0.036600176244974136, 0.014547720551490784, 0.03458996117115021, -0.018406979739665985, -0.011441711336374283, 0.031050339341163635, -0.02572345919907093, 0.011709855869412422, -0.010270875878632069, -0.0553673654794693, -0.056778036057949066, -0.007375418674200773, -0.019803838804364204, -0.01999751292169094, -0.022613106295466423, -0.014122677966952324, 0.023738669231534004, 0.035731617361307144, -0.05778853967785835, -0.0519774854183197, 0.010598433203995228, -0.046706583350896835, -0.030384542420506477, -0.01581408455967903, 0.01047447882592678, -0.012904779985547066, 0.04842599853873253, 0.026784822344779968, 0.01249321922659874, 0.03466113284230232, 0.013894516974687576, -0.022065915167331696, 0.01580899767577648, 0.03097345121204853, -0.04265838861465454, -0.04164890572428703, 0.056596510112285614, 0.011180886067450047, 0.0029455507174134254, 0.022814899682998657, -0.06278033554553986, -0.04410974308848381, -0.010420187376439571, -0.017158541828393936, -0.00340001517906785, -0.08830736577510834, -0.05121927335858345, -0.03687185049057007, 0.041929684579372406, -0.016707250848412514, -0.0114023108035326, 0.001346753560937941, -0.014624414965510368, 0.038393836468458176, 0.04756030812859535, 0.009210510179400444, 0.03467128798365593, -0.01786283776164055, 0.007667105179280043, 0.023757319897413254, -0.004967140033841133, 0.0329069159924984, 0.029459215700626373, -0.0007611659821122885, 0.0374150313436985, 0.01713661663234234, 0.0308128222823143, 0.02582521364092827, 0.03288368135690689, 0.01150134950876236, 0.028217041864991188, -0.030326345935463905, -0.017100974917411804, 0.03496623784303665, -0.007395900320261717, -0.015032901428639889, -0.005561563652008772, 0.012860358692705631, 0.027980785816907883, -0.02033325843513012, 0.028796769678592682, 0.0127350352704525, 0.03318193554878235, 0.00804994348436594, 0.011354077607393265], [0.01852278970181942, -0.032429032027721405, 0.003240634221583605, 0.0039011065382510424, 0.0037812492810189724, 0.005091673228889704, -0.006085153203457594, -0.028446288779377937, -0.01308856625109911, 0.003058327129110694, -0.005410574842244387, 0.0008876866195350885, -0.004668388050049543, 0.030675211921334267, 0.009417257271707058, -0.03792163357138634, 0.008271846920251846, 0.0004611003096215427, -0.01992914266884327, -0.027843056246638298, -0.020474014803767204, 0.005014634225517511, 0.020558616146445274, -0.024615498259663582, 0.02323799766600132, -0.013297724537551403, 0.022780997678637505, -0.026269784197211266, -0.020083168521523476, -0.01418216060847044, -0.029178882017731667, -0.018799109384417534, -0.02572176791727543, -0.038245026022195816, 0.009058610536158085, 0.0035623826552182436, -0.022193076089024544, -0.004065677989274263, 0.020198935642838478, -0.015825165435671806, 0.028245622292160988, 0.0060264295898377895, 0.002466135425493121, -0.018622634932398796, 0.006042940076440573, 0.0008743901853449643, -0.033464375883340836, 0.02740931697189808, 0.027401356026530266, 0.020774852484464645, -0.015142278745770454, -0.005788360256701708, 0.010302015580236912, -0.020190740004181862, -0.02477194182574749, 0.013688190840184689, 0.016398968175053596, 0.019846418872475624, -0.034791890531778336, -0.033019740134477615, -0.006185011472553015, -0.011740555055439472, -0.01696324534714222, 0.024351557716727257, -0.02065829373896122, -0.014847368001937866, 0.015831023454666138, 0.013160927221179008, 0.0017178597627207637, -0.0008822530508041382, -0.07368066906929016, -0.0741952508687973, -0.06913801282644272, -0.02282392606139183, -0.01661870628595352, 0.008656719699501991, -0.022743182256817818, 0.008422735147178173, -0.01292531006038189, 0.008252215571701527, 0.008609941229224205, 0.01042879093438387, -0.027843764051795006, 0.018275873735547066, 0.009032308124005795, -0.025890769436955452, -0.01746070571243763, -0.019449202343821526, 0.02633475698530674, -0.01086342427879572, -0.0013934667222201824, 0.015218833461403847, 0.018188321962952614, 0.017658410593867302, -0.04462653771042824, -0.023803232237696648, -0.039802610874176025, 0.04658113047480583, 0.0016104996902868152, -0.054341159760951996, -0.042637649923563004, -0.007928254082798958, -0.037466417998075485, -0.03459761291742325, 0.0010813737753778696, -0.03089112602174282, -0.013850037939846516, -0.016485925763845444, 0.010580196045339108, -0.004083036445081234, 0.009456629864871502, 0.030182624235749245, 0.016949312761425972, 0.004541866946965456, -0.008313587866723537, 0.006444351281970739, 0.026029551401734352, -0.02066509984433651, -0.0463925376534462, -0.03867571800947189, -0.02551611140370369, -0.0167247261852026, -0.014881771057844162, -0.030013171955943108, 0.0018554129637777805, 0.046598974615335464, -0.04316987469792366, 0.05494634062051773, 0.06206176429986954, 0.06878309696912766, -0.04551617428660393, -0.03343263640999794, -0.04365197569131851, -0.07527334988117218, -0.046301309019327164, -0.013653252273797989, 0.027737684547901154, 0.018152447417378426, -0.0032935573253780603, -0.005399456713348627, 0.02425781451165676, -0.017105640843510628, -0.03269194811582565, 0.012883512303233147, -0.02887037955224514, -0.06701776385307312, -0.037127427756786346, -0.03801357373595238, -0.04290385916829109, -0.05055300146341324, -0.04573328047990799, -0.12164078652858734, -0.06509968638420105, 0.04507868364453316, -0.023733889684081078, 0.010711247101426125, 0.12202301621437073, 0.13140462338924408, 0.0745825469493866, 0.10894303023815155, 0.043111734092235565, 0.06337142735719681, -0.02053692378103733, -0.05743453651666641, -0.026196904480457306, 0.05291162058711052, -0.013670454733073711, 0.023393189534544945, 0.007346550468355417, 0.02493896894156933, 0.001894323038868606, 0.019263816997408867, -0.05035839602351189, -0.06436330825090408, -0.05582598224282265, -0.014611045829951763, -0.051087524741888046, -0.1634196639060974, -0.15857890248298645, -0.1549605131149292, -0.10170096158981323, -0.0826868787407875, -0.03617188706994057, 0.006506866309791803, 0.1300153136253357, 0.04817954823374748, 0.15553809702396393, 0.07286650687456131, 0.07469107210636139, 0.09587176889181137, -0.029379326850175858, -0.00485532870516181, 0.022647060453891754, 0.02243541181087494, 0.010188915766775608, 0.021524319425225258, 0.015625974163413048, 0.029891176149249077, 0.026371756568551064, 0.017423147335648537, -0.050787560641765594, -0.04589376226067543, 0.01984543725848198, -0.0314701572060585, -0.06897938996553421, -0.08933470398187637, -0.04429452493786812, -0.0033049555495381355, -0.04693151265382767, -0.06687697768211365, -0.19387832283973694, 0.018837416544556618, -0.04024180397391319, 0.02890177257359028, 0.17954470217227936, -0.011527246795594692, -0.041058436036109924, 0.05215689539909363, -0.00032118288800120354, 0.03124093823134899, 0.0676519125699997, 0.016181480139493942, 0.036097705364227295, 0.012781771831214428, -0.012227983213961124, -0.03811580315232277, 0.014078069478273392, 0.0019307208713144064, 0.01620260812342167, -0.024648098275065422, -0.013741753064095974, -0.01132682990282774, -0.08398188650608063, -0.06010840833187103, -0.010202932171523571, -0.03319608420133591, -0.011942761950194836, -0.05527956038713455, -0.0074655646458268166, -0.014484016224741936, 0.05522193759679794, 0.021058091893792152, 0.03590746223926544, -0.009194018319249153, 0.053263574838638306, 0.05442500859498978, -0.01369286235421896, 0.061123065650463104, 0.08375193178653717, 0.0016363059403374791, -0.013152152299880981, -0.002501447219401598, 0.028847673907876015, -0.024777667596936226, 0.02214757166802883, -0.028136013075709343, -0.0006925325142219663, -0.03296422213315964, -0.023402385413646698, -0.07434205710887909, -0.05536265671253204, -0.01640167646110058, -0.0023725416976958513, -0.0694507360458374, -0.028829263523221016, 0.041759856045246124, -0.09542836993932724, -0.1193341538310051, -0.1032022163271904, 0.014282658696174622, -0.033625032752752304, 0.09639648348093033, 0.17181269824504852, 0.05486515909433365, -0.031920626759529114, 0.06269387900829315, 0.06195797771215439, 0.014449340291321278, -0.020701535046100616, -0.05568953603506088, 0.030415168032050133, -0.011660587973892689, 0.010022013448178768, 0.024924850091338158, -0.018918359652161598, -0.0397438183426857, -0.014582122676074505, -0.024557463824748993, -0.06495409458875656, -0.028880715370178223, -0.013759983703494072, -0.006510945037007332, -0.00527920201420784, -0.11160332709550858, 0.03211319074034691, -0.12310433387756348, -0.1413966715335846, 0.002952700015157461, 0.025248326361179352, -0.03618723526597023, 0.04957607761025429, -0.016957752406597137, 0.08162830024957657, 0.11544723063707352, 0.045009974390268326, 0.01346789300441742, 0.02188536711037159, 0.010532251559197903, 5.498612517840229e-05, -0.022675657644867897, 0.01925944723188877, 0.005793288815766573, -0.0699494481086731, -0.08477689325809479, -0.013100782409310341, 0.07881654053926468, 0.025308148935437202, -0.03758852556347847, 0.021655216813087463, 0.032462652772665024, -0.03329877182841301, -0.01416726317256689, 0.09890788793563843, -0.12725360691547394, -0.138436421751976, -0.10827355831861496, -0.0639016330242157, -0.044042423367500305, -0.10828013718128204, 0.011777136474847794, 0.14176444709300995, 0.10488272458314896, 0.10414367914199829, 0.055219244211912155, 0.010556853376328945, 0.018705276772379875, -0.0012868196936324239, 0.0019804134499281645, 0.00641148304566741, -0.03690345957875252, -0.025477586314082146, -0.0315370038151741, 0.010220923461019993, 0.002397106494754553, -0.057095326483249664, 0.013051938265562057, 0.0400555245578289, -0.04008699581027031, -0.05261048302054405, 0.053943924605846405, -0.012743636034429073, -0.151916041970253, -0.26277440786361694, -0.1270543932914734, -0.08060374110937119, 0.02574780583381653, 0.05613480508327484, 0.06685656309127808, 0.13602735102176666, 0.12513518333435059, 0.06610998511314392, -0.0014657621504738927, -0.009725428186357021, -0.009609224274754524, -0.008085661567747593, -0.00938525702804327, -0.015093670226633549, -0.014284767210483551, 0.03786084055900574, -0.041622571647167206, -0.011469482444226742, -0.008910119533538818, 0.02111729420721531, 0.022659623995423317, 0.009667009115219116, -0.08991150557994843, -0.029129203408956528, 0.017166350036859512, -0.05612082779407501, -0.06916510313749313, -0.16386385262012482, -0.0379582978785038, -0.04583669453859329, 0.16801296174526215, -0.02301396243274212, 0.04748515784740448, 0.0962185487151146, 0.14627531170845032, 0.017057478427886963, -0.02005683444440365, -0.022678649052977562, 0.00920861680060625, 0.008506961166858673, -0.014869383536279202, -0.0025110640563070774, -0.03342133387923241, 0.029948676005005836, 0.03940054774284363, 0.013109969906508923, -0.03500358387827873, -0.0939156711101532, -0.0920068696141243, 0.021409403532743454, -0.08845362067222595, 0.019205596297979355, 0.1159147098660469, 0.06453091651201248, -0.006446801591664553, -0.08521000295877457, -0.05485590547323227, 0.046182211488485336, 0.07161644101142883, 0.06973128765821457, 0.10632852464914322, 0.10255607962608337, 0.09440332651138306, 0.112706258893013, -0.01556709036231041, -0.019067494198679924, 0.001664668438024819, 0.0005612393724732101, -0.0058808219619095325, -0.03728540614247322, -0.02864828146994114, 0.0701485276222229, 0.16462893784046173, 0.06855546683073044, 0.024372512474656105, -0.07415948808193207, -0.06384070962667465, 0.010745886713266373, -0.09100811928510666, 0.04485195130109787, 0.07398955523967743, 0.009250806644558907, -0.05436673387885094, -0.07558660209178925, 0.019343068823218346, 0.007375926710665226, 0.02432255633175373, 0.13573530316352844, -0.001986429328098893, 0.07271052896976471, 0.1261703372001648, 0.1255677044391632, 0.013575899414718151, -0.045363835990428925, -0.007362049538642168, -0.031002311035990715, -0.03349988907575607, -0.013363772071897984, -0.04109564796090126, 0.046596527099609375, 0.11474436521530151, -0.009620066732168198, 0.022315973415970802, -0.05370636656880379, -0.1296173483133316, -0.11016522347927094, -0.06082523614168167, 0.15629102289676666, 0.017178449779748917, -0.03117171674966812, 0.02167792245745659, -0.012652643956243992, 0.1301841139793396, -0.010984549298882484, -0.024583226069808006, 0.14178407192230225, -0.028308024629950523, 0.12478430569171906, 0.09166337549686432, 0.10591498762369156, 0.004489014856517315, -0.025173602625727654, -0.013046086765825748, 0.008584336377680302, 0.005879912991076708, 0.008150165900588036, -0.02827208675444126, -0.027495002374053, 0.05095108225941658, 0.034117016941308975, 0.09266124665737152, 0.05209720879793167, -0.08091431856155396, -0.05468291789293289, -0.01411537267267704, 0.05026407912373543, -0.08378016203641891, -0.08367183059453964, 0.05288911238312721, 0.17660583555698395, 0.11051883548498154, -0.06949262320995331, 0.024927623569965363, 0.03362544998526573, -0.030983250588178635, 0.11729961633682251, 0.023896293714642525, 0.02556965872645378, -0.07199932634830475, -0.00942025613039732, 0.02129511348903179, 0.020733365789055824, 0.004521054681390524, -0.038735922425985336, -0.020366165786981583, 0.004914017394185066, 0.0014565722085535526, 0.03970075771212578, 0.16496025025844574, 0.1004444807767868, 0.09598313271999359, -0.002359835198149085, 0.014756656251847744, -0.08849135041236877, -0.16868892312049866, -0.05591285973787308, 0.2995632290840149, 0.15660448372364044, 0.04869525134563446, 0.05861949920654297, -0.04683234170079231, -0.030784115195274353, -0.01751636527478695, 0.10239309072494507, 0.05886632576584816, -0.049394212663173676, -0.04029311612248421, -0.012890223413705826, 0.004912239033728838, 0.023626895621418953, -0.033042941242456436, 0.005059114191681147, -0.018543150275945663, 0.028146306052803993, 0.007103122770786285, -0.04530467092990875, -0.027760490775108337, 0.10297338664531708, 0.036709535866975784, 0.10672064125537872, -0.034577734768390656, -0.032101064920425415, -0.09601164609193802, 0.024499719962477684, 0.25160422921180725, 0.04383229464292526, 0.10587252676486969, 0.053074903786182404, 0.03618680313229561, -0.05532702058553696, -0.04184793680906296, 0.0005346425459720194, -0.01310778595507145, -0.046511854976415634, -0.07699260860681534, -0.024129899218678474, 0.008546585217118263, -0.03814125433564186, 0.028361929580569267, -0.034848690032958984, 0.04757687449455261, 0.05905092880129814, 0.09238403290510178, -0.03803486377000809, -0.008973805233836174, 0.07857275009155273, 0.08978701382875443, 0.18622080981731415, 0.05749736353754997, -0.09199099987745285, 0.034589897841215134, -0.0186501145362854, 0.08876687288284302, -0.03489049896597862, 0.06996652483940125, -0.03830932453274727, -0.11650610715150833, -0.15727613866329193, -0.038113486021757126, -0.01213198434561491, -0.0141252800822258, -0.08981416374444962, -0.06190330535173416, -0.03398226574063301, -0.005086393561214209, -0.00679553160443902, -0.01820082776248455, -0.005691107828170061, 0.07251781970262527, 0.06412571668624878, -0.042723361402750015, -0.04398796707391739, -0.041329577565193176, 0.09685070067644119, 0.019357262179255486, 0.03849322721362114, 0.1423482894897461, 0.07604645192623138, 0.13068003952503204, 0.02157767303287983, 0.0897965282201767, -0.011000269092619419, -0.01456570066511631, -0.20330719649791718, -0.17656229436397552, -0.12918423116207123, -0.15028585493564606, -0.029354972764849663, -0.0451313853263855, -0.057831697165966034, -0.03249131515622139, -0.005689914803951979, -0.0155067453160882, -0.03854972496628761, -0.023223398253321648, -0.009177573025226593, 0.055750079452991486, -0.012405332177877426, -0.02970080077648163, 0.004734380636364222, -0.02516385354101658, -0.0438394732773304, 0.1314508020877838, 0.09393423050642014, 0.2191091775894165, 0.3412039875984192, 0.14792807400226593, 0.03450118750333786, 0.027115169912576675, -0.09395751357078552, -0.013685564510524273, -0.1250884234905243, -0.14580850303173065, -0.13673296570777893, -0.10881108045578003, 0.012025942094624043, -0.06133395805954933, -0.021765587851405144, -0.00777819799259305, 0.0027420504484325647, -0.027639305219054222, -0.01251486036926508, -0.024939199909567833, 0.03183808922767639, -0.02155791036784649, -0.04269919544458389, -0.02715674601495266, 0.017039339989423752, -0.03846517950296402, 0.02097390964627266, 0.06222257763147354, 0.07945805042982101, 0.14236994087696075, 0.16102644801139832, 0.0773988664150238, 0.0055902269668877125, 0.012771994806826115, 0.0025599917862564325, 0.01612130180001259, -0.13660800457000732, -0.15108531713485718, -0.1417146623134613, -0.06749074906110764, -0.01867128349840641, 0.011714951135218143, 0.02505500428378582, 0.020024100318551064, -0.035758670419454575, -0.024743577465415, -0.03701694682240486, -0.0031706911977380514, -0.014309532009065151, -0.02616281993687153, -0.04765842482447624, -0.03927077725529671, -0.0523044727742672, -0.03671110048890114, -0.07815642654895782, -0.005868267733603716, -0.023095862939953804, -0.014753355644643307, 0.0978163406252861, 0.026543550193309784, -0.03471633419394493, 0.03417264297604561, -0.0704609751701355, -0.04460306093096733, -0.016134753823280334, -0.07254356145858765, -0.02107960171997547, -0.059971150010824203, -0.041567787528038025, -0.008709629066288471, 0.02774117700755596, 0.009672324173152447, -0.010986140929162502, -0.02907388098537922, -0.016123345121741295, 0.027010338380932808, -0.017171228304505348, 0.007964929565787315, -0.04197017848491669, -0.0530681349337101, -0.05243601277470589, -0.08359644562005997, -0.07448010891675949, -0.03954621031880379, -0.027442965656518936, -0.06005784496665001, -0.09920041263103485, -0.11233063042163849, -0.10951800644397736, -0.06578588485717773, -0.0383215993642807, -0.06592478603124619, -0.03053952567279339, 0.03986826166510582, -0.024606209248304367, -0.02506491355597973, -0.0199724230915308, 0.017127567902207375, -0.02021675370633602, -0.03491806611418724, 0.005221121478825808, -0.027685588225722313, -0.022503452375531197, -0.013043592683970928, 0.028861233964562416, -0.0026522467378526926, -0.013144602999091148, 0.033325474709272385, 0.012622430920600891, -0.04782728850841522, -0.04537471383810043, -0.057262733578681946, -0.016011370345950127, 0.05128348246216774, -0.047037117183208466, -0.06377414613962173, -0.05311010405421257, -0.024609750136733055, 0.0007095009787008166, -0.0205815602093935, -0.03551901504397392, -0.02920018695294857, -0.02200969122350216, -0.01362876407802105, -0.013383693061769009, -0.023982638493180275, -0.03713559731841087, -0.03225509822368622, 0.028937524184584618, -0.012216120027005672, -0.008768956176936626, -0.0026113667991012335, 0.027916165068745613, 0.020135140046477318, 0.0287198256701231, -0.02672315575182438, 0.00821227952837944, 0.012579482980072498, -0.013280992396175861, 0.007137485314160585, -0.012829693034291267, -0.010562129318714142, -0.03366684168577194, 0.017374170944094658, 0.0304384995251894, -0.034329649060964584, -0.00014809684944339097, -0.010556206107139587, 0.027265412732958794, -0.025956863537430763, -0.0006991596892476082, -0.020509282127022743, 0.02002662606537342, -6.112425035098568e-05, -0.027420347556471825, 0.0028295901138335466, 0.027673890814185143, -0.00788706261664629], [-0.02358372136950493, -0.015766995027661324, -0.02745838090777397, -0.010284911841154099, 0.01568804308772087, 0.028601188212633133, -0.033266935497522354, -0.03567831963300705, -0.0015466073527932167, 0.03129260987043381, -0.0077211204916238785, -0.023739047348499298, -0.01387695036828518, -0.03082585334777832, -0.015489760786294937, 0.021006345748901367, 0.023993324488401413, -0.03159606084227562, -0.015944689512252808, -0.027183540165424347, -0.026723619550466537, -0.017459087073802948, 0.0337710902094841, -0.017641644924879074, 0.0022933005820959806, -0.022609032690525055, 0.033649951219558716, 0.030605498701334, -0.023684125393629074, 0.02065708115696907, 0.009102927520871162, 0.03440752625465393, -0.03339560702443123, 0.011212505400180817, 0.02267402410507202, -0.032772887498140335, 0.027830446138978004, -0.03137754648923874, -0.029149698093533516, -0.021459950134158134, -0.051095206290483475, -0.005814210511744022, -0.01889432780444622, -0.03564088046550751, -0.00023007970594335347, -0.02962478995323181, 0.028024224564433098, 0.0034961875062435865, 0.01970463991165161, 0.011178156360983849, -0.04247749596834183, -0.019214732572436333, -0.028857309371232986, -0.00021048843336757272, 0.023227091878652573, 0.023527633398771286, 0.018610864877700806, 0.0005203474429436028, 0.0022018805611878633, 0.008355489000678062, 0.011499932035803795, -0.004024663474410772, -0.0010489231208339334, 0.0013394019333645701, -0.0036179469898343086, 0.0254913829267025, 0.011436384171247482, -0.02662261575460434, -0.03128307685256004, -0.052499476820230484, -0.04295378923416138, -0.017057694494724274, -0.04870755970478058, -0.05264957994222641, -0.06293132901191711, -0.05262581631541252, -0.03136593475937843, -0.025121204555034637, -0.00874467846006155, -0.011021563783288002, 0.019988227635622025, 0.02690962329506874, 0.01724860444664955, -0.018116358667612076, 0.02383178099989891, 0.021131671965122223, 0.012846142053604126, 0.026056621223688126, 0.0030855757649987936, -0.03648005425930023, -0.030198708176612854, -0.01240115612745285, -0.04620221257209778, -0.048113320022821426, 0.0048967571929097176, -0.04770640283823013, -0.07214518636465073, -0.10983792692422867, -0.08259923756122589, -0.09183304756879807, -0.0510629378259182, -0.01915033534169197, -0.012345061637461185, -0.008410935290157795, -0.10431868582963943, -0.0843103751540184, -0.05478166416287422, -0.03509678319096565, -0.02302085980772972, 0.027015045285224915, 0.03208672255277634, 0.028345193713903427, 0.023323141038417816, 0.0052572088316082954, -0.02654748409986496, 0.028018344193696976, -0.01870839297771454, 0.021402303129434586, -0.05629941076040268, -0.05989332124590874, -0.07543745636940002, -0.0734521821141243, -0.06278655678033829, -0.0839734673500061, -0.13307927548885345, -0.131840780377388, -0.1236523762345314, -0.11103536933660507, -0.13185791671276093, -0.10769172012805939, -0.023743269965052605, -0.08804157376289368, -0.1520359069108963, -0.033955421298742294, 0.008845572359859943, 0.042633991688489914, -0.002891304437071085, 0.017518077045679092, 0.007075570523738861, -0.03279643505811691, 0.006760303862392902, -0.006652679294347763, 0.004984831437468529, -0.031488191336393356, -0.040293172001838684, 0.01143905520439148, -0.07690515369176865, -0.04895687848329544, -0.05542433261871338, -0.0696769580245018, -0.050101570785045624, -0.139036163687706, -0.07752197235822678, -0.16503246128559113, -0.16916969418525696, -0.1782899647951126, -0.2761933207511902, -0.1608944535255432, -0.09405964612960815, -0.12110716849565506, -0.038462549448013306, -0.043006956577301025, 0.04501902684569359, 0.00874397810548544, 0.05622692033648491, 0.018494319170713425, -0.0198433268815279, -0.016435064375400543, -0.014141764491796494, -0.018188469111919403, 0.022393595427274704, -0.014942564070224762, -0.01455378532409668, -0.0625564381480217, -0.08028825372457504, -0.044408686459064484, -0.007275822572410107, 0.007217918522655964, 0.02739148586988449, 0.0184722188860178, 0.024051140993833542, -0.03154464811086655, 0.03290768340229988, 0.0985974669456482, -0.00042397077777422965, 0.04193129390478134, 0.021018045023083687, -0.04894227162003517, 0.03971397504210472, -0.024395901709794998, -0.017712123692035675, -0.0266080591827631, 0.005545467138290405, -0.005100319627672434, -0.013646249659359455, -0.02858339250087738, 0.023361679166555405, -0.0104575976729393, 0.024837756529450417, 0.008095601573586464, -0.09785623848438263, -0.12250173091888428, -0.0463104322552681, -0.07508721202611923, 0.035837769508361816, 0.11803104728460312, 0.08263927698135376, 0.0552503876388073, 0.06334516406059265, 0.2086322009563446, 0.1597820669412613, 0.15109673142433167, 0.17892783880233765, 0.0816132053732872, 0.06722263991832733, 0.062318749725818634, 0.10288623720407486, 0.0485319085419178, -0.033214326947927475, -0.014537652023136616, 0.06417635828256607, 0.03690928593277931, -0.019941052421927452, 0.013774393126368523, -0.018489718437194824, -0.022321205586194992, 0.01687699742615223, -0.03754812851548195, -0.05236763879656792, -0.058245133608579636, -0.01903984695672989, -0.042422957718372345, 0.09490545094013214, 0.06455708295106888, 0.09400442242622375, 0.08078980445861816, -0.005417082458734512, 0.10072580724954605, 0.04337403550744057, 0.09471752494573593, 0.22171536087989807, 0.047531258314847946, 0.07119528949260712, -0.031038813292980194, 0.06679179519414902, -6.579121691174805e-05, -0.12756849825382233, -0.0787888616323471, 0.06013641878962517, 0.025410301983356476, 0.016060365363955498, -0.0035428893752396107, -0.027296550571918488, -0.03654900938272476, 0.026176119223237038, 0.026241740211844444, -0.08837093412876129, -0.11084838956594467, -0.027107737958431244, -0.02999180555343628, 0.06019136682152748, 0.005136983934789896, 0.06622089445590973, 0.004706243053078651, -0.03034573420882225, -0.05355186387896538, -0.01844809204339981, 0.007866134867072105, -0.12002120167016983, 0.008232460357248783, 0.0584101602435112, -0.042033348232507706, -0.056298788636922836, -0.10626798123121262, -0.09490542858839035, -0.05892159417271614, 0.06606187671422958, 0.008367683738470078, -0.033992212265729904, 0.0032452514860779047, -0.02940681204199791, 0.03357912600040436, 0.016697824001312256, -0.011711361818015575, -0.060843575745821, -0.12399982661008835, 0.03677826002240181, -0.017032233998179436, -0.052582528442144394, 0.10468369722366333, 0.07515348494052887, 0.07839509099721909, 0.0658721849322319, 0.013329075649380684, 0.046897854655981064, -0.00754978321492672, -0.026079410687088966, -0.18261423707008362, 0.0035261705052107573, 0.031055891886353493, 0.018056465312838554, -0.024746203795075417, -0.09320472180843353, -0.03679298236966133, 0.04732545465230942, 0.0888514295220375, 0.04246840998530388, 0.020955875515937805, 0.03226028382778168, 0.002431341679766774, -0.01235073059797287, 0.01249111071228981, -0.048251546919345856, -0.06263026595115662, 0.07183074206113815, 0.03286019340157509, 0.0632672980427742, 0.04666372016072273, 0.10899500548839569, 0.12358683347702026, -0.018647493794560432, 0.07164253294467926, 0.15054555237293243, 0.2427382469177246, 0.15619021654129028, 0.03671292960643768, 0.02946086972951889, -0.02330181375145912, -0.03175865858793259, -0.009012527763843536, 0.050175439566373825, 0.016060877591371536, 0.0020189203787595034, 0.04940471798181534, 0.01628192327916622, -0.006233482621610165, -0.0039153634570539, -0.00296655111014843, -0.012225087732076645, 0.020045068114995956, 0.0017946080770343542, -0.06892482936382294, -0.025392409414052963, 0.014038125984370708, 0.09507761150598526, 0.01760157197713852, 0.08246366679668427, 0.06025964021682739, -0.05779879912734032, -0.010479703545570374, 0.0955241322517395, 0.24889802932739258, 0.11112282425165176, -0.0017732433043420315, 0.04323558881878853, 0.033690113574266434, -0.02919147163629532, -0.08420233428478241, -0.009585415944457054, 0.000614652584772557, -0.06422215700149536, 0.0036209868267178535, 0.03744718059897423, -0.003978853113949299, -0.029035236686468124, 0.031579308211803436, 0.03150193393230438, 0.023623153567314148, 0.060348428785800934, -0.016593879088759422, -0.07396840304136276, 0.15352368354797363, 0.1541839838027954, 0.058861616998910904, 0.07059308141469955, -0.08704770356416702, 0.019884414970874786, -0.0001807880325941369, -0.020574994385242462, 0.07452993094921112, 0.09906187653541565, 0.08018150180578232, -0.1338764876127243, -0.08740472793579102, -0.030516909435391426, -0.08463151007890701, -0.08516111969947815, -0.0647943913936615, -0.07920341938734055, -0.02846057154238224, 0.005357831716537476, 0.0015402388526126742, -0.029729794710874557, -0.005845955573022366, -0.028363123536109924, 0.008341912180185318, -0.03456905111670494, -0.07783553004264832, -0.015313730575144291, 0.1606612205505371, 0.15423935651779175, 0.10786990076303482, 0.0025170822627842426, -0.1447812020778656, -0.19129793345928192, -0.17414283752441406, -0.10010012239217758, 0.09645943343639374, 0.11371491104364395, -0.07477255165576935, -0.10262750834226608, -0.0061045242473483086, 0.07892125844955444, -0.07153018563985825, -0.08083916455507278, -0.1216018795967102, 0.010488252155482769, -0.06723438948392868, 0.002344818552955985, -0.010232260450720787, 0.019773047417402267, 0.025655575096607208, -0.029850821942090988, 0.02153824083507061, 0.015619133599102497, 0.1302514225244522, 0.20157186686992645, 0.12312633544206619, 0.21359960734844208, 0.06500820070505142, 0.08287099003791809, -0.03257138282060623, -0.10953604429960251, -0.2588750720024109, -0.2701348066329956, -0.06331510096788406, 0.036316052079200745, 0.07848203182220459, 0.04391820728778839, 0.024797864258289337, -0.031245270743966103, -0.019128669053316116, -0.058252446353435516, -0.026078548282384872, -0.025962837040424347, -0.06629129499197006, -0.042331863194704056, -0.011997891589999199, -0.014654148370027542, -0.0016061643837019801, -0.03725613281130791, -0.003076344495639205, -0.0363914854824543, 0.11778124421834946, 0.1422831118106842, 0.2006215751171112, 0.2514113783836365, 0.11633647233247757, 0.15947052836418152, 0.07450790703296661, 0.025999020785093307, -0.12447790056467056, -0.2295531928539276, -0.0923956036567688, 0.09213996678590775, 0.025369001552462578, 0.04178321361541748, 0.006941238418221474, -0.0344730019569397, -0.06954006850719452, -0.053816188126802444, -0.026453359052538872, -0.08165159821510315, -0.11452789604663849, -0.046049199998378754, -0.0057221828028559685, 0.006049126386642456, -0.01212029904127121, -0.020657693967223167, -0.03592537343502045, -0.050623539835214615, 0.07659199088811874, 0.09858665615320206, 0.18230754137039185, 0.1934462934732437, 0.2024993598461151, 0.24641263484954834, 0.22401241958141327, 0.048186205327510834, 0.010267652571201324, -0.08466210216283798, 0.12472474575042725, 0.05232984945178032, 0.014017865993082523, -0.0007756903651170433, -0.10582967102527618, -0.0035568089224398136, -0.12244853377342224, -0.08610464632511139, -0.14129456877708435, -0.07218305766582489, -0.11050070077180862, -0.042406145483255386, 0.020388390868902206, 0.009902097284793854, -0.0061717648059129715, 0.017811046913266182, -0.08222521841526031, -0.1145760715007782, 0.048389971256256104, 0.03741661086678505, 0.06889703124761581, 0.054679516702890396, 0.10615087300539017, 0.09987758845090866, 0.04085247963666916, -0.026498543098568916, -0.037560585886240005, 0.0403270423412323, 0.03861035779118538, -0.005766953807324171, -0.037783633917570114, -0.1542356163263321, -0.08687055110931396, 0.032437361776828766, -0.06469690799713135, -0.09712809324264526, -0.10522110760211945, -0.07400186359882355, -0.11926320195198059, 0.01644158735871315, -0.02053234726190567, 0.004974639043211937, -0.035054728388786316, 0.003338380716741085, -0.09036296606063843, -0.06951957195997238, -0.06578921526670456, -0.07113295048475266, -0.07182120531797409, -0.17153969407081604, -0.21659870445728302, -0.2598443329334259, -0.19702616333961487, -0.0007150604506023228, -0.040448952466249466, 0.09578311443328857, 0.005062819458544254, -0.1803213357925415, -0.11168776452541351, -0.13789746165275574, -0.038957010954618454, 0.0003762815613299608, -0.056791532784700394, -0.043261293321847916, -0.0810772255063057, -0.06983482837677002, 0.005787855014204979, -0.012471219524741173, 0.02876008301973343, -0.03445466607809067, 0.012045035138726234, -0.01861257664859295, -0.052061378955841064, -0.08988431841135025, -0.00712247658520937, -0.11763668805360794, -0.15063579380512238, -0.08148404210805893, -0.11143315583467484, -0.2911066710948944, -0.30132561922073364, -0.028648661449551582, 0.053094908595085144, -0.05978306382894516, -0.16650664806365967, -0.10993359237909317, -0.012123879045248032, -0.17004235088825226, 0.01484374888241291, -0.0003292164474260062, -0.019620761275291443, 0.014921335503458977, -0.010293427854776382, 0.05995222181081772, -0.0031002399045974016, -0.02895907685160637, -0.018066931515932083, -0.0077237216755747795, 0.014507311396300793, 0.02407601848244667, -0.044806692749261856, -0.0014324882067739964, -0.05820371210575104, -0.12477826327085495, -0.20827502012252808, -0.17076589167118073, -0.10262174904346466, -0.1362815499305725, -0.1411670446395874, -0.04998967424035072, -0.10055377334356308, -0.14485111832618713, -0.125864639878273, -0.0883079245686531, -0.06794392317533493, -0.0728871077299118, 0.019426217302680016, 0.02918098121881485, 0.0016582128591835499, 0.007961241528391838, -0.007996596395969391, 0.03944314271211624, 0.01106223650276661, -0.04271510988473892, -0.029172275215387344, 0.020152442157268524, 0.011331634595990181, 0.007243412546813488, -0.036133214831352234, -0.01154120359569788, -0.11008434742689133, -0.16827692091464996, -0.2026197612285614, -0.05931241065263748, -0.07632461935281754, -0.031208792701363564, -0.05250990763306618, 0.07120906561613083, -0.004732988309115171, 0.04793817177414894, -0.14713223278522491, -0.05987350270152092, -0.07089986652135849, -0.05580731853842735, -0.12393273413181305, 0.0010955370962619781, -0.026488009840250015, 0.018280651420354843, 0.0647040456533432, 0.07473735511302948, 0.05421683192253113, 0.03185984492301941, 0.010070852935314178, 0.016045156866312027, 0.01509001199156046, -0.013423634693026543, 0.01718008890748024, -0.03975652530789375, -0.0435912124812603, -0.025724008679389954, -0.048258379101753235, 0.008573158644139767, -0.06334608048200607, 0.08431150019168854, 0.038966406136751175, 0.00825218390673399, -0.02812848426401615, -0.09102199226617813, -0.184915229678154, -0.038210730999708176, -0.07310168445110321, -0.07770425826311111, -0.04140404984354973, 0.011348976753652096, 0.01135418750345707, 0.08680400997400284, 0.1162307932972908, 0.11347643285989761, 0.0398394800722599, 0.01646636798977852, 0.02805286832153797, -0.013784641399979591, 0.014344405382871628, -0.01199273020029068, -0.03535362333059311, -0.03036959283053875, 0.007518738508224487, -0.00669213617220521, 0.034616146236658096, 0.08384687453508377, 0.0011742445640265942, 0.09760811924934387, 0.05749635025858879, -0.044850900769233704, -0.0448528416454792, -0.12886950373649597, -0.07786218822002411, 0.005748901050537825, -0.0017296129371970892, -0.04681367054581642, 0.04336155578494072, 0.1326095461845398, 0.048281777650117874, 0.05192609503865242, 0.043748121708631516, 0.0191624965518713, -0.028885072097182274, -0.016667256131768227, 0.03006760962307453, -0.021008212119340897, 0.012990036979317665, 0.0036311622243374586, 0.020307492464780807, 0.022885262966156006, -0.016569312661886215, 0.062440332025289536, 0.042774610221385956, 0.0867755115032196, 0.06909169256687164, 0.0030233438592404127, 0.07053374499082565, 0.02654155157506466, -0.0010724839521571994, 0.03828086331486702, -0.0002614280383568257, 0.046807169914245605, 0.07281360775232315, 0.12767210602760315, 0.12437259405851364, 0.1063428670167923, 0.1211356371641159, 0.08170458674430847, 0.04601358249783516, 0.041660651564598083, -0.019393274560570717, 0.010970540344715118, 0.017895005643367767, 0.01056666299700737, -0.02329321950674057, 0.007109961472451687, -0.013070890679955482, 0.03252576291561127, 0.03294239938259125, 0.037611741572618484, 0.011134232394397259, 0.06271354109048843, 0.08881912380456924, 0.10315505415201187, 0.136373832821846, 0.12167464941740036, 0.16340696811676025, 0.24444052577018738, 0.1483132541179657, 0.15042605996131897, 0.11517269164323807, 0.06250564008951187, 0.08751652389764786, 0.05776830390095711, 0.0437307246029377, 0.029738575220108032, -0.0019444304052740335, -0.021403871476650238, -0.008289403282105923, 0.02315734699368477, -0.020732611417770386, -0.010963162407279015, 0.029808856546878815, -0.03347308561205864, 0.01056724227964878, 0.002178070368245244, -0.0071289436891674995, 0.00398015882819891, -0.01542389765381813, 0.015315672382712364, -0.02676873281598091, 0.012745833024382591, -0.024240633472800255, 0.032714664936065674, -0.0063422974199056625, 0.006878785323351622, 0.014078748412430286, 0.008958221413195133, -0.013454214669764042, -0.008736317977309227, 0.033920131623744965, 0.03384484723210335, 0.004332217387855053, 0.026809558272361755, -0.029816564172506332, -0.009383133612573147, 0.007295929826796055, -0.013499582186341286, 0.01971503719687462], [0.023565292358398438, -0.020511135458946228, 0.02757611870765686, -0.012118198908865452, -0.026540599763393402, -0.0018779612146317959, 0.028879577293992043, -0.01714148558676243, 0.037789978086948395, -0.008293701335787773, -0.0220411978662014, 0.0014670784585177898, 0.03980616480112076, 0.02725660800933838, -0.025566812604665756, -0.006368291564285755, -0.02876456081867218, 0.012832270003855228, 0.01398981548845768, 0.02993878908455372, 0.03585270047187805, -0.018799632787704468, 0.026585757732391357, -0.01155917439609766, -0.023157663643360138, -0.009838377125561237, 0.03237970918416977, -0.017441999167203903, 0.023705027997493744, -0.023051410913467407, -0.002564680529758334, -0.012642928399145603, -0.015542394481599331, -0.009351488202810287, -0.025697123259305954, 0.011708029545843601, -0.008172519505023956, -0.030592840164899826, -0.024107491597533226, -0.0033484857995063066, 0.01520504616200924, -0.002803588518872857, -0.0124587407335639, 0.005769484676420689, 0.01579110696911812, 0.01950445957481861, 0.02192874439060688, 0.006357954815030098, -0.012671216391026974, 0.016070367768406868, -0.012921771965920925, -0.0005000188830308616, -0.026686109602451324, 0.003832321148365736, 0.03211330249905586, -0.011105840094387531, 0.007164266891777515, 0.0073805199936032295, 0.002068385249003768, 0.006535260938107967, -0.012348086573183537, -0.019711680710315704, -0.015750296413898468, 0.03406807407736778, 0.02148798480629921, 0.01990595832467079, 0.0145075973123312, 0.011105530895292759, 0.018105903640389442, 0.01591658964753151, 0.017076272517442703, 0.01727178879082203, -0.018201151862740517, 0.006080739200115204, -0.009999297559261322, -0.05347011983394623, -0.04092748835682869, -0.008744489401578903, -0.02140984870493412, -0.02780025079846382, 0.018130768090486526, 0.0062837153673172, -0.0237831249833107, -0.020269226282835007, -0.012090138159692287, -0.014913036487996578, 0.010252692736685276, 0.006187504157423973, 0.009854736737906933, 0.03533296659588814, 0.01558246836066246, 0.0281875841319561, -0.01258673332631588, 0.07517074793577194, 0.03013923391699791, 0.07690692692995071, -0.00628754822537303, 0.002882078057155013, -0.06379620730876923, -0.0708126500248909, -0.05363435670733452, -0.08915724605321884, -0.04651448875665665, -0.06672827154397964, -0.06930342316627502, -0.024503350257873535, -0.026037413626909256, 0.03833930939435959, 0.012288773432374, -0.010684270411729813, -0.020303688943386078, 0.030060963705182076, 0.019627682864665985, -0.004593419376760721, 0.005864243023097515, -0.01225332822650671, -0.0019545399118214846, -0.013302248902618885, 0.02720433659851551, 0.016563137993216515, 0.01710452139377594, -0.009915808215737343, -0.01696077361702919, -0.005524987820535898, -0.052487701177597046, 0.013938531279563904, -0.013936510309576988, -0.025986406952142715, -0.05249926820397377, -0.08551385998725891, -0.07396263629198074, -0.09256245195865631, 0.015458648093044758, -0.005336475558578968, -0.041237723082304, -0.0797894150018692, -0.04211895540356636, -0.030231043696403503, -0.016311416402459145, -0.01948087103664875, -0.0014784678351134062, 0.006129746325314045, 0.020741509273648262, -0.031826216727495193, 0.036170635372400284, 0.014969139359891415, -0.016941577196121216, 0.0005475519574247301, 0.004657677840441465, -0.06754130125045776, -0.020369606092572212, -0.02450893074274063, 0.039668116718530655, 0.127470925450325, -0.004329088609665632, -0.11411213874816895, -0.034231141209602356, -0.09881524741649628, 0.00036691472632810473, -0.025227872654795647, -0.03067801147699356, -0.016815340146422386, -0.03110279142856598, -0.11195988953113556, -0.06001519411802292, -0.005920782219618559, 0.009673797525465488, 0.010896905325353146, -0.017338406294584274, 0.03843045234680176, 0.006582422181963921, 0.017257526516914368, -0.012741301208734512, 0.0147107457742095, -0.05656852200627327, -0.009153141640126705, -0.032979127019643784, 0.0004574559861794114, 0.02488836646080017, -0.03588270768523216, -0.02228555828332901, -0.026876216754317284, -0.04040152207016945, -0.06508045643568039, 0.014144724234938622, 0.031059186905622482, 0.12091176211833954, 0.06962638348340988, -0.04746844619512558, 0.08897370100021362, -0.004814182408154011, -0.025944769382476807, -0.060098204761743546, 0.013721766881644726, 0.018271686509251595, 0.017804274335503578, 0.030146511271595955, -0.02724694274365902, -0.011010503396391869, 0.025274015963077545, -0.001802197308279574, -0.05233592167496681, -0.049382876604795456, -0.007718571461737156, -0.018261583521962166, -0.04720291495323181, -0.07783408463001251, -0.05952366441488266, -0.011185877025127411, 0.09651901572942734, -0.007766365073621273, 0.10159920156002045, 0.10176210105419159, 0.03436215966939926, 0.12789392471313477, 0.06994320452213287, 0.03918340802192688, 0.03935440257191658, 0.04545436426997185, -0.05209661275148392, -0.037973351776599884, -0.04521017521619797, -0.03408154100179672, 0.011607745662331581, 0.023605110123753548, 0.02107669599354267, 0.038316354155540466, -0.02534564398229122, -0.016204209998250008, -0.015263081528246403, -0.013815544545650482, 0.010430251248180866, -0.036002643406391144, -0.11473321169614792, -0.03874184936285019, -0.008967607282102108, -0.0375075563788414, 0.09090868383646011, 0.10104356706142426, 0.08581747859716415, 0.03815475478768349, 0.044416602700948715, 0.11023169010877609, 0.19684407114982605, 0.14307966828346252, 0.06395746022462845, 0.12458334863185883, 0.07532680779695511, -0.01584170199930668, 0.016657523810863495, 0.04041560739278793, 0.03538276255130768, 0.024460406973958015, -0.01570405252277851, -0.008483522571623325, 0.05841091275215149, 0.04533067345619202, 0.029492514207959175, 0.04400186613202095, -0.08084310591220856, -0.036479704082012177, 0.00908047053962946, -0.03199595957994461, -0.03789767995476723, 0.008607536554336548, 0.12323842197656631, -0.010770687833428383, 0.09367996454238892, 0.11922585219144821, 0.0573345422744751, -0.055405136197805405, 0.0029631403740495443, -0.049023669213056564, 0.015013828873634338, 0.10093685239553452, 0.03232339769601822, -0.03870008885860443, 0.04970274493098259, 0.03436034545302391, -0.020091604441404343, 0.02945992909371853, 0.036525435745716095, -0.024797800928354263, 0.044553183019161224, 0.05225403606891632, 0.085463747382164, 0.1255788952112198, -0.04132036492228508, 0.017836764454841614, -0.03441033884882927, -0.009123810566961765, 0.0907682552933693, 0.06064590439200401, 0.015907010063529015, -0.08780477941036224, 0.03626680746674538, 0.09092041850090027, -0.09614213556051254, 0.044017136096954346, 0.010669238865375519, 0.026762008666992188, 0.12191663682460785, 0.06198151409626007, 0.09444812685251236, -0.0007225226727314293, 0.02673841267824173, 0.029544314369559288, -0.011363991536200047, 0.026048947125673294, -0.004953564144670963, 0.0035182808060199022, -0.016768353059887886, 0.08029381185770035, 0.06893817335367203, 0.15609554946422577, 0.14157558977603912, 0.08061707019805908, 0.043685443699359894, 0.03754604235291481, 0.21857571601867676, 0.03103712573647499, -0.10873529314994812, -0.11904364824295044, -0.06410928815603256, -0.1281985640525818, -0.1823931485414505, 0.022715479135513306, -0.008331822231411934, 0.090670146048069, 0.10973533987998962, 0.06597266346216202, 0.06016644835472107, -0.0275170486420393, 0.03257656469941139, 0.016515206545591354, 0.02958361804485321, 0.030289843678474426, -0.030379025265574455, 0.005883870646357536, -0.012518877163529396, 0.06852459907531738, 0.04924590513110161, 0.07508675009012222, 0.03741516172885895, -0.00013604266860056669, 0.018250854685902596, 0.0358523391187191, -0.07600246369838715, -0.1513734757900238, -0.4284990429878235, -0.3018866181373596, -0.21004411578178406, -0.0161223653703928, -0.08760835230350494, 0.012627075426280499, 0.04477348551154137, 0.027573702856898308, 0.11499490588903427, 0.0004889819538220763, -0.03935672715306282, 0.011060722172260284, 0.06802592426538467, 0.018659409135580063, -0.0233693215996027, -0.021216828376054764, 0.02210758812725544, -0.012836838141083717, 0.015404818579554558, -0.05336524546146393, -0.11463422328233719, -0.05132902413606644, -0.05829844996333122, -0.0890435054898262, -0.07918523252010345, -0.026672344654798508, -0.19685818254947662, -0.3026364743709564, -0.2348814308643341, -0.17762406170368195, -0.08814405649900436, -0.014666305854916573, 0.07762561738491058, -0.0018232380971312523, 0.049105770885944366, 0.08525120466947556, 0.08589563518762589, 0.021288400515913963, -0.030478542670607567, -0.016202514991164207, 0.03074578009545803, 0.011054289527237415, 0.015028909780085087, 0.006361719220876694, -0.01755586266517639, 0.02601195126771927, -0.05953274294734001, -0.08718206733465195, -0.24457354843616486, -0.1417490392923355, -0.20316042006015778, -0.2600645124912262, -0.3816368877887726, -0.31512218713760376, -0.18112003803253174, -0.1482478529214859, -0.06285743415355682, -0.11355579644441605, 0.027557222172617912, 0.017189200967550278, 0.0755523294210434, 0.055859632790088654, 0.010864906944334507, 0.04539879783987999, 0.03686458244919777, -0.019982509315013885, -0.06338830292224884, -0.061250314116477966, -0.0011323869694024324, 0.0449211448431015, 0.01580101065337658, -0.012188141234219074, -0.023218348622322083, 0.010370434261858463, 0.0023369041737169027, -0.1038210541009903, -0.16010819375514984, -0.08359416574239731, -0.10930328071117401, -0.24994096159934998, -0.3472028970718384, -0.27341192960739136, -0.14752039313316345, -0.015197341330349445, 0.17912361025810242, 0.08709070831537247, 0.08928365260362625, -0.011697918176651001, -0.06470409035682678, -0.027086792513728142, -0.07745029777288437, -0.05392879620194435, -0.09143371134996414, -0.08261431753635406, -0.10131571441888809, 0.0035270864609628916, 0.023270899429917336, -0.020632948726415634, 0.007619898300617933, 0.02522924542427063, -0.002308678114786744, 0.03474660590291023, -0.025445766746997833, -0.08679396659135818, -0.15277977287769318, -0.14143899083137512, -0.15486550331115723, -0.11247929185628891, -0.049090009182691574, -0.050440460443496704, -0.06624329090118408, 0.14044854044914246, 0.21244044601917267, 0.061565741896629333, 0.0062116459012031555, 0.02227313444018364, 0.007727695629000664, -0.034112147986888885, -0.13226863741874695, -0.1978721022605896, -0.1338970959186554, -0.07769569754600525, -0.024089854210615158, -0.0649712011218071, 0.00025227118749171495, 0.0313151516020298, -0.025454673916101456, 0.0037323632277548313, 0.008749653585255146, 0.03459090739488602, 0.0024090397637337446, -0.04882487654685974, -0.10616759955883026, -0.158314511179924, -0.10450968891382217, 0.07992071658372879, 0.08910153061151505, -0.005214708857238293, 0.11032254248857498, 0.2586060166358948, 0.2686128616333008, 0.09801874309778214, 0.024048084393143654, 0.032910048961639404, 0.004372203256934881, -0.12275218963623047, -0.2529342472553253, -0.221256285905838, -0.05832039564847946, -0.1341959685087204, -0.0755440965294838, -0.027875158935785294, 0.03956161439418793, 0.04420100897550583, -0.021973952651023865, 0.039039768278598785, 0.010783047415316105, -0.029788058251142502, 0.0406346470117569, -0.010336787439882755, -0.12433265894651413, -0.07177195698022842, 0.0034286663867533207, 0.03172517567873001, -0.038621045649051666, 0.08648375421762466, 0.14327675104141235, 0.153031125664711, 0.21343527734279633, 0.002955811331048608, 0.036533989012241364, -0.02481921575963497, 0.004865862429141998, -0.020238623023033142, -0.1105077862739563, -0.1218939870595932, -0.02792268805205822, -0.10108336806297302, -0.13196499645709991, -0.02618456818163395, -0.007272159680724144, 0.011639841832220554, 0.035264432430267334, 0.03525931388139725, 0.019096776843070984, 0.00493900990113616, -0.00626639137044549, -0.02549680694937706, -0.10326322913169861, -0.1355275958776474, -0.017733005806803703, 0.07673932611942291, 0.0067163314670324326, 0.10736600309610367, 0.047679755836725235, 0.05001883953809738, 0.1424628645181656, 0.07804202288389206, 0.043088361620903015, 0.0023700736928731203, 0.011103400029242039, 0.04527885094285011, 0.02098355069756508, -0.1685662716627121, -0.09844468533992767, -0.13073991239070892, -0.06501010805368423, 0.002525970572605729, 0.0014993543736636639, 0.009330755099654198, 0.005553092807531357, -0.010424605570733547, 0.023121850565075874, 0.047219354659318924, 0.01931675896048546, 0.025168366730213165, -0.017890702933073044, -0.1178230345249176, -0.026877377182245255, 0.03295236453413963, 0.03463803976774216, 0.10075110197067261, 0.0244432520121336, -0.04742126539349556, -0.02483215183019638, 0.00474517373368144, 0.09710648655891418, -0.022794509306550026, -0.049391333013772964, 0.031988900154829025, -0.03215712308883667, -0.06666939705610275, -0.1050882488489151, -0.04639364778995514, -0.028177261352539062, -0.010512015782296658, -0.0012415493838489056, -0.022542672231793404, -0.012108090333640575, -0.017383184283971786, -0.02745876833796501, -0.0012111496180295944, 0.06504248082637787, 0.036089979112148285, 0.04535519704222679, 0.04747668653726578, 0.04466530308127403, -0.08626695722341537, -0.06169784814119339, 0.009551618248224258, -0.06631749868392944, -0.08042335510253906, -0.04998958855867386, 0.05851823091506958, 0.05695886164903641, -0.0010044958908110857, 0.14868491888046265, 0.15624593198299408, 0.12005992233753204, -0.026482827961444855, 0.07904016226530075, 0.11109340935945511, 0.015547361224889755, 0.021565107628703117, -0.024272868409752846, 0.007744718808680773, 0.025131836533546448, -0.016465650871396065, -0.004675236064940691, 0.021104009822010994, 0.02754434384405613, 0.05678210034966469, 0.05704831704497337, 0.058282140642404556, 0.13795873522758484, 0.0219704769551754, 0.07341008633375168, 0.026711298152804375, 0.0006990161491557956, 0.0238703154027462, 0.06657838076353073, 0.036872901022434235, -0.1112334206700325, -0.018266446888446808, 0.03689659386873245, 0.1863774210214615, 0.08316519111394882, 0.07010604441165924, 0.0484469011425972, 0.09917182475328445, 0.07299749553203583, 0.05289589241147041, 0.004159973934292793, 0.017566367983818054, -0.02042011171579361, -0.01538107730448246, 0.02536514401435852, -0.02871224656701088, 0.013156215660274029, 0.0110177518799901, 0.009163610637187958, 0.04766131937503815, 0.08843125402927399, 0.09144271910190582, 0.04441147297620773, 0.03750132396817207, 0.0333816260099411, -0.02048933133482933, 0.02638346701860428, 0.019330667331814766, 0.10087954252958298, 0.11049096286296844, 0.08459863811731339, 0.13101676106452942, 0.09225080907344818, 0.05007683113217354, 0.07653149217367172, 0.12123362720012665, 0.10307402163743973, 0.050698474049568176, -0.018692390993237495, -0.028454245999455452, 0.013140966184437275, 0.022964686155319214, -0.009905963204801083, -0.01041289884597063, -0.007004755549132824, 0.0689760148525238, 0.029552124440670013, 0.025510624051094055, -0.03290717303752899, -0.022577708587050438, -0.012391980737447739, -0.040357619524002075, 0.06818787008523941, 0.015612287446856499, 0.1121918186545372, 0.16677451133728027, 0.20148703455924988, 0.0362187996506691, 0.002260141307488084, 0.0664243996143341, 0.14798124134540558, 0.07151537388563156, 0.09268560260534286, 0.04216204211115837, 0.018457308411598206, -0.004947081208229065, -0.0032696134876459837, -0.012366662733256817, 0.026315636932849884, 0.03596535325050354, 0.011275597847998142, -0.006058222614228725, 0.012401468120515347, 0.017905328422784805, 0.014188307337462902, -0.003579510375857353, 0.06131074205040932, 0.10896942764520645, 0.06721962243318558, 0.06666790693998337, 0.05528409406542778, 0.21377621591091156, 0.055719032883644104, 0.10143546760082245, 0.12990736961364746, 0.05375472828745842, 0.0007734749233350158, 0.08519904315471649, 0.0755063146352768, 0.022187843918800354, -0.019505396485328674, -0.018407464027404785, -0.03384969010949135, 0.028821196407079697, -0.027393195778131485, -0.01439997460693121, 0.018525581806898117, 0.0022653292398899794, 0.0059574441984295845, -0.00648766104131937, -0.02394026517868042, -0.01287803240120411, -0.07320786267518997, -0.03167244419455528, 0.04473614692687988, 0.07728931307792664, 0.07753592729568481, 0.04350122809410095, 0.0054010204039514065, 0.02911440283060074, 0.001743200933560729, 0.06747971475124359, 0.025588853284716606, 0.032526787370443344, 0.010313711129128933, 0.02244640700519085, 0.01603284850716591, 0.01432262733578682, 0.019732896238565445, 0.026568705216050148, 0.02595297060906887, -0.015905145555734634, -0.010362070985138416, 0.030866384506225586, -0.009120730683207512, 0.021900199353694916, 0.026906892657279968, -0.0127109931781888, -0.021909750998020172, 0.023142769932746887, -0.018748655915260315, 0.011608017608523369, -0.02181633561849594, -0.01590646430850029, -0.0010339715518057346, -0.016630547121167183, 0.029422784224152565, -0.009477769955992699, -0.0033049958292394876, -0.01956460066139698, 0.0076942746527493, -0.0218835286796093, 0.03279699757695198, 0.015636928379535675, 0.02195099927484989, -0.017504997551441193, 0.025395384058356285, 0.035835765302181244, 0.024990849196910858, -0.017020225524902344, 0.017623094841837883, -0.015539960004389286, -0.030665196478366852], [0.019688595086336136, -0.005881023593246937, 0.04747021198272705, -0.0033895960077643394, 0.03238879144191742, 0.03150474652647972, -0.00948577281087637, 0.006279362365603447, 0.037255771458148956, 0.04596753418445587, 0.014564969576895237, -0.004391074180603027, 0.03860103338956833, 0.016085615381598473, -0.0037245226558297873, 0.0013228782918304205, 0.04233601689338684, 0.027419809252023697, 0.036525093019008636, 0.0035868657287210226, 0.016258971765637398, 0.040811412036418915, 0.03026193380355835, -0.00820812676101923, 0.04025149345397949, -0.007287167478352785, 0.022668320685625076, 0.034878138452768326, -0.007742465473711491, 0.026508957147598267, 0.032809071242809296, 0.016804177314043045, 0.01701662316918373, 0.02463444322347641, 0.021382290869951248, 0.003484657732769847, 0.05536799132823944, -0.0069564590230584145, 0.03204796090722084, -0.01014710869640112, -0.002303356071934104, 0.053478434681892395, -0.0032006907276809216, -0.010965551249682903, 0.00197791401296854, 0.045020654797554016, 0.05302906408905983, 0.037449538707733154, 0.006689621135592461, 0.03345734626054764, 0.030417650938034058, 0.032209206372499466, 0.007907317019999027, -0.003016560571268201, 0.018648147583007812, 0.021207816898822784, 0.03789392113685608, 0.04408372938632965, 0.040162451565265656, 0.03399385139346123, 0.053674302995204926, 0.04829747602343559, -0.004738480318337679, 0.03587163984775543, -0.013723115436732769, 0.0019531145226210356, -0.05422127991914749, -0.016002748161554337, 0.026652656495571136, 0.013874391093850136, -0.04337920993566513, 0.07738784700632095, 0.07423552870750427, 0.04592585191130638, 0.0648052915930748, 0.08565491437911987, 0.013515138998627663, 0.029569629579782486, -0.005828586407005787, 0.00443478487432003, -0.012966187670826912, -0.006113086827099323, 0.03359639644622803, 0.010213712230324745, 0.043998390436172485, -0.0032292772084474564, 0.02042423188686371, 0.036515768617391586, -0.009490787982940674, 0.0214017853140831, 0.04350600764155388, -0.009170500561594963, 0.011413922533392906, -0.002551127690821886, -0.013627768494188786, -0.045916445553302765, -0.028701698407530785, -0.05743354931473732, -0.02441168762743473, 0.044360943138599396, -0.03154212236404419, 0.0011930451728403568, 0.017767461016774178, 0.04794318601489067, 0.08693109452724457, 0.0841040164232254, 0.04729454964399338, 0.03939766809344292, 0.011427567340433598, -0.005064894445240498, -0.0020973102655261755, 0.02235596999526024, 0.00782062392681837, 0.016640009358525276, 0.03680761158466339, 0.03784610703587532, 0.04953492805361748, 0.01900448091328144, -0.016939369961619377, -0.004307115916162729, -0.014724244363605976, -0.019029470160603523, 0.012551642023026943, -0.03460785746574402, 0.032202064990997314, -0.01659623347222805, -0.007099535316228867, -0.02525525726377964, 0.06759460270404816, -0.0029414810705929995, -0.01742827147245407, 0.025976747274398804, 0.013286430388689041, 0.048813726752996445, 0.012242180295288563, 0.02620861306786537, 0.05811203643679619, 0.06918245553970337, 0.024815011769533157, 0.007092833518981934, 0.00876632146537304, 0.005763166584074497, 0.027181368321180344, 0.04139413312077522, 0.04763578996062279, -0.019927307963371277, -0.05558919534087181, -0.019110556691884995, -0.05558214336633682, 0.017291095107793808, 0.029332518577575684, 0.04103550687432289, -0.014851478859782219, -0.03692181780934334, 0.018590601161122322, 0.028681600466370583, 0.01944078505039215, 0.13203643262386322, -0.06990907341241837, 0.022023556753993034, 0.06981167197227478, 0.02140633575618267, 0.021561888977885246, 0.04786945506930351, 0.041397493332624435, 0.012537692673504353, 0.00953886192291975, 0.014339237473905087, 0.053721003234386444, 0.04133150726556778, 0.005280079320073128, 0.00617242231965065, -0.0025014770217239857, 0.007731066085398197, -0.06706706434488297, -0.1263839304447174, -0.1120145320892334, -0.052783314138650894, 0.004460465628653765, -0.03608202189207077, 0.04166189953684807, -0.01845357194542885, 0.029584821313619614, 0.030169667676091194, -0.03349186107516289, 0.018620219081640244, 0.03356853872537613, 0.09005901217460632, 0.15962323546409607, -0.05923299863934517, 0.06164592131972313, 0.071342334151268, 0.05435359850525856, 0.050753816962242126, 0.02963222749531269, 0.005820993334054947, 0.04961066693067551, 0.017665525898337364, 0.011446426622569561, -0.022482743486762047, -0.023853762075304985, -0.02919895015656948, -0.059732258319854736, -0.11844959855079651, -0.14174583554267883, 0.010332413017749786, 0.021277405321598053, 0.0818604901432991, 0.025531208142638206, -0.08485432714223862, 0.027923421934247017, 0.02057100646197796, -0.06963137537240982, -0.010267844423651695, 0.11055658757686615, 0.16769099235534668, 0.21180158853530884, 0.005663373041898012, 0.0737232118844986, 0.112189382314682, 0.025626447051763535, 0.010570637881755829, 0.018113894388079643, 0.04163536801934242, 0.023060575127601624, 0.03388950601220131, 0.05294587090611458, -0.007273834198713303, 0.061986587941646576, 0.0031618140637874603, -0.041045866906642914, -0.09381689876317978, -0.14766888320446014, -0.023333463817834854, -0.03224004805088043, 0.030866479501128197, 0.02586345747113228, -0.04965047165751457, 0.035450372844934464, 0.024981791153550148, 0.01869218423962593, 0.010908272117376328, 0.07478602975606918, 0.10405886918306351, 0.19703857600688934, 0.1162547767162323, 0.08357424288988113, 0.13955917954444885, 0.10935746133327484, 0.08678881824016571, 0.04156014695763588, 0.028350364416837692, -0.009101965464651585, 0.029985222965478897, 0.014370391145348549, 0.02498989924788475, -0.022903162986040115, -0.0030190430115908384, -0.024014370515942574, -0.04585116356611252, -0.046009570360183716, 0.04813280701637268, -0.006858224514871836, -0.022922631353139877, -0.11965564638376236, -0.1370413899421692, -0.09032376855611801, -0.07308471202850342, -0.06777090579271317, -0.02161872759461403, -0.05638160929083824, -0.03345455974340439, 0.017662912607192993, 0.008255739696323872, 0.10186050832271576, 0.1243186891078949, 0.09739676862955093, 0.084664486348629, 0.04587835818529129, 0.03946635127067566, 0.03184991329908371, 0.05284903198480606, 0.03743092715740204, 0.006420168559998274, -0.019496262073516846, -0.044458892196416855, -0.004725220147520304, -0.09401737153530121, -0.0254876259714365, 0.019989436492323875, 0.0683322548866272, -0.014196707867085934, 0.07501742243766785, -0.03397699072957039, -0.06432311981916428, -0.12055681645870209, -0.10285387188196182, -0.1573442816734314, -0.19868162274360657, -0.18881551921367645, -0.12410179525613785, -0.18634308874607086, -0.01174271572381258, -0.010537954978644848, -0.01999734155833721, 0.0786232277750969, 0.0580022819340229, 0.008416430093348026, 0.03706619143486023, 0.015092083252966404, 0.0022890581749379635, 0.0014235107228159904, 0.03843911737203598, 0.01630621775984764, -0.11142802983522415, -0.1269562989473343, -0.1081024780869484, -0.07658565789461136, -0.06411312520503998, -0.08756201714277267, 0.03622352331876755, 0.13537557423114777, 0.10266991704702377, -0.006636403035372496, -0.06513191759586334, -0.06244838610291481, -0.09501245617866516, -0.2510787844657898, -0.27125048637390137, -0.19506946206092834, -0.09073082357645035, -0.03598381578922272, -0.0072545818984508514, 0.02634955570101738, -0.0034010251984000206, 0.012468290515244007, 0.0525483563542366, 0.034830495715141296, 0.037755005061626434, 0.02646898292005062, 0.03472793847322464, -0.07628864794969559, -0.15288226306438446, -0.189769446849823, -0.1977880299091339, -0.0836721733212471, -0.0521683394908905, -0.07944293320178986, 0.009026472456753254, 0.11126359552145004, 0.10044272243976593, 0.055230531841516495, -0.004956393968313932, 0.04933128505945206, 0.011854905635118484, -0.11530657112598419, -0.17570094764232635, -0.19655434787273407, -0.17688636481761932, -0.05316219478845596, -0.02143029123544693, 0.00558554008603096, 0.05329890176653862, 0.047081124037504196, 0.01348808128386736, 0.020384881645441055, -0.010397070087492466, 0.009485356509685516, 0.01610548608005047, -0.043251749128103256, -0.10579955577850342, -0.21794837713241577, -0.13646386563777924, -0.08406427502632141, -0.1680949181318283, -0.01165021862834692, 0.09749434888362885, 0.0911923199892044, 0.21589435636997223, 0.17846159636974335, 0.16279107332229614, 0.12679974734783173, 0.051732443273067474, -0.014060817658901215, -0.0833299309015274, -0.1795242428779602, -0.10024582594633102, -0.07328072190284729, -0.05796607956290245, 0.03985963016748428, 0.014808268286287785, -0.013058369047939777, 0.051163818687200546, -0.007690677419304848, 0.01821531355381012, 0.002190041122958064, 0.02372836321592331, -0.05272969231009483, -0.08961675316095352, -0.2208055853843689, -0.08912742137908936, -0.12949900329113007, -0.18378815054893494, -0.11977792531251907, -0.052391067147254944, 0.09997115284204483, 0.22073331475257874, 0.09075809270143509, 0.1309942603111267, 0.06885739415884018, 0.05201166495680809, -0.03705436736345291, -0.08318120986223221, -0.127485454082489, -0.09276318550109863, -0.10735928267240524, -0.033993180841207504, 0.04019973427057266, -0.009636837057769299, 0.02338426560163498, 0.0008432575850747526, 0.030901629477739334, -0.0033690184354782104, 0.019112424924969673, 0.060545507818460464, -0.003715455997735262, -0.10707263648509979, -0.033436935395002365, -0.011549519374966621, -0.08126898109912872, -0.14599178731441498, -0.1376502811908722, -0.058394741266965866, 0.04140746220946312, 0.03474697098135948, -0.11172796785831451, 0.033287178725004196, -0.00343697564676404, 0.09200730919837952, -0.08349204063415527, -0.028489870950579643, -0.06943036615848541, -0.11959518492221832, -0.05659709498286247, 0.006021200679242611, 0.04885132983326912, -0.0022064491640776396, 0.019439734518527985, 0.003902629017829895, 0.03372540697455406, -0.0010680932318791747, 0.022117596119642258, 0.07809554040431976, -0.0148824667558074, -0.022165291011333466, 0.06721459329128265, 0.06407642364501953, -0.08805621415376663, -0.18420368432998657, -0.18864086270332336, 0.00046598404878750443, -0.024499859660863876, 0.006270900834351778, 0.00965948961675167, 0.10264197736978531, 0.02840404398739338, 0.04813680052757263, -0.004722682759165764, 0.024534182623028755, -0.07778731733560562, -0.07136368751525879, -0.0819428339600563, -0.016897203400731087, 0.021141856908798218, 0.04782862216234207, 0.04747603088617325, 0.033267077058553696, 0.012315317057073116, -0.001861091936007142, 0.031375546008348465, 0.10899891704320908, 0.003952165599912405, 0.024854669347405434, 0.08189360052347183, -0.014898205175995827, -0.09572003036737442, -0.16550487279891968, -0.09767517447471619, -0.12624938786029816, -0.10020086169242859, -0.03637127950787544, 0.0660894364118576, 0.0871477872133255, 0.09156133234500885, 0.14133583009243011, 0.1010332703590393, 0.034655582159757614, -0.004079832229763269, -0.0808214321732521, 0.00043269869638606906, -0.03710561618208885, -0.008723636157810688, 0.008477775380015373, 0.0033449556212872267, 0.007627265993505716, 0.013520159758627415, 0.006368020549416542, 0.05804117023944855, 0.08841266483068466, 0.030884746462106705, 0.05576920136809349, 0.041909124702215195, 0.04953109100461006, 0.11416320502758026, 0.003307489212602377, -0.07054145634174347, -0.10491608828306198, -0.027582449838519096, -0.017768235877156258, -0.010729371570050716, 0.0472320057451725, 0.17087699472904205, 0.12256059795618057, 0.04442962259054184, -0.04545409977436066, -0.049442946910858154, -0.11194039136171341, -0.022717785090208054, 0.02738150767982006, -0.00209214654751122, 0.004461302887648344, 0.047152623534202576, 0.0193268321454525, 0.0012099707964807749, 0.03625073283910751, -0.020627867430448532, 0.0009214759338647127, 0.05553090199828148, 0.09064441919326782, 0.07365159690380096, 0.1514175683259964, 0.14074958860874176, 0.09376666694879532, 0.0019873622804880142, -0.015640640631318092, 0.07222120463848114, -0.0939076617360115, -0.05698241665959358, 0.11467324942350388, 0.2002362608909607, 0.2186313271522522, -0.022663334384560585, -0.04141229763627052, -0.06406281143426895, -0.04258761927485466, 0.0009344973368570209, -0.021394411101937294, 0.03807796165347099, 0.042680732905864716, 0.05448419973254204, 0.006730847992002964, 0.010127182118594646, 0.005255333613604307, -0.02530297450721264, -0.013285442255437374, -0.0018431214848533273, 0.048600178211927414, -0.03304651752114296, 0.057569555938243866, 0.019738521426916122, 0.03515390306711197, 0.06539975851774216, -0.008110360242426395, -0.04132697731256485, 0.0028988292906433344, 0.09622848778963089, 0.05588396638631821, 0.17455686628818512, 0.09831658750772476, 0.03926866129040718, -0.02952347882091999, -0.07294747233390808, -0.011972645297646523, -0.025280870497226715, -0.030581334605813026, 0.022441307082772255, 0.002486848272383213, 0.0513739287853241, -0.01127245556563139, 0.01157702412456274, 0.04066772013902664, 0.026663517579436302, 0.0639902874827385, -0.006984267383813858, 0.027044175192713737, -0.08871762454509735, -0.13271772861480713, -0.07051464915275574, -0.09956376999616623, 0.0043956805020570755, 0.022565580904483795, -0.004160535521805286, 0.03627455607056618, 0.04103102907538414, 0.07549747824668884, 0.16089549660682678, -0.019171200692653656, -0.15290212631225586, -0.11519356071949005, -0.1312984675168991, -0.08038081973791122, -0.025866646319627762, -0.013203396461904049, 0.007620636839419603, 0.004532321356236935, 0.013550850562751293, 0.05006149411201477, 0.013677754439413548, -0.003341569099575281, 0.021153930574655533, 0.0161137692630291, 0.0005569049972109497, -0.06310924887657166, -0.07449090480804443, -0.14271976053714752, -0.11833213269710541, -0.08181016147136688, 0.07985357195138931, -0.026773320510983467, -0.042449209839105606, 0.012666624039411545, 0.05369877070188522, 0.05980807542800903, -0.035362616181373596, -0.10188350081443787, -0.12031480669975281, -0.11290077120065689, -0.10100139677524567, -0.04057236760854721, -0.002498065587133169, 0.0030570339877158403, -0.0013883395586162806, 0.05069457367062569, 0.02472161129117012, -0.014298447407782078, 0.0023561548441648483, 0.027866896241903305, 0.060276832431554794, 0.08241984248161316, 0.03278468921780586, 0.0416066013276577, 0.00782751850783825, -0.08391204476356506, -0.08630651980638504, -0.0550403892993927, 0.025239385664463043, -0.006343428511172533, 0.0895073413848877, 0.05586472526192665, 0.080574169754982, -0.024256806820631027, -0.10494501143693924, -0.13971690833568573, -0.09182267636060715, -0.04444080591201782, -0.07256738096475601, -0.008899319916963577, -0.009978222660720348, 0.03943968564271927, 0.010791824199259281, 0.031168924644589424, 0.05164112150669098, -0.005137498490512371, 0.015703076496720314, 0.02862820029258728, 0.02545894682407379, 0.011735431849956512, -0.02786540798842907, -0.004201735835522413, 0.06681469082832336, -0.05736452341079712, 0.04754934459924698, 0.09277065098285675, 0.14674624800682068, 0.16478292644023895, 0.08081391453742981, -0.011630608700215816, -0.054667238146066666, -0.060696959495544434, -0.1666226089000702, -0.06469708681106567, -0.03226948156952858, -0.0413338728249073, -0.0015090338420122862, 0.010071374475955963, 0.022775527089834213, 0.014827295206487179, 0.0496249794960022, -0.0066156345419585705, -0.006600805092602968, -0.011855664663016796, 0.03163335099816322, 0.044860973954200745, -0.014551389031112194, 0.0070183007046580315, -0.028594980016350746, 0.005835515912622213, 0.0043584732338786125, 0.028572870418429375, 0.10933592915534973, 0.13249507546424866, 0.07087510079145432, 0.15189574658870697, 0.125461608171463, -0.02543829008936882, -0.04819122329354286, -0.07480689883232117, -0.09005197882652283, -0.06015562638640404, 0.028726039454340935, 0.03887022286653519, 0.0336666963994503, 0.03679758310317993, 0.04411693662405014, 0.04271005094051361, 0.029543742537498474, 0.009800156578421593, 0.0095440074801445, 0.022335514426231384, 0.008799154311418533, 0.05161000043153763, 0.012661217711865902, 0.004327877424657345, 0.015241158194839954, 0.0265188068151474, 0.010030828416347504, 0.016743259504437447, 0.04380613565444946, 0.0022008211817592382, -0.013265509158372879, 0.02549942582845688, -0.03369035944342613, -0.03666916862130165, 0.005863067228347063, 0.032253239303827286, 0.03562188893556595, 0.039854925125837326, 0.026178430765867233, 0.03626389801502228, -0.01199943944811821, 0.053736213594675064, -0.0061335572972893715, 0.052578508853912354, 0.001379556255415082, 0.020387224853038788, 0.021480444818735123, -0.007403985597193241, 0.01967272162437439, -0.0006916270940564573, -0.0025052966084331274, 0.021972384303808212, 0.02509307861328125, -0.014391147531569004, 0.04591725021600723, 0.04734707623720169, -0.017852813005447388, 0.03343961015343666, 0.03257082775235176, 0.01527177169919014, 0.012327850796282291, 0.0036436656955629587, 0.0202937014400959, -5.161354238225613e-06, 0.0016732020303606987, 0.05035176873207092, -0.010870224796235561, 0.05176525563001633, -0.006679339334368706, 0.036970049142837524, 0.028258226811885834, 0.0016133796889334917, 0.015886429697275162, 0.042644523084163666, 0.04584631323814392], [0.04297475889325142, 0.030464868992567062, 0.02964719757437706, -0.016040796414017677, 0.02218572422862053, 0.00465695234015584, 0.04213554039597511, 0.01608503982424736, 0.026549406349658966, 0.03497127816081047, 0.005045847501605749, -0.016528509557247162, -0.0030921660363674164, -0.0022950961720198393, 0.029349539428949356, -0.007317008916288614, -0.025356873869895935, -0.00463086785748601, -0.011680372059345245, 0.012841935269534588, 0.023315303027629852, 0.022039636969566345, 0.031692761927843094, 0.008783707395195961, 0.00602305494248867, -0.020468030124902725, 0.015481305308640003, -0.015472919680178165, -0.021462902426719666, 0.008573642000555992, -0.020551763474941254, 0.0024047093465924263, 0.008693167939782143, 0.02942533791065216, 0.01132914237678051, 0.005545667838305235, 0.002084343461319804, 0.004162521567195654, -0.015476972796022892, 0.004196882713586092, 0.0181364044547081, 0.03757413849234581, -0.025563478469848633, -0.011487975716590881, 0.021294891834259033, 0.02619442343711853, 0.034929387271404266, 0.025524131953716278, 0.01987157203257084, 0.009019275195896626, -0.004726426675915718, 0.0422712042927742, 0.03148987516760826, -0.001286535756662488, 0.03516023978590965, -0.002862217603251338, 0.013318284414708614, 0.02255243808031082, 0.03640064224600792, 0.020023547112941742, 0.002205375349149108, -0.007638978771865368, 0.009702475741505623, 0.00894899107515812, -0.027459632605314255, -0.011034300550818443, -0.002994654467329383, 0.014608033932745457, -0.025613892823457718, 0.03683660179376602, 0.03982347995042801, 0.015023129992187023, 0.022834375500679016, 0.005700132343918085, 0.015216966159641743, 0.008137499913573265, 0.012426948174834251, -0.020366420969367027, -0.01673082262277603, 0.034466613084077835, -0.02192634344100952, 0.017677269876003265, 0.015230773016810417, 0.027438398450613022, 0.030059296637773514, -0.00108297448605299, 0.03923765942454338, -0.024250492453575134, 0.03687332570552826, -0.033651527017354965, 0.020729035139083862, -0.00822602491825819, -0.0005529330810531974, -0.01552303321659565, -0.006789923645555973, -0.03122781589627266, -0.008925515227019787, -0.017070621252059937, 0.027245400473475456, -0.04795430228114128, -0.021255284547805786, 0.0033086943440139294, -0.04231373965740204, -0.06293227523565292, -0.008257532492280006, -0.009569262154400349, 0.007396032102406025, 0.032078906893730164, -0.011751270852982998, 0.010135134682059288, -0.02332932874560356, 0.0296926312148571, -0.0037004121113568544, 0.0019106901017948985, 0.0083476472645998, -0.023370131850242615, 0.007563829887658358, -0.04639536142349243, -0.04942130297422409, 0.006261049769818783, -0.053334061056375504, -0.044462528079748154, -0.048760052770376205, -0.05733446404337883, -0.02600504457950592, -0.06442810595035553, -0.13978222012519836, -0.021936213597655296, -0.027370793744921684, 0.029452171176671982, -0.015578699298202991, 0.007480531930923462, 0.06022808328270912, 0.0522242970764637, 0.10575344413518906, 0.05197261646389961, 0.03318851813673973, 0.02704906091094017, -0.01857377588748932, 0.00361560913734138, 0.013091790489852428, 0.016322921961545944, 0.012551568448543549, -0.02516394481062889, -0.025067904964089394, -0.0007581093232147396, -0.03415939584374428, -0.01641540788114071, 0.058997783809900284, 0.06060469523072243, -0.03288242220878601, 0.009035002440214157, 0.014812679961323738, -0.07422372698783875, -0.09652473032474518, -0.023718565702438354, -0.007154643535614014, -0.015916822478175163, 0.02310582995414734, -0.03597598150372505, -0.06252633780241013, 0.004206601995974779, 0.037848688662052155, 0.044834524393081665, 0.07008206099271774, -0.008084219880402088, 0.00161860347725451, -0.0022961830254644156, -0.014100713655352592, -0.020363114774227142, 0.006041968706995249, -0.008557119406759739, 0.029072478413581848, 0.061440203338861465, 0.0652613565325737, 0.07707862555980682, 0.09528779238462448, -0.05538351088762283, -0.0627991110086441, 0.017789533361792564, -0.005499318242073059, -0.14136293530464172, -0.13689473271369934, -0.11673689633607864, -0.03069506399333477, -0.008292467333376408, 0.023501871153712273, 0.009888513945043087, -0.09436516463756561, -0.10117311030626297, -0.034860532730817795, 0.014920074492692947, -0.009401954710483551, 0.007157155778259039, -0.016576290130615234, -0.013702738098800182, -0.011061113327741623, -0.013621530495584011, 0.02633674256503582, -0.0005653281114064157, 0.0011755403829738498, 0.015670593827962875, 0.08651918172836304, 0.05947839841246605, 0.027658887207508087, -0.048679400235414505, 0.0643598735332489, 0.13346166908740997, 0.027543673291802406, -0.2193179428577423, -0.1282464563846588, 0.034410614520311356, -0.012178166769444942, 0.0031894196290522814, 0.057352498173713684, 0.08274675905704498, -0.00029794665169902146, -0.07709059119224548, -0.012615762650966644, 0.018680337816476822, 0.04105217754840851, -0.0041146045550704, -0.012388939037919044, 0.016420602798461914, -0.005314311943948269, -0.008936605416238308, 0.006365641951560974, -0.010223240591585636, -0.026479141786694527, 0.03208480402827263, 0.0870073214173317, 0.02433719113469124, -0.025102833285927773, 0.062374819070100784, 0.20818430185317993, 0.16354437172412872, -0.08397507667541504, -0.2339094579219818, -0.1790737360715866, 0.048282139003276825, 0.10284724086523056, 0.015225214883685112, 0.05430816113948822, -0.08689521253108978, 0.0021084423642605543, -0.004204877652227879, 0.010604321956634521, -0.03239201009273529, 0.019991697743535042, 0.007470402400940657, -0.02972547337412834, 0.01735946163535118, 0.03076944686472416, 0.04198729246854782, -0.014157823286950588, 0.0576513335108757, 0.04366616904735565, 0.029373323544859886, 0.010479219257831573, 0.06354378163814545, 0.057099342346191406, 0.06046087294816971, 0.1782934069633484, 0.08422848582267761, -0.03476853296160698, -0.2420959621667862, -0.21814782917499542, -0.05976097658276558, 0.031136466190218925, 0.08984576165676117, 0.046565406024456024, -0.0832604244351387, 0.04334508255124092, 0.012456735596060753, -0.0493156760931015, -0.003918541595339775, -0.012927278876304626, 0.00133475789334625, -0.016370531171560287, -0.021818947046995163, 0.027918078005313873, -0.0063143325969576836, -0.0017549133626744151, -0.0009104330674745142, 0.030540727078914642, 0.030009731650352478, 0.007011977024376392, -0.02161981910467148, -0.04105693846940994, 0.0018953607650473714, 0.08467859029769897, 0.15347877144813538, -0.01848549395799637, -0.1732250154018402, -0.2448139786720276, -0.0038053682073950768, 0.08845973759889603, 0.04524641111493111, -0.025902586057782173, -0.06113536283373833, -0.0670555830001831, -0.0022554320748895407, 0.010410284623503685, -0.05687887966632843, -0.030922692269086838, 0.011097493581473827, 0.02399086393415928, -0.00791899487376213, -0.007841561920940876, 0.0009606179082766175, 0.02428276091814041, 0.042336538434028625, 0.0024536331184208393, 0.05593032017350197, 0.05542294681072235, -0.0044660065323114395, -0.07887787371873856, 0.037028975784778595, 0.15683230757713318, 0.2057427018880844, 0.015138810500502586, -0.1177322044968605, -0.1772260218858719, -0.0007163331029005349, 0.15171726047992706, 0.12596367299556732, 0.054840799421072006, -0.027262020856142044, 0.017042528837919235, -0.027197761461138725, 0.0664450079202652, 0.0030552500393241644, -0.07922808080911636, -0.01200604997575283, -0.005216636694967747, 0.003987577743828297, 0.016468491405248642, 0.023670855909585953, 0.0405474454164505, 0.013707105070352554, 0.005027796141803265, 0.0499960258603096, 0.09685223549604416, -0.04668567329645157, 0.007041994947940111, -0.08630108088254929, 0.09754855930805206, 0.18734510242938995, 0.06756974011659622, -0.1924111396074295, -0.1928408294916153, 0.01346068736165762, 0.1697121262550354, 0.04988810047507286, 0.12484585493803024, -0.003818291239440441, 0.10169379413127899, 0.026559391990303993, 0.0388859398663044, -0.03736357390880585, -0.07305099815130234, -0.02772684209048748, 0.022879190742969513, -0.0016986946575343609, 0.04234929010272026, -0.023093856871128082, -0.01621796004474163, 0.05681820213794708, 0.08852912485599518, 0.09853526949882507, 0.009778878651559353, -0.05454106256365776, -0.016433099284768105, -0.07770377397537231, 0.07007573544979095, 0.12926775217056274, -0.022494912147521973, -0.22384241223335266, -0.21063736081123352, -0.08749504387378693, 0.04436406493186951, 0.06469849497079849, 0.09687339514493942, -0.04120878875255585, 0.06804290413856506, 0.14042922854423523, 0.10295379906892776, -0.015845466405153275, -0.04757438227534294, 0.0008065046858973801, 0.013815675862133503, 0.03057112544775009, 0.005469284486025572, 0.008967376314103603, 0.04189080744981766, 0.07447522133588791, 0.059371039271354675, 0.11844253540039062, -0.1118684858083725, -0.07118063420057297, -0.03747221454977989, -0.0018840598640963435, 0.09478503465652466, 0.029007630422711372, -0.1706634759902954, -0.18526098132133484, -0.0930967852473259, -0.04843693971633911, 0.02442026324570179, 0.0784824788570404, 0.06467197090387344, 0.06155824288725853, 0.08392881602048874, 0.0343405082821846, 0.04958200827240944, -0.008020143024623394, -0.038383033126592636, -0.020109759643673897, -0.00872066430747509, -0.002139071002602577, 0.037027787417173386, -0.0249563567340374, -0.006793035194277763, 0.07962314039468765, 0.014170041307806969, 0.02761000581085682, 0.008384834043681622, 0.016271302476525307, -0.08672533929347992, 0.03196481242775917, 0.19103878736495972, 0.1294751912355423, -0.011989950202405453, -0.05286680907011032, -0.1617339700460434, -0.11627528071403503, -0.08679782599210739, 0.1436171531677246, 0.057832635939121246, 0.09338683634996414, 0.06355635821819305, 0.06313882023096085, 0.1165907233953476, -0.0769042894244194, -0.06168609485030174, -0.03414401039481163, -0.015494843013584614, 0.03194371238350868, 0.018587622791528702, 0.02231043204665184, 0.018701132386922836, -0.005093771498650312, 0.045095667243003845, 0.004048526752740145, 0.019797958433628082, 0.06483421474695206, 0.015376614406704903, 0.018572019413113594, -0.021304206922650337, 0.04853147640824318, -0.03576476871967316, -0.06162303313612938, -0.1385820060968399, -0.03156699240207672, 0.005307226441800594, 0.12516896426677704, 0.07857144623994827, 0.06981874257326126, 0.09446659684181213, 0.037356626242399216, 0.014483549632132053, -0.041797712445259094, -0.04206643998622894, -0.03860490396618843, -0.03222781792283058, 0.03478236868977547, 0.03169647231698036, -0.0025741057470440865, 0.028466593474149704, -0.032621923834085464, -0.011224998161196709, -0.016470616683363914, 0.03137487545609474, 0.04015740007162094, -0.043059587478637695, -0.009029383771121502, 0.06971387565135956, 0.014726094901561737, -0.05610893294215202, -0.23268964886665344, -0.12583646178245544, 0.03809983283281326, 0.15572476387023926, 0.24431486427783966, 0.22759413719177246, -0.03568334877490997, 0.06417335569858551, 0.049535803496837616, 0.02907390333712101, -0.06906110793352127, 0.05727921053767204, -0.016014954075217247, -0.012583318166434765, -0.00019125650578644127, -0.011743193492293358, 0.03622462972998619, 0.029137305915355682, -0.0025149453431367874, 0.004307793453335762, -0.05685713514685631, -0.044419240206480026, 0.02518371306359768, 0.07046066969633102, 0.0692889615893364, 0.0036055927630513906, 0.07236271351575851, -0.07260044664144516, -0.17633327841758728, -0.03518080338835716, -0.023845000192523003, 0.12347977608442307, 0.21500465273857117, 0.142770916223526, -0.08893061429262161, -0.02797274850308895, 0.021377189084887505, 0.0022251473274081945, -0.06721611320972443, -0.01604866236448288, -0.04256650060415268, 0.0289616696536541, 0.028121210634708405, -0.01012512855231762, 0.014386334456503391, -0.011063779704272747, -0.007748674601316452, -0.040634412318468094, -0.04287930950522423, 0.0011740243062376976, 0.034840177744627, 0.130294531583786, 0.07613982260227203, 0.007418541703373194, -0.07603851705789566, -0.2183666080236435, -0.20454642176628113, 0.048710841685533524, 0.1456715166568756, 0.1053544133901596, -0.026493560522794724, 0.045462921261787415, -0.02779206819832325, -0.04953659698367119, -0.027965599671006203, -0.1265580952167511, -0.03779330849647522, 0.037794437259435654, -0.0317336767911911, 0.021265920251607895, -0.02442163974046707, 0.003966939635574818, 0.04125421866774559, -0.002359784208238125, -0.015955453738570213, -0.02001240663230419, -0.0014596526743844151, -0.057196665555238724, -0.13035017251968384, -0.07862976938486099, -0.05121694505214691, -0.0651283711194992, -0.09655099362134933, -0.2248026430606842, -0.10664952546358109, 0.08513257652521133, 0.15635214745998383, 0.007401483599096537, 0.003981020301580429, 0.09309126436710358, 0.03298266977071762, -0.08185695856809616, -0.034223608672618866, -0.09164125472307205, -0.02067798748612404, -0.002238364890217781, 0.009545786306262016, -0.02315862476825714, -0.002633858472108841, -0.01081785373389721, -0.005579210352152586, -0.014966083690524101, -0.035417526960372925, -0.02075996994972229, 0.03321831300854683, -0.039359550923109055, -0.15915772318840027, -0.16037553548812866, -0.11519426852464676, -0.0925135686993599, -0.1269260197877884, -0.13486506044864655, 0.024864336475729942, 0.15757209062576294, 0.07570916414260864, -0.02233169972896576, -0.14261581003665924, -0.0337141752243042, -0.022718043997883797, -0.06171432510018349, -0.0023697831202298403, 0.018789025023579597, 0.04050047695636749, 0.05682315304875374, -0.014634879305958748, -0.009572849608957767, 0.023023098707199097, 0.005765379872173071, 0.009466946125030518, 0.03138241544365883, -0.027105022221803665, -0.0005481774569489062, 0.014017542824149132, -0.022229695692658424, -0.11182863265275955, -0.09703824669122696, -0.13065791130065918, -0.17318429052829742, -0.11294019222259521, -0.11021623015403748, 0.06195325776934624, 0.17334696650505066, 0.12059321254491806, -0.0032882667146623135, 0.02784281224012375, -0.020670922473073006, -0.004710289649665356, -0.060930036008358, -0.00404855003580451, -0.007234801538288593, 0.026791172102093697, -0.011353904381394386, 0.010742350481450558, 0.021692197769880295, -0.0169166661798954, 0.03929198160767555, -0.00010879769251914695, 0.03345289081335068, 0.033477533608675, -0.025819646194577217, -0.04616750404238701, -0.0384736992418766, -0.06447755545377731, -0.05255259573459625, -0.14563503861427307, -0.17181186378002167, -0.05397651717066765, 0.12259325385093689, 0.13829514384269714, 0.2516160011291504, 0.1590910404920578, 0.04219133034348488, 0.04789520055055618, -0.031589508056640625, 0.041242796927690506, 0.0036065452732145786, 0.034188274294137955, -0.01896539516746998, -0.04641000181436539, -0.01681631989777088, 0.024807769805192947, 0.02428165078163147, -0.003966573625802994, -0.02563295140862465, -0.022478237748146057, -0.017877835780382156, 0.010395608842372894, 0.006492757238447666, -0.030664002522826195, -0.005547953303903341, -0.04462543502449989, -0.1118030697107315, -0.09126319736242294, -0.08922196924686432, 0.002609864342957735, 0.07708673179149628, 0.09747610986232758, 0.06590890884399414, 0.11477795243263245, 0.053193386644124985, 0.08390204608440399, -0.011344106867909431, 0.033853597939014435, 0.04290885850787163, 0.061346519738435745, 0.019347138702869415, -0.024632807821035385, -0.007141264155507088, 0.031966377049684525, 0.022770456969738007, 0.0026702028699219227, 0.017839495092630386, 0.012639094144105911, 0.0009550469694659114, 0.04301175847649574, 0.021552570164203644, -0.01622612774372101, -0.011464395560324192, -0.033204756677150726, -0.08507125079631805, -0.04749644175171852, -0.0899851992726326, -0.025797763839364052, -0.008430170826613903, 0.028097081929445267, 0.06153629347681999, 0.015106950886547565, -0.03811245411634445, -0.05152769759297371, 0.03827328979969025, 0.007068136241286993, -0.03398243337869644, 0.06730353087186813, 0.03425188362598419, -0.011738428846001625, 0.03411700949072838, 0.029759041965007782, -0.012330379337072372, 0.04184901341795921, -0.01518748514354229, -0.013304738327860832, 0.0075553408823907375, 0.012890929356217384, 0.00038230771315284073, 0.01065934356302023, -0.028280317783355713, -0.02179638296365738, 0.007938194088637829, 0.04958495870232582, 0.0080925477668643, -0.062181029468774796, -0.024093320593237877, -0.03184601292014122, 0.0004997088690288365, -0.04049673303961754, -0.009701261296868324, 0.005398111417889595, 0.04575774073600769, 0.040456078946590424, 0.00564194330945611, 0.08472443372011185, 0.015636224299669266, 0.018279459327459335, -0.020298082381486893, -0.013958871364593506, 0.026294738054275513, 0.03286208584904671, 0.023704804480075836, 0.034610409289598465, 0.0024967596400529146, 0.03410434350371361, -0.025833263993263245, 0.019185122102499008, 0.03925101086497307, 0.03624575957655907, -0.0057719131000339985, 0.032304272055625916, 0.015694133937358856, 0.01729675382375717, 0.046228211373090744, 0.05521298199892044, 0.038042910397052765, 0.043808478862047195, 0.029314987361431122, 0.020959829911589622, 0.05051330104470253, -0.006344330031424761, 0.06354495137929916, 0.049573685973882675, 0.008858011104166508, -0.010008428245782852, 0.0238504521548748, -0.025817371904850006, 0.034752558916807175, 0.03296298906207085], [0.03192710876464844, 0.003403760027140379, -0.011412058025598526, 0.027006294578313828, 0.02953500673174858, -0.004362293053418398, 0.009412439540028572, 0.03448231518268585, -0.020800553262233734, -0.01303914189338684, 0.019423477351665497, -0.022386930882930756, 0.018120352178812027, -0.022348575294017792, 0.012783082202076912, 0.01888202875852585, 0.028331417590379715, -0.006935074459761381, -0.01722634583711624, 0.020223625004291534, -0.0015995788853615522, -0.016948357224464417, 0.028680015355348587, 0.03313735872507095, 0.01889762282371521, -0.004320978187024593, 0.01381555013358593, 0.021031953394412994, 0.027125366032123566, -0.013248788192868233, 0.03512381762266159, -0.010529929772019386, -0.01355799101293087, 0.03604884445667267, -0.02566644549369812, 0.031905487179756165, -0.00022319202253129333, -0.01289546862244606, -0.02829654887318611, 0.0356021374464035, 0.01628033258020878, -0.007067515514791012, -0.029083430767059326, 0.03388909623026848, 0.024189988151192665, 0.030234958976507187, -0.032822635024785995, 0.007608628831803799, 0.008005907759070396, -0.00400603236630559, 0.03618558123707771, -0.007611642591655254, 0.01775660365819931, 0.027757730334997177, -0.022786378860473633, -0.008685719221830368, 0.022708076983690262, -0.00542084826156497, -0.012925343587994576, 0.012610046193003654, 0.00420923437923193, -0.0037551834248006344, 0.029986795037984848, 0.019376356154680252, -0.010322511196136475, -0.019144974648952484, -0.02253841422498226, -0.012166732922196388, -0.025007808580994606, -0.015707319602370262, 0.0030124736949801445, 0.009174632839858532, 0.012088497169315815, 0.01153489202260971, -0.015864115208387375, 0.004738024435937405, -0.0016056621680036187, 0.0067172120325267315, 0.017140889540314674, 0.021282413974404335, 0.027028396725654602, -0.02519541047513485, 0.020985566079616547, -0.017528459429740906, -0.004943047184497118, -0.01739531382918358, -0.028317317366600037, -0.027555707842111588, 0.014598624780774117, 0.004806257784366608, -0.025496527552604675, -0.006277480162680149, -0.012776929885149002, 0.016030818223953247, -0.021719861775636673, 0.0015978553565219045, -0.010594937019050121, -0.017331533133983612, -0.03304643929004669, -0.03116128407418728, -0.0058987680822610855, -0.03277917951345444, -0.004322231747210026, 0.015070213936269283, 0.011689948849380016, 0.022269295528531075, 0.03638947010040283, 0.01744063012301922, -0.021220587193965912, -0.01984870806336403, 0.022061839699745178, -0.004060137085616589, 0.018086954951286316, -0.01755557954311371, 0.02372940629720688, 0.008282995782792568, 0.03648263216018677, -0.015467588789761066, -0.020588668063282967, 0.003276999108493328, -0.004757832270115614, -0.0074358428828418255, 0.03162868320941925, -0.00843950267881155, 0.030902063474059105, 0.016844432801008224, -0.045083433389663696, 0.015227306634187698, 0.022048629820346832, -0.03976662829518318, -0.0017361810896545649, 0.02355179935693741, -0.018913283944129944, 0.033432114869356155, -0.0038298715371638536, 0.028258992359042168, -0.013294746167957783, 0.007843825034797192, 0.02426188811659813, 0.015294384211301804, 0.03428610414266586, 0.009223725646734238, -0.00472784461453557, -0.009773476049304008, 0.0111011303961277, 0.014315278269350529, 0.033303990960121155, 0.030669130384922028, 0.040692150592803955, 0.02001318521797657, 0.012697857804596424, 0.03753438964486122, -0.03430021181702614, 0.022863134741783142, -0.00047466062824241817, -0.017249107360839844, -0.026646193116903305, 0.031623464077711105, -0.004005606286227703, 0.02304054982960224, 0.019488712772727013, 0.02503994293510914, 0.031272102147340775, 0.026269394904375076, 0.024378716945648193, 0.033225033432245255, 0.027159012854099274, 0.019969549030065536, -0.024691469967365265, 0.021116551011800766, 0.00029333593556657434, -0.014861487783491611, 0.02611849457025528, 0.01984476111829281, -0.016377242282032967, -0.013303840532898903, 0.0408027209341526, 0.008802302181720734, -0.011423674412071705, -0.03312864527106285, -0.04288064315915108, -0.010605807416141033, -0.021000878885388374, 0.00975759793072939, 0.009223021566867828, 0.010131328366696835, 0.06685301661491394, 0.02207978628575802, 0.040831103920936584, 0.028375273570418358, -0.023687263950705528, -0.015005344524979591, 0.03553850203752518, 0.025185640901327133, 0.018583551049232483, 0.028517652302980423, 0.0030189454555511475, 0.009346355684101582, 0.02072349190711975, -0.036297764629125595, -0.018921399489045143, 0.02835431694984436, 0.006195120979100466, 0.016821393743157387, 0.014437198638916016, -0.016347132623195648, 0.01032570656388998, 0.0030062494333833456, -0.028088033199310303, -0.037292834371328354, -0.017659733071923256, 0.0482943058013916, 0.049956101924180984, 0.030729912221431732, 0.0216479804366827, 0.027744902297854424, 0.01618793234229088, -0.0212210975587368, 0.005406686570495367, 0.028848053887486458, -0.003234850475564599, 0.010937128216028214, 0.02690550871193409, -0.007872555404901505, -0.007431166712194681, -0.012109671719372272, 0.0016630690079182386, 0.010707627981901169, -0.0035421431530267, -0.01573505811393261, 0.0027486386243253946, 0.02514944039285183, 0.021293364465236664, -0.010898947715759277, -0.03810384124517441, -0.0011697891168296337, -0.0026691032107919455, 0.03308297321200371, 0.0239974744617939, -0.004931019153445959, 0.032147057354450226, 0.03865017369389534, -0.02604478783905506, -0.004307669587433338, -0.028555525466799736, -0.0270089041441679, -0.019931793212890625, -0.015091648325324059, -0.002023683162406087, 0.01036036666482687, -0.010993116535246372, 0.014570172876119614, 0.015796037390828133, -0.013906870037317276, -0.025161094963550568, -0.021714333444833755, 0.0026811750140041113, -0.024370713159441948, 0.006008141674101353, 0.006990781053900719, 0.023632774129509926, -0.02645815908908844, 0.029831431806087494, 0.010520570911467075, -0.015413853339850903, -0.011560854502022266, 0.029570110142230988, -0.006666808854788542, -0.0223500058054924, 0.01917741820216179, 0.0007173775811679661, -0.009831716306507587, -0.0048635778948664665, -0.041371576488018036, -0.024674374610185623, -0.02398349717259407, -0.006115622352808714, -0.018757414072752, 0.00923226960003376, -0.033074166625738144, 0.035325199365615845, 0.028709234669804573, 0.01359232235699892, -0.026390958577394485, 0.028128908947110176, -0.008644566871225834, -0.014943609945476055, -0.007871688343584538, 0.007167532108724117, 0.008711524307727814, 0.036245133727788925, -0.0011424818076193333, -0.01611037366092205, 0.052546512335538864, 0.03555865213274956, -0.010707302950322628, 0.01887856237590313, -0.02598840743303299, -0.009651368483901024, -0.0331188440322876, -0.055556513369083405, -0.009404468350112438, -0.024868780747056007, 0.03120669350028038, 0.0003310109896119684, 0.012365986593067646, 0.00012882698501925915, 0.022216858342289925, 0.033628664910793304, -0.03451674059033394, -0.013110730797052383, -0.027175134047865868, -0.0421096533536911, -0.028913183137774467, -0.00423591211438179, -0.032175593078136444, -0.018744666129350662, 0.018666116520762444, -0.03498047590255737, -0.023692170158028603, -0.011849158443510532, 0.03473967686295509, 0.017736725509166718, -0.008570893667638302, 0.023821404203772545, -0.02910825051367283, -0.0022730263881385326, -0.0008117248071357608, -0.025786176323890686, 0.013368702493607998, -0.007141663692891598, 0.017466431483626366, 0.03706752508878708, 0.01032419316470623, 0.02201824262738228, -0.027222156524658203, 0.02859056368470192, 0.033961039036512375, 0.0036210629623383284, -0.00029175568488426507, -0.0008633279940113425, 0.007626787293702364, 0.02471713162958622, -0.0015999205643311143, -0.017044497653841972, -0.006003064103424549, 0.009865831583738327, 0.006726486142724752, -0.02379031293094158, 0.031064163893461227, -0.00391557440161705, 0.012880787253379822, -0.009967874735593796, -0.006569535471498966, 0.021358292549848557, 0.004759662318974733, -0.021143488585948944, -0.022357208654284477, -0.0358101911842823, 0.011497272178530693, 0.012120084837079048, -0.03396083414554596, -0.028069838881492615, 0.03525245934724808, -0.009350312873721123, -0.031633347272872925, -0.005726960022002459, 0.003990768920630217, -0.03895561769604683, 0.02680954337120056, 0.0036930101923644543, -0.019564274698495865, 0.021800672635436058, -0.024238960817456245, 0.02592138946056366, -0.02509303204715252, 0.002966212807223201, 0.0032686961349099874, -0.001778569770976901, 0.01933222822844982, -0.0032187639735639095, -0.014544609002768993, 0.02752993442118168, 0.02623230777680874, 0.03611893579363823, -0.019918039441108704, -0.01053707953542471, -0.000806439493317157, -0.004848678130656481, -0.01142843347042799, 0.01903447136282921, 0.026942178606987, 0.012396527454257011, -0.013973867520689964, 0.019805362448096275, 0.015919681638479233, -0.025735272094607353, -0.00021407523308880627, -0.0027671505231410265, -0.01937934011220932, -0.023951388895511627, -0.004270466044545174, 0.006262428127229214, 0.012571407482028008, -0.026285385712981224, 0.006902917288243771, -0.023506056517362595, 0.000947165593970567, -0.0039520226418972015, 0.008379053324460983, 0.014860175549983978, 0.026233699172735214, -0.010308775119483471, -0.012995008379220963, 0.028833402320742607, 0.03373216465115547, -0.0020014371257275343, 0.033814936876297, 0.001792999799363315, 0.016294503584504128, -0.03466467559337616, -0.0009485087939538062, 0.003758462844416499, 0.01333527360111475, 0.016120603308081627, -0.0028406078927218914, 0.00766212772578001, 0.04629313200712204, -0.01077621802687645, 0.006729684304445982, 0.029673617333173752, 0.01642100140452385, 0.028161531314253807, -0.006200790870934725, 0.009678585454821587, -0.009618477895855904, -0.007632897701114416, -0.028284547850489616, -0.017326107248663902, 0.040675219148397446, 0.051592566072940826, -0.010576370172202587, 0.02415578067302704, -0.008130548521876335, 0.022235209122300148, 0.03320569172501564, 0.0225411057472229, -0.0003188190166838467, -0.01886674016714096, -0.028019897639751434, -0.004691277630627155, -0.00480670528486371, -0.03376738727092743, 0.02608921192586422, 0.049411408603191376, 0.05224829539656639, -0.035610903054475784, 0.03543388843536377, -0.007657273672521114, -0.004946520552039146, 0.013685347512364388, -0.04509129747748375, -0.026218073442578316, -0.024924665689468384, -0.042883291840553284, -0.03553732484579086, -0.00046809090417809784, -0.00682804686948657, 0.0011564125306904316, 0.027604298666119576, 0.03249993547797203, -0.018767237663269043, -0.017099330201745033, -0.024359486997127533, -0.005238850135356188, -0.016462605446577072, 0.020485009998083115, 0.002290409989655018, 0.033545296639204025, -0.00529480492696166, -0.018409105017781258, 0.02396802045404911, 0.056465838104486465, 0.011506018228828907, -0.023222055286169052, 0.0198226198554039, -0.01756773144006729, 0.02515377104282379, 0.0010675614466890693, -0.04245102405548096, 0.01613929681479931, 0.009119823575019836, 0.010170715861022472, 0.01227599661797285, 0.005456562153995037, -0.019235223531723022, -0.004114510491490364, 0.0014175641117617488, -0.015122324228286743, 0.01282424759119749, 0.03011745773255825, -0.03202132135629654, 0.00814620591700077, 0.005116723943501711, -0.0139912199229002, 0.015878599137067795, -0.005076042376458645, -0.02602602168917656, -0.001653951359912753, 0.00035767038934864104, 0.04466706141829491, -0.006623303517699242, -0.011568977497518063, 8.370207979169209e-06, 0.01685894839465618, -0.01785566657781601, -0.029889293015003204, 0.019086476415395737, 0.02195310965180397, 0.005556660238653421, -0.0023280628956854343, -0.01801387593150139, -0.03339488059282303, -0.021619804203510284, -0.012670516036450863, 0.005326413083821535, -0.012264742515981197, 0.0498335175216198, -0.01577620394527912, -0.010450867936015129, -0.005015114322304726, 0.024851331487298012, 0.0005257749580778182, 0.009440692141652107, 0.009867142885923386, -0.0025044213980436325, 0.02977471426129341, 0.03129595145583153, -0.003684160765260458, 0.01703282818198204, -0.004483886528760195, -0.032107964158058167, -0.004435144830495119, -0.034429583698511124, -0.049247708171606064, 0.004233121871948242, -0.0467827245593071, -0.042969588190317154, -0.00871780700981617, -0.032585397362709045, -0.03581929951906204, -0.03185510262846947, 0.021108893677592278, 0.044570863246917725, -0.023453017696738243, 0.02146201580762863, -0.012581546790897846, -0.0008818713249638677, -0.027875641360878944, 0.010457657277584076, -0.026591885834932327, 0.004005423281341791, 0.0013529990101233125, -0.03587803244590759, 0.008238301612436771, 0.025424374267458916, -0.0061512291431427, -0.029072387143969536, 0.0062093185260891914, -0.025902222841978073, 0.01841122657060623, -0.041797935962677, -0.02637043409049511, -0.056489571928977966, -0.030693983659148216, -0.009842969477176666, -0.014679108746349812, -0.030463896691799164, -0.006349701434373856, 0.03724585846066475, 0.030532633885741234, 0.036757323890924454, 0.012328172102570534, -0.028043601661920547, 0.036209817975759506, -0.0016022922936826944, -0.026791805401444435, -0.0012895409017801285, 0.015429863706231117, 0.02820644900202751, -0.016149094328284264, 0.027081893756985664, -0.016171228140592575, -0.02986280992627144, 0.0020628522615879774, -0.009724467061460018, 0.03828528895974159, 0.0028415771666914225, 0.005686028394848108, 0.024313004687428474, 0.001872743247076869, -0.033664051443338394, -0.016967473551630974, -0.019987555220723152, 0.012246716767549515, -0.01612864062190056, 0.014860100112855434, 0.01366477645933628, 0.028608985245227814, -0.0025594201870262623, 0.01383800245821476, 0.016943132504820824, -0.03848240524530411, -0.01662333868443966, 0.01511094719171524, 0.029929056763648987, 0.0019612328615039587, 0.01944008097052574, -0.020107299089431763, -0.012131196446716785, 0.01144496351480484, -0.002554098144173622, -0.028895504772663116, 0.030525267124176025, 0.0015786811709403992, 0.009808570146560669, -0.0182702224701643, -0.014333553612232208, 0.0069805015809834, 0.01522133406251669, -0.022010603919625282, -0.005796863231807947, 0.011322679929435253, 0.04119478538632393, 0.0035285037010908127, 0.031146494671702385, 0.017726456746459007, -0.027381474152207375, 0.020981449633836746, 0.003913708496838808, -0.006854895036667585, -0.005103417206555605, -0.031944163143634796, 0.026109330356121063, 0.015315352007746696, 0.03555124253034592, -0.013743175193667412, 0.004564605187624693, -0.03090503439307213, 0.022434880957007408, -0.035747215151786804, -0.023167315870523453, 0.026804808527231216, -0.008466306142508984, 0.010390529409050941, 7.606291183037683e-05, -0.010419177822768688, -0.009281279519200325, 0.024895591661334038, 0.004120831377804279, 0.024685056880116463, 0.011900252662599087, -0.023692185059189796, -0.0210800189524889, -0.011105306446552277, 0.03144792839884758, -0.026310866698622704, -0.004942490253597498, -0.010338160209357738, 0.019237088039517403, 0.01655564457178116, 0.009923545643687248, 0.011899018660187721, -0.009179646149277687, -0.030430743470788002, -0.012858113273978233, -0.0185889583081007, 0.0302161555737257, -0.02220439724624157, 0.02604462020099163, 0.03487261384725571, 0.05520486459136009, 0.0018279278883710504, 0.018464496359229088, 0.022142361849546432, 0.030291803181171417, 0.02650788426399231, 0.004067533183842897, -0.013071335852146149, 0.017390964552760124, -0.032281361520290375, 0.029996979981660843, 0.003656029002740979, -0.012315173633396626, -0.0023263543844223022, 0.011009176261723042, -0.02097311243414879, -0.01118839718401432, 0.017733804881572723, 0.030572058632969856, -0.015921926125884056, 0.014434099197387695, -0.016632724553346634, 0.01344610657542944, 0.02663288824260235, 0.03591092303395271, 0.0031086208764463663, 0.030641473829746246, -0.008966752327978611, -0.024917826056480408, 0.005571409594267607, 0.04141121357679367, -0.015713805332779884, -0.009021990932524204, -0.0049813129007816315, 0.021374160423874855, 0.006437689531594515, 0.032287053763866425, 0.0337848961353302, 0.03685415908694267, 0.03448330983519554, 0.005345609970390797, -0.001258354284800589, -0.0047898320481181145, -0.03355270251631737, 0.0007988805882632732, 0.036025598645210266, -0.007409269455820322, -0.005356803070753813, 0.016071926802396774, 0.01687152311205864, 0.03111189231276512, -0.024458397179841995, 0.03210160508751869, -0.032872725278139114, -0.028265852481126785, 0.020723607391119003, -0.01665760949254036, 0.003367510624229908, 0.03229499235749245, -0.03551941737532616, -0.005489036440849304, -0.008666745387017727, 0.01808205246925354, 0.031557001173496246, 0.012570383958518505, 0.00895023811608553, 0.008229019120335579, 0.0013132333988323808, -0.001853936119005084, -0.026210041716694832, -0.03314134478569031, -0.01244361512362957, -0.01005086675286293, -0.0029723867774009705, 0.029770970344543457, -0.010025177150964737, -0.020475346595048904, -0.03462919592857361, -0.015060030855238438, -0.03234843537211418, -0.027119912207126617, -0.01340508833527565, 0.013685351237654686, -0.007152882404625416, -0.01867971569299698, 0.02504861354827881, -0.02107546105980873, -0.027397744357585907, 0.003570296335965395, -0.01215110719203949, -0.0019913483411073685, 0.029450582340359688, -0.019512563943862915, -0.0202935803681612, -0.0019082434009760618, 0.01850961335003376, 0.014637035317718983, -0.006840248592197895, 0.024936474859714508, -0.007108958438038826, -0.002830361481755972, -0.005601540673524141, 0.027474772185087204], [-0.004094352014362812, 0.01867956481873989, 0.0010473716538399458, 0.025709601119160652, 0.007507127709686756, 0.012204056605696678, -0.019164998084306717, 0.017841899767518044, -0.007842952385544777, -0.00949072279036045, 0.008308174088597298, 0.011589368805289268, 0.011530023068189621, 0.0071256207302212715, 0.037666600197553635, -0.016193890944123268, -0.019418587908148766, -0.0011019835947081447, 0.01999780721962452, -0.00591824296861887, 0.016804223880171776, 0.004135919734835625, -0.012481728568673134, 0.014035481959581375, -0.009644709527492523, 0.015771277248859406, 0.03100324235856533, -0.013632647693157196, 0.02880968526005745, 0.02299521677196026, 0.018404649570584297, 0.024160923436284065, 0.036972831934690475, 0.011253861710429192, 0.027373941615223885, 0.012386171147227287, -0.018617043271660805, 0.007536557037383318, -0.0030894188676029444, 0.02805410698056221, 0.028078021481633186, 0.0034022589679807425, 0.03394477441906929, 0.04625941812992096, 0.020180048421025276, -0.020308149978518486, -0.015599945560097694, 0.010640326887369156, 0.028146281838417053, 0.001758089172653854, 0.04442146047949791, -0.016542209312319756, 0.0002644757041707635, -0.015804855152964592, 0.017179297283291817, 0.01257401518523693, 0.023127147927880287, 0.017912479117512703, -0.002531257225200534, 0.01279422827064991, -0.010798158124089241, 0.025993062183260918, -0.014361685141921043, -0.024990903213620186, 0.008928555995225906, 0.04749106243252754, 0.058148641139268875, -0.0012863408774137497, 0.007821843959391117, 0.022087108343839645, 0.054890260100364685, 0.08136919885873795, 0.008843598887324333, -0.00787090789526701, -0.00998650211840868, -0.023049626499414444, -0.000979003612883389, -0.01734161004424095, 0.007874064147472382, 0.019231488928198814, 0.003951509017497301, -0.02574671246111393, -0.021652689203619957, -0.008083917200565338, 0.011718995869159698, -0.012230485677719116, 0.012046867981553078, 0.022914523258805275, 0.0248179342597723, 0.016833586618304253, -0.02217571809887886, 0.013514013960957527, -0.013682862743735313, 0.016847709193825722, 0.07446491718292236, 0.07814235985279083, 0.09929871559143066, 0.06382893770933151, -0.04790844768285751, -0.07798757404088974, -0.044707223773002625, -0.004824117757380009, -0.1208440288901329, -0.07079600542783737, -0.03648444637656212, -0.013748069293797016, -0.0018493701936677098, -0.00927061215043068, 0.011476455256342888, 0.027028927579522133, 0.018167560920119286, 0.011201728135347366, -0.013779731467366219, -0.019614646211266518, -0.0018802329432219267, -0.012140795588493347, -0.010662181302905083, 0.05595925822854042, 0.0674700066447258, 0.0033745337277650833, 0.13147549331188202, 0.07392597198486328, 0.07891806215047836, 0.05630737543106079, 0.08391720056533813, 0.1588791310787201, 0.025621002539992332, -0.051348887383937836, -0.06814542412757874, -0.1269327998161316, -0.1569797247648239, -0.14857548475265503, -0.09205368906259537, -0.040413495153188705, -0.010801197960972786, -0.033520203083753586, -0.035420265048742294, 0.016235223039984703, -0.028641289100050926, 0.02890169247984886, 0.019022302702069283, 0.0178439449518919, -0.020121918991208076, 0.0010771362576633692, 0.07735729217529297, 0.08848876506090164, 0.127876877784729, 0.10826624184846878, 0.04440609738230705, -0.0004417282179929316, 0.02709163725376129, 0.12603510916233063, 0.20038361847400665, 0.24809202551841736, 0.18830670416355133, 0.2066698968410492, 0.022144248709082603, -0.14666804671287537, -0.2754576802253723, -0.1670445203781128, -0.14806203544139862, -0.08678680658340454, -0.055596303194761276, -0.05357800051569939, 0.011674453504383564, -0.024726029485464096, 0.017559779807925224, -0.009406568482518196, 0.014204740524291992, -0.011987900361418724, -0.02060985378921032, -0.016085976734757423, 0.0849757045507431, 0.05782195180654526, 0.07452625036239624, 0.03800344094634056, -0.07233648747205734, 0.0016267995815724134, 0.025652535259723663, 0.09158028662204742, 0.06366025656461716, 0.05755414441227913, 0.08366166055202484, 0.14903131127357483, -0.02217106707394123, -0.14735575020313263, -0.25589898228645325, -0.20910243690013885, -0.18443915247917175, -0.07893369346857071, -0.02551969885826111, -0.013694185763597488, 0.04730477184057236, 0.00918198935687542, 0.021061616018414497, -0.0015157329617068172, -0.02278853766620159, 0.003297636052593589, 0.0021093019749969244, 0.018667280673980713, 0.09263429790735245, 0.060589779168367386, -0.007866166532039642, 0.04297226667404175, -0.05502314120531082, -0.003217199817299843, -0.023637505248188972, 0.0822569727897644, -0.05708005651831627, -0.03759780153632164, 0.1187291294336319, 0.13461749255657196, -0.004926166031509638, -0.08985549211502075, -0.22509250044822693, -0.30960574746131897, -0.18525837361812592, -0.12869016826152802, -0.06310926377773285, -0.025648217648267746, 0.03818393871188164, -0.018604213371872902, -0.009749391116201878, -0.0026628777850419283, -0.00626099668443203, 0.03297949954867363, 0.03523340821266174, 0.019284727051854134, 0.07550710439682007, -0.0017099111573770642, -0.05710526555776596, 0.100638248026371, -0.010438092984259129, 0.04296836256980896, 0.13176977634429932, -0.016287051141262054, -0.0412384569644928, 0.1602581888437271, 0.3796015977859497, 0.2811794579029083, -0.13082605600357056, -0.18880102038383484, -0.19040682911872864, -0.23189271986484528, -0.06744226813316345, -0.10541663318872452, -0.06595996767282486, 0.012275998480618, 0.003956944681704044, 0.03208477422595024, 0.0153120756149292, -0.021161342039704323, -0.02692209742963314, -0.025025513023138046, 0.034332193434238434, 0.003587631508708, 0.029654521495103836, -0.003984312992542982, -0.007792825344949961, 0.10423625260591507, -0.05303696170449257, -0.039427343755960464, -0.0277592521160841, 0.009203247725963593, 0.0631503015756607, 0.3311633765697479, 0.4981934726238251, 0.31700399518013, -0.12323618680238724, -0.15555912256240845, -0.21291597187519073, -0.22044368088245392, -0.08777403086423874, -0.0683194100856781, -0.024374203756451607, -0.03802558779716492, 0.02261333167552948, 0.008472062647342682, -0.007773778401315212, 0.029220428317785263, 0.038393374532461166, 0.01795334927737713, -0.010174814611673355, -0.0133573729544878, -0.05102134868502617, -0.06284601986408234, -0.0481501966714859, -0.03876502066850662, -0.166071817278862, -0.153060182929039, 0.016978101804852486, 0.08516277372837067, 0.10628640651702881, 0.35921353101730347, 0.41915276646614075, 0.15075092017650604, -0.16308730840682983, -0.18003156781196594, -0.26393693685531616, -0.15882867574691772, -0.047793857753276825, -0.04018593207001686, 0.011820010840892792, 0.021785540506243706, -0.009574451483786106, -0.0007869358523748815, 0.023348640650510788, 0.00567410234361887, 0.02050277404487133, -0.00013176842185202986, 0.01158791221678257, -0.02926773391664028, -0.0409245528280735, -0.07859330624341965, -0.14403273165225983, -0.1264956295490265, -0.0015396695816889405, 0.013225327245891094, 0.07294893264770508, 0.13650260865688324, 0.17553815245628357, 0.1571846306324005, 0.07982674986124039, -0.08250220865011215, -0.26863154768943787, -0.2589685916900635, -0.25519001483917236, -0.10740253329277039, -0.04504203051328659, 0.01758814975619316, 0.07161940634250641, -0.01072132308036089, -0.08845891058444977, -0.04635574668645859, 0.024948731064796448, 0.029654137790203094, 0.03892243281006813, 0.008259334601461887, 0.03205503150820732, -0.028484269976615906, -0.00764220068231225, -0.048075173050165176, -0.1121576577425003, -0.03581458702683449, 0.0812491849064827, 0.15874627232551575, 0.17755679786205292, 0.07222497463226318, 0.1351710706949234, 0.15653720498085022, 0.16699866950511932, 0.00801278930157423, -0.12914158403873444, -0.2621302902698517, -0.04581419378519058, 0.02792065218091011, 0.008973081596195698, 0.06685210764408112, 0.014950917102396488, -0.03975195065140724, -0.018336914479732513, -0.031529877334833145, 0.010951405391097069, -0.022284576669335365, 0.006421337835490704, -0.013337364420294762, 0.0007216145750135183, 0.0414402075111866, -0.008713789284229279, -0.05058149993419647, 0.002219000831246376, -0.08490879833698273, 0.0013437055749818683, 0.13332492113113403, 0.04110412672162056, -0.03747209161520004, 0.07583662867546082, -0.03292503580451012, 0.03709865361452103, 0.05422239005565643, 0.022471211850643158, -0.0038167608436197042, 0.11633103340864182, 0.16999904811382294, 0.03685402870178223, -0.058580394834280014, 0.019998999312520027, 0.020047035068273544, -0.00660463934764266, -0.006920368876308203, 0.011082845740020275, 0.0057281069457530975, 0.007425615563988686, 0.03446909412741661, -0.002764118602499366, 0.03056328371167183, -0.039235763251781464, -0.014044612646102905, 0.02114037238061428, -0.05913896858692169, 0.05210741609334946, 0.08484994620084763, -0.12128372490406036, -0.15757447481155396, -0.03755100443959236, -0.11020068824291229, 0.059863362461328506, -0.008020507171750069, 0.0034910980612039566, -0.03539857640862465, 0.024293027818202972, 0.07531166821718216, -0.051229771226644516, -0.05426914989948273, -0.014228061772882938, 0.01493667159229517, -0.004889344796538353, 0.04211001098155975, 0.055624525994062424, 0.01878269389271736, 0.03861243650317192, 0.013828448951244354, 0.006519890855997801, 0.011263355612754822, 0.0008999168640002608, 0.008788312785327435, 0.04009385406970978, 0.05366293713450432, 0.033045072108507156, 0.14577646553516388, -0.10110104084014893, -0.09114053845405579, -0.007870873436331749, -0.07649879157543182, 0.0526193268597126, 0.026535717770457268, 0.06466683000326157, -0.030505666509270668, -0.08602578192949295, -0.08593658357858658, -0.09407362341880798, -0.08842779695987701, 0.004187950398772955, -0.001109390053898096, -0.012488112784922123, 0.04565182328224182, 0.014199985191226006, 0.03258204460144043, -0.017864398658275604, -0.019857382401823997, -0.0007348015788011253, 0.011324632912874222, -0.02976325899362564, -0.03006306290626526, 0.05176642909646034, 0.12538224458694458, 0.04841580614447594, 0.12588061392307281, -0.014636583626270294, -0.05653528869152069, -0.15277108550071716, -0.06302141398191452, 0.09096594899892807, -0.022503849118947983, 0.060906365513801575, -0.1564202904701233, -0.09474813938140869, -0.17177359759807587, -0.07468600571155548, -0.004597336985170841, 0.05440541356801987, -0.007964827120304108, -0.01503774244338274, 0.02567744441330433, 0.04124900698661804, 0.055612415075302124, 0.0257477518171072, 0.0072453757748007774, 0.011368653737008572, 0.031281977891922, 0.004725417122244835, -0.007902766577899456, -0.02849387377500534, -0.0555524043738842, 0.0029410950373858213, 0.06694331020116806, -0.07001102715730667, -0.191393181681633, -0.16454337537288666, 0.10508104413747787, 0.13944274187088013, -0.0570717453956604, -0.04251778498291969, -0.1889524608850479, -0.10941876471042633, -0.07287527620792389, -0.07695768773555756, 0.0422622412443161, 0.14767950773239136, 0.048287346959114075, -0.009513058699667454, 0.0618421733379364, 0.03100433759391308, -0.0032882222440093756, 0.03112131543457508, 0.004915494937449694, 0.03621842339634895, 0.020981471985578537, 0.0016191413160413504, -0.05060182139277458, -0.06469082087278366, -0.1609269082546234, -0.042606156319379807, -0.0846860334277153, -0.19399842619895935, -0.1872887909412384, -0.15679246187210083, 0.09463879466056824, 0.060732971876859665, -0.04671531915664673, -0.11897910386323929, -0.10984399169683456, 0.0007295046234503388, 0.05664009600877762, 0.03571287542581558, 0.12036767601966858, 0.10326071083545685, 0.07226245105266571, 0.021019749343395233, 0.05063481628894806, -0.006312493234872818, -0.018607188016176224, -0.020598305389285088, -0.018192803487181664, -0.02938784845173359, -0.009939899668097496, -0.036609381437301636, -0.06539678573608398, -0.07079488039016724, -0.09181134402751923, -0.05651802197098732, -0.05817343294620514, -0.12471265345811844, -0.06399901956319809, -0.08235150575637817, 0.0608837865293026, 0.07497605681419373, 0.006318849511444569, -0.044213589280843735, -0.09830043464899063, 0.10189259052276611, 0.11059865355491638, 0.0791226476430893, 0.02517825923860073, 0.04862262308597565, 0.025985252112150192, 0.048819400370121, 0.022144095972180367, 0.01961611956357956, 0.00794190727174282, 0.02051897533237934, -0.008696241304278374, 0.0269648265093565, -0.021180592477321625, -0.028154531493782997, -0.06157125160098076, -0.0691792368888855, -0.03546397387981415, -0.1027921810746193, 0.04242256283760071, 0.011120369657874107, 0.0509127676486969, 0.0760316327214241, 0.02221727930009365, 0.07577414810657501, -0.0009976493893191218, 0.053461238741874695, -0.06148499250411987, 0.09069455415010452, 0.06376511603593826, 0.04455987364053726, 0.03703515604138374, 0.029886886477470398, 0.00846817996352911, 0.012043279595673084, 0.004516751039773226, 0.04693771153688431, -0.0171118825674057, 0.027365880087018013, 0.007877292111515999, 0.04370453581213951, -0.0026808707043528557, -0.03705819696187973, -0.1284918189048767, -0.1568136215209961, -0.13715866208076477, -0.1361342817544937, -0.06809287518262863, -0.062238529324531555, -0.03824736922979355, -0.044869109988212585, -0.1394442319869995, -0.010018850676715374, 0.04530131816864014, 0.10209634155035019, -0.09379660338163376, -0.00032434711465612054, 0.1410772055387497, 0.014377209357917309, -0.020796149969100952, -0.002012270037084818, -0.010024882853031158, -0.0003002462617587298, 0.006680414546281099, 0.017713220790028572, 0.04023612663149834, 0.030580298975110054, 0.02226691134274006, -0.0004972350434400141, 0.025374682620167732, 0.01564243994653225, -0.10272352397441864, -0.15078742802143097, -0.06693144887685776, -0.08264455944299698, -0.028836382552981377, -0.028662623837590218, -0.04785371571779251, -0.06518714874982834, -0.06253993511199951, -0.05243384838104248, 0.019283056259155273, -0.052114855498075485, -0.13585101068019867, 0.06900591403245926, 0.13888153433799744, 0.09125766903162003, -0.019887743517756462, 0.016939783468842506, -0.05193311721086502, 0.0038506845012307167, -0.027293840423226357, 0.01132529228925705, 0.021787570789456367, 0.026482434943318367, 0.04130023345351219, -0.013615811243653297, -0.011620841920375824, -0.008184297010302544, -0.025830136612057686, -0.025025885552167892, -0.043763671070337296, 0.03043140284717083, 0.07408921420574188, 0.01583503745496273, -0.09953472763299942, -0.07903939485549927, -0.11550284177064896, -0.0714498907327652, 0.009410591796040535, -0.03000544011592865, 0.05548028647899628, 0.021007902920246124, 0.07119204849004745, 0.09503871947526932, 0.03736897185444832, 0.011808695271611214, -0.001193815958686173, -0.05328092351555824, -0.002564631635323167, -0.020207086578011513, 0.0015454430831596255, -0.02296723611652851, 0.04202582314610481, -0.015439135022461414, -0.006038201041519642, 0.033570706844329834, 0.011416390538215637, -0.0028026581276208162, 0.05385826528072357, 0.0640217736363411, 0.1375763714313507, 0.04694676399230957, 0.14620532095432281, -0.08462488651275635, -0.11726129055023193, 0.029049446806311607, -0.057656653225421906, -0.11315890401601791, -0.06991351395845413, -0.025630904361605644, 0.039498668164014816, 0.028186295181512833, 0.10623840242624283, 0.05409436672925949, -0.024046078324317932, 0.02603176236152649, 0.01224888488650322, -0.010486595332622528, 0.018199676647782326, 0.004427207168191671, 0.02999354712665081, -0.011287599802017212, 0.027045825496315956, 0.028784746304154396, 0.007078228052705526, 0.010733235627412796, 0.019828489050269127, 0.04991382732987404, 0.06578219681978226, 0.07385256886482239, 0.0587376244366169, -0.042667269706726074, -0.03714150935411453, -0.03628627210855484, -0.030087342485785484, -0.14118163287639618, -0.12268935143947601, -0.014030810445547104, -0.02125118114054203, -0.02897844836115837, 0.04258627071976662, 0.066594697535038, 0.029689043760299683, -0.010144924744963646, 0.024859251454472542, 0.04318016394972801, -0.0030704501550644636, -0.02352476678788662, -0.022071273997426033, -0.024923020973801613, -0.013533947989344597, 0.033253300935029984, 0.023357940837740898, 0.011108356527984142, 0.030617859214544296, 0.007861177437007427, -0.02076208032667637, 0.006683346349745989, -0.028690826147794724, -0.04026290401816368, -0.0096230898052454, -0.09048277884721756, -0.0013673837529495358, -0.03527725487947464, -0.04949377104640007, -0.007790430448949337, -0.007677268236875534, 0.03193340077996254, 0.024807050824165344, -0.014613993465900421, 0.024274373427033424, -0.017766669392585754, 0.04152117297053337, 0.015797602012753487, 0.03670915588736534, -0.0022946519311517477, 0.042906519025564194, 0.0192656721919775, -0.02109508030116558, 0.017440101131796837, 0.039790622889995575, 0.024553265422582626, -0.014163574203848839, 0.0008415767806582153, -0.0036913177464157343, 0.0023961635306477547, -0.02265714295208454, -0.02078350819647312, -0.02230660244822502, -0.014468103647232056, -0.015323610045015812, -0.0252736434340477, -0.009130115620791912, -0.007203554734587669, 0.022561343386769295, -0.022583797574043274, -0.0046505858190357685, 0.04203643277287483, 0.037116143852472305, -0.005075393244624138, 0.0255704578012228, -0.0048485263250768185, 0.019566984847187996], [-0.0019503256771713495, -0.02173607610166073, -0.004997812677174807, -0.027056211605668068, 0.03263865411281586, -0.03361375629901886, -0.017096908763051033, 0.009341941215097904, -0.016399485990405083, 0.03037887066602707, -0.01776709035038948, -0.016412053257226944, 0.025252094492316246, 0.018425507470965385, 0.01865980587899685, -0.029320428147912025, 0.010389854200184345, -0.010709975846111774, -0.009468094445765018, -0.02288161776959896, -0.008910722099244595, -0.02289593778550625, -0.011043925769627094, -0.02534627728164196, -0.017742272466421127, -0.009713145904242992, -0.03011356107890606, 0.005075498018413782, 0.02952244132757187, -0.005429075565189123, -0.017291342839598656, 0.004928370472043753, 0.0021246536634862423, -0.026808278635144234, -0.02814132161438465, 0.0030775428749620914, -0.03408072888851166, 0.030299881473183632, 0.017864033579826355, -0.017059653997421265, 0.023631012067198753, -0.023349273949861526, -0.0004785035562235862, 0.019542329013347626, 0.005327328108251095, 0.0033065956085920334, 0.007155704312026501, -0.025393502786755562, -0.021248796954751015, -0.026697950437664986, 0.0020923856645822525, -0.02349858172237873, -0.006012843456119299, -0.00034965851227752864, -0.016891559585928917, 0.005722496192902327, -0.012856447137892246, 0.03603867441415787, -0.018793953582644463, -0.030247380957007408, -0.008403735235333443, 0.014384071342647076, 0.034059684723615646, -0.01494689006358385, -0.02084505371749401, 0.009170792065560818, -0.010510564781725407, 0.029321257025003433, 0.008085217326879501, 0.005211419425904751, 0.008032439276576042, 0.01505789253860712, -0.00804401095956564, 0.036465149372816086, 0.03453129157423973, 0.03532681241631508, -0.0195633452385664, -0.029459750279784203, -0.021114449948072433, -0.009204518981277943, -0.01758742704987526, 0.005688027013093233, 0.030989233404397964, 0.028454715386033058, 0.014305167831480503, 0.006397799123078585, -0.02348129265010357, -0.006661823485046625, -0.028598882257938385, 0.027320073917508125, 0.030761536210775375, 0.03448496013879776, 0.0486978255212307, 0.01100134290754795, 0.013270346447825432, 0.04055787995457649, 0.06144014373421669, 0.036875899881124496, 0.06607931852340698, 0.07581217586994171, 0.006751383654773235, 0.0545637384057045, 0.16995088756084442, 0.04947681352496147, 0.06866329163312912, 0.016930941492319107, 0.002517725806683302, -0.015636229887604713, 0.00016575994959566742, 0.021379122510552406, -0.006867736112326384, -0.012376667000353336, 0.028606286272406578, 0.024011490866541862, -0.00025156160700134933, 0.001583061064593494, -0.012343971990048885, 0.0010046478128060699, 0.024004559963941574, 0.010528748854994774, 0.06876152008771896, 0.0681280642747879, 0.009254775941371918, 0.056186966598033905, 0.0776016116142273, 0.03605300560593605, 0.021699441596865654, 0.04720659926533699, 0.11702406406402588, 0.08551312237977982, 0.0586041584610939, 0.050089530646800995, 0.0006648004055023193, -0.012374000623822212, -0.025446340441703796, -0.06110268086194992, -0.04362183064222336, 0.008419831283390522, -0.0038140928372740746, -0.005966408643871546, -0.012822623364627361, 0.018449002876877785, 0.006244600284844637, 0.004458861891180277, 0.020640455186367035, 0.006195785477757454, 0.06040544435381889, 0.15015344321727753, 0.10980932414531708, 0.07031534612178802, -0.006106861401349306, -0.02959483116865158, -0.015071260742843151, 0.03305372595787048, 0.03534538298845291, 0.010634060949087143, -0.013647327199578285, 0.013671232387423515, 0.047701723873615265, 0.1272217184305191, 0.03945598751306534, -0.02912161499261856, -0.02682235836982727, -0.011458761058747768, 0.0008126369793899357, 0.027236614376306534, 0.029532574117183685, -0.01413808111101389, -0.0052762762643396854, -0.02249211259186268, -0.014612442813813686, -0.025019517168402672, -0.015794385224580765, 0.01886528916656971, 0.02787151373922825, 0.08587486296892166, 0.054238177835941315, 0.04751987010240555, -0.06914345920085907, -0.0278621893376112, -0.04862860590219498, -0.1323363482952118, -0.19824378192424774, -0.16538460552692413, -0.012204700149595737, 0.017581326887011528, 0.06308265030384064, 0.016069766134023666, -0.00012535772111732513, 0.04985634610056877, -0.071151003241539, -0.01975187286734581, -0.010129236616194248, 0.04949009045958519, -0.023445874452590942, 0.01123060006648302, -0.011186105199158192, -0.02786308340728283, -0.011813927441835403, 0.01759038120508194, 0.044959016144275665, 0.030060727149248123, 0.011538744904100895, 0.07960321754217148, 0.04426302760839462, 0.024243105202913284, -0.04960240423679352, -0.13861188292503357, -0.1427173763513565, -0.1747286468744278, -0.2199549674987793, -0.056013207882642746, 0.031320273876190186, 0.08449925482273102, 0.10625964403152466, 0.08647685497999191, 0.060915831476449966, 0.024097327142953873, -0.017335712909698486, -0.046233270317316055, -0.028778403997421265, 0.03321341425180435, 0.02190364897251129, -0.027834422886371613, -0.012897358275949955, -0.011629360727965832, -0.021793249994516373, 0.024635063484311104, 0.00739879347383976, 0.01733214221894741, 0.03863094374537468, 0.039584193378686905, 0.04403211548924446, -0.12649467587471008, -0.0720301941037178, -0.09791085869073868, -0.0037743544671684504, -0.03479568287730217, -0.09013299643993378, -0.018174897879362106, -0.008029638789594173, -0.039210446178913116, 0.06132758781313896, 0.1619437038898468, 0.10036741197109222, 0.08653340488672256, 0.12797591090202332, 0.005486559588462114, -0.06792943924665451, 0.0016156015917658806, 0.03689005225896835, 0.037016257643699646, -0.008603869937360287, -0.032627444714307785, 0.010654951445758343, -0.010712259449064732, 0.03424670547246933, -0.0028091648127883673, 0.11147449165582657, 0.09738068282604218, 0.022966725751757622, -0.003199029713869095, -0.017837613821029663, -0.017216881737113, 0.035766761749982834, 0.02860749326646328, 0.02303611859679222, -0.1534617692232132, -0.11503130942583084, 0.013683436438441277, 0.016509350389242172, 0.1548764705657959, 0.14020343124866486, 0.15612222254276276, 0.15675142407417297, 0.05600890517234802, -0.025046253576874733, -0.04737336188554764, -0.02395807020366192, 0.021326538175344467, 0.017869440838694572, 0.021001821383833885, -0.01009167917072773, 0.04264738783240318, 0.06232956051826477, 0.027920331805944443, 0.06418738514184952, -0.00022766190522816032, 0.05915549024939537, 0.10802005231380463, 0.10806326568126678, 0.053351253271102905, 0.014532973989844322, 0.032787665724754333, -0.060832951217889786, -0.15103629231452942, -0.027278216555714607, 0.12136474251747131, 0.22734224796295166, 0.2324707806110382, 0.2659336030483246, 0.13309429585933685, 0.1641683727502823, 0.10751613974571228, -0.08782641589641571, -0.06482014805078506, 0.024984309449791908, 0.021733546629548073, 0.03250847011804581, 0.03222021833062172, 0.028647013008594513, 0.03423086553812027, 0.042995139956474304, 0.049728065729141235, 0.06909836083650589, -0.03285731002688408, 0.023954421281814575, 0.06945034861564636, -0.006454635877162218, -0.07450628280639648, -0.08064647018909454, -0.027723515406250954, 0.021472187712788582, 0.04169261083006859, 0.05692944675683975, 0.22540266811847687, 0.32306697964668274, 0.2395724505186081, 0.2220977246761322, 0.1264800876379013, 0.09555067867040634, 0.012117845006287098, -0.04816533252596855, -0.007653010077774525, 0.00886834692209959, 0.019368650391697884, 0.003016888629645109, 0.0032981843687593937, 0.016955025494098663, -0.005180299747735262, 0.06636760383844376, 0.08572506904602051, 0.019526494666934013, -0.03652719408273697, -0.0743718147277832, -0.07372844964265823, -0.08047022670507431, -0.10748288780450821, -0.061000630259513855, 0.04461466521024704, 0.07753945142030716, 0.12222997844219208, 0.21777713298797607, 0.19290241599082947, 0.06634887307882309, -0.04188881069421768, -0.08406424522399902, -0.07632189989089966, 0.019897133111953735, 0.010763237252831459, -0.04760858416557312, -0.04174106568098068, -0.011606764979660511, -0.030519533902406693, -0.012535261921584606, 0.023290280252695084, -0.026799509301781654, -0.03360360488295555, -0.003068207995966077, 0.04478173702955246, 0.010106810368597507, -0.09175658971071243, -0.10372646152973175, -0.08909402787685394, -0.18809767067432404, -0.06661306321620941, -0.07638683170080185, 0.034177713096141815, 0.13756497204303741, 0.19511234760284424, 0.19599376618862152, 0.05917487293481827, -0.05003936216235161, -0.14245381951332092, -0.14183609187602997, -0.08667398244142532, -0.046977344900369644, -0.06484860181808472, -0.04296686127781868, 0.009510678239166737, 0.005215158220380545, -0.012644306756556034, -0.032710716128349304, 0.002898904960602522, 0.03396522253751755, 0.005315878894180059, -0.040042728185653687, -0.07343527674674988, -0.04099104553461075, -0.10953907668590546, -0.08433971554040909, -0.13894899189472198, -0.1560988575220108, -0.088920459151268, 0.02323678694665432, 0.09705870598554611, 0.13578402996063232, 0.09901841729879379, 0.05563878268003464, 0.07042640447616577, -0.10752662271261215, -0.152093768119812, -0.14367637038230896, -0.083346426486969, -0.05407489091157913, 0.006494141183793545, -0.036818549036979675, -0.03114493191242218, -0.03708816319704056, 0.03547482192516327, -0.022984428331255913, -0.002139692660421133, 0.0452142097055912, -0.007562142796814442, -0.03731605038046837, -0.05251235514879227, -0.06170828267931938, 0.01675243303179741, -0.02318265475332737, -0.07350867241621017, -0.14054332673549652, -0.12045568972826004, -0.07284030318260193, 0.003055591369047761, 0.09268975257873535, 0.00850316695868969, -0.023060884326696396, -0.004550231620669365, 0.018575120717287064, 0.008553803898394108, -0.027488159015774727, -0.08330027759075165, -0.02833186276257038, 0.026560941711068153, -0.056833665817976, 0.0036397131625562906, -0.00033664764487184584, -0.0200383048504591, 0.02713511325418949, -0.010291141457855701, 0.03645092621445656, -0.004006651230156422, 0.07800760120153427, 0.017739780247211456, -0.013689052313566208, 0.004206178709864616, 0.048928599804639816, 0.049265749752521515, -0.026963699609041214, -0.14502499997615814, -0.04060379043221474, -0.03964719548821449, -0.05803617462515831, -0.11089230328798294, -0.04705803468823433, 0.0419049970805645, 0.1002899631857872, 0.10272443294525146, -0.03513908013701439, -0.10239291191101074, -0.11057139188051224, -0.04030928760766983, -0.018299126997590065, -0.0424068346619606, -0.03347580134868622, -0.006894539576023817, 0.010667947120964527, 0.023255376145243645, 0.01727970689535141, 0.01699552871286869, 0.09207969903945923, -0.056475166231393814, 0.000232389968005009, 0.017167892307043076, 0.02877376601099968, -0.04412570223212242, -0.02144472301006317, 0.0599600225687027, -0.028476877138018608, -0.035423267632722855, -0.08229267597198486, -0.20677630603313446, 0.07447077333927155, 0.10934847593307495, 0.04641392454504967, 0.11397261172533035, -0.0325644388794899, -0.0018430142663419247, -0.044502533972263336, -0.05066598579287529, -0.0648474469780922, -0.039028022438287735, 0.018951326608657837, 0.020320801064372063, 0.0169153343886137, 0.003342527197673917, -0.006639623083174229, 0.035121556371450424, 0.018241990357637405, -0.01322956569492817, -0.015410675667226315, -0.0635746493935585, -0.08174480497837067, -0.07516326755285263, -0.0023378438781946898, 0.0040596965700387955, -0.06905309110879898, -0.039303213357925415, -0.12060842663049698, -0.016676923260092735, 0.06232262775301933, 0.11817046999931335, 0.04499763250350952, 0.08241748809814453, 0.07850486040115356, 0.021474536508321762, -0.037072036415338516, -0.06697157025337219, -0.07396610826253891, 0.003978178836405277, -0.004493168089538813, 0.005328969564288855, -0.03459226340055466, -0.026306744664907455, 0.019777849316596985, 0.023689722642302513, -0.03728124499320984, 0.01703517697751522, 0.04086809605360031, 0.04085581749677658, -0.025517690926790237, 0.025891030207276344, 0.03438551351428032, -0.08648689091205597, -0.09017447382211685, 0.026966819539666176, -0.03590139374136925, 0.010383850894868374, 0.007896210998296738, 0.1529891937971115, -0.01515918504446745, 0.04954174533486366, 0.04223101958632469, -0.025618666782975197, -0.09856340289115906, -0.08207843452692032, -0.03498228266835213, 0.005564473569393158, 0.03349202126264572, -0.021887866780161858, -0.010586933232843876, -0.00941376481205225, -0.016632704064249992, -0.02737429179251194, -0.06480716913938522, -0.04363216832280159, 0.005296476185321808, 0.0049958787858486176, -0.02030853182077408, -0.006084466818720102, 0.015846772119402885, -0.04839115962386131, -0.025830423459410667, 0.06769303232431412, 0.1007198691368103, 0.038090839982032776, -0.06356655061244965, -0.03753272816538811, -0.008086860179901123, -0.0009481300949119031, 0.029775317758321762, -0.06372281908988953, -0.11311668157577515, -0.08002343773841858, -0.03998864069581032, -0.006747272796928883, -0.019223693758249283, 0.005799202714115381, -0.03160359337925911, 0.0346708744764328, 0.010003960691392422, -0.01341160200536251, -0.09293530136346817, -0.09946024417877197, 0.025888409465551376, 0.025181204080581665, -0.03902536258101463, -0.14797396957874298, -0.05226919800043106, 0.05276832357048988, 0.06638967245817184, 0.11216214299201965, 0.13095210492610931, -0.061213891953229904, -0.09549765288829803, 0.035841215401887894, 0.03610322251915932, -0.008733387105166912, 0.021390194073319435, -0.08095375448465347, -0.050436995923519135, -0.0880870372056961, -0.012136603705585003, -0.03701266646385193, -0.013357155956327915, 0.004635571036487818, 0.030279556289315224, 0.023508114740252495, -0.03079858236014843, -0.02211466059088707, -0.07492916285991669, -0.04236843064427376, -0.03565466031432152, -0.07536022365093231, -0.11006759107112885, -0.07949196547269821, -0.05721956863999367, 0.08532994985580444, 0.034626320004463196, 0.05698994919657707, 0.06123032420873642, -0.02680863067507744, -0.0032249661162495613, 0.04230818524956703, 0.06802744418382645, -0.04535845294594765, -0.03415363281965256, -0.14862602949142456, -0.07879049330949783, -0.06120172515511513, -0.027190569788217545, 0.008186508901417255, -0.01481154840439558, 0.028182556852698326, -0.015432705171406269, 0.004287399351596832, 0.012768222950398922, -0.009048854932188988, -0.006799269467592239, -0.06737168878316879, -0.02097114361822605, 0.013105392456054688, -0.036000363528728485, -0.06958293169736862, -0.09125830978155136, -0.00398128479719162, -0.015481683425605297, -0.01696859858930111, 0.014873635023832321, 0.12472936511039734, 0.10365157574415207, 0.08777780085802078, 0.01839381642639637, -0.03808572143316269, -0.014125093817710876, -0.09397433698177338, -0.08094915002584457, -0.049575019627809525, -0.003055581357330084, 0.029415972530841827, 0.027267204597592354, -0.01919802837073803, 0.007329348009079695, 0.032184310257434845, -0.01773861050605774, -0.00457849120721221, 0.03248201683163643, 0.020210960879921913, 0.01976010575890541, 0.09165854007005692, -0.0012925139162689447, -0.03564014658331871, 0.014455985277891159, 0.018373753875494003, 0.01435399055480957, 0.026164021342992783, 0.021118266507983208, 0.13966602087020874, 0.15037822723388672, 0.078435018658638, -0.03346230834722519, 0.00017012930766213685, 0.004919874481856823, -0.011223905719816685, -0.04950280487537384, -0.0034435573033988476, -0.020057905465364456, -0.02804696001112461, 0.007603495381772518, 0.00546599505469203, -0.006878633517771959, -0.00636272830888629, -0.003039333038032055, 0.027843086048960686, 0.02431054413318634, -0.007621748838573694, 0.05713853985071182, 0.0762784406542778, 0.041918352246284485, 0.05750764161348343, 0.058542650192976, 0.017085831612348557, 0.01342400349676609, -0.02854306995868683, 0.06648475676774979, 0.03281349688768387, 0.025056837126612663, 0.01805763505399227, -0.02193307690322399, 0.077298603951931, 0.0375920906662941, -0.0074292817153036594, -0.004299944266676903, 0.009165498428046703, -0.032637983560562134, -0.0027948510833084583, 0.007554405368864536, 0.033042870461940765, 0.027917085215449333, 0.035789720714092255, 0.03303326666355133, 0.016712935641407967, -0.030087416991591454, -0.023692673072218895, 0.004245318938046694, 0.018868237733840942, -0.02960534207522869, 0.040131524205207825, 0.06106012687087059, 0.026707159355282784, -0.01231471449136734, 0.042235009372234344, 0.04370122775435448, 0.06954196095466614, 0.0033986889757215977, 0.052760351449251175, 0.07189890742301941, 0.0436113141477108, 0.007649190258234739, 0.0008833863539621234, -0.004940738435834646, -0.0176142156124115, 0.007978654466569424, 0.01742408238351345, -0.009815352968871593, -0.030382448807358742, 0.034283965826034546, -0.018039481714367867, -0.013257681392133236, 0.010708034969866276, 0.017180098220705986, 0.01891408860683441, -0.019928544759750366, -0.02104225754737854, 0.00134705426171422, 0.02369074709713459, -0.0038832444697618484, -0.031541116535663605, -0.02685452252626419, 0.010052626021206379, 0.0016136097256094217, -0.032662950456142426, 0.0062822261825203896, 0.02625667117536068, 0.004029896110296249, 0.019383857026696205, 0.034338824450969696, 0.018804820254445076, -0.0023423160891979933, -0.008562532253563404, -0.015964960679411888, -0.019368784502148628, 0.03292711079120636, 0.00901340413838625], [0.005037697963416576, -0.021583450958132744, 0.01745297573506832, -0.005420836620032787, -0.014951921999454498, -0.018652381375432014, -0.0053192973136901855, -0.003219099948182702, -0.017516417428851128, 0.041850972920656204, -0.01980755664408207, -0.01952272839844227, -0.02042987383902073, 0.01408304926007986, -0.004938395693898201, -0.0014004705008119345, 0.02091613970696926, 0.02830699272453785, 0.015263637527823448, 0.023834696039557457, -0.009570945985615253, -0.0274041835218668, -0.010294958017766476, 0.02482796274125576, 0.028800973668694496, -0.014819423668086529, 0.029657931998372078, 0.027692073956131935, -0.022995667532086372, 0.023977776989340782, 0.029004788026213646, 0.019770124927163124, -0.008936307393014431, -0.0015419833362102509, 0.015552775003015995, -0.01913185603916645, 0.0007650323095731437, -0.01428528968244791, -0.008602088317275047, -0.017354516312479973, -0.015139324590563774, 0.00655038096010685, 0.006814468652009964, -0.005146004259586334, -0.02549206279218197, -0.0011573577066883445, 0.0016929205739870667, -0.02628997154533863, 0.010501212440431118, -0.011485368944704533, -0.005197486840188503, 0.037514906376600266, -0.010062702931463718, 0.041352976113557816, 0.012767267413437366, -0.004356279969215393, -0.024956217035651207, 0.012648600153625011, 0.0010573327308520675, -0.024250907823443413, 0.02246212400496006, -0.00026892469031736255, 0.019443174824118614, 0.000644200830720365, -0.02185041643679142, 0.012788485735654831, 0.011880339123308659, -0.06214417517185211, -0.006576618179678917, -0.04400224611163139, -0.0867367759346962, -0.03066207841038704, -0.017430242151021957, -0.03468984365463257, -0.015720687806606293, 0.006996926851570606, -0.013054169714450836, 0.0058833942748606205, -0.028138985857367516, 0.005025580525398254, 0.007628673687577248, -0.018217535689473152, -0.002976809861138463, 0.011194790713489056, 0.0005976177635602653, -0.01756950281560421, 0.025729576125741005, 0.034862641245126724, -0.009128355421125889, 0.01776299811899662, -0.01495722122490406, -0.013188528828322887, -0.0754045844078064, -0.08334137499332428, -0.03428373485803604, -0.03897358849644661, -0.07790754735469818, -0.139840230345726, -0.09239745140075684, -0.028544289991259575, -0.03809134662151337, -0.04420376569032669, -0.008368758484721184, -0.019774718210101128, 0.03190705180168152, -0.01071980968117714, -0.010998019948601723, -0.00870204996317625, -0.04532567039132118, 0.005785155110061169, 0.013710304163396358, 0.03034311719238758, -0.0016623936826363206, -0.0011560117127373815, -0.028046423569321632, 0.014506046660244465, 0.02738499455153942, -0.036063287407159805, -0.02644420601427555, -0.028983330354094505, -0.06007348746061325, -0.08753135800361633, -0.011423321440815926, -0.034071482717990875, 0.026807116344571114, 0.00980768259614706, -0.04690174758434296, -0.05044284090399742, -0.012076775543391705, -0.030598418787121773, -0.04517723619937897, -0.06771787256002426, 0.002183756558224559, 0.013830260373651981, 0.031126514077186584, 0.03586702048778534, 0.05748779699206352, 0.04660619795322418, 0.03398510068655014, 0.01809648983180523, 0.0043425001204013824, -0.02261037938296795, -0.028650181367993355, 0.007807498332113028, 0.02116800658404827, -0.01407845038920641, -0.03188764676451683, 0.011460626497864723, -0.06226832792162895, 0.004124471452087164, 0.041238002479076385, 0.03150749206542969, -0.02107374742627144, -0.03379518911242485, -0.019491776823997498, -0.04455237090587616, -0.07588079571723938, 0.015009886585175991, -0.05300692468881607, -0.074681356549263, -0.038174692541360855, -0.00760639738291502, 0.03271219879388809, 0.07485891133546829, 0.043805722147226334, -0.019373273476958275, 0.018291050568223, 0.000648415763862431, -0.005511672236025333, -0.022451991215348244, 0.03393514081835747, -0.005009475164115429, -0.014098075218498707, -0.00010584681876935065, -0.003531001741066575, -0.05809132009744644, -0.034254565834999084, -0.041720639914274216, -0.0896894559264183, -0.08468132466077805, 0.018690168857574463, 0.046803928911685944, 0.0920361652970314, -0.12169069051742554, -0.2430003136396408, -0.07873281836509705, 0.01091342605650425, 0.07156998664140701, 0.03984711691737175, 0.05681381747126579, 0.10929566621780396, 0.11436296999454498, 0.011871439404785633, -0.014728229492902756, 0.04331021383404732, 0.0031257187947630882, 0.014697632752358913, 0.0025025156792253256, 0.013129503466188908, 0.01582654006779194, -0.05651310458779335, 0.011213806457817554, -0.03983128443360329, -0.05968354642391205, -0.08890414237976074, -0.08246514201164246, -0.09377899765968323, -0.1370176523923874, 0.02324279583990574, 0.0335148423910141, -0.13035506010055542, -0.25926411151885986, -0.1910482794046402, -0.11392203718423843, -0.049718406051397324, 0.027200208976864815, 0.01645277626812458, 0.03228891268372536, 0.14155948162078857, 0.07465337961912155, -0.011204740032553673, -0.0014419077197089791, 0.03424043208360672, 0.022841909900307655, 0.0033421877305954695, 0.040294989943504333, 0.04762541130185127, 0.009914545342326164, 0.007513605058193207, -0.0023948464076966047, -0.01610725186765194, -0.06917279958724976, -0.1097308099269867, -0.0388215072453022, -0.029583295807242393, -0.06128048151731491, -0.00422691460698843, 0.007006545085459948, -0.041727494448423386, -0.16288143396377563, -0.13911956548690796, 0.033826395869255066, 0.0401359498500824, -0.03461466729640961, 0.08764678984880447, 0.05999430641531944, 0.03408791124820709, 0.013130978681147099, 0.09990900009870529, 0.0936138778924942, 0.040414974093437195, 0.04216036573052406, 0.005318758077919483, -0.012206158600747585, -0.026811452582478523, 0.025054849684238434, 0.0015681319637224078, 0.018197469413280487, -0.028024980798363686, -0.07527942955493927, -0.06295822560787201, -0.10210031270980835, -0.08505117148160934, -0.035091716796159744, 0.06481806188821793, 0.08458338677883148, 0.11450847238302231, -0.09522506594657898, -0.0044297873973846436, 0.18256531655788422, 0.2588956356048584, 0.07330112904310226, 0.19276729226112366, 0.18235871195793152, 0.055598676204681396, 0.04172523319721222, 0.07696012407541275, 0.08907467871904373, -0.029632246121764183, -0.02027628757059574, -0.013867952860891819, -0.007574218325316906, 0.04886453598737717, 0.060032594949007034, 0.011560156010091305, -0.007138522807508707, -0.12633481621742249, -0.08645617216825485, -0.06801719963550568, -0.11046689003705978, -0.06626202911138535, 0.03659240901470184, 0.06080043315887451, 0.11767219007015228, -0.05261410400271416, -0.128275528550148, -0.10590453445911407, 0.1101652979850769, 0.1509208232164383, 0.11439798027276993, 0.12685257196426392, 0.16445650160312653, -0.01281058881431818, -0.06610791385173798, 0.0090106762945652, 0.051186732947826385, -0.00045467622112482786, 0.013518833555281162, 0.007487335242331028, -0.002618570113554597, 0.025145018473267555, 0.03262505307793617, -0.009008283726871014, -0.05983872711658478, -0.009482353925704956, -0.06246645376086235, -0.08357273787260056, -0.06360156834125519, -0.010169527493417263, 0.08969611674547195, 0.15197904407978058, 0.07630863785743713, -0.21549442410469055, -0.2977108061313629, -0.08968629688024521, 0.032541319727897644, 0.0393993966281414, 0.05748790502548218, 0.01259065791964531, -0.007941016927361488, -0.03207205608487129, -0.07189397513866425, -0.04054848849773407, 0.044773295521736145, -0.0016609255690127611, 0.035921018570661545, 0.018029017373919487, -0.02282455749809742, 0.05956406518816948, 0.011814558878540993, -0.04695411026477814, -0.07531554251909256, -0.05911613255739212, -0.011008582077920437, -0.05007481575012207, -0.0425158366560936, 0.022865062579512596, 0.11945632100105286, 0.19319909811019897, 0.02673034369945526, -0.37513452768325806, -0.2584521770477295, -0.11408346146345139, -0.052869804203510284, 0.0016428659437224269, -0.06459340453147888, -0.03435062617063522, -0.09607838094234467, -0.05456656217575073, -0.16814595460891724, -0.05464860796928406, -0.03172895684838295, 0.04140977934002876, 0.03521255776286125, 0.004199769347906113, 0.03526623919606209, -0.008169020526111126, 0.0038915991317480803, -0.05107412114739418, 0.023999013006687164, -0.007766155991703272, -0.011539313942193985, -0.003560503013432026, -0.0795922800898552, 0.013424345292150974, 0.07332015782594681, 0.09256258606910706, -0.0914139375090599, -0.275808721780777, -0.11167225986719131, -0.04348817095160484, -0.019253233447670937, -0.0414033979177475, -0.209207683801651, -0.06453529745340347, -0.062261614948511124, -0.08288848400115967, -0.14842326939105988, -0.011977989226579666, -0.038690242916345596, -0.0034885320346802473, -0.01830674149096012, 0.012611829675734043, 0.036008551716804504, -0.010127992369234562, 0.0446208156645298, -0.00965223927050829, 0.06559468060731888, -0.024809956550598145, -0.01030028983950615, 0.04001060128211975, 0.08730070292949677, 0.03748565539717674, -0.026037482544779778, 0.04969106242060661, -0.15328632295131683, -0.2001781463623047, -0.14416064321994781, 0.010656054131686687, 0.049789853394031525, -0.07399372011423111, -0.005839711520820856, -0.1084618791937828, -0.13856571912765503, -0.10150128602981567, -0.05356914922595024, -0.019018901512026787, -0.03238457441329956, 0.017815999686717987, -0.026941349729895592, 0.03812253847718239, 0.028770918026566505, 0.03797172009944916, 0.07981560379266739, 0.008475687354803085, 0.050595723092556, 0.05485214665532112, 0.0203123539686203, 0.11307115852832794, 0.11182163655757904, 0.04590803384780884, 0.08539075404405594, 0.11876560002565384, -0.1140579804778099, -0.17832796275615692, -0.14850571751594543, -0.11171403527259827, 0.016746755689382553, -0.0877431184053421, -0.006109115667641163, -0.0778123214840889, -0.029316391795873642, -0.03342414274811745, -0.0018461979925632477, -0.05731119588017464, -0.06129490211606026, 0.010822470299899578, 0.004061881918460131, -0.026337703689932823, -0.012041901238262653, 0.01956338994204998, 0.04545145109295845, 0.0004170960746705532, 0.03980225697159767, 0.05752285569906235, 0.13519541919231415, 0.12741787731647491, 0.0943920910358429, -0.04641999676823616, -0.023585133254528046, 0.048619482666254044, -0.07216888666152954, -0.08191677182912827, 0.07162930816411972, 0.038695551455020905, 0.09143176674842834, 0.12553060054779053, 0.0860268622636795, 0.06970469653606415, 0.0634395107626915, 0.0008249995298683643, -0.0413815975189209, -0.06545691937208176, -0.06117613613605499, -0.0004654403019230813, 0.022603830322623253, 0.009260511957108974, -0.0110057657584548, 0.021709779277443886, -0.028357751667499542, 0.008104084990918636, 0.09250671416521072, 0.054422616958618164, 0.11973749846220016, 0.03060261532664299, 0.050074148923158646, 0.04736899584531784, -0.017118558287620544, -0.044399481266736984, -0.0533880814909935, 0.08189132809638977, 0.16835643351078033, 0.0908624455332756, 0.11921823024749756, 0.23243118822574615, 0.043278589844703674, 0.06451279670000076, 0.08432319015264511, -0.021766338497400284, 0.025796109810471535, -0.028263306245207787, -0.05283128097653389, 0.009189419448375702, 0.011793131940066814, 0.013160177506506443, 0.014091205783188343, -0.016704896464943886, -0.013726543635129929, -0.035896413028240204, 0.07362724840641022, 0.0026889373548328876, 0.04347356781363487, 0.049326248466968536, 0.012492751702666283, -0.12211023271083832, -0.07280722260475159, -0.04694671183824539, 0.02242533303797245, 0.15461750328540802, 0.054092179983854294, -0.006093891337513924, 0.022037804126739502, 0.05045467987656593, 0.11879909783601761, 0.10947354882955551, -0.01326530147343874, -0.0582909882068634, -0.03982345387339592, -0.050439827144145966, -0.06641180068254471, -0.004667771980166435, 0.0054686060175299644, -0.005048037506639957, -0.028149599209427834, 0.013359096832573414, -0.01539789978414774, -0.01753603108227253, 0.05755496025085449, -0.02722267434000969, -0.050899188965559006, -0.06468343734741211, -0.115892194211483, -0.1906113177537918, -0.18269626796245575, -0.11608216166496277, -0.026161981746554375, 0.09901988506317139, -0.02201274409890175, 0.0004247863544151187, -0.0037027716170996428, 0.04363646358251572, 0.023749245330691338, -0.05768943950533867, 0.0009102976182475686, -0.05823926255106926, -0.06942244619131088, -0.05102178454399109, -0.005830337293446064, 0.028277607634663582, 0.023665932938456535, 0.03367200866341591, -0.0054239025339484215, -0.021105041727423668, -0.010833097621798515, -0.02074248716235161, -0.07903951406478882, -0.11303245276212692, -0.14050664007663727, -0.18574588000774384, -0.182695209980011, -0.21011537313461304, -0.09395164251327515, 0.010212626308202744, 0.019450273364782333, -0.020122135058045387, -0.09956277161836624, 0.041666653007268906, -0.006497889291495085, 0.0013214985374361277, 0.046878598630428314, -0.04025658220052719, -0.026866436004638672, -0.044533271342515945, -0.03220488503575325, -0.03751414641737938, 0.026998640969395638, 0.03068404458463192, -0.007545890752226114, -0.012710603885352612, -0.027988282963633537, -0.011291283182799816, -0.028548981994390488, -0.03994883969426155, -0.06060636043548584, -0.1264709085226059, -0.18767499923706055, -0.13735270500183105, -0.12977617979049683, -0.15332642197608948, -0.025772904977202415, 0.005977983120828867, -0.054035186767578125, -0.06886360049247742, 0.00694596441462636, -0.03665143623948097, -0.0719618946313858, -0.027895070612430573, -0.006295148283243179, 0.016861096024513245, 0.004647782072424889, -0.035600170493125916, -0.0510992705821991, 0.0003829285269603133, -0.0038218344561755657, 0.029556481167674065, 0.010397669859230518, -0.02150067500770092, 0.012592538259923458, 0.020852787420153618, -0.017223520204424858, 0.0084938770160079, -0.04166068136692047, -0.06909066438674927, -0.11313999444246292, -0.0809691995382309, -0.062283944338560104, -0.049151819199323654, 0.05309652164578438, -0.026947064325213432, 0.0365825779736042, -0.05033980309963226, 0.020218059420585632, -0.04087633267045021, -0.009801368229091167, -0.03612472116947174, 0.03767640143632889, -0.009492968209087849, -0.01072437223047018, -0.00018766488938126713, -0.011382024735212326, 0.032086942344903946, 0.009921719320118427, 0.03408112749457359, -0.02443001978099346, 0.03756401315331459, 0.029783284291625023, 0.041255101561546326, -0.020970193669199944, -0.034939106553792953, -0.017503894865512848, -0.034131430089473724, 0.020670242607593536, 0.02471609227359295, 0.024614939466118813, 0.07906017452478409, 0.041289713233709335, 0.09431833028793335, 0.03921603411436081, 0.09426259994506836, 0.07091257721185684, 0.019762586802244186, -0.013714667409658432, 0.032005373388528824, 0.0050194705836474895, -0.0002625355846248567, 0.01699979230761528, -0.04744580015540123, 0.013902555219829082, 0.020298833027482033, 0.025180524215102196, 0.032790783792734146, 0.003582207253202796, 0.015057370066642761, 0.03189511224627495, 0.013115023262798786, 0.03591415658593178, 0.00016425501962658018, 0.0036086812615394592, 0.0014937880914658308, 0.0062382579781115055, -0.007110135164111853, 0.031278908252716064, 0.022370919585227966, 0.04195007309317589, -0.04206183925271034, -0.02223842777311802, 0.011124128475785255, 0.035315919667482376, 0.006140636280179024, 0.041667595505714417, -0.01181279867887497, -0.08474912494421005, -0.07678332924842834, -0.0074758674018085, -0.05137112736701965, 0.018370067700743675, 0.018247058615088463, 0.02785695530474186, 0.012796423397958279, -0.014465670101344585, 0.02283474989235401, 0.02650856412947178, -0.0013364292681217194, -0.02766474150121212, 0.002928477246314287, 0.002967128762975335, -0.015328295528888702, -0.07400297373533249, -0.020065654069185257, 0.016526324674487114, 0.034772735089063644, 0.06502583622932434, -0.016379613429307938, -0.0010582207469269633, -0.052948180586099625, -0.02146405726671219, 0.005787632428109646, 0.0005663332412950695, -0.03292267024517059, -0.07458218187093735, -0.05487367883324623, -0.05170508101582527, -0.026366719976067543, 0.028559168800711632, -0.020596301183104515, -0.010708554647862911, -0.027723951265215874, 0.005941909737884998, 0.025625145062804222, 0.0205173771828413, 0.015483486466109753, -0.014789293520152569, 0.03019910492002964, 0.02157941646873951, 0.00878896750509739, -0.03085136227309704, 0.011534837074577808, -0.046776678413152695, -0.047241635620594025, -0.06653149425983429, -0.03929615393280983, -0.041240595281124115, -0.08462291955947876, -0.06464769691228867, -0.06431903690099716, -0.04162649065256119, -0.056547537446022034, -0.04429471492767334, -0.018500858917832375, -0.0006429115310311317, -0.0013758273562416434, -0.011787370778620243, 0.012125044129788876, 0.028969349339604378, 0.002753920154646039, 0.039496395736932755, -0.011472621001303196, 0.014817950315773487, 0.032111626118421555, 0.03520601615309715, -0.022292280569672585, 0.03937380015850067, -0.026495108380913734, -0.005786654073745012, 0.01590638794004917, 0.03147308528423309, -0.02227988839149475, -0.009374985471367836, 0.02935189940035343, -0.015248720534145832, 0.0286250039935112, 0.006528008263558149, 0.03766341134905815, -0.026884153485298157, 0.011564120650291443, 0.03892544284462929, 0.014294140040874481, 0.009772944264113903, -0.009742668829858303, -0.00485529750585556, -0.02296830154955387, 0.015472340397536755, 0.005939356051385403, -0.01114159170538187], [-0.015938211232423782, -0.029085425660014153, -0.027191871777176857, -0.020501816645264626, -0.023119641467928886, 0.028720853850245476, 0.013872567564249039, 0.02120267041027546, -0.016674211248755455, 0.020418407395482063, 0.015702946111559868, -0.01076511014252901, -0.02000127173960209, 0.008139262907207012, 0.02681882493197918, -0.03476196900010109, -0.021438540890812874, -0.02992788515985012, -0.007876699790358543, 0.02232741378247738, -0.02082161046564579, 0.002990711247548461, 0.012936295010149479, -0.025236601009964943, 0.018967589363455772, 0.029613841325044632, 0.02546837367117405, 0.002491193590685725, -0.03516843542456627, 0.003384614596143365, -0.020112616941332817, -0.0364876352250576, 0.0018558758310973644, 0.008065122179687023, -0.019960207864642143, 0.02536810375750065, 0.008097811602056026, 0.006317371502518654, 0.011167705990374088, -0.01421343069523573, -0.02237900160253048, -0.009650912135839462, 0.014232974499464035, -0.03534727543592453, -0.03999864682555199, -0.002452808665111661, -0.03538282588124275, -0.023876383900642395, -0.034968581050634384, 0.020556481555104256, -0.009802033193409443, -0.03131531924009323, 0.008343185298144817, 0.027123386040329933, 0.02080431394279003, 0.01148673053830862, 0.0014549599727615714, -0.022650891914963722, -4.9682266762829386e-06, -0.004675373435020447, -0.03190002590417862, -0.013830465264618397, 0.00042899581603705883, 0.017972217872738838, -0.008659071289002895, 0.013236146420240402, -0.04368637129664421, -0.0458076186478138, -0.005352288018912077, -0.027343595400452614, -0.05960936099290848, -0.04872859641909599, -0.02585005760192871, -0.03131734952330589, 0.013296821154654026, 0.004140971694141626, 0.007858985103666782, -0.0049197375774383545, -0.021816931664943695, -0.022556519135832787, 0.011415760032832623, -0.027675913646817207, -0.0243616234511137, 0.023989016190171242, -0.02763657458126545, 0.01639486290514469, 0.0017995439702644944, -0.02181827835738659, -0.016147008165717125, 0.0062717110849916935, -0.028282346203923225, -0.024667363613843918, -0.010435601696372032, -0.04140103980898857, 0.04530341550707817, 0.02400328777730465, 0.04973357915878296, -0.014825411140918732, 0.026549959555268288, -0.04333266243338585, -0.044111572206020355, -0.06182454526424408, -0.06200059875845909, -0.039150819182395935, -0.05475165694952011, -0.013544159941375256, 0.012274712324142456, 0.02772984839975834, -0.026630215346813202, -0.03209155797958374, -0.008199803531169891, -0.008506114594638348, 0.029995469376444817, -0.034155722707509995, 0.023318713530898094, -0.03331506997346878, 0.018718551844358444, 0.031837962567806244, -0.010926356539130211, -0.004485262092202902, -0.015019022859632969, -0.0006378903635777533, 0.007583577651530504, 0.058232709765434265, 0.013786908239126205, 0.0471959114074707, -0.0008149757049977779, 0.02817719057202339, -0.046350110322237015, -0.08797057718038559, -0.058768343180418015, -0.0425344817340374, -0.011410223320126534, -0.007797755766659975, -0.03434191644191742, 0.012960000894963741, -0.03223457932472229, 0.01641055755317211, -0.02152344025671482, -0.013903162442147732, 0.029026275500655174, 0.030948402360081673, -0.03339841961860657, -0.02936386875808239, -0.01694275252521038, -0.016487061977386475, -0.002670150250196457, 0.027826273813843727, -0.013194249011576176, -0.029995042830705643, -0.0799550861120224, -0.04587017744779587, -0.023719336837530136, 0.024991793558001518, 0.07175976783037186, 0.12362270802259445, 0.02626173570752144, 0.014445028267800808, -0.03918103128671646, -0.09020480513572693, -0.018335727974772453, -0.06265470385551453, -0.054554473608732224, -0.023226892575621605, -0.00684222811833024, 0.006793082691729069, -0.00963128637522459, 0.0198719073086977, -0.007258917670696974, -0.024852706119418144, 0.029380902647972107, 0.02915455400943756, -0.032402101904153824, 0.07872672379016876, 0.04922015219926834, 0.09747830778360367, 0.03745979815721512, 0.051823075860738754, -0.08343398571014404, -0.12021975964307785, -0.037341468036174774, 0.023123405873775482, 0.0781172513961792, 0.02136847749352455, 0.03924500569701195, 0.07064571976661682, -0.035899341106414795, -0.10676524043083191, -0.08010976016521454, -0.08550315350294113, -0.07566452026367188, -0.0348261222243309, -0.007420629262924194, 0.023677632212638855, -0.029784059152007103, 0.0010859869653359056, -0.0029729295056313276, -0.03279059752821922, 0.009703023359179497, 0.02156677655875683, 0.022890569642186165, -0.00758981192484498, 0.03835470229387283, -0.018616847693920135, 0.04889477416872978, -0.03479769453406334, -0.0514240637421608, -0.06019951403141022, 0.06596019864082336, 0.04776070639491081, 0.01886407844722271, 0.02547372318804264, -0.052164312452077866, 0.004344867076724768, -0.11287231743335724, -0.10242941975593567, -0.15070973336696625, -0.08287621289491653, -0.05915173888206482, 0.004087911918759346, -0.0018322522519156337, 0.006918642669916153, -0.006266933400183916, 0.008464871905744076, -0.0028910504188388586, 0.015196200460195541, 0.042148884385824203, -0.014196942560374737, 0.04879578948020935, -0.052350156009197235, 0.0193626806139946, -0.02370779775083065, 0.061408139765262604, 0.025362500920891762, -0.03649510070681572, -0.01266819890588522, 0.02513027749955654, -0.0025678069796413183, 0.08591936528682709, 0.06041325628757477, 0.01293265726417303, -0.053983040153980255, -0.13604730367660522, -0.15080265700817108, -0.12652355432510376, -0.03862534835934639, -0.023394260555505753, -0.04282446205615997, -0.042437609285116196, -0.051547739654779434, 0.030701693147420883, -0.012254376895725727, -0.011451476253569126, -0.0024653144646435976, 0.029066890478134155, 0.04223347082734108, 0.018801935017108917, -0.057693757116794586, -0.047468267381191254, 0.03167803958058357, 0.08221116662025452, 0.06749548017978668, 0.038001056760549545, 0.002498410874977708, -0.03867471218109131, 0.07167759537696838, 0.1028832420706749, 0.05602728947997093, 0.09012782573699951, 0.05566929653286934, -0.0029255009721964598, -0.13996818661689758, -0.14832797646522522, -0.03501414880156517, -0.0886620357632637, -0.10104817897081375, -0.05084307864308357, -0.041370097547769547, -0.008742720820009708, 0.017217861488461494, -0.02343077026307583, 0.006543190684169531, -0.0035235171671956778, 0.016499366611242294, -0.0026204173918813467, -0.04548925533890724, 0.05498680844902992, 0.11458848416805267, 0.04284827038645744, 0.08332670480012894, 0.04892341420054436, -0.01263034250587225, -0.037721868604421616, 0.02436252497136593, 0.020694850012660027, -0.08951166272163391, -0.009829149581491947, 0.03296874091029167, -0.009225594811141491, -0.043254461139440536, -0.05004596710205078, -0.04905389994382858, -0.09658874571323395, -0.07001838833093643, -0.02763245441019535, -0.028181632980704308, 0.014348728582262993, 0.005931368097662926, -0.007919075898826122, -0.0109758535400033, -0.023494349792599678, -0.007630607113242149, -0.003880059812217951, -0.04713622108101845, 0.054373737424612045, 0.0633292943239212, 0.08370821177959442, 0.1139250248670578, 0.073961041867733, -0.04769271984696388, 0.036303579807281494, 0.010231339372694492, -0.06395858526229858, -0.09640376269817352, -0.1581592559814453, 0.08806400001049042, 0.02101028896868229, -0.0018021238502115011, -0.022789370268583298, -0.02353469282388687, 0.02383650839328766, -0.04310604929924011, -0.08867476880550385, -0.008155973628163338, 0.012973512522876263, -0.02702639065682888, -0.02870641089975834, 0.004384192172437906, -0.028338128700852394, 0.007224416360259056, 0.03519337624311447, -0.022151106968522072, -0.005147709511220455, -0.03898910805583, 0.06165439635515213, 0.06548288464546204, -0.026132827624678612, -0.09009853005409241, -0.04060928151011467, -0.09119435399770737, -0.06051857769489288, -0.006718787830322981, -0.08102371543645859, 0.07885049283504486, 0.0396481454372406, -0.06877356767654419, 0.0026538667734712362, 0.028397127985954285, 0.019805582240223885, -0.009890582412481308, -0.06633411347866058, 0.010085320100188255, 0.003336668247357011, -0.0007903128862380981, -0.0014787628315389156, -0.007861572317779064, 0.023015880957245827, -0.01142809633165598, 0.058709729462862015, 0.0017392083536833525, -0.05675225704908371, -0.057779911905527115, -0.0194832906126976, 0.009168358519673347, -0.04920879006385803, -0.1121092215180397, -0.03776753321290016, -0.0077363792806863785, -0.04263431578874588, -0.13277500867843628, -0.024133339524269104, 0.18485020101070404, 0.030368758365511894, -0.08302894979715347, -0.04250460863113403, -0.020626401528716087, -0.024808835238218307, -0.020176172256469727, -0.05316730961203575, -0.002545418916270137, -0.014146247878670692, -0.0033176925498992205, 0.021005189046263695, 0.01343099307268858, -0.011302717961370945, 0.05087019130587578, 0.027946628630161285, -0.016778383404016495, -0.078311987221241, -0.12314528971910477, -0.10014565289020538, -0.06516925990581512, -0.021008972078561783, -0.16108916699886322, -0.13912427425384521, -0.09198708087205887, -0.0857631266117096, -0.00023035977210383862, 0.054897014051675797, 0.15086409449577332, 0.07866404950618744, -0.0004797906440217048, 0.0681624487042427, 0.0008226168574765325, -0.0053197648376226425, -0.0634673610329628, -0.010027674958109856, 0.019729208201169968, -0.02683575078845024, -0.007287451531738043, 0.027967574074864388, -0.004212809260934591, -0.0047868904657661915, -0.0017450215527787805, 0.0337451696395874, -0.015185111202299595, -0.0036374686751514673, -0.12315163016319275, -0.1229652464389801, -0.15865276753902435, -0.007998230867087841, -0.1623087227344513, -0.15649205446243286, -0.1705537587404251, -0.11537975072860718, -0.08198365569114685, -0.03205966204404831, 0.11570806801319122, 0.017175767570734024, 0.01963217742741108, 0.12606246769428253, 0.015826886519789696, 0.0062075708992779255, -0.06976291537284851, -0.024426402524113655, -0.011193105019629002, 0.021009258925914764, 0.011769481934607029, -0.021623684093356133, -0.02984747476875782, -0.03574831411242485, -0.008412281982600689, 0.041725121438503265, 0.01322757638990879, 0.057455066591501236, 0.006242920178920031, 0.004324788227677345, 0.07145904749631882, 0.09116800129413605, -0.03065072000026703, -0.0521346740424633, -0.07257676869630814, -0.11485839635133743, -0.13890212774276733, -0.08816808462142944, 0.026477044448256493, 0.10752823203802109, -0.013828990049660206, 0.019938688725233078, -0.005694468971341848, 0.0805024579167366, -0.013054454699158669, 0.006118654739111662, -0.009407413192093372, -0.01810460537672043, -0.019431250169873238, 0.0009646520484238863, 0.018960455432534218, -0.021617954596877098, 0.0041992198675870895, -0.023316046223044395, 0.011750961653888226, 0.05586593225598335, 0.07558851689100266, 0.1370861828327179, 0.12976796925067902, 0.09302836656570435, 0.043978217989206314, 0.028191247954964638, -0.09966851770877838, -0.09977170079946518, -0.10649612545967102, 0.046242181211709976, 0.1118893101811409, 0.029031511396169662, -0.04165692254900932, -0.12535521388053894, -0.03537343442440033, 0.13376349210739136, 0.04660981893539429, 0.02047642692923546, -0.023318804800510406, 0.03423404321074486, -0.033511221408843994, -0.0030092133674770594, 0.026502279564738274, 0.01829923875629902, 0.00932247657328844, 0.003918543923646212, 0.04810403659939766, 0.03259820118546486, 0.09896432608366013, 0.10212500393390656, 0.07575294375419617, 0.09654684364795685, 0.12309032678604126, 0.09050512313842773, -0.05504829064011574, -0.14543098211288452, -0.10424382239580154, 0.12492353469133377, 0.16411645710468292, 0.03244738280773163, -0.026075350120663643, -0.08893806487321854, -0.024512112140655518, 0.047865550965070724, -0.01488838717341423, -0.02440873347222805, -0.03428363427519798, -0.013820500113070011, -0.021757764741778374, 0.03470040485262871, 0.005318304989486933, 0.01734939031302929, -0.01752611994743347, 0.0019418314332142472, 0.029993735253810883, -0.0011202208697795868, 0.08044852316379547, 0.06323402374982834, 0.03310394659638405, 0.0733395367860794, 0.026416122913360596, -0.024040834978222847, -0.1711256057024002, -0.22132644057273865, -0.02281029336154461, 0.13236257433891296, 0.09817393124103546, 0.0791550874710083, 0.06911122798919678, 0.0103834867477417, -0.009013397619128227, -0.039237186312675476, -0.003367542289197445, -0.011380118317902088, -0.03258293494582176, -0.01629551313817501, 0.00020157145627308637, 0.03286643698811531, 0.013273742981255054, 0.026890182867646217, -0.03302033245563507, -0.010442083701491356, 0.01850590854883194, -0.015922844409942627, 0.06067788228392601, 0.019823582842946053, -0.013200047425925732, 0.007801359053701162, -0.07590172439813614, -0.24968263506889343, -0.2539671063423157, -0.11840478330850601, 0.01226380467414856, 0.15138530731201172, 0.09981640428304672, 0.06701687723398209, 0.0012309213634580374, -0.01956346444785595, -0.013105134479701519, -0.0056767952628433704, -0.038945455104112625, -0.009848173707723618, -0.017766449600458145, -0.0008992220391519368, -0.031638797372579575, 0.004278269130736589, 0.029155157506465912, 0.030395381152629852, -0.020557990297675133, 0.001222612801939249, -0.011137114837765694, 0.005984054878354073, 0.02139606699347496, 0.03133445233106613, -0.0791979432106018, -0.10587628930807114, -0.16533878445625305, -0.11075642704963684, -0.1678624153137207, -0.07124515622854233, 0.028141528367996216, 0.1985076516866684, 0.04865840822458267, 0.055120956152677536, -0.08208564668893814, -0.0032064183615148067, -0.02597098983824253, 0.029849007725715637, -0.02392340637743473, -0.021348653361201286, 0.02081121876835823, -0.03328262269496918, -5.64698020752985e-05, -0.006019455846399069, -0.002328978618606925, 0.01953974924981594, -0.002672605449333787, -0.017006047070026398, -0.0319763645529747, -0.022561104968190193, -0.02984786592423916, -0.07948797196149826, -0.11271350830793381, -0.12750555574893951, -0.18956078588962555, -0.09810233861207962, -0.0925697609782219, -0.01612013764679432, 0.01301049068570137, 0.0910586416721344, 0.131534606218338, -0.004241644404828548, -0.046219807118177414, 0.057859305292367935, -0.00988371018320322, 0.03727157786488533, -0.019719410687685013, -0.011407638899981976, 0.027704229578375816, -0.02015714906156063, -0.029685428366065025, -0.008058673702180386, -0.010961039923131466, 0.02189200185239315, -2.6745805371319875e-05, 0.02042090892791748, -0.047139972448349, -0.004050742834806442, -0.023870475590229034, -0.12112902849912643, -0.06698218733072281, -0.10765988379716873, -0.09645657986402512, -0.04778735339641571, -0.10680805146694183, 0.011283999308943748, 0.042869891971349716, 0.08147501200437546, 0.14838388562202454, 0.1261201649904251, 0.040518444031476974, 0.041464634239673615, 0.009836682118475437, 0.014152847230434418, -0.014318500645458698, 0.03660988807678223, 0.040128808468580246, 0.018474223092198372, 0.008667374961078167, 0.01663540117442608, -0.02934093587100506, -0.03532944992184639, 0.033476341515779495, 0.0032906520646065474, 0.011132130399346352, 0.04074057564139366, -0.039056193083524704, -0.019062453880906105, -0.017640605568885803, -0.02943338267505169, -0.10676193237304688, -0.08019113540649414, -0.026112418621778488, 0.08509748429059982, 0.09762028604745865, 0.13523747026920319, 0.08592885732650757, 0.06340602785348892, 0.07017813622951508, 0.06920979171991348, 0.10566747188568115, 0.056284308433532715, -0.017379527911543846, -0.05039605125784874, 0.02797693945467472, 0.021764663979411125, -0.01636900193989277, -0.019258128479123116, 0.003114541759714484, -0.03575487807393074, -0.032454442232847214, 0.0035793802235275507, -0.005781936924904585, 0.03742523863911629, 0.018589740619063377, -0.02656872570514679, 0.004702339880168438, -0.07673458009958267, -0.045951373875141144, -0.056234315037727356, -0.0054532852955162525, 0.11479489505290985, 0.012121806852519512, 0.04117875173687935, 0.02251926064491272, 0.05657854676246643, 0.05490873381495476, 0.017516903579235077, 0.05854770541191101, 0.00892549380660057, 0.011264590546488762, -0.04292002692818642, 0.023146135732531548, 0.009008900262415409, 0.010508761741220951, -0.016211455687880516, 0.011927464045584202, 0.023173319175839424, -0.005963662173599005, 0.02212427742779255, 0.003587618237361312, 0.023486057296395302, 0.006154374219477177, 0.012072681449353695, 0.037002433091402054, 0.039932169020175934, 0.024185840040445328, 0.036209892481565475, -0.018974458798766136, 0.06940657645463943, 0.04152195155620575, 0.03229058161377907, 0.016291070729494095, 0.025820372626185417, 0.03538776934146881, 0.07176917046308517, 0.07635977864265442, 0.007763328496366739, -0.005906176287680864, 0.02551756240427494, 0.028866535052657127, -0.009258851408958435, -4.333068136475049e-05, -0.016175324097275734, 0.012140638194978237, 0.010681469924747944, 0.0006434550741687417, 0.008813458494842052, -0.005408041179180145, 0.02590237371623516, 0.03296613320708275, -0.015375769697129726, -0.023452619090676308, 0.02933860570192337, 0.029029948636889458, 0.0016270836349576712, 0.007866963744163513, 0.007301792036741972, -0.012557740323245525, 0.03514658659696579, 0.011645490303635597, 0.02457607537508011, 0.033378925174474716, -0.003357853041961789, 0.025104517117142677, 0.027325963601469994, 0.017420468851923943, 0.00724592013284564, -0.005866181571036577, -0.01803792081773281, -0.024121494963765144], [-0.024149436503648758, -0.024503037333488464, 0.0018166289664804935, -0.014078509993851185, 0.03981172293424606, -0.017234433442354202, 0.030517812818288803, -0.005078546702861786, 0.038848310708999634, 0.03939063102006912, -0.02691573090851307, -0.005975029431283474, -0.009139223955571651, -0.016360092908143997, 0.02371004968881607, 0.01622185856103897, -0.0021061941515654325, 0.032235246151685715, 0.02115199901163578, 0.0038060760125517845, 0.012975973077118397, -0.006929125636816025, 0.008811729028820992, 0.032753508538007736, -0.02043299749493599, -0.021529946476221085, 0.022627349942922592, -0.02615424431860447, -0.006547768600285053, 0.026391111314296722, 0.008703742176294327, 0.033599793910980225, 0.0296466164290905, 0.035120584070682526, 0.017899909988045692, -0.018379870802164078, 0.03411209210753441, -0.01608029380440712, -0.01806061901152134, -0.0012888740748167038, 0.014072715304791927, 0.007924459874629974, -0.004568763077259064, 0.02916640415787697, 0.058440279215574265, -0.00914375577121973, 0.014715219847857952, -0.014737693592905998, -0.017678990960121155, 0.00702409353107214, -0.026705671101808548, 0.01449767779558897, 0.02969379350543022, -0.0198383629322052, 0.01665213704109192, -0.014717747457325459, 0.0010208683088421822, -0.023448430001735687, -0.009069477207958698, -0.0027528468053787947, -0.017001163214445114, 0.03984580934047699, -0.013196119107306004, 0.016505274921655655, -0.0082886116579175, 0.06406508386135101, 0.10221703350543976, 0.03191620111465454, 0.013962158933281898, 0.016239576041698456, 0.02573554404079914, 0.013651415705680847, -0.0073522781021893024, -0.0015042234444990754, -0.04839613288640976, -0.0164033230394125, 0.00321570853702724, -0.014739970676600933, -0.03796342760324478, -0.024082668125629425, 0.03636375069618225, -0.0035895921755582094, -0.015264015644788742, 0.01793895661830902, 0.009643915109336376, 0.029430080205202103, 0.008713498711585999, 0.029116813093423843, 0.024529187008738518, 0.007301074452698231, 0.018957115709781647, 0.0263292845338583, 0.022977421060204506, 0.1154153123497963, 0.17543615400791168, 0.13344311714172363, 0.06781819462776184, 0.048758309334516525, 0.016166409477591515, 0.019343450665473938, 0.11950137466192245, -0.017643263563513756, -0.07245229929685593, -0.043340444564819336, -0.05607270821928978, -0.08083530515432358, -0.031418610364198685, -0.016884708777070045, 0.003518772777169943, 0.015980275347828865, 0.02966991439461708, 0.00895643699914217, 0.014791675843298435, 0.03504210710525513, 0.04085113853216171, -0.014566521160304546, 0.026578569784760475, 0.014081805013120174, 0.041486501693725586, 0.04602166265249252, 0.053874436765909195, 0.0945032387971878, 0.12041063606739044, 0.1234532818198204, 0.0768759623169899, -0.0836389884352684, -0.12789268791675568, -0.09767620265483856, -0.002704074140638113, -0.038242731243371964, 0.0748198851943016, 0.07619529962539673, 0.0310253594070673, -0.09525085985660553, -0.03809405490756035, -0.0662204921245575, -0.04949516803026199, -0.021463625133037567, -0.019200880080461502, -0.027743948623538017, 0.03579391539096832, -0.017055325210094452, -0.006011723540723324, -0.02471284568309784, 0.04663435369729996, 0.04118339344859123, 0.04645829647779465, 0.09894407540559769, 0.08530069887638092, 0.16468802094459534, 0.15800504386425018, 0.04284660518169403, -0.024051466956734657, -0.02135438472032547, -0.08397110551595688, -0.09833317995071411, -0.03413935378193855, -0.045249100774526596, -0.010752738453447819, 0.04621550440788269, 0.07320310175418854, -0.01391523890197277, 6.510433013318107e-05, -0.0656655803322792, -0.043528858572244644, -0.038142070174217224, 0.0012639270862564445, -0.023725327104330063, 0.012308190576732159, -0.003749159397557378, 0.02797829732298851, -0.011707152239978313, 0.06801167875528336, 0.028858818113803864, 0.07160152494907379, 0.11009904742240906, 0.07270366698503494, 0.1802118867635727, 0.2098957747220993, 0.07994191348552704, 0.04294101893901825, 0.0624421164393425, 0.06710238009691238, 0.0661604180932045, -0.016569653525948524, -0.06034809350967407, -0.01763620600104332, 0.12029332667589188, 0.06712337583303452, 0.013132565654814243, 0.04068957269191742, -0.010754349641501904, -0.077964186668396, -0.06052687391638756, 0.03335847333073616, 0.027740664780139923, 0.01936044916510582, 0.0005959768313914537, 0.015613523311913013, 0.0466744601726532, 0.06354068219661713, 0.014246943406760693, 0.08380425721406937, 0.07249993830919266, 0.04992494732141495, 0.05520112067461014, 0.0710914209485054, 0.07464557886123657, 0.0742214098572731, 0.14614622294902802, 0.16742245852947235, 0.009244628250598907, 0.09893821179866791, 0.09324432909488678, -0.0007129615405574441, 0.04938908666372299, 0.052919283509254456, 0.033076584339141846, -0.004767723847180605, -0.05871828272938728, -0.03275414928793907, -0.05912656709551811, 0.023187821730971336, -0.01109104510396719, 0.015271664597094059, -0.0064681777730584145, -0.013769584707915783, -0.0029372454155236483, 0.006948173977434635, 0.023043809458613396, -0.0600958988070488, -0.01831156201660633, -0.027935633435845375, 0.026974903419613838, 0.1970120519399643, 0.19051429629325867, 0.1389404684305191, 0.10375020653009415, 0.23149918019771576, 0.09438881278038025, 0.04882163554430008, 0.107561856508255, 0.04145228862762451, 0.0811631977558136, 0.14526771008968353, 0.030577419325709343, 0.10427902638912201, 0.03043544292449951, -0.0923701748251915, -0.05095228925347328, 0.008395489305257797, -0.018382351845502853, 0.032959409058094025, 0.010965432040393353, -0.0005490222247317433, -0.010703745298087597, -0.014273777604103088, -0.09475965052843094, -0.08116878569126129, -0.012227961793541908, -0.010104864835739136, -0.008418355137109756, 0.006414394825696945, 0.04777536913752556, 0.052092526108026505, -0.1410880982875824, -0.058715324848890305, 0.03340607509016991, -0.015347680076956749, 0.013068592175841331, 0.00808447040617466, 0.026827644556760788, 0.08449119329452515, -0.021815363317728043, 0.17798368632793427, 0.0999363586306572, -0.07097472250461578, 0.014251763932406902, -0.007278165314346552, 0.02999153360724449, 0.022543035447597504, -0.012042070738971233, -0.0400962233543396, -0.022183513268828392, -0.06169242411851883, -0.16390296816825867, -0.1536714732646942, -0.15016970038414001, -0.12932424247264862, -0.24555030465126038, -0.33402517437934875, -0.38526979088783264, -0.4741119146347046, -0.5083594918251038, -0.38610783219337463, -0.29020509123802185, -0.08602853864431381, -0.03634397312998772, -0.05888309329748154, -0.09799019247293472, 0.024456288665533066, -0.07297571748495102, 0.05180184915661812, -0.00746787479147315, 0.0020573027431964874, -0.008402167819440365, 0.00016437664453405887, 0.028666198253631592, -0.017229143530130386, 0.012486779130995274, -0.006292362697422504, -0.003839710960164666, -0.0876302495598793, -0.2697513997554779, -0.3204956352710724, -0.3810296058654785, -0.47731831669807434, -0.5787126421928406, -0.6194520592689514, -0.5380730032920837, -0.4990352988243103, -0.33856430649757385, -0.03363902121782303, -0.017365608364343643, -0.05562802404165268, 0.01161951944231987, -0.0530727244913578, -0.030863869935274124, -0.02103523537516594, -0.09627991914749146, -0.07533933222293854, -0.052140235900878906, -0.008137880824506283, -0.008917802013456821, -0.022409914061427116, -0.0029435327742248774, 0.03632199019193649, 0.0073226457461714745, -0.048527300357818604, -0.05963347852230072, -0.1824703812599182, -0.26830369234085083, -0.42721500992774963, -0.5484111905097961, -0.5432273745536804, -0.4782114624977112, -0.26715487241744995, -0.17567703127861023, -0.010125959292054176, 0.12314023822546005, 0.12618796527385712, 0.06380850076675415, 0.04622489959001541, -0.06428161263465881, -0.051893603056669235, -0.10139814019203186, -0.08089672774076462, -0.1010453850030899, -0.08758745342493057, -0.04678481072187424, -0.04934459924697876, 0.08484537154436111, 0.007150575518608093, 0.0288868211209774, 0.017915848642587662, -0.002101555233821273, 0.0003928757505491376, -0.04825844615697861, -0.17609916627407074, -0.24774524569511414, -0.24636878073215485, -0.26108109951019287, -0.1412900686264038, -0.00938858650624752, 0.08873768150806427, 0.10822160542011261, 0.1839665323495865, 0.10089468955993652, 0.0735778957605362, -0.09299500286579132, 0.026076316833496094, -0.08913546055555344, -0.057298626750707626, 0.0009849867783486843, -0.06283726543188095, 0.022267669439315796, -0.03362542763352394, 0.0035396087914705276, 0.09459299594163895, 0.0804622545838356, 0.04460548609495163, 0.0326346755027771, 0.016573600471019745, -0.0026507822331041098, -0.020164301618933678, -0.03678636997938156, -0.03863231837749481, -0.0812847688794136, -0.00785032007843256, 0.09247550368309021, 0.10005225241184235, 0.23136204481124878, 0.22783450782299042, 0.17728862166404724, 0.18817903101444244, 0.07403289526700974, 0.1372891515493393, 0.07633430510759354, -0.005375130567699671, -0.055775873363018036, 0.13103625178337097, 0.0024323943071067333, 0.01981106400489807, 0.08698223531246185, -0.02478386089205742, -0.006386981345713139, 0.09529602527618408, 0.07169587910175323, 0.08316098153591156, -0.024973683059215546, 0.02794335037469864, 0.027308547869324684, -0.006139327771961689, 0.004715799354016781, 0.02141377702355385, 0.11616476625204086, 0.1948993057012558, 0.1821364313364029, 0.12510117888450623, 0.16264836490154266, 0.20987112820148468, 0.07197275012731552, -0.052083246409893036, 0.046138644218444824, -0.024055929854512215, -0.015193275175988674, -0.031445082277059555, -0.05881284922361374, 0.10043496638536453, -0.019863933324813843, -0.12038931250572205, -0.03971923142671585, -0.13893038034439087, 0.04828900098800659, 0.16704964637756348, 0.04359208792448044, 0.07037687301635742, 0.013028985820710659, 0.02894098311662674, -0.022999431937932968, 0.006721915677189827, 0.08861697465181351, 0.11914236098527908, 0.17696060240268707, 0.1496170163154602, 0.17081691324710846, 0.06510083377361298, 0.15929225087165833, 0.11439020931720734, -0.018390782177448273, -0.049039535224437714, -0.014345783740282059, 0.017106113955378532, -0.02534319832921028, -0.15231607854366302, -0.03851291537284851, 0.06539545208215714, 0.0006259413785301149, 0.029314471408724785, 0.04133401811122894, -0.0378069207072258, 0.07021117210388184, 0.10369043052196503, 0.13777270913124084, 0.10196486115455627, 0.020701715722680092, -0.0018479054560884833, 0.009910223074257374, 0.04320130497217178, 0.0690595954656601, 0.12565413117408752, 0.09266088902950287, 0.04798462614417076, -0.038469623774290085, 0.03219756484031677, -0.022432666271924973, -0.10517044365406036, -0.032628271728754044, 0.05710133537650108, -0.03641488030552864, 0.016635466367006302, -0.02906792238354683, -0.08199112117290497, -0.06934372335672379, -0.01244437601417303, 0.02194199524819851, 0.06061813235282898, 0.057251181453466415, 0.009866091422736645, 0.012961060740053654, 0.06384195387363434, 0.05620906502008438, 0.025254854932427406, -0.02392815798521042, -0.013721787370741367, 0.008170961402356625, 0.05471053346991539, 0.10548526793718338, 0.09366451948881149, 0.06462105363607407, -0.013445287011563778, 0.04288102686405182, -0.026038262993097305, 0.009431743994355202, -0.05613004416227341, -0.06244198605418205, 0.021783875301480293, 0.11137103289365768, 0.12328847497701645, -0.02707969956099987, 0.07762449234724045, 0.05485279858112335, -0.0072024851106107235, 0.12521891295909882, 0.052254803478717804, 0.01802206225693226, 0.00560747878625989, 0.0061635770834982395, 0.0615871287882328, 0.045011408627033234, -0.01740567572414875, -0.01579497754573822, 0.030557051301002502, 0.01714664325118065, 0.016653094440698624, 0.06388110667467117, 0.07838896661996841, 8.22239089757204e-05, -0.03580717742443085, -0.03416738659143448, -0.09821414947509766, 0.005626065656542778, -0.04473990201950073, -0.03074554167687893, -0.10508440434932709, 0.06593877822160721, -0.07205488532781601, -0.0072281272150576115, 0.03143105283379555, 0.02896108478307724, -0.03451162949204445, 0.05078885331749916, 0.07757142931222916, 0.005208086688071489, 0.026437273249030113, 0.0004014345759060234, 0.048765987157821655, 0.016437942162156105, 0.02654079720377922, -0.007743742782622576, -0.012103882618248463, 0.02741364948451519, 0.04636470973491669, 0.07165797799825668, 0.06037861853837967, 0.028704235330224037, 0.018167594447731972, 0.03417430818080902, 0.00270961900241673, 0.0671597570180893, 0.009638182818889618, 0.015542092733085155, -0.04570718854665756, -0.05710327997803688, -0.00302144605666399, -0.019142018631100655, -0.03403555229306221, -0.14331871271133423, 0.040707558393478394, -0.02610839530825615, -0.022036507725715637, 0.006564029958099127, 0.000990411383099854, -0.06363692879676819, -0.0055072312243282795, 0.020737413316965103, 0.024227110669016838, 0.03375560790300369, 0.024297919124364853, -0.02559649385511875, 0.021583274006843567, 0.05522439256310463, 0.07838962227106094, 0.027870023623108864, -0.03988121077418327, 0.02555570751428604, -0.008846944198012352, -0.0659337267279625, 0.0528310090303421, -0.017570022493600845, 0.009344764053821564, -0.08913087099790573, -1.7658439901424572e-06, -0.07866580784320831, -0.09455844759941101, -0.11642830073833466, 0.0716896653175354, 0.058728910982608795, 0.0698438212275505, 0.07724835723638535, -0.0713711678981781, -0.021278752014040947, 0.03758298605680466, 0.0156436488032341, 0.005131370387971401, -0.007857686839997768, -0.008977244608104229, 0.038134850561618805, 0.017140114679932594, 0.0074438732117414474, 0.04134535789489746, 0.1376635730266571, 0.007555066607892513, 0.015753403306007385, -0.003167113522067666, -0.10586820542812347, -0.09377431869506836, -0.027711093425750732, -0.09579979628324509, 0.022964084520936012, -0.00859104748815298, 0.000647400738671422, 0.01954803802073002, -0.0338653139770031, -0.00991599541157484, 0.07785112410783768, 0.04197512939572334, 0.014640158973634243, -0.009178990498185158, 0.030103998258709908, -0.014634348452091217, -0.0314641073346138, 0.023676026612520218, 0.03482116386294365, -0.0074441274628043175, -0.022597935050725937, -0.02390068955719471, 0.06220237910747528, 0.07914217561483383, 0.10462876409292221, 0.06943379342556, 0.06414666026830673, 0.016050588339567184, -0.03871561586856842, -0.09689561277627945, 0.03496484458446503, -0.051277611404657364, 0.04210877791047096, -0.003863542340695858, 0.029245100915431976, -0.0029810182750225067, -0.07197928428649902, -0.12531772255897522, -0.1602076292037964, -0.046432603150606155, -0.04769624024629593, -0.015236924402415752, -0.0093604177236557, 0.007250411435961723, -0.02124825492501259, -0.004194336012005806, 0.013190128840506077, -0.004178471863269806, 0.03136669471859932, -0.023161567747592926, 0.007253803312778473, 0.058730028569698334, 0.026256244629621506, 0.0378112718462944, 0.05273287743330002, 0.07487291097640991, 0.08377572894096375, -0.021941281855106354, -0.004128070082515478, -0.012882402166724205, -0.08247397840023041, -0.1315050721168518, -0.0723162293434143, -0.09453180432319641, -0.015570872463285923, -0.1306305229663849, -0.20753872394561768, -0.11528182774782181, -0.048811014741659164, 0.0016314773820340633, -0.030652964487671852, 0.01637173444032669, -0.022031184285879135, -0.0024522936437278986, 0.01350144762545824, 0.023895107209682465, 0.030284114181995392, -0.018103722482919693, 0.04318493604660034, 0.020213641226291656, 0.06440556794404984, 0.02124558947980404, 0.03656694293022156, 0.048696961253881454, 0.048744089901447296, 0.1166854202747345, 0.10460952669382095, 0.07009578496217728, -0.04069850221276283, -0.08837249875068665, -0.06994260102510452, -0.004111768212169409, -0.032868772745132446, -0.07524167746305466, -0.08781570941209793, -0.09537087380886078, -0.05047747120261192, -0.015912940725684166, -0.009797374717891216, -0.02243455871939659, 0.0425531268119812, 0.026966314762830734, 0.025306876748800278, 0.004962276667356491, 0.012372800149023533, 0.010337517596781254, 0.024120301008224487, -0.004642085172235966, -0.05619011074304581, 0.011168680153787136, -0.015171698294579983, -0.003028328064829111, 0.04019558057188988, 0.07464457303285599, 0.01703728921711445, 0.008024107664823532, 0.026093536987900734, -0.03932050243020058, -0.027743659913539886, -0.010172304697334766, -0.03438827395439148, -0.020119328051805496, -0.006156052462756634, -0.01690768077969551, -0.00700716208666563, 0.02719886787235737, -0.007038089446723461, -0.0018362471600994468, -0.014728561975061893, 0.0053346846252679825, 0.009076366201043129, 0.0009351013577543199, 0.018475035205483437, 0.0371236577630043, -0.0009215017198584974, 0.0035010110586881638, -0.02747710794210434, -0.012227333150804043, 0.012758991681039333, -0.02703801915049553, 0.019390057772397995, 0.038816072046756744, -0.0025888278614729643, -0.026411833241581917, 0.0187731571495533, 0.04278313368558884, 0.0351351797580719, 0.003942649811506271, 0.029055345803499222, -0.021094664931297302, 0.030076462775468826, -0.018251929432153702, 0.007270217873156071, -0.017028644680976868, 0.002504341071471572, -0.002556438324972987, -0.0242612361907959, 0.00829504244029522, 0.00828826054930687], [0.03104492463171482, -0.01080538984388113, 0.04131855443120003, 0.005526622291654348, -0.015879353508353233, -0.010229562409222126, 0.017870953306555748, 0.03328116610646248, 0.009974916465580463, 0.02009705640375614, -0.0006792482454329729, 0.009747934527695179, 0.013561402447521687, 0.02766268141567707, 0.05002032592892647, -0.009692029096186161, 0.017366258427500725, -0.010188053362071514, -0.003387026721611619, -0.014337394386529922, 0.006309513468295336, 0.03319161757826805, 0.015230855904519558, 0.038736987859010696, 0.03220895305275917, 0.03495287522673607, -0.0009442688897252083, 0.04725852236151695, 0.04151498153805733, -0.017833570018410683, 0.04611586406826973, 0.02041308395564556, 0.04295053705573082, -0.01276667881757021, 0.005557211581617594, 0.0035537402145564556, -0.0014565358869731426, -0.004750414285808802, -0.012398402206599712, -0.013213829137384892, 0.028208347037434578, 0.025625890120863914, 0.02532590739428997, 0.0008722208440303802, 0.03459976613521576, -0.014006407931447029, 0.0006937041180208325, 0.026531653478741646, 0.049604613333940506, -0.0069202519953250885, 0.032007619738578796, -0.010094723664224148, 0.025457320734858513, 0.017145363613963127, -0.0004610628529917449, 0.04325461760163307, 0.0049887532368302345, 0.0304632056504488, 0.0004623203712981194, 0.049499060958623886, -0.015946315601468086, -0.017212534323334694, 0.037459563463926315, 0.041551120579242706, -0.017309317365288734, 0.002092051086947322, 0.07073992490768433, 0.027317853644490242, 0.02384839579463005, 0.05585597828030586, 0.06826133280992508, 0.05580710619688034, 0.010497309267520905, -0.020309409126639366, 0.026779886335134506, -0.01903906837105751, 0.02901488170027733, 0.02019878663122654, 0.014824057929217815, 0.020369144156575203, 0.017024090513586998, 0.048806872218847275, 0.0173326525837183, -0.01299250964075327, 0.008359923027455807, 0.030928535386919975, 0.013584407977759838, -0.010233751498162746, 0.018023421987891197, 0.00917470920830965, 0.029048288241028786, 0.03936244919896126, 0.06265740841627121, 0.05331140011548996, 0.07965724915266037, 0.13728390634059906, 0.1276862770318985, 0.09759281575679779, 0.11141087859869003, 0.03409576043486595, 0.14011064171791077, 0.06561427563428879, 0.046032823622226715, 0.028741788119077682, -0.00263996166177094, -0.027244804427027702, 0.016579385846853256, 0.061171676963567734, 0.023105520755052567, -0.011522120796144009, 0.02393052913248539, -0.01681406982243061, 0.03839341923594475, -0.0008480779360979795, 0.03751392289996147, -0.016478566452860832, 0.02151714451611042, 0.04468704015016556, 0.00670643849298358, 0.06160800904035568, 0.033010710030794144, 0.07323887199163437, 0.13709606230258942, 0.12017215043306351, 0.13869795203208923, 0.09984856098890305, 0.0838182345032692, 0.17191161215305328, 0.10161315649747849, 0.05762243643403053, 0.036866266280412674, -0.0471319779753685, -0.033224254846572876, -0.0970236137509346, -0.0006515083368867636, -0.0511413998901844, 0.035074055194854736, -0.01497708261013031, 0.044881757348775864, 0.033948563039302826, 0.04640623554587364, 0.0021079443395137787, 0.02756812982261181, -0.002251507481560111, 0.046658556908369064, 0.0473492406308651, 0.031922679394483566, 0.037327542901039124, -0.004930579103529453, -0.04281084984540939, -0.04448433592915535, -0.025445368140935898, 0.015650713816285133, 0.03254677727818489, 0.09673843532800674, 0.17429731786251068, 0.14821457862854004, 0.06358043849468231, -0.0033546537160873413, -0.09908866882324219, -0.160809725522995, -0.15568538010120392, -0.08697571605443954, -0.08573445677757263, 0.009294901974499226, 0.003646191908046603, 0.039539236575365067, 0.0403151772916317, 0.05300810560584068, 0.008217209950089455, 0.0027536791749298573, 0.032130900770425797, 0.03956850618124008, -0.021541200578212738, -0.03856836259365082, -0.08339579403400421, -0.12777233123779297, -0.12832018733024597, -0.11904724687337875, -0.056311216205358505, -0.08471649885177612, 0.0706217959523201, 0.08348371833562851, 0.13423188030719757, 0.17605093121528625, 0.16053816676139832, 0.016547463834285736, -0.10909108072519302, -0.2593938410282135, -0.15530698001384735, -0.11022162437438965, -0.08199206739664078, -0.0014668044168502092, -0.006596346385776997, -0.010209654457867146, 0.029442938044667244, 0.011566235683858395, -0.0063219438306987286, -0.008004586212337017, 0.04569583013653755, 0.05773456022143364, 0.00026209591305814683, -0.07055771350860596, -0.03055460751056671, -0.12762637436389923, -0.057452548295259476, -0.045762840658426285, -0.03479330614209175, -0.059152983129024506, -0.09994427859783173, 0.026549849659204483, 0.22181743383407593, 0.2576800584793091, 0.29409027099609375, 0.06331851333379745, 0.0015939013101160526, -0.18220841884613037, -0.1256951540708542, -0.1230730265378952, -0.10906265676021576, -0.035577330738306046, 0.007892555557191372, 0.029507217928767204, 0.025331465527415276, -0.0012547903461381793, 0.040905606001615524, 0.028500458225607872, 0.026138493791222572, 0.07015827298164368, 0.06879337131977081, -0.0069102030247449875, 0.023598967120051384, -0.12030760198831558, 0.028831882402300835, -0.01692408137023449, -0.13111954927444458, -0.21087785065174103, -0.27206024527549744, -0.055882781744003296, 0.20718981325626373, 0.3432205021381378, 0.22629353404045105, -0.04275960475206375, 0.009274901822209358, -0.1767703741788864, -0.15274734795093536, -0.07329604029655457, -0.13039027154445648, -0.07364219427108765, -0.003272821893915534, -0.019956355914473534, 0.005194850731641054, 0.022767679765820503, 0.02941696159541607, 0.050461363047361374, 0.03662681207060814, 0.10087578743696213, 0.03994164615869522, 0.02323615923523903, 0.00700286915525794, -0.09865982085466385, -0.08900653570890427, -0.19784100353717804, -0.23720631003379822, -0.2546422481536865, -0.15929853916168213, -0.09907711297273636, 0.3828279972076416, 0.34925577044487, 0.13675731420516968, -0.07910755276679993, -0.06492099910974503, -0.14538155496120453, -0.14649096131324768, -0.08387724310159683, -0.07031120359897614, -0.08675727993249893, -0.07934485375881195, 0.01210075430572033, 0.026180801913142204, 0.04466633126139641, -0.006474347319453955, 0.00020619459974113852, 0.019002163782715797, 0.013820542022585869, 0.0010773956310003996, -0.006776793859899044, -0.05163852497935295, -0.13805502653121948, -0.1669192910194397, -0.1997460275888443, -0.16602060198783875, -0.1583748459815979, -0.06051185727119446, 0.004565475974231958, 0.27086108922958374, 0.2507745921611786, 0.1307956725358963, -0.15482097864151, -0.1183934137225151, -0.10131357610225677, -0.12524709105491638, -0.051113154739141464, -0.048960961401462555, -0.08442149311304092, -0.05401769280433655, 0.04253913834691048, 0.024005016312003136, -0.00974056962877512, -0.001335719134658575, 0.04216493293642998, 0.003106774529442191, -0.009537741541862488, -0.03022434003651142, -0.12323345988988876, -0.06888526678085327, -0.041576702147722244, -0.03342065587639809, -0.019967736676335335, -0.0029826441314071417, -0.07326346635818481, 0.06799296289682388, 0.1311800479888916, 0.2237596958875656, 0.13301292061805725, -0.04947906360030174, -0.21755239367485046, -0.13758938014507294, -0.12474530935287476, -0.05540754273533821, 0.01531145442277193, -0.04558486118912697, -0.0359465666115284, -0.04953174665570259, 0.0042607225477695465, 0.05106571689248085, 0.020342642441391945, 0.044788699597120285, 0.04728318378329277, 0.014800581149756908, -0.03641561418771744, -0.03536084294319153, -0.07493574172258377, -0.014369305223226547, 0.09696110337972641, 0.01646368019282818, 0.10590455681085587, 0.046572811901569366, 0.057845741510391235, 0.14407390356063843, -0.014748625457286835, 0.006458627060055733, 0.009776152670383453, -0.16295570135116577, -0.13012418150901794, -0.08345581591129303, -0.05134610831737518, 0.019379185512661934, 0.0023237932473421097, -0.0029709211084991693, 0.04280786216259003, 0.016890795901417732, 0.022472796961665154, 0.015545709989964962, 0.047554586082696915, 0.0407409630715847, 0.0024634981527924538, 0.02248467318713665, -0.07394544035196304, -0.009160197339951992, 0.11222919076681137, 0.005447659641504288, 0.05640578642487526, -0.0092427683994174, 0.056310735642910004, 0.01033010147511959, -0.049530018121004105, 0.005785676185041666, 0.012734321877360344, 0.0516853965818882, 0.02090069279074669, -0.12096157670021057, -0.02481706812977791, 0.04998766630887985, 0.08387169241905212, 0.11353100091218948, -0.030799271538853645, -0.04351501539349556, -0.04607987403869629, 0.08253040164709091, 0.03571082651615143, 0.0012488334905356169, 0.035972077399492264, 0.03203457221388817, 0.0027143736369907856, -0.013496121391654015, 0.004538324195891619, 0.11163243651390076, 0.08186148852109909, 0.12825217843055725, 0.17312310636043549, 0.1263224333524704, 0.0486157089471817, 0.026477739214897156, -0.06190573424100876, -0.03920307382941246, 0.02459939941763878, -0.00910995900630951, 0.06552676856517792, 0.004965248983353376, 0.003336552297696471, 0.08803188800811768, 0.06753896921873093, 0.11864348500967026, 0.022658148780465126, -0.05218211188912392, -0.04529430717229843, 0.059604618698358536, 0.007608308456838131, -0.000658095465041697, 0.026849443092942238, 0.022896623238921165, 0.05275246873497963, -0.0011767013929784298, 0.008286171592772007, 0.022700438275933266, 0.08754315972328186, 0.07990516722202301, 0.054229047149419785, 0.09428294003009796, -0.06117119640111923, 0.058494001626968384, 0.006169612985104322, 0.03390609472990036, 0.03936869651079178, 0.06579994410276413, -0.0007283507729880512, 0.004866287112236023, -0.08974219858646393, 0.04914546012878418, -0.05263513699173927, 0.08978703618049622, 0.008610157296061516, 0.03558473289012909, -0.008700546808540821, 0.07394226640462875, 0.015155904926359653, 0.057223085314035416, -0.017756043002009392, 0.03733326122164726, 0.026694508269429207, -0.0019663965795189142, 0.04638301953673363, 0.014428313821554184, 0.0993456318974495, 0.19741590321063995, 0.021341631188988686, 0.04147282987833023, -0.11837568879127502, 0.03596922382712364, 0.030440980568528175, 0.023237260058522224, -0.023476874455809593, 0.051496148109436035, 0.08342503011226654, 0.08413254469633102, 0.041971467435359955, 0.015719598159193993, -0.03212559223175049, 0.04049055650830269, 0.0558982789516449, 0.11528146266937256, 0.13013562560081482, 0.06400853395462036, 0.053551994264125824, 0.028325119987130165, 0.004666651599109173, 0.03826482966542244, 0.009721186012029648, 0.03333720564842224, 0.04802478104829788, 0.02502802386879921, -0.0027581711765378714, 0.012457627803087234, 0.012174844741821289, -0.03413364663720131, -0.10487791895866394, 0.09216341376304626, 0.029402349144220352, 0.028071733191609383, 0.009199829772114754, 0.01215990912169218, 0.038338690996170044, -0.041555508971214294, 0.005270238965749741, 0.010673156008124352, -0.06497087329626083, 0.1147509291768074, 0.11618391424417496, 0.05537514388561249, 0.08123180270195007, 0.13211014866828918, 0.038831084966659546, 0.03283420205116272, -0.009916993789374828, 0.052819762378931046, 0.012837075628340244, 0.04542975127696991, 0.0612310916185379, 0.0429300032556057, 0.0561775304377079, 0.007354686036705971, 0.005755797028541565, -0.04182403162121773, -0.03396047279238701, -0.04583899304270744, -0.05860554426908493, 0.08240054547786713, -0.06724227964878082, 0.004636723082512617, 0.10838799923658371, -0.021271074190735817, 0.05090326815843582, 0.008992676623165607, 0.09580960124731064, 0.13789783418178558, 0.1398240029811859, 0.06677177548408508, 0.015996122732758522, 0.011085343547165394, 0.05154094099998474, -0.014161849394440651, 0.0016875098226591945, 0.0258347038179636, 0.0023529287427663803, 0.04678419604897499, 0.07431602478027344, 0.05054158717393875, 0.027942992746829987, -0.028135739266872406, -0.091679148375988, -0.02343902550637722, -0.12125498056411743, -0.12975433468818665, -0.162538081407547, -0.08624449372291565, -0.08869686722755432, -0.004811521619558334, 0.10103504359722137, 0.08893071115016937, 0.02762368880212307, 0.042149148881435394, 0.09010588377714157, 0.09042984992265701, 0.043771807104349136, 0.006692588794976473, -0.014252631925046444, -0.0025680854450911283, 0.021009394899010658, 0.01789158768951893, 0.04115847870707512, 0.0421065092086792, 0.015673724934458733, 0.05006920173764229, 0.0873054787516594, 0.06566598266363144, -0.022360719740390778, -0.029419023543596268, -0.05699923262000084, 0.03307979926466942, -0.002779141068458557, -0.03278273344039917, -0.009785188362002373, -0.05512595176696777, -0.0508376806974411, -0.10457280278205872, 0.015395436435937881, 0.08835999667644501, 0.1353091448545456, 0.02040950581431389, 0.05833921581506729, 0.011527915485203266, -0.02255137637257576, -0.02716081030666828, 0.020325664430856705, 0.0028299889527261257, 0.019578861072659492, -0.0031612124294042587, 0.006449645850807428, 0.028863979503512383, 0.011285877786576748, 0.02877579815685749, 0.04988335072994232, 0.04862555116415024, 0.03015291877090931, -0.07460390776395798, -0.010923776775598526, -0.023586684837937355, -0.036943722516298294, -0.007607423700392246, 0.02826293557882309, -0.06191156432032585, -0.14775361120700836, -0.17147600650787354, -0.004436463117599487, 0.056952644139528275, 0.022419970482587814, -0.002357788383960724, -0.053644150495529175, -0.011980313807725906, -0.009990437887609005, 0.006566533353179693, -0.016066642478108406, 0.00936998799443245, 0.0529385507106781, 0.0017983332509174943, -0.010168640874326229, -0.01373941358178854, 0.04560985416173935, 0.05174383148550987, 0.02552931196987629, 0.05630171671509743, 0.06650763750076294, -0.047540951520204544, -0.048294246196746826, -0.029854638502001762, 0.11730188131332397, 0.0322241485118866, -0.04115943983197212, -0.09628459066152573, -0.11690501123666763, -0.16407126188278198, -0.07201847434043884, -0.034654341638088226, -0.043302226811647415, 0.005249463953077793, -0.013391388580203056, -0.009799927473068237, 0.009580492042005062, -0.04212360456585884, -0.012008141726255417, 0.001384378527291119, 0.012915990315377712, -0.013411584310233593, 0.03707149252295494, -0.006845812778919935, -0.015412421897053719, 0.02659209631383419, -0.026078497990965843, -0.05992748215794563, -0.03254575654864311, 0.02769647166132927, 0.010200419463217258, -0.012158573605120182, 0.04716052487492561, 0.001988844247534871, -0.11130663007497787, -0.05703545734286308, -0.012913018465042114, -0.11851853132247925, -0.12055934220552444, -0.0660417452454567, -0.018281714990735054, 0.007220098283141851, 0.014206205494701862, 0.042179372161626816, -0.03701510652899742, -0.04240163043141365, -0.021935557946562767, -0.024165580049157143, 0.025461537763476372, 0.012653534300625324, 0.04155213013291359, -0.011269564740359783, 0.006174558307975531, 0.02661246992647648, 0.029454166069626808, -0.02634717896580696, -0.021616198122501373, -0.02027452178299427, 0.06286801397800446, 0.10317064076662064, -0.015627281740307808, -0.06427375227212906, -0.019518742337822914, 0.04390155151486397, 0.12446420639753342, -0.06123046949505806, -0.09433618932962418, -0.006502758711576462, 0.019757315516471863, -0.025263529270887375, -0.027654588222503662, 0.0013730244245380163, 0.007516304962337017, 0.005613514222204685, 0.012788998894393444, -0.006011583376675844, 0.007030875887721777, 0.0002244175848318264, -0.004364208783954382, 0.004813108127564192, 0.028769979253411293, -0.0032231933437287807, 0.06030423566699028, 0.02284477837383747, 0.0036419378593564034, -0.007233448326587677, -0.0165302325040102, 0.05862564966082573, 0.02957128919661045, -0.006349308416247368, 0.032437052577733994, 0.08663319796323776, 0.08819706737995148, 0.018285686150193214, -0.0039080181159079075, -0.004753688350319862, -0.050659965723752975, -0.12540265917778015, -0.03767436742782593, -0.04555622488260269, -0.017245164141058922, -0.017959119752049446, -0.021227477118372917, 0.04348057880997658, -0.006207263562828302, 0.047931816428899765, -0.012657633982598782, 0.03599224612116814, 0.04849322512745857, -0.0026363972574472427, 0.03520946577191353, -0.02134784124791622, 0.029555926099419594, 0.024232706055045128, 0.03153616189956665, -0.028762245550751686, 0.0277742650359869, -0.016682961955666542, -0.02999238111078739, -0.02668977901339531, -0.0735994204878807, -0.010089793242514133, 0.00029816656024195254, -0.039388906210660934, 0.0022451842669397593, 0.027472710236907005, -0.02648947574198246, -0.0022600938100367785, 0.041666075587272644, 0.008411778137087822, 0.005131876561790705, 0.04503346607089043, 0.016373692080378532, -0.000314230885123834, 0.01946314610540867, 0.02117105759680271, 0.008407436311244965, -0.00970094371587038, -0.015776777639985085, 0.026304828003048897, 0.04221298173069954, 0.013585017062723637, 0.0015339921228587627, 0.045007165521383286, -0.001656793523579836, -0.019474836066365242, 0.042027268558740616, 0.026360170915722847, 0.01384980883449316, -0.023472240194678307, -0.017562156543135643, 0.01899266429245472, 0.005633344408124685, -0.009539374150335789, 0.01781889982521534, 0.021905476227402687, 0.00570340221747756, -0.00014160796126816422, -0.0007119524525478482, 0.006197899114340544, 0.04726477339863777, -0.005348797421902418], [-0.025177428498864174, -0.026996662840247154, 0.0024455739185214043, -0.03367454186081886, 0.00013832267723046243, -0.01770111918449402, -0.027150148525834084, -0.0019050099654123187, -0.030781561508774757, 0.01285534631460905, -0.02842394821345806, -0.012632702477276325, 0.01174976211041212, -0.003662378992885351, 0.011187602765858173, -0.0042084986343979836, -0.0071915527805686, -0.01358595211058855, -0.04196923226118088, -0.033472102135419846, -0.0402328297495842, 0.018592027947306633, -0.015453522093594074, -0.04753200709819794, -0.04872514307498932, -0.027776570990681648, -0.010634482838213444, 0.014546951279044151, 0.01260224636644125, -0.022439582273364067, 0.0015149645041674376, -0.03440359979867935, 0.004127828404307365, 0.012468344531953335, -0.022614361718297005, -0.00035470741568133235, -0.04962727800011635, -0.006943966262042522, 0.0029594076331704855, -0.009439476765692234, -0.03741971403360367, -0.014856492169201374, 0.00923474133014679, 0.004060157109051943, -0.008373947814106941, -0.005643540993332863, -0.0326654277741909, 0.014514967799186707, -0.020609281957149506, 0.005436306819319725, -0.028084002435207367, 0.013623285107314587, -0.005425114184617996, -0.004957270808517933, -0.029822329059243202, -0.03809332847595215, -0.04667997360229492, -0.009959178976714611, 0.01987026445567608, 0.018435271456837654, -0.013591046445071697, 0.013914198614656925, 0.007037805393338203, 0.0016201944090425968, -0.0070029981434345245, 0.023140469565987587, 0.0025005298666656017, -0.001849688938818872, -0.022385254502296448, -0.005205968394875526, -0.04591508209705353, -0.01642938330769539, -0.019203728064894676, -0.006437066476792097, -0.0406142920255661, -0.017025282606482506, -0.02228417806327343, -0.008861302398145199, -0.020259788259863853, -0.016494719311594963, -0.009495298378169537, -0.04220239073038101, -0.020547492429614067, -0.039741672575473785, -0.023282619193196297, -0.017849130555987358, -0.023863138630986214, -0.0037183219101279974, -0.014433282427489758, -0.019725916907191277, -0.029644306749105453, -0.014793186448514462, -0.015261192806065083, 0.00030261726351454854, -0.05126928165555, 0.001635586959309876, -0.10427276045084, -0.09415584057569504, -0.03443374112248421, -0.014108805917203426, 0.04415806010365486, -0.05529456213116646, -0.0220112856477499, -0.05139538273215294, -0.036690499633550644, 0.025796232745051384, 0.029623523354530334, 0.03614675626158714, -0.018902163952589035, -0.054939839988946915, -0.037874381989240646, -0.020272040739655495, -0.0025156887713819742, -0.043342672288417816, -0.014072845689952374, -0.029290322214365005, -0.03521673381328583, -0.04379921406507492, -0.016078690066933632, 0.013800323009490967, 0.019425153732299805, -0.0036213393323123455, -0.009773226454854012, -0.07323133945465088, -0.06536583602428436, -0.06384975463151932, -0.03523513674736023, -0.0695352777838707, 0.08287172019481659, 0.0850977748632431, -0.021966831758618355, -0.011817463673651218, 0.02073596604168415, 0.04249595105648041, 0.03690148517489433, -0.011079389601945877, -0.027145331725478172, -0.04699169844388962, -0.05024225637316704, -0.0019610829185694456, -0.04919549077749252, -0.02707587741315365, -0.03271762654185295, -0.047697458416223526, -0.006235101725906134, 0.004547841846942902, 0.013327901251614094, -0.07603961229324341, -0.07143521308898926, -0.13900010287761688, -0.11242827773094177, -0.1357569843530655, -0.03575729951262474, -0.053912077099084854, -0.03463650494813919, -0.05191808193922043, 0.07251319289207458, 0.1213497743010521, 0.09672379493713379, 0.0877017229795456, 0.005139135289937258, 0.046494193375110626, 0.04007970914244652, -0.026991968974471092, -0.05014106258749962, -0.01815173402428627, -0.0439772829413414, -0.029026711359620094, -0.007102221250534058, 0.01653403230011463, -0.04762420803308487, -0.05332676321268082, -0.001743928762152791, -0.051636967808008194, -0.06983615458011627, -0.11393360048532486, -0.16762661933898926, -0.2088296115398407, -0.20446917414665222, -0.13596297800540924, -0.005569844506680965, -0.06984893232584, -0.12609568238258362, 0.00706036202609539, -0.07736214250326157, -0.13238796591758728, -0.03809763491153717, 0.03987591341137886, -0.059884753078222275, -0.08352106809616089, -0.008574810810387135, -0.017573930323123932, -0.013332770206034184, -0.019825922325253487, -0.04990179464221001, -0.0347711555659771, -0.020396078005433083, 0.006256151013076305, -0.0334085151553154, -0.009782315231859684, -0.060186922550201416, -0.09573879837989807, -0.10042829066514969, -0.1674734652042389, -0.19521348178386688, -0.24204684793949127, -0.124232716858387, -0.04779483750462532, -0.12390406429767609, -0.007547526620328426, -0.1107114776968956, 0.01989617943763733, -0.06858064234256744, -0.17134760320186615, -0.15885192155838013, -0.035349585115909576, -0.054264720529317856, -0.023923465982079506, -0.005571410525590181, -0.03272974118590355, 0.012588119134306908, 0.005088205449283123, -0.056297868490219116, 0.00962293054908514, -0.0446937158703804, -0.005541983060538769, -0.021732263267040253, -0.032300036400556564, -0.10290201753377914, -0.14282748103141785, -0.1938701868057251, -0.1659989356994629, -0.20100557804107666, -0.12202664464712143, -0.048294130712747574, 0.0879206657409668, 0.014714819379150867, 0.10276641696691513, 0.03394783288240433, 0.004632522352039814, -0.19224464893341064, -0.0748196691274643, -0.21150809526443481, -0.06507226079702377, -0.04500388354063034, -0.003402803558856249, 0.003141978522762656, -0.011276548728346825, -0.021061750128865242, -0.04169411584734917, -0.004112097900360823, -0.02824200876057148, -0.021885639056563377, -0.01836101897060871, -0.0075808316469192505, -0.03371267393231392, -0.14714601635932922, -0.16618488729000092, -0.14490242302417755, -0.1387915462255478, -0.03197108954191208, 0.020337814465165138, -0.03291633352637291, -0.011823791079223156, 0.062029097229242325, 0.15203668177127838, -0.030694840475916862, -0.09175647795200348, -0.1840040385723114, -0.14964812994003296, -0.06728952378034592, -0.008017407730221748, 0.04433033987879753, 0.09143529832363129, -0.07294811308383942, -0.11529206484556198, -0.08102506399154663, -0.05686803162097931, -0.03521907329559326, -0.009005716070532799, -0.029773956164717674, -0.033523622900247574, -0.009199102409183979, -0.03261541202664375, -0.06808971613645554, -0.07618433982133865, -0.006094442680478096, -0.015537097118794918, -0.09763440489768982, -0.10216254740953445, -0.03745656460523605, 0.01180742122232914, 0.16384486854076385, 0.1330561339855194, 0.11224556714296341, -0.13273946940898895, -0.14783534407615662, -0.09648001194000244, -0.10166173428297043, -0.03748578205704689, -0.004536125343292952, -0.02788207121193409, -0.025889163836836815, -0.06128263846039772, -0.058780279010534286, -0.08288836479187012, 0.00573953241109848, -0.03781022131443024, -0.008482803590595722, 0.008028966374695301, 0.013519064523279667, -0.0836559385061264, -0.1414555311203003, -0.023456865921616554, 0.08028005808591843, 0.14131148159503937, 0.05697591230273247, 0.16594435274600983, 0.09463197737932205, 0.06678608059883118, 0.09119506925344467, -0.0014226482016965747, 0.024499857798218727, -0.13613542914390564, -0.06025071442127228, -0.05051666125655174, -0.05995583161711693, 0.08948947489261627, 0.10688824951648712, -0.04497308284044266, -0.04849947616457939, -0.040242619812488556, 0.0036054477095603943, -0.043965213000774384, -0.041891150176525116, -0.022144028916954994, -0.015747182071208954, 0.006705498322844505, 0.01802508533000946, -0.05672326683998108, -0.0181716475635767, 0.01691824570298195, 0.04613540694117546, -0.011255365796387196, 0.02510366216301918, 0.12694144248962402, -0.019369658082723618, -0.1286783069372177, -0.18205174803733826, -0.054392073303461075, 0.027287805452942848, -0.04459744691848755, 0.062252793461084366, 0.055919330567121506, -0.012396031990647316, 0.0788150355219841, 0.11317621916532516, 0.06097373738884926, 0.006650334689766169, 0.08845152705907822, 0.011115903966128826, 0.019397113472223282, -0.014826355502009392, -0.01813795603811741, -0.034657880663871765, -0.03790972754359245, -0.011081603355705738, -0.027244552969932556, 0.03444117307662964, 0.015743987634778023, 0.037002284079790115, -0.0231386236846447, -0.04423920810222626, 0.01474502682685852, -0.13457037508487701, -0.22203245759010315, -0.032011181116104126, 0.1689596176147461, 0.021670956164598465, 0.17336885631084442, -0.019432054832577705, -0.02057504467666149, -0.014741773717105389, 0.03804073855280876, 0.016974441707134247, -0.012153084389865398, 0.03670661523938179, 0.0660519227385521, 0.0027738960925489664, 0.0021647748071700335, 0.0036567957140505314, 0.0049874624237418175, 0.01735970564186573, 0.0067671481519937515, 0.010376512072980404, -0.025376876816153526, 0.13161590695381165, -0.027603302150964737, 0.10063369572162628, 0.037492286413908005, -0.07392141222953796, -0.014870279468595982, -0.12076709419488907, -0.018816202878952026, 0.00839943252503872, 0.09319721907377243, 0.05929277837276459, 0.0500684529542923, 0.0047561852261424065, -0.06337111443281174, -0.06255277991294861, -0.04802669584751129, -0.10176437348127365, -0.06338751316070557, -0.048220667988061905, -0.04178079590201378, -0.0643499419093132, 0.02691604010760784, 0.012946016155183315, -0.02244272269308567, 0.012660506181418896, -0.03132626786828041, 0.010654742829501629, 0.032008953392505646, 0.07486947625875473, 0.03933097422122955, 0.0306902714073658, -0.0017551267519593239, 0.0803665742278099, 0.01819441467523575, 0.048458777368068695, 0.09502927958965302, 0.019890863448381424, 0.06967321038246155, 0.12803304195404053, 0.03373526409268379, 0.032405026257038116, 0.0009536963189020753, 0.018122006207704544, 0.024143844842910767, -0.21524761617183685, -0.1618596315383911, -0.043289970606565475, -0.08664599806070328, -0.0408320426940918, 0.06469417363405228, 0.011962789110839367, 0.008157839067280293, 0.0019931779243052006, -0.04379311949014664, -0.034981388598680496, -0.012043775990605354, 0.05544225126504898, 0.07277987152338028, 0.17207969725131989, 0.16113759577274323, 0.12443425506353378, 0.15300367772579193, 0.16091714799404144, 0.19817094504833221, 0.08797786384820938, 0.07108055055141449, 0.07326290011405945, 0.11527831107378006, 0.1040077656507492, 0.08266426622867584, 0.06950300186872482, -0.0351153239607811, -0.19213281571865082, -0.08895126730203629, -0.021733688190579414, -0.08397454023361206, -0.03407905250787735, 0.0881897434592247, 0.008610528893768787, -0.0366823785007, 0.010970094241201878, -0.007985393516719341, -0.0071861958131194115, 0.025036096572875977, -0.012760674580931664, 0.08976474404335022, 0.13074477016925812, 0.206609308719635, 0.26683709025382996, 0.21316459774971008, 0.21317671239376068, 0.1492067277431488, 0.19541804492473602, 0.04563751816749573, 0.05632074177265167, 0.10470400750637054, -0.02644515037536621, -0.05846265330910683, -0.21254339814186096, -0.09157875925302505, -0.07473336905241013, -0.013627425767481327, 0.014053481630980968, -0.014450065791606903, -0.028098009526729584, 0.09037035703659058, -0.012270581908524036, -0.000508407480083406, 0.0015014322707429528, 0.019395707175135612, -0.00935367401689291, 0.027677498757839203, 0.09466605633497238, 0.053852200508117676, 0.16072231531143188, 0.20304620265960693, 0.12255451828241348, 0.10407157242298126, 0.1671077013015747, -0.0011321193305775523, 0.18577487766742706, 0.1327904909849167, 0.10633506625890732, -0.004729029256850481, -0.006342021748423576, -0.11158984154462814, -0.0629906877875328, 0.011075413785874844, 0.05295603722333908, 0.008067923597991467, 0.04994826018810272, 0.04503866657614708, 0.043482035398483276, 0.05683020502328873, -0.02235303446650505, 0.014281117357313633, 0.00586737971752882, -0.05128837749361992, -0.01187072228640318, 0.010150367394089699, 0.06197709962725639, 0.04365704208612442, 0.05154668539762497, 0.06389251351356506, 0.0002987566404044628, 0.06387417763471603, 0.060032494366168976, 0.08668692409992218, -0.13985301554203033, -0.06344056129455566, -0.061028845608234406, 0.04844433069229126, 0.04550643265247345, -0.016187801957130432, 0.0673881247639656, -0.0025827139616012573, 0.07687058299779892, 0.13621565699577332, 0.10070628672838211, 0.11276193708181381, 0.08756652474403381, 0.036413222551345825, -0.014500731602311134, 0.020494895055890083, -0.0013382290489971638, -0.00944551918655634, -0.044452786445617676, 0.03398538753390312, 0.09019648283720016, 0.04069744423031807, 0.030960747972130775, 0.013701173476874828, -0.046509578824043274, 0.004364557098597288, -0.05876680091023445, 0.003602295648306608, -0.17851921916007996, -0.224566251039505, -0.07608822733163834, 0.0187507513910532, 0.03947388008236885, 0.07225897163152695, 0.10283153504133224, 0.011365178041160107, 0.10120102763175964, 0.1268768310546875, 0.05759109929203987, 0.1025947704911232, 0.03539213538169861, -0.021598251536488533, -0.0445120744407177, -0.006394426338374615, -0.030895264819264412, -0.04431524872779846, -0.015398954041302204, -0.003711111843585968, 0.06530595570802689, 0.06367921084165573, 0.05059191957116127, 0.038462623953819275, 0.04488423094153404, 0.019765235483646393, -0.012887084856629372, -0.0678669661283493, -0.02231486886739731, -0.012607883661985397, -0.052473265677690506, -0.08203327655792236, -0.052298083901405334, 0.09450409561395645, 0.005686174146831036, 0.04843779280781746, 0.11023562401533127, 0.04361696541309357, 0.08013063669204712, 0.052209172397851944, 0.01703670062124729, -0.031679946929216385, -0.027437064796686172, -0.015329764224588871, -0.03574115037918091, 0.00206137727946043, -0.029206175357103348, -0.009898428805172443, 0.023552289232611656, 0.08258163183927536, 0.04942495375871658, 0.04095476120710373, -0.04536249488592148, -0.09564021229743958, -0.06165105104446411, -0.04468461126089096, -0.016574610024690628, 0.024218695238232613, -0.040149372071027756, -0.08630622178316116, 0.07446756958961487, 0.021751923486590385, -0.03388870134949684, 0.02864065207540989, 0.029054418206214905, 0.06684308499097824, 0.08051089942455292, 0.0053000361658632755, 0.005435027182102203, -0.0010115058394148946, -0.0327053964138031, -0.04911075532436371, -0.006931082345545292, 0.019024843350052834, -0.02137165330350399, -0.06527644395828247, -0.03998623043298721, -0.06852149963378906, -0.05179751291871071, -0.041157316416502, -0.0226703193038702, -0.09054909646511078, -0.07308738678693771, -0.058740030974149704, -0.0579279400408268, -0.05048486217856407, -0.11127680540084839, -0.15254627168178558, -0.022237224504351616, -0.10712794959545135, -0.018491918221116066, 0.022267991676926613, 0.03678402677178383, 0.06332333385944366, 0.029380138963460922, -0.026599779725074768, -0.048420462757349014, -0.015861161053180695, 0.00019362836610525846, -0.0030084983445703983, 0.016676800325512886, -0.03142942860722542, -0.025025350973010063, -0.057230643928050995, -0.027967184782028198, -0.1245839074254036, -0.11141043901443481, -0.09043049812316895, 0.010905085131525993, 0.019962847232818604, -0.028698714450001717, -0.04080649092793465, -0.02463340200483799, -0.11453395336866379, -0.14394636452198029, -0.09004004299640656, -0.04019944369792938, -0.13710930943489075, -0.1915418654680252, -0.12593534588813782, -0.05174940079450607, 0.0038835483137518167, -0.0383296012878418, -0.02185915969312191, -0.01134710106998682, -0.007958333007991314, -0.00046176128671504557, 0.011262408457696438, -0.03194776549935341, -0.029919201508164406, 0.010907133109867573, 0.008049019612371922, -0.07014453411102295, -0.10514146089553833, 0.0037494830321520567, 0.052440229803323746, 0.036113910377025604, 0.02055821754038334, 0.0444495715200901, 0.05900861695408821, -0.031557030975818634, -0.03784444183111191, -0.03955429792404175, 0.011775297112762928, -0.02133520133793354, -0.08124181628227234, -0.08890096843242645, -0.11036017537117004, -0.022342674434185028, -0.07501938939094543, -0.01449351105839014, 0.002429577987641096, 0.003009022679179907, -0.04075457900762558, -0.01538777630776167, -0.04975103586912155, -0.01729898899793625, 0.02037840522825718, 0.009099720977246761, -0.001625838573090732, 0.01931127905845642, 0.019541844725608826, 0.04271974414587021, 0.059226930141448975, 0.03894196078181267, -0.06161142513155937, -0.10144153982400894, -0.01161279808729887, 0.018918266519904137, -0.05382229760289192, -0.03257967531681061, -0.006446181330829859, -0.022951627150177956, -0.06513345241546631, -0.041884757578372955, -0.006011597812175751, -0.01950743980705738, -0.016093779355287552, -0.06066577509045601, -0.04946298897266388, -0.029419204220175743, 0.01173217874020338, -0.027519548311829567, 0.016561085358262062, -0.03333015367388725, 0.0008676317520439625, 0.013593695126473904, 0.01484858151525259, -0.006100554019212723, -0.020546963438391685, -0.013284952379763126, -0.05769959092140198, -0.01418729405850172, -0.006186189595609903, -0.028069572523236275, -0.037989433854818344, -0.02104748785495758, -0.01571449264883995, -0.031472157686948776, -0.0024809592869132757, -0.01589692011475563, 0.011772452853620052, -0.021461131051182747, -0.03005666472017765, -0.030130544677376747, -0.027286654338240623, -0.05375204607844353, -0.03630289435386658, -0.015872014686465263, -0.036749668419361115, -0.031210144981741905, 0.015191316604614258], [-0.013021050952374935, -0.03666537255048752, -0.008767464198172092, -0.008224274031817913, -0.027596283704042435, -0.03661885857582092, -0.0015891717048361897, -0.022868843749165535, 0.0029480229131877422, 0.009087366983294487, 0.010257723741233349, -0.027532527223229408, -0.0267187487334013, 0.027684250846505165, 0.02231290005147457, -0.02929076924920082, -0.02695721946656704, 0.01091512106359005, 0.016105256974697113, -0.001897406647913158, 0.022207828238606453, -0.015524768270552158, -0.016274040564894676, -0.01662636362016201, -0.03977828472852707, -0.031936146318912506, 0.014917322434484959, 0.024775641039013863, -0.003480747574940324, -0.03723654896020889, -0.0016219926765188575, 0.02851567231118679, -0.03901788592338562, 0.015055646188557148, -0.03219342231750488, -0.01784350350499153, -0.009732658043503761, -0.013437213376164436, 0.01613614149391651, -0.00974510982632637, -0.005482323933392763, -0.028644338250160217, 0.016847411170601845, 0.012713199481368065, 0.04153357818722725, 0.03831206634640694, -0.010429628193378448, -0.03488730266690254, 0.015412830747663975, 0.010807088576257229, -0.03335649520158768, -0.002897517755627632, 0.011217151768505573, -0.007796911988407373, 0.029438072815537453, -0.010039017535746098, 0.01723155938088894, -0.03124796412885189, 0.026690850034356117, 0.020534219220280647, 0.010935061611235142, 0.020008550956845284, -0.007051451597362757, -0.013818975538015366, 0.03407800942659378, 0.058566898107528687, -0.009629473090171814, 0.0688200518488884, 0.026164069771766663, -0.0017826692201197147, 0.03679937496781349, 0.012348772026598454, -0.017351828515529633, 0.01218187902122736, 0.055565305054187775, 0.0647391527891159, 0.024469023570418358, 0.05308663472533226, 0.0249424260109663, 0.012849547900259495, -0.03231443092226982, -0.012014848180115223, -0.01737341471016407, -0.011561417952179909, -0.037375472486019135, 0.0023077710065990686, 0.027553504332900047, -0.03853187710046768, -0.03049851767718792, 0.03462988883256912, 0.004632480908185244, -0.0001224515144713223, 0.03782372921705246, 0.09092839062213898, -0.06199613958597183, 0.0307469479739666, 0.011364485137164593, -0.00402894476428628, 0.026461904868483543, 0.01484078448265791, 0.04084545001387596, -0.0039882115088403225, 0.021785998716950417, 0.12718099355697632, 0.04735725745558739, 0.10521544516086578, 0.04505673423409462, 0.033468011766672134, 0.018911564722657204, 0.024524934589862823, 0.007610634434968233, -0.028656216338276863, 0.014783677645027637, 0.01102432981133461, -0.042093947529792786, 0.011100063100457191, 0.01778731495141983, 0.04481106251478195, 0.005254247225821018, -0.008613679558038712, 0.017168788239359856, 0.12592586874961853, 0.131611630320549, 0.0776449665427208, 0.06641364842653275, 0.028565112501382828, -0.032211996614933014, -0.0279702041298151, 0.039268750697374344, 0.07431050390005112, 0.08145954459905624, 0.03533049672842026, 0.01895683817565441, 0.012354850769042969, -0.096394382417202, 0.04077165946364403, 0.03921932354569435, -0.03581329807639122, 0.008698875084519386, 0.030851265415549278, -0.014344236813485622, 0.005797764752060175, -0.03817405179142952, 0.02181621454656124, 0.039331190288066864, -0.02410705015063286, 0.017001286149024963, -0.02902887389063835, 0.1041085347533226, 0.07658912241458893, 0.05513361841440201, 0.07371236383914948, -0.03125116974115372, -0.0682135596871376, -0.012340483255684376, -0.0017075954237952828, 0.05833219736814499, 0.043695930391550064, 0.020761800929903984, -0.051048703491687775, -0.017617950215935707, -0.12127851694822311, -0.050283659249544144, 0.00791274942457676, -0.040408503264188766, 0.01141443382948637, 0.024709787219762802, -0.011895997449755669, -0.024278966709971428, -0.006653882097452879, -0.013919050805270672, 0.03853997588157654, 0.024225324392318726, -0.0017065234715119004, -0.018649868667125702, -0.11596141755580902, 0.021494125947356224, -0.015970155596733093, -0.11924105137586594, -0.034324824810028076, -0.10994160175323486, -0.2712911069393158, -0.22987711429595947, -0.1439404934644699, -0.11578816920518875, -0.13129639625549316, -0.06414210796356201, -0.09456358104944229, -0.14560092985630035, -0.1666795313358307, -0.08752190321683884, -0.06998012214899063, -0.016489747911691666, 0.012286757118999958, -0.007833997718989849, -0.0220248494297266, 0.012182976119220257, -0.0223586056381464, 0.01359268743544817, -0.050892315804958344, 0.030111296102404594, 0.020961839705705643, -0.03715165704488754, -0.05432789400219917, 0.005106581840664148, -0.009918381460011005, 0.04768143221735954, 0.052570898085832596, -0.2764178216457367, -0.24718061089515686, -0.17986582219600677, -0.2543772757053375, -0.24980075657367706, -0.054109420627355576, -0.190675288438797, -0.20843300223350525, -0.25715774297714233, -0.1770852655172348, -0.15844857692718506, -0.11547601222991943, -0.009321733377873898, 0.026024898514151573, 0.0014287614030763507, -0.0038054240867495537, 0.008768357336521149, 0.022750249132514, -0.010708333924412727, -0.038806963711977005, -0.07461974024772644, -0.01702156662940979, -0.016337942332029343, 0.022638242691755295, 0.005610903725028038, 0.05282297357916832, 0.025223344564437866, -0.08095040172338486, -0.21454353630542755, -0.25625479221343994, -0.11721460521221161, -0.14614130556583405, -0.1746237725019455, -0.11199375241994858, -0.21741832792758942, -0.20353887975215912, -0.12014393508434296, -0.12130457162857056, -0.10433292388916016, -0.09835320711135864, -0.06886236369609833, 0.04389828070998192, -0.003195909084752202, -0.029606537893414497, 0.011426348239183426, -0.031837381422519684, 0.005435701925307512, -0.03382748365402222, -0.10191502422094345, -0.022117994725704193, -0.0036187616642564535, -0.023755408823490143, -0.07476089894771576, -0.03198646008968353, -0.11427600681781769, 0.008807781152427197, -0.060185421258211136, -0.19168126583099365, -0.10015056282281876, -0.13508915901184082, -0.13428223133087158, -0.15029005706310272, -0.17721232771873474, -0.13870301842689514, -0.016027960926294327, -0.06968187540769577, -0.11397110670804977, -0.05144213140010834, -0.10096161812543869, -0.02361256070435047, -0.018742164596915245, -0.00028385972836986184, 0.003482077969238162, -0.02313464693725109, 0.017706040292978287, -0.014061445370316505, -0.063510961830616, 0.022190431132912636, 5.987185431877151e-06, -0.030640915036201477, 0.020404193550348282, -0.06356438249349594, -0.11439342796802521, -0.01837863400578499, -0.13431662321090698, -0.1777477264404297, -0.152280792593956, -0.11655057221651077, -0.14841042459011078, -0.0860997885465622, -0.09353026002645493, -0.03895849734544754, -0.061372291296720505, -0.04583602398633957, -0.09818655997514725, -0.0751018151640892, -0.06286993622779846, -0.04708356782793999, 0.011067337356507778, -0.014830456115305424, 0.010501173324882984, 0.0213830154389143, -0.02250419743359089, -0.039034388959407806, -0.1370178610086441, -0.035113222897052765, -0.11327309906482697, -0.07630880177021027, -0.008703725412487984, -0.02744508534669876, 0.028541190549731255, -0.05556296557188034, -0.21046127378940582, -0.1494920551776886, -0.09641579538583755, -0.16854536533355713, -0.016336167231202126, -0.04395153000950813, -0.05009729042649269, 0.007158495951443911, 0.010617109946906567, -0.011662942357361317, 0.025285523384809494, -0.024476297199726105, -0.08652063459157944, -0.05235432833433151, -0.05196818336844444, -0.03242311626672745, -0.02590350992977619, 0.028854120522737503, 0.002860745880752802, -0.0655335858464241, -0.11447837203741074, -0.1349802017211914, -0.16379989683628082, -0.07706193625926971, -0.06214030832052231, 0.0029912067111581564, 0.10331442207098007, 0.12094706296920776, -0.0013920620549470186, 0.04984699562191963, -0.04014439135789871, -0.08558779954910278, 0.10177728533744812, -0.030647993087768555, -0.1129130870103836, -0.022091828286647797, 0.07512728869915009, 0.045384570956230164, 0.06015535816550255, 0.017953304573893547, -0.026839612051844597, -0.04923804849386215, -0.021031606942415237, 0.013846389017999172, -0.02278018929064274, 0.01723310351371765, -0.017756879329681396, -0.02657124772667885, -0.0821220651268959, -0.08667632192373276, -0.09658906608819962, -0.06121573969721794, 0.0005719733890146017, 0.006262220907956362, 0.11879006028175354, 0.12146496772766113, 0.13170401751995087, 0.10382808744907379, -0.029094917699694633, -0.007339303847402334, 0.03166298568248749, -0.044951945543289185, 0.01361797470599413, 0.02555599808692932, -0.0213959701359272, 0.06511621922254562, 0.07459896802902222, 0.13105686008930206, 0.047142285853624344, -0.0048132422380149364, -0.005572172347456217, 0.005865004379302263, 0.015214971266686916, 0.006353741977363825, 0.012902659364044666, 0.002109245862811804, -0.009564435109496117, -0.01741534285247326, 0.006684878375381231, 0.04211066663265228, 0.1138603463768959, 0.1801578402519226, 0.07728787511587143, 0.2597074806690216, 0.23460514843463898, 0.16397738456726074, -0.0441913977265358, 0.035545554012060165, 0.08869335055351257, 0.0039407117292284966, 0.007199087180197239, -0.0346420481801033, -0.04950493946671486, 0.04414378106594086, 0.10575202852487564, 0.00878951046615839, -0.02758508361876011, 0.01804109662771225, -0.011680840514600277, 0.024439727887511253, 0.0024909304920583963, -0.03273830562829971, 0.008177484385669231, 0.023935286328196526, -0.04624465852975845, -0.07276371121406555, 0.015610779635608196, 0.07808531820774078, 0.11655256152153015, 0.08780457079410553, 0.07983645051717758, 0.09491504728794098, 0.1653491109609604, 0.15216563642024994, 0.08399126678705215, -0.02514019049704075, -0.07756669074296951, 0.029581202194094658, 0.04534631967544556, 0.07295961678028107, 0.01310203317552805, 0.048527978360652924, 0.0884091854095459, 0.03956969827413559, 0.061053600162267685, 0.11480136960744858, 0.017610039561986923, 0.023342862725257874, -0.00868340115994215, 0.022806575521826744, -0.034748852252960205, 0.016654474660754204, -0.03229326382279396, -0.025995701551437378, 0.011049005202949047, 0.011199485510587692, 0.08589229732751846, 0.0012047445634379983, -0.08386242389678955, 0.06928917020559311, 0.04510921239852905, 0.01032662857323885, -0.03530849143862724, 0.1075323075056076, 0.130913645029068, 0.19440050423145294, 0.08909795433282852, 0.094202920794487, 0.11340261995792389, 0.09098673611879349, 0.08567681163549423, 0.15529292821884155, 0.1174486055970192, 0.13797467947006226, 0.038234490901231766, -0.028135310858488083, 0.015034487470984459, -0.01869732327759266, -0.03058788925409317, -0.03471848741173744, 0.05723027512431145, -0.011146235279738903, 0.030605940148234367, 0.024010002613067627, 0.18659551441669464, 0.1711861789226532, 0.05750716105103493, 0.12469164282083511, -0.04519832879304886, -0.014922203496098518, -0.08130574226379395, -0.015302888117730618, 0.12048464268445969, 0.14937037229537964, 0.22123274207115173, 0.08748568594455719, 0.17318908870220184, 0.02331266924738884, -0.08250224590301514, 0.011162590235471725, -0.046024274080991745, 0.0798790231347084, 0.02329608052968979, 0.01283184438943863, -0.02477785013616085, 0.015795310959219933, 0.004696674644947052, -0.006114066578447819, 0.0270178634673357, -0.03152265027165413, -0.03813471645116806, 0.1350412666797638, 0.23686830699443817, 0.11531946063041687, 0.051492687314748764, -0.07500695437192917, 0.15087679028511047, 0.037707600742578506, 0.036665864288806915, -0.002139753196388483, 0.06622010469436646, 0.14286787807941437, 0.1561802178621292, -0.011251691728830338, -0.06273660808801651, -0.07845260947942734, -0.08708801120519638, 0.05035329982638359, 0.08797118067741394, 0.024211350828409195, -0.010622130706906319, -0.023635320365428925, -0.03055904619395733, 0.022691944614052773, -0.036230914294719696, -0.05762186646461487, 0.02373449131846428, -0.03759991377592087, 0.008164036087691784, 0.05637288838624954, 0.05992214009165764, 0.007764737121760845, 0.07252493500709534, 0.05360811948776245, -0.011836661025881767, -0.07869980484247208, 0.06091293320059776, 0.1269584447145462, 0.04805110767483711, 0.06807327270507812, 0.057470183819532394, -0.009196486324071884, 0.050746336579322815, -0.007202617358416319, 0.020327646285295486, 0.12768006324768066, 0.07833746820688248, 0.02739991620182991, -0.007292554248124361, 0.017778858542442322, -0.018019849434494972, 0.02417146973311901, 0.02440265379846096, -0.008037139661610126, -0.008333510719239712, 0.02413128688931465, -0.07680565863847733, -0.010815403424203396, 0.06434016674757004, 0.11900974810123444, 0.02040865086019039, -0.04004170745611191, 4.462536526261829e-05, -0.08053078502416611, -0.05948484688997269, 0.010273049585521221, -0.15130458772182465, -0.022631099447607994, -0.021456267684698105, 0.0014917926164343953, 0.019429005682468414, 0.023544112220406532, 0.07640044391155243, -0.004735448397696018, -0.0203019380569458, -0.016923759132623672, 0.03150492161512375, -0.0032270136289298534, 0.024902882054448128, 0.010788320563733578, 0.026686176657676697, 0.004230358637869358, -0.011670335195958614, -0.05980752781033516, -0.07873016595840454, -0.032379020005464554, 0.0737929716706276, 0.06727257370948792, 0.0038553080521523952, 0.038298774510622025, 0.019233547151088715, 0.05127700790762901, 0.0410737581551075, -0.11830101907253265, -0.06691151857376099, -0.03021283447742462, 0.017570151016116142, 0.008899504318833351, 0.01867021806538105, -0.0023129619657993317, -0.07579778134822845, -0.07869341969490051, -0.011420932598412037, 0.018444590270519257, 0.024555254727602005, 0.008465800434350967, -0.0014119102852419019, -0.019625114277005196, 0.0007675638189539313, 0.020754262804985046, -0.06701236218214035, -0.058804210275411606, -0.09745345264673233, -0.08387496322393417, -0.07923228293657303, -0.023332441225647926, 0.08730742335319519, -0.02902114950120449, -0.040422793477773666, -0.006421766243875027, -0.09385568648576736, -0.10572659969329834, -0.0754190981388092, -0.0827462375164032, -0.18870070576667786, -0.12508729100227356, -0.08933393657207489, -0.07647860795259476, -0.05910429731011391, -0.09548581391572952, -0.012609210796654224, 0.002015701960772276, -0.008261589333415031, 0.007909459061920643, -0.005469726864248514, 0.014506413601338863, 0.010639814659953117, -0.02944362908601761, -0.0598657950758934, -0.08073960244655609, -0.08734255284070969, -0.12594056129455566, -0.1194441169500351, -0.11989971995353699, -0.09964871406555176, -0.1260737180709839, -0.0330173559486866, -0.19873343408107758, -0.08077742904424667, -0.1068825051188469, -0.08337122201919556, -0.19171680510044098, -0.2393452376127243, -0.20786763727664948, -0.1802901178598404, -0.09307419508695602, -0.09163015335798264, -0.09307589381933212, -0.027847040444612503, -0.03406429663300514, -0.020208371803164482, -0.004680172074586153, -0.036097265779972076, -0.00042936872341670096, -0.02706887014210224, -0.003202291904017329, -0.05158711224794388, -0.06204083934426308, -0.06855643540620804, -0.11030934005975723, -0.13971443474292755, -0.15641586482524872, -0.17509183287620544, -0.20291981101036072, -0.10621658712625504, -0.0910402163863182, -0.05047538876533508, -0.024085134267807007, 0.053592436015605927, -0.05151384323835373, -0.17373302578926086, -0.20227259397506714, -0.12640267610549927, -0.08772440254688263, -0.05733391270041466, -0.005264914128929377, 0.025266526266932487, -0.03036477044224739, 0.01206181664019823, 0.013530147261917591, -0.00658413814380765, 0.015008474700152874, 0.01859287917613983, -0.018023760989308357, -0.026279324665665627, -0.020621607080101967, -0.026377329602837563, -0.038564424961805344, -0.10635603964328766, -0.11403276771306992, -0.08830033242702484, -0.07062625139951706, -0.03713110461831093, -0.07696659117937088, -0.058658938854932785, 0.05715606361627579, 0.05352383479475975, -0.06741349399089813, -0.08994130790233612, -0.06928723305463791, -0.06198468059301376, -0.05643855035305023, -0.0030800336971879005, -0.007634391542524099, -0.022486908361315727, -0.005240304861217737, -0.019485963508486748, -0.009671100415289402, -0.027293981984257698, -0.020540034398436546, 0.01736781932413578, -0.03524153679609299, -0.011787442490458488, 0.02181304804980755, -0.007861883379518986, -0.050391435623168945, -0.043703168630599976, -0.02488785795867443, -0.04874277859926224, -0.08897749334573746, -0.021926401183009148, -0.05436175689101219, -0.076522596180439, -0.09351800382137299, -0.07442350685596466, -0.105734683573246, -0.0477789007127285, -0.0756649300456047, -0.011533016338944435, -0.059460945427417755, -0.042742710560560226, 0.003116156905889511, -0.028327636420726776, 0.028363848105072975, -0.03643584996461868, -0.004613495897501707, 0.018144454807043076, -0.03988904505968094, 0.0021354188211262226, -0.017014632001519203, 0.030256683006882668, 0.00674227112904191, 0.008610916323959827, -0.04463927447795868, -0.0007084912504069507, 0.010363351553678513, -0.058158546686172485, -0.04832405969500542, -0.005899547599256039, 0.01186593621969223, 0.00404446991160512, -0.04227610304951668, 0.013186751864850521, -0.01878075674176216, -0.008221318013966084, -0.04582596570253372, -0.022270968183875084, 0.005150729324668646, -0.020346252247691154, 0.020780714228749275, 0.0015442724106833339, -0.007736704777926207, -0.003272990696132183, -0.0156600009649992], [-0.031704168766736984, -0.0042637488804757595, -0.005930771119892597, 0.011231902055442333, 0.0147568853572011, -0.021029187366366386, 0.0312960222363472, -0.021963054314255714, -0.03519744798541069, -0.01142787840217352, 0.0007283029262907803, -0.020173413679003716, 0.019292229786515236, 0.03146563097834587, 0.012010239996016026, -0.030575545504689217, -0.011434595100581646, -0.032850269228219986, 0.009577603079378605, 0.02719864435493946, 0.0220805574208498, 0.007065892685204744, 0.01677633821964264, -0.015517974272370338, -0.01758432574570179, 0.029509546235203743, 0.01805715449154377, 0.017841761931777, -0.002502783900126815, -0.028114931657910347, 0.006452488712966442, 0.021988915279507637, -0.008803927339613438, 0.027080027386546135, 0.014521066099405289, 0.022944986820220947, 0.02725679613649845, 0.018010687083005905, 0.025432659313082695, 0.0345616452395916, -0.010421792976558208, 0.019994093105196953, 0.03015037626028061, 0.02503429353237152, -0.016124997287988663, -0.00033516294206492603, 0.010863871313631535, -0.03170345723628998, -0.0037682901602238417, -0.023959118872880936, -0.01792776770889759, -0.01005042064934969, 0.0012705671833828092, -0.007602156605571508, 0.010641037486493587, -0.020252497866749763, 0.011686201207339764, -0.00452718511223793, 0.00018085951160173863, 0.021902484819293022, 0.004899448249489069, 0.004647420719265938, 0.02588583156466484, 0.013913045637309551, 0.03113860823214054, 0.045624375343322754, 0.056922562420368195, 0.029690708965063095, 0.01641364023089409, 0.01364111341536045, 0.049366533756256104, 0.029653355479240417, 2.922066778410226e-05, 0.04629106447100639, -0.003941607661545277, -0.024960292503237724, -0.008570383302867413, -0.0186254121363163, 0.01962614804506302, -0.02883230894804001, 0.03231235221028328, -0.001472300966270268, -0.015850761905312538, 0.022283392027020454, 0.015169902704656124, 0.02549719251692295, 0.03180796280503273, 0.019484667107462883, -0.010871698148548603, 0.0053301057778298855, 0.05692604184150696, 0.009327488951385021, 0.059946417808532715, 0.07832416146993637, 0.030610881745815277, -0.004033413715660572, -0.017939386889338493, 0.0028438458684831858, 0.03492867201566696, 0.0470670685172081, 0.014495369978249073, -0.03764743730425835, 0.013818450272083282, -0.0630137026309967, -0.01470891572535038, -0.0011540985433384776, 0.0406646654009819, -0.006965284701436758, -0.018593648448586464, -0.020930180326104164, 0.002233004430308938, 0.0020337605383247137, -0.0006226291880011559, -0.010380350984632969, -0.013411390595138073, 0.0026010486762970686, -0.012495136819779873, -0.04645129665732384, 0.047888509929180145, 0.029074950143694878, 0.0520826056599617, 0.07157336920499802, 0.04576311260461807, 0.0606643445789814, -0.0357787050306797, -0.027342235669493675, 0.10622962564229965, 0.07456818222999573, 0.18149039149284363, 0.15679126977920532, 0.07553301006555557, -0.005611106753349304, 0.03159398213028908, -0.040871407836675644, -0.05807134509086609, -0.04465951770544052, -0.04990982636809349, 0.005167199764400721, 0.0112493010237813, -0.010535285808146, -0.010051065124571323, -0.030491162091493607, 0.031939547508955, -0.01130091492086649, -0.03888271749019623, -0.09456965327262878, -0.09945863485336304, -0.04523128271102905, -0.009489747695624828, -0.011078543029725552, 0.00745380250737071, 0.019055316224694252, 0.02965332195162773, 0.05306367576122284, -0.00314312637783587, 0.12348370999097824, 0.15077823400497437, 0.13969320058822632, 0.07421355694532394, 0.01702909916639328, -0.018554188311100006, 0.030272047966718674, -0.03157861530780792, -0.07509191334247589, -0.04287991300225258, -0.015403883531689644, 0.03375569358468056, 0.0213677566498518, 0.011812911368906498, -0.027929997071623802, 0.002301241969689727, -0.02306819148361683, -0.007488456554710865, -0.1217905655503273, -0.12288764119148254, -0.0537768118083477, -0.001604592427611351, -0.0902748629450798, 0.03593338653445244, 0.17260690033435822, 0.2174462229013443, 0.2734932601451874, 0.19555646181106567, 0.23324230313301086, 0.21238462626934052, 0.030385084450244904, -0.0056750476360321045, -0.1214984804391861, -0.06724050641059875, -0.003376708133146167, -0.07507862895727158, -0.04805359989404678, 0.004780403804033995, 0.053342025727033615, -0.01896156184375286, -0.034511636942625046, -0.003241990925744176, 0.02212621085345745, -0.018080566078424454, -0.04587197303771973, -0.023759007453918457, -0.0690750777721405, -0.1404421627521515, -0.0031811364460736513, 0.05901746451854706, -0.038238897919654846, 0.06962313503026962, 0.18640334904193878, 0.1602938175201416, 0.15957500040531158, 0.08259192109107971, 0.08255065232515335, 0.07367011159658432, -0.2362632304430008, -0.08383506536483765, -0.13883891701698303, -0.15552173554897308, -0.05317171663045883, -0.13422146439552307, -0.11493857949972153, -0.06210368871688843, -0.061451107263565063, -0.013412290252745152, 0.020185964182019234, -0.03696376457810402, 0.013038774020969868, -0.018660344183444977, -0.013636939227581024, -0.026794366538524628, -0.0058274343609809875, 0.03422865271568298, 0.050766605883836746, 0.08707185834646225, -0.026552272960543633, 0.06599577516317368, -0.009760810993611813, -0.05876627564430237, 0.026550594717264175, -0.006975777447223663, -0.13399410247802734, -0.22986049950122833, -0.2342970073223114, -0.1578206717967987, 0.04520036652684212, -0.105697862803936, -0.1595635712146759, -0.16946092247962952, -0.19813421368598938, -0.12170778959989548, -0.03772960975766182, -0.0334288515150547, 0.028285546228289604, 0.009782805107533932, 0.013078493066132069, -0.007846024818718433, -0.02501356229186058, -0.007025084458291531, -0.00696561811491847, 0.06747619807720184, 0.07549586147069931, 0.0682075247168541, 0.029714435338974, 0.05912870168685913, -0.07926938682794571, -0.2001955360174179, -0.279704213142395, -0.20850269496440887, -0.23389089107513428, -0.17557238042354584, -0.08680561929941177, -0.03746546432375908, -0.13040867447853088, -0.19134272634983063, -0.23163026571273804, -0.21801398694515228, -0.10980620235204697, -0.07700978964567184, -0.07177917659282684, -0.038397423923015594, -0.018584465608000755, -0.0037581154610961676, 0.022814739495515823, -0.0050882501527667046, -0.04400187358260155, -0.009038757532835007, 0.014258076436817646, 0.13195958733558655, 0.06872563064098358, 0.03203050047159195, -0.09328579157590866, -0.027358518913388252, -0.15603412687778473, -0.24735552072525024, -0.17880122363567352, -0.14330145716667175, -0.13145917654037476, -0.04554079845547676, -0.03013363853096962, -0.01852182112634182, -0.11476831883192062, -0.1655636876821518, -0.07604538649320602, -0.1444946974515915, 0.011185440234839916, 0.016842013224959373, -0.02256409078836441, -0.00393299525603652, 0.018420042470097542, -0.026466460898518562, 0.017506282776594162, -0.0018849080661311746, 0.02991955727338791, 0.04454518482089043, 0.04524344950914383, 0.20536763966083527, 0.15113401412963867, -0.02845347672700882, 8.73544777277857e-05, -0.13319145143032074, -0.11805633455514908, -0.13207650184631348, -0.0705496221780777, -0.06951400637626648, -0.06362583488225937, -0.03282632678747177, -0.035215262323617935, 0.055815186351537704, -0.05329591780900955, -0.01128555927425623, -0.0018951541278511286, 0.002014867728576064, 0.00757657689973712, 0.12572094798088074, 0.06645361334085464, -0.022459611296653748, -0.015573456883430481, -0.03009132854640484, -0.027375245466828346, -0.013041098602116108, 0.04438106343150139, 0.04759921506047249, 0.045903630554676056, 0.08224862068891525, 0.13404524326324463, -0.007633994333446026, -0.01983305811882019, -0.17609216272830963, -0.0360543355345726, -0.12939928472042084, -0.18235372006893158, -0.09809233248233795, -0.1643405258655548, 0.044766172766685486, 0.011923465877771378, -0.0790683701634407, -0.012958512641489506, -0.01825377158820629, -0.02807292714715004, -0.09533364325761795, 0.017650458961725235, 0.07619599252939224, 0.04160867631435394, 0.004932686686515808, 0.027297774329781532, -0.0235424917191267, 0.028430866077542305, 0.022924788296222687, 0.022295327857136726, -0.02976749837398529, -0.023451190441846848, -0.006982832215726376, 0.06445876508951187, -0.061567265540361404, 0.053154487162828445, -0.011128137819468975, -0.0711221843957901, -0.21390460431575775, -0.08888179808855057, 0.0651489794254303, -0.08402670174837112, 0.03622829541563988, -0.09863988310098648, -0.024246644228696823, 0.14276398718357086, 0.0948278084397316, 0.014594439417123795, -0.01959223486483097, 0.01400809083133936, 0.08554930239915848, 0.028765413910150528, -0.027471020817756653, 0.011305988766252995, 0.026092590764164925, 0.0017183723393827677, 0.0018699935171753168, -0.01669382117688656, -0.03540026769042015, -0.1060369610786438, -0.016299795359373093, -0.0477103516459465, -0.054195936769247055, -0.0799114853143692, -0.12893091142177582, -0.16464795172214508, -0.3142746686935425, 0.09496314823627472, 0.09327875822782516, -0.041288167238235474, 0.014731363393366337, -0.13128143548965454, 0.11501786857843399, -0.03904381021857262, 0.05484389513731003, -0.005867853760719299, 0.02821226790547371, -0.07737010717391968, 0.03085847571492195, 0.0007684407755732536, 0.006452840752899647, 0.019328061491250992, -0.029247304424643517, 0.010369292460381985, 0.007875919342041016, -0.03863191977143288, -0.07322502136230469, -0.1070760115981102, -0.10972372442483902, -0.07503893226385117, -0.05907824635505676, -0.046075303107500076, -0.15235640108585358, -0.14994196593761444, -0.15559378266334534, 0.15887340903282166, 0.164407417178154, 0.06584250181913376, 0.06077399477362633, -0.07950861752033234, 0.026874316856265068, -0.04481125622987747, -0.02994358353316784, -0.05102899298071861, -0.045555274933576584, -0.04235388711094856, 0.049591220915317535, 0.017195966094732285, -0.017084550112485886, -0.022733421996235847, 0.0048978375270962715, -0.008883743546903133, -0.0001043088996084407, -0.03198385238647461, -0.03485506400465965, -0.037355076521635056, -0.04525332525372505, -0.18747997283935547, -0.2126702219247818, -0.20313313603401184, -0.16671572625637054, -0.15504233539104462, -0.03649678826332092, 0.09869254380464554, 0.22401057183742523, 0.002238101791590452, 0.04758429899811745, 0.07366331666707993, 0.03409089520573616, -0.03389127925038338, 0.006261469330638647, -0.09126660227775574, -0.02343159168958664, 0.002720779739320278, 0.020457815378904343, 0.04892853647470474, -0.007986798882484436, 0.031309545040130615, 0.02450387366116047, -0.006852851249277592, -0.012591312639415264, -0.026096129789948463, 0.017178934067487717, -0.030636822804808617, -0.06166032329201698, -0.15605391561985016, -0.14775724709033966, -0.15613994002342224, -0.048320889472961426, -0.05181797966361046, 0.11391991376876831, 0.12436287105083466, 0.10266384482383728, 0.060787446796894073, 0.02920297533273697, 0.049550868570804596, -0.11297169327735901, -0.07147744297981262, 0.13742369413375854, -0.06951295584440231, -0.0508890338242054, 0.03222545236349106, 0.000851315155159682, -0.0049272384494543076, -0.009148621931672096, 0.007781181950122118, 0.006919596344232559, -0.030284704640507698, 0.0027457333635538816, 0.00377112184651196, 0.043158188462257385, -0.024212166666984558, -0.050953034311532974, -0.09338422864675522, -0.15882231295108795, -0.1459416002035141, 0.0697723850607872, -0.042937103658914566, 0.15682898461818695, 0.09943965077400208, 0.12851978838443756, 0.05265083909034729, -0.020301738753914833, -0.0051714032888412476, -0.11743568629026413, -0.027402324602007866, 0.08013688027858734, -0.039807770401239395, -0.027201253920793533, 0.025154663249850273, 0.06261570751667023, 0.011755977757275105, -0.009394491091370583, -0.026041334494948387, 0.023269815370440483, 0.01687411218881607, -0.03676191717386246, -0.003040250623598695, 0.032021500170230865, -0.05770086124539375, -0.02421559765934944, -0.009621469303965569, -0.03566930443048477, -0.04597967863082886, 0.0998292863368988, 0.09086915850639343, 0.05050245672464371, 0.17702040076255798, 0.016983207315206528, -0.06390567868947983, 0.0046180072240531445, 0.014557631686329842, 0.022588074207305908, -0.002699177246540785, 0.07346584647893906, -0.05205687880516052, 0.04514409601688385, 0.0714554563164711, 0.007274706847965717, -0.00018664509116206318, -0.011437038891017437, -0.008224488236010075, -0.004018224310129881, -0.028590397909283638, -0.03175008296966553, 0.004290248267352581, 0.017159994691610336, -0.023160310462117195, -0.022064311429858208, 0.0019692720379680395, -0.014031832106411457, 0.03430713340640068, 0.09111108630895615, 0.06549286842346191, 0.12053858488798141, 0.10946763306856155, 0.13110749423503876, 0.1445399522781372, 0.16098226606845856, 0.04498320445418358, 0.08385076373815536, 0.07458554953336716, 0.15018843114376068, 0.04147692397236824, 0.042288344353437424, 0.07844925671815872, 0.023036513477563858, 0.013018995523452759, -0.026414306834340096, 0.018502460792660713, 0.008003022521734238, 0.029995176941156387, -0.01800006814301014, -0.020129237323999405, -0.019071539863944054, -0.03668196126818657, 0.00832701288163662, -0.02906845510005951, -0.07185240089893341, 0.025693736970424652, -0.02008810080587864, 0.012113640084862709, 0.08973315358161926, 0.16234178841114044, 0.1537991166114807, 0.060467060655355453, 0.01368117518723011, 0.16927364468574524, 0.10339586436748505, -0.0366976372897625, 0.032324522733688354, 0.06755669414997101, 0.12052580714225769, 0.08345934748649597, 0.04045432060956955, -2.7973821488558315e-05, 0.002419339260086417, 0.016273366287350655, -0.0029943997506052256, -0.031681280583143234, 0.0020886186975985765, 0.02782037854194641, 0.010533606633543968, -0.02288120798766613, -0.08550135046243668, -0.060179732739925385, -0.03174819052219391, -0.03755217418074608, -0.086480051279068, -0.10527493804693222, 0.004119238816201687, 0.03168538957834244, 0.0002856020291801542, -0.041860181838274, 0.05277930572628975, 0.06913986057043076, 0.013035012409090996, -0.032160475850105286, 0.07006125152111053, 0.06113530322909355, 0.05789691209793091, 0.07302573323249817, -0.0020815979223698378, 0.040235549211502075, -0.01655418798327446, 0.030110806226730347, -0.038610849529504776, 0.009831446222960949, -0.021835464984178543, -0.036632612347602844, -0.032529573887586594, -0.029435986652970314, -0.07300840318202972, -0.1050475612282753, 0.00781810749322176, 0.015303590334951878, -0.05086904019117355, -0.05035224184393883, -0.0543864481151104, -0.09958517551422119, -0.0893557146191597, 0.011712099425494671, 0.16282741725444794, 0.07146289944648743, 0.08140823245048523, 0.008507824502885342, 0.15500839054584503, 0.07630328088998795, 0.09127022325992584, 0.07859690487384796, 0.017630400136113167, 0.021253354847431183, -0.016292817890644073, 0.0034746171440929174, -0.02576247788965702, 0.00037878906005062163, -0.012841726653277874, -0.015245318412780762, -0.010022875852882862, -0.0592203214764595, -0.08608360588550568, -0.06394641101360321, -0.10298588126897812, -0.04696183651685715, -0.14428822696208954, -0.11161212623119354, -0.004464420489966869, -0.08554650843143463, 0.0022282153367996216, 0.07405698299407959, 0.017161156982183456, -0.025577418506145477, 0.13431516289710999, 0.09339631348848343, 0.09544848650693893, -0.024302350357174873, 0.0381845161318779, 0.03180871903896332, 0.046101003885269165, 0.0379708968102932, 0.006326779723167419, -0.035177525132894516, 0.02236550860106945, 0.031215960159897804, -0.03420240059494972, -0.0026404319796711206, 0.015647800639271736, -0.02818826586008072, -0.046615421772003174, -0.07002381980419159, -0.06758437305688858, -0.0917259082198143, -0.05492841452360153, -0.1150217056274414, -0.010814223438501358, -0.00659871194511652, 0.02037600614130497, 0.026681821793317795, 0.013913697563111782, 0.05899659916758537, 0.07096804678440094, 0.11744995415210724, 0.045100122690200806, -0.021684201434254646, -0.03519327566027641, 0.02839692495763302, 0.02856135368347168, -0.036760617047548294, -0.02529940940439701, 0.02876935340464115, 0.020187830552458763, -0.02602471597492695, -0.017832553014159203, -0.016074659302830696, 0.012757481075823307, 0.021917572245001793, 0.007854588329792023, -0.01735535077750683, -0.03219589218497276, 0.017322469502687454, -0.0018368299352005124, -0.009892267175018787, -0.012745499610900879, 0.005607871804386377, 0.020873038098216057, -0.0012994678691029549, -0.005552442278712988, 0.029223568737506866, 0.05711536481976509, 0.007029405329376459, -0.016300266608595848, -0.019002171233296394, 0.029161831364035606, -0.01591666415333748, -0.03807343170046806, -0.014862353913486004, 0.02529452182352543, -0.010762556456029415, 0.01425072830170393, 0.028022559359669685, -0.035783324390649796, -0.028089364990592003, -0.01919516734778881, -0.012511315755546093, 0.03000064380466938, 0.02960161305963993, -0.031034721061587334, 0.030025789514183998, -0.018926242366433144, -0.013640196062624454, 0.002187429228797555, -0.006357458420097828, -0.012719561345875263, 0.0013108901912346482, -0.02748093567788601, -0.027143636718392372, -0.01819745823740959, 0.017644785344600677, -0.03671253100037575, 0.023452626541256905, 6.327869778033346e-05, 0.02563130296766758, -0.02384139783680439, -0.03675791993737221, 0.019968105480074883, -0.002190849743783474], [0.032274503260850906, 0.019907940179109573, 0.03499670699238777, 0.03084564208984375, 0.04014507308602333, -0.01172388345003128, 0.006686880253255367, 0.046681199222803116, 0.027803540229797363, 0.014922693371772766, -0.011960392817854881, 0.021266672760248184, 0.004710017703473568, -0.0006301102694123983, 0.032880060374736786, 0.04931207373738289, 0.04830114170908928, 0.033178240060806274, 0.020229388028383255, -0.01929958164691925, 0.027138516306877136, -0.02133786678314209, 0.01496838591992855, -0.021822787821292877, 0.0003193221054971218, -0.015900736674666405, 0.02670532837510109, -0.004919722676277161, -0.016406148672103882, 0.04497946426272392, 0.04448690637946129, 0.008083160035312176, 0.02057831734418869, 0.034056615084409714, 0.040131743997335434, 0.027684375643730164, -0.0036598064471036196, 0.032224204391241074, -0.021988390013575554, 0.018857458606362343, -0.023616787046194077, -0.013610754162073135, -0.02939951792359352, -0.006796716712415218, -0.011292311362922192, 0.021361935883760452, -0.015760360285639763, 0.004398831166327, -0.01618480123579502, 0.034491900354623795, 0.027334515005350113, -0.0043257675133645535, 0.03651991859078407, 0.026358917355537415, -0.010078871622681618, 0.031020309776067734, 0.042987432330846786, -0.010787900537252426, 0.04666975513100624, 0.04291534051299095, 0.022313175722956657, 0.02480337955057621, -0.015561955980956554, 0.04023108258843422, -0.012407715432345867, 0.0069160666316747665, 0.04127674549818039, 0.04567915201187134, 0.026114778593182564, 0.04598980396986008, -0.04086286202073097, -0.018903082236647606, -0.021692441776394844, -0.013945312239229679, -0.018048996105790138, -0.00776061974465847, 0.01356962788850069, 0.005583497695624828, 0.0373193584382534, -0.0057974569499492645, 0.032263901084661484, 0.02205466479063034, -0.010417028330266476, 0.02059706300497055, 0.03977203741669655, 0.038542862981557846, 0.04341534897685051, 0.04181068390607834, 0.0018889071652665734, -0.0069905961863696575, 0.02694261260330677, 0.05222661793231964, 0.008286317810416222, 0.05729958415031433, 0.06861534714698792, 0.12510110437870026, 0.12059212476015091, 0.040184155106544495, 0.03829847276210785, -0.03857995942234993, -0.0062491572462022305, -0.018299801275134087, -0.05208110436797142, -0.04140862450003624, -0.017423933371901512, -0.06708976626396179, -0.004816871136426926, -0.016853604465723038, 0.027171457186341286, -0.01964375004172325, -0.003578489413484931, 0.03466590866446495, 0.0358702652156353, 0.019764307886362076, -0.02093714103102684, 0.036842744797468185, 0.047478724271059036, 0.03845837712287903, 0.03326690196990967, 0.07145209610462189, 0.10773395746946335, 0.0868341475725174, 0.08464433252811432, 0.16309772431850433, 0.18449947237968445, 0.21284572780132294, 0.02808842621743679, 0.001572382403537631, -0.027101140469312668, 0.009070958942174911, -0.003780960338190198, 0.0014260533498600125, -0.021031640470027924, 0.009394627995789051, 0.025149472057819366, -0.00966612808406353, 0.03378228843212128, 0.033931031823158264, 0.02178994193673134, -0.020896300673484802, 0.0010438652243465185, 0.01438111811876297, 0.024559469893574715, 0.01527252234518528, 0.05560322850942612, 0.057331256568431854, 0.07628371566534042, 0.09587054699659348, 0.053599536418914795, -0.03390458598732948, 0.09059425443410873, 0.16433921456336975, 0.18550953269004822, 0.1971280872821808, 0.12119173258543015, 0.07536186277866364, 0.1733642816543579, 0.1323883980512619, 0.04707561060786247, 0.05831127613782883, -0.012279571034014225, -0.07946619391441345, -0.01288711465895176, -0.06296604871749878, -0.019549718126654625, 0.031277164816856384, 0.04399995878338814, -0.004419876262545586, -0.000575319689232856, -0.013205533847212791, -0.008759542368352413, 0.010928471572697163, 0.02201962098479271, 0.08783207088708878, 0.07938878238201141, 0.015896249562501907, -0.010433013550937176, 0.020559990778565407, 0.08488015830516815, 0.11838699132204056, 0.07817431539297104, 0.11792873591184616, 0.13382361829280853, 0.14266611635684967, 0.10152021795511246, 0.05750444158911705, 0.036623790860176086, -0.03681415691971779, 0.024121118709445, 0.03270888701081276, -0.09944386780261993, -0.055819593369960785, 0.014818023890256882, 0.03873738646507263, 0.032715652137994766, -0.010830081067979336, 0.028321854770183563, -0.013761507347226143, 0.009802073240280151, 0.06986434757709503, 0.09507249295711517, 0.08379121124744415, 0.10736355185508728, -0.01990196853876114, 0.011550513096153736, -0.018258672207593918, 0.05491788685321808, 0.10936935245990753, 0.032988905906677246, 0.07927633076906204, -0.03427582234144211, -0.06460322439670563, 0.02607286535203457, 0.011297976598143578, 0.0010074080200865865, -0.029162870720028877, -0.03870067745447159, -0.014245621860027313, -0.08738261461257935, -0.06176144257187843, -0.011876101605594158, 0.012806408107280731, 0.004574725404381752, 0.04906082525849342, -0.013453265652060509, 0.016021208837628365, -0.019222404807806015, 0.03914909064769745, 0.013793369755148888, 0.04522974416613579, -0.033079810440540314, -0.04752635955810547, 0.09454892575740814, 0.018238628283143044, -0.015814529731869698, -0.062365174293518066, -0.12508031725883484, -0.2195233404636383, -0.20994581282138824, -0.14159126579761505, -0.0836191475391388, 0.012080983258783817, 0.04958205670118332, -0.07773466408252716, -0.052805427461862564, 0.01824025623500347, -0.05041477084159851, -0.042178574949502945, -0.040479984134435654, 0.031723037362098694, -0.011524410918354988, -0.014666086062788963, 0.019170954823493958, -0.005187589675188065, -0.017025325447320938, 0.014925740659236908, 0.012736549600958824, -0.05488361418247223, -0.06233954057097435, 0.06206129491329193, 0.022195732221007347, -0.20743481814861298, -0.29849764704704285, -0.308807373046875, -0.29364264011383057, -0.2347928136587143, -0.19867545366287231, -0.0302391666918993, 0.06028098240494728, 0.056979261338710785, -0.13199584186077118, -0.09191320091485977, -0.10313635319471359, -0.043319638818502426, -0.042270831763744354, -0.09042584896087646, -0.0027517289854586124, 0.01021227240562439, 0.013429839164018631, -0.010439922101795673, -0.004377136006951332, 0.0033608272206038237, -0.006587162613868713, -0.018820101395249367, 0.0036099995486438274, -0.09716334939002991, -0.09862487018108368, -0.07770094275474548, -0.1470944583415985, -0.27772870659828186, -0.41662657260894775, -0.2003786414861679, -0.16667865216732025, -0.046206507831811905, 0.08123952895402908, 0.017352936789393425, 0.036482371389865875, 0.01586492359638214, -0.1420927792787552, -0.1008387953042984, -0.11647330224514008, -0.1203906461596489, -0.06490346044301987, -0.07188216596841812, -0.024442825466394424, -0.0013659369433298707, 0.009665722027420998, -0.014703068882226944, -0.019358791410923004, 0.01804349571466446, 0.024802081286907196, 0.004722333513200283, 0.013849022798240185, -0.13035030663013458, -0.11150777339935303, -0.06668967753648758, -0.16194911301136017, -0.3218567371368408, -0.09453504532575607, 0.023986540734767914, 0.17182183265686035, 0.171065554022789, 0.1250869631767273, 0.02942163124680519, -0.06798137724399567, -0.02322503924369812, 0.027803469449281693, -0.053545285016298294, -0.09168700128793716, -0.07163690030574799, -0.10851264744997025, -0.01925928145647049, -0.007775230798870325, 0.015573636628687382, 0.041586339473724365, 0.024122264236211777, -0.00788429006934166, 0.0013973342720419168, 0.002044448396191001, 0.022797128185629845, 0.04704238474369049, -0.040506258606910706, -0.019806457683444023, -0.00810217671096325, 0.05487389490008354, 0.027323806658387184, 0.17157453298568726, 0.1839168518781662, 0.1424495279788971, 0.13446424901485443, 0.051199816167354584, -0.06795256584882736, -0.11030957847833633, -0.059931691735982895, 0.0036238112952560186, -0.03827069327235222, -0.0583966039121151, -0.05898496136069298, -0.03607967123389244, 0.001859156764112413, 0.001761126215569675, -0.0068491785787045956, 0.0167947169393301, 0.015288095921278, 0.01816696487367153, 0.021779917180538177, -0.012168711051344872, 0.02629384957253933, 0.04780155047774315, 0.04638855531811714, 0.03549620509147644, 0.015733784064650536, 0.10839793086051941, 0.14650796353816986, 0.18227358162403107, 0.10908275842666626, 0.026388011872768402, 0.1328584998846054, 0.07992728799581528, -0.022440431639552116, -0.04495624452829361, -0.09432704746723175, 0.03261558338999748, 0.056847598403692245, -0.019006049260497093, 0.03459962457418442, -0.005793288350105286, 0.03468095883727074, -0.013818230479955673, -0.0033376317005604506, 0.02993737906217575, -0.0019372835522517562, 0.005424919538199902, 0.041525568813085556, 0.031965844333171844, -0.008115512318909168, 0.004965829662978649, 0.005646245088428259, -0.004233199171721935, -0.021372616291046143, 0.059945397078990936, 0.043139081448316574, 0.0038820342160761356, 0.05049990862607956, 0.1252230852842331, 0.006580434273928404, 0.02054489031434059, 0.05364655330777168, -0.033400315791368484, -0.09622173011302948, -0.11091788113117218, -0.01747577264904976, 0.02057826519012451, 0.1443706750869751, 0.02197404019534588, 0.09844519197940826, 0.05102873966097832, 0.021966146305203438, 0.024849463254213333, 0.0143089285120368, 0.02039080485701561, 0.004253562539815903, 0.002547529758885503, 0.04025522992014885, -0.02119775302708149, -0.05030208081007004, -0.022933965548872948, -0.17895130813121796, -0.1422802358865738, -0.12354831397533417, 0.02001389116048813, 0.04870433360338211, 0.01564968191087246, -0.013906598091125488, -0.05832066759467125, -0.009192470461130142, -0.02758200839161873, 0.010776203125715256, -0.13327857851982117, 0.07552815228700638, 0.07496508955955505, 0.0906975194811821, 0.11033522337675095, 0.03934798017144203, 0.05977693200111389, 0.02434299886226654, 0.04318556934595108, -0.0005262434133328497, 0.024023771286010742, -0.00218818592838943, 0.05632607638835907, 0.04117336869239807, -0.05158510059118271, -0.08726566284894943, -0.1274721324443817, -0.20618291199207306, -0.2745460271835327, -0.31407254934310913, -0.1779114305973053, -0.21978674829006195, -0.16912147402763367, -0.06588802486658096, -0.11569076776504517, -0.06073459982872009, 0.003097604028880596, 0.10500768572092056, 0.08007274568080902, 0.11372216790914536, 0.024787060916423798, 0.10854674130678177, 0.1469435691833496, 0.06195545196533203, 0.051833346486091614, 0.028757261112332344, 0.04050655663013458, 0.03237045183777809, 0.019359610974788666, -0.00048521748976781964, -0.014699695631861687, 0.04610444977879524, -0.08362246304750443, -0.15265493094921112, -0.15055526793003082, -0.10261758416891098, -0.14707253873348236, -0.29209017753601074, -0.4780735671520233, -0.47464123368263245, -0.38087981939315796, -0.18783985078334808, -0.06940043717622757, -0.0723654180765152, 0.023263586685061455, 0.061181772500276566, 0.16568344831466675, 0.17248652875423431, -0.03714419901371002, 0.06327841430902481, -0.003530558431521058, 0.03797191381454468, -0.011793318204581738, 0.025636807084083557, 0.030182937160134315, 0.020624123513698578, -0.012616985477507114, -0.02055935561656952, 0.047235261648893356, 0.061347201466560364, -0.08340058475732803, -0.06214318796992302, -0.08305350691080093, 0.001419882639311254, 0.03586362302303314, -0.12608619034290314, -0.14280083775520325, -0.14774486422538757, -0.20312462747097015, -0.13445384800434113, -0.03938151150941849, 0.12080810219049454, 0.1026993840932846, 0.05228371545672417, 0.06703116744756699, 0.1861652135848999, 0.021708829328417778, 0.02315330319106579, 0.0167820006608963, 0.006653335876762867, -0.04212425276637077, 0.016793861985206604, 0.023286988958716393, -0.004331193398684263, 0.02918405272066593, 0.002171749947592616, 0.03442275896668434, 0.06427907198667526, 0.0024323405232280493, -0.0018415629165247083, -0.07704970240592957, -0.02333667501807213, -0.05701882764697075, -0.0343814454972744, 0.10141989588737488, 0.13238069415092468, 0.08880754560232162, 0.053653400391340256, -0.00497300224378705, 0.08388844132423401, 0.0036870092153549194, 0.027889832854270935, 0.05511379987001419, 0.05409189313650131, -0.027088355273008347, 0.01260189339518547, 0.02221556007862091, 0.04379480332136154, 0.006156714167445898, 0.018047405406832695, -0.016797052696347237, 0.03840183839201927, 0.047342997044324875, 0.006148495711386204, 0.014776632189750671, 0.027308465912938118, 0.025215432047843933, -0.012372185476124287, -0.05292627215385437, 0.027052465826272964, 0.031847722828388214, -0.02224571257829666, 0.09136272966861725, 0.17007941007614136, 0.09301146864891052, 0.1334386169910431, 0.015383642166852951, -0.03617209941148758, -0.04468546807765961, -0.053126297891139984, 0.03411019220948219, -0.0567498654127121, -0.018315719440579414, -0.004966775421053171, 0.02517394721508026, 0.002819954650476575, 0.025948768481612206, -0.013762370683252811, 0.00627283938229084, -0.01930084079504013, -0.008981283754110336, -0.0017206980846822262, 0.04020742326974869, 0.05114404112100601, 0.04823819920420647, -0.0202545877546072, -0.04463722184300423, 0.07141013443470001, 0.04380563274025917, -0.05743398517370224, 0.061670660972595215, 0.07480324804782867, 0.06795277446508408, 0.13319002091884613, 0.04276169091463089, 0.013846345245838165, -0.06344658881425858, -0.006686278153210878, -0.0878898948431015, 0.04459128528833389, 0.011557509191334248, -0.04795011878013611, 0.004619797226041555, 0.020961467176675797, -0.011520029045641422, 0.027795931324362755, 0.02271360717713833, -0.007004322484135628, 0.025870028883218765, 0.04789050295948982, -0.011715443804860115, 0.05321638286113739, 0.055972106754779816, 0.07035381346940994, 0.033245764672756195, 0.013150283135473728, 0.06971485912799835, 0.057147957384586334, 0.17200611531734467, 0.18618425726890564, -0.02217230759561062, 0.08931988477706909, 0.08414116501808167, 0.08841067552566528, 0.020911021158099174, -0.005042604636400938, 0.00876387394964695, 0.08052695542573929, 0.044296737760305405, -0.02780938148498535, 0.014476610347628593, 0.06803788244724274, 0.01869887113571167, -0.008216314017772675, 0.039201829582452774, 0.0011444776318967342, -0.019560549408197403, 0.018039388582110405, 0.037245068699121475, 0.04070674255490303, 0.044709302484989166, 0.08160064369440079, 0.03146158531308174, 0.11733432859182358, 0.13520559668540955, 0.1756221055984497, 0.247207373380661, 0.3048148453235626, 0.013502899557352066, 0.07756436616182327, 0.06401725113391876, 0.09954527765512466, 0.05512939766049385, 0.05837370455265045, 0.09794945269823074, 0.08203230053186417, 0.015287945978343487, 0.011600620113313198, -0.030623743310570717, 0.005771856755018234, 0.043147969990968704, 0.004735676571726799, 0.03551700338721275, 0.04818609729409218, 0.048218030482530594, 0.032843731343746185, 0.005706142634153366, 0.002120367484167218, 0.05430726334452629, 0.07113399356603622, 0.07023634016513824, 0.09344939887523651, 0.0621613934636116, 0.15297570824623108, 0.2102007418870926, 0.07595904171466827, -0.011746820993721485, 0.0765315592288971, 0.05778023600578308, 0.010875544510781765, -0.03361934423446655, 0.03790434077382088, 0.004279633983969688, -0.0891883596777916, -0.03058587573468685, 0.004929705057293177, 0.031796760857105255, 0.027931606397032738, 0.013283198699355125, 0.006853622384369373, 0.042630936950445175, 0.018677156418561935, 0.004053025972098112, -0.01801157556474209, 0.010104931890964508, 0.0031712728086858988, 0.0034163917880505323, 0.034626081585884094, 0.07152552157640457, 0.05640507861971855, 0.052200451493263245, 0.025732148438692093, 0.1442939192056656, 0.11557888239622116, 0.023324720561504364, 0.02565925568342209, 0.0008964480948634446, 0.02304759807884693, -0.030440833419561386, 0.0015714471228420734, -0.047849416732788086, 0.03681613504886627, 0.042410675436258316, -0.03588603064417839, 0.007115494459867477, -0.006218068301677704, 0.01602546125650406, 0.034050460904836655, 0.04414704814553261, 0.006852185353636742, 0.01086970791220665, -0.014914263039827347, -2.4091092200251296e-05, 0.012589484453201294, 0.04449010267853737, 0.03454773500561714, 0.04364236444234848, 0.03822929784655571, -0.02087230421602726, -0.011735618114471436, 0.04537225514650345, 0.0002331644791411236, 0.007756079081445932, 0.02717999927699566, -0.025973839685320854, 0.027517834678292274, -0.010908745229244232, 0.03348595276474953, -0.0014832543674856424, -0.0076210154220461845, 0.026112332940101624, 0.06486600637435913, 0.041143130511045456, 0.022899620234966278, 0.01831505075097084, 0.006441235542297363, 0.025901831686496735, -0.02014245092868805, -0.018895063549280167, -0.01833127811551094, 0.014926427975296974, -0.003839698387309909, 0.0033719937782734632, 0.03742068633437157, -0.011895395815372467, -0.021427232772111893, 0.044448550790548325, 0.029825033619999886, -0.016948701813817024, 0.042673904448747635, -0.015639696270227432, -0.018182236701250076, -0.012143712490797043, -0.01538579910993576, -0.021069243550300598, 0.004141529556363821, 0.041974786669015884, 0.04079032316803932, 0.00822825450450182, -0.0072452593594789505, 0.01987781748175621, 0.011483369395136833, 0.04042959585785866, 0.008295471780002117, -0.015173428691923618, 0.0012944570044055581], [-0.008560423739254475, -0.02400490827858448, 0.01928357221186161, 0.030805643647909164, 0.008372277952730656, 0.02147551439702511, 0.013676312752068043, 0.003685910487547517, -0.017479734495282173, 0.00879432912915945, -0.004211569670587778, -0.024097057059407234, 0.016091363504529, 0.04287714883685112, 0.028438782319426537, 0.04064459726214409, 0.04527968540787697, -0.008511989377439022, 0.006668035872280598, -0.00906755868345499, -0.01760203205049038, -0.019906194880604744, -0.01859440840780735, -0.015830034390091896, 0.0049349600449204445, -0.02294103242456913, -0.005169489420950413, -0.015945758670568466, -0.009318138472735882, -0.021632058545947075, 0.034769799560308456, 0.031127626076340675, 0.018907198682427406, 0.009752507321536541, -0.02159150131046772, 0.025101477280259132, 0.01860680989921093, -0.008714997209608555, 0.03364020213484764, 0.0008354144520126283, 0.014673409052193165, 0.010564659722149372, 0.03616253286600113, 0.02078642137348652, 0.027109717950224876, 0.04087856784462929, 0.0436304435133934, -0.005160948261618614, 0.008625100366771221, 0.019791191443800926, -0.0060255322605371475, -0.0032475467305630445, 0.011738582514226437, -0.01573975943028927, -0.011851179413497448, 0.02003656141459942, 0.023189255967736244, 0.03893361613154411, 0.007883329875767231, 0.02899964712560177, 0.0068573495373129845, 0.022930672392249107, 0.030624769628047943, 0.013885089196264744, -0.025976208969950676, 0.0029697080608457327, -0.03434718772768974, -0.006517136935144663, 0.0020567774772644043, 0.035869669169187546, -0.023250823840498924, -0.023416932672262192, -0.022062191739678383, -0.010890857316553593, -0.006337817292660475, -0.005309902131557465, -0.0263874102383852, 0.027119161561131477, 0.0027671647258102894, 0.03122078627347946, -0.004766124300658703, 0.019661283120512962, 0.044628407806158066, 0.04514271393418312, 0.004781599156558514, 0.04323061183094978, 0.006459319032728672, -0.003043009899556637, 0.03980620577931404, -0.016526881605386734, 0.001230086898431182, 0.01885121501982212, -0.03461442515254021, -0.029333001002669334, -0.08482195436954498, -0.06087230145931244, -0.045096807181835175, -0.0737328827381134, -0.07815788686275482, -0.0012490125373005867, -0.02249472215771675, -0.0030764248222112656, -0.019347691908478737, -0.031690824776887894, -0.009312973357737064, 0.015303417108952999, 0.05159683898091316, -0.005921747535467148, 0.007819936610758305, 0.016472967341542244, 0.03948335349559784, -0.01390592847019434, 0.03329215198755264, 0.038289230316877365, 0.013708229176700115, 0.035087067633867264, -0.015221440233290195, 0.004940084181725979, 0.02392771653831005, -0.01541872601956129, -0.0557180792093277, -0.025167588144540787, -0.07314356416463852, -0.06919477880001068, -0.07197332382202148, -0.05281684547662735, -0.0648399367928505, -0.028894102200865746, -0.09198708087205887, -0.04281771183013916, -0.06680954992771149, -0.10432811826467514, -0.04049535468220711, -0.04503205046057701, -0.04604215547442436, 0.004132069181650877, 0.05769522115588188, 0.04978593811392784, 0.008443412370979786, 0.0034032142721116543, 0.028282148763537407, 0.003072017105296254, 0.013984517194330692, -0.010928318835794926, 0.0032507607247680426, 0.0069359056651592255, -0.01589917205274105, -0.033534396439790726, -0.08391781151294708, -0.07163899391889572, -0.06061042100191116, -0.027932455763220787, 0.08844918757677078, -0.004569504410028458, 0.027853144332766533, -0.0629202350974083, -0.048058945685625076, -0.05486380308866501, -0.2714977562427521, -0.17016620934009552, -0.06695106625556946, -0.20048321783542633, -0.13390129804611206, -0.05021803081035614, 0.014753521420061588, -0.012164117768406868, 0.03280193731188774, -0.0020495017524808645, -0.001585210207849741, -0.007552199997007847, 0.000612607691437006, 0.01066869031637907, 0.044199138879776, 0.0049968864768743515, 0.01242444384843111, -0.045173436403274536, -0.11351169645786285, -0.12544023990631104, -0.048569247126579285, 0.05159682780504227, 0.15662047266960144, 0.05752504989504814, -0.013093781657516956, -0.12238502502441406, -0.22886304557323456, -0.1578553318977356, -0.25308945775032043, -0.11219042539596558, -0.09878131747245789, -0.04938225820660591, 0.0338284857571125, 0.01839897595345974, 0.027668464928865433, 0.023636765778064728, 0.044476818293333054, 0.0021800834219902754, 0.044897135347127914, 0.037485286593437195, 0.04854614660143852, 0.040887631475925446, 0.03592567890882492, 0.022685691714286804, -0.010064931586384773, -0.10050011426210403, -0.14394867420196533, -0.07006347924470901, 0.011503391899168491, 0.06649968028068542, 0.19638557732105255, 0.05129709467291832, -0.028652304783463478, -0.10473752021789551, -0.24618187546730042, -0.17108426988124847, -0.15438008308410645, -0.21434056758880615, -0.10303555428981781, 0.017188813537359238, 0.08480198681354523, 0.18900662660598755, 0.0606364943087101, 0.01575331576168537, 0.050328098237514496, -0.018637636676430702, -0.024709807708859444, 0.001969608711078763, -0.010378370992839336, 0.02458932064473629, 0.017526892945170403, 0.04342550039291382, 0.045311711728572845, -0.07736605405807495, -0.12314698100090027, -0.0305403433740139, -0.1313953697681427, 0.030581891536712646, 0.21971578896045685, 0.07184016704559326, -0.05663594231009483, -0.005929145496338606, 0.037117838859558105, 0.07959231734275818, 0.07391867786645889, 0.04616153985261917, 0.1880483329296112, 0.18496300280094147, 0.07368922978639603, 0.18004858493804932, 0.2990875542163849, 0.1428796947002411, 0.029272116720676422, 0.04080977663397789, 0.04455455765128136, 0.044368598610162735, -0.022161368280649185, 0.009926642291247845, 0.01240502018481493, -0.022779550403356552, 0.019668348133563995, -0.023976793512701988, -0.04025488719344139, -0.039127416908741, -0.043323345482349396, 0.0732763335108757, 0.10367830097675323, 0.13010326027870178, 0.03103470616042614, 0.13700832426548004, 0.18274693191051483, 0.1631554514169693, 0.3148798942565918, 0.2666117250919342, 0.19485831260681152, 0.1785396784543991, 0.14592039585113525, 0.2304467409849167, 0.3478808104991913, 0.2253502607345581, 0.04292815923690796, 0.009464866481721401, 0.026416314765810966, -0.018642744049429893, 0.015573344193398952, 0.008912719786167145, 0.017951413989067078, -0.004746595397591591, -0.016146156936883926, 0.06431279331445694, 0.004224789794534445, -0.04402870684862137, -0.04718513786792755, -0.04152967035770416, 0.18215897679328918, 0.11915460973978043, 0.024339595809578896, -0.0028762510046362877, 0.03660518676042557, -0.04801344498991966, 0.15780344605445862, 0.19199544191360474, 0.09151125699281693, 0.11192615330219269, 0.1639709174633026, 0.22094985842704773, 0.28548359870910645, 0.17185179889202118, 0.06262586265802383, 0.024991711601614952, 0.011067806743085384, 0.001700025051832199, -0.019663609564304352, 0.02368982695043087, 0.0273844413459301, -0.06501735746860504, -0.03697606548666954, 0.031130759045481682, -0.011333188973367214, -0.09723720699548721, -0.1493881344795227, -0.12812240421772003, 0.07249945402145386, 0.09027784317731857, -0.08996087312698364, -0.11071759462356567, -0.010281664319336414, -0.10974637418985367, -0.07277341187000275, 0.06606011837720871, -0.06194207817316055, 0.08920396119356155, 0.12437643110752106, 0.10977860540151596, 0.14987067878246307, 0.12902772426605225, 0.04813084378838539, 0.024973278865218163, 0.03998061642050743, 0.023428304120898247, 0.030811263248324394, -0.0038592983037233353, -0.038816824555397034, -0.04456638544797897, -0.08762510120868683, 0.030227186158299446, 0.0025902590714395046, -0.01825484074652195, -0.014115288853645325, -0.005660136695951223, 0.08518406003713608, 0.14140363037586212, -0.04306785389780998, -0.057485632598400116, -0.07709947973489761, -0.10302990674972534, -0.20313701033592224, -0.2024366855621338, -0.07532086968421936, -0.015459330752491951, 6.346464942907915e-05, -0.03593257814645767, 0.042790625244379044, 0.03354761004447937, 0.058730099350214005, 0.0316157266497612, 0.028873367235064507, 0.02320796065032482, 0.018429575487971306, 0.030772794038057327, -0.0553956963121891, -0.0412922240793705, -0.0792856216430664, 0.03311934694647789, 0.04833779111504555, 0.015430639497935772, 0.05678965523838997, 0.03880405053496361, 0.16907435655593872, 0.001723325694911182, 0.03444401174783707, 0.0694495216012001, 0.05741621553897858, -0.05507935956120491, -0.1528511941432953, -0.09246639907360077, -0.10373777896165848, -0.11828824132680893, -0.11972812563180923, -0.0972098857164383, -0.02664097771048546, -0.03846025839447975, -0.003408388001844287, -0.0071173859760165215, 0.01137461606413126, 0.04453018680214882, 0.008219241164624691, -0.0044393474236130714, -0.031172091141343117, 0.014544383622705936, -0.03313077241182327, -0.005455629900097847, 0.03163157403469086, -0.007508954498916864, 0.06495051085948944, -0.011917134746909142, -0.05737314745783806, -0.03386123850941658, 0.07811038941144943, 0.016059279441833496, -0.038688648492097855, 0.02579919807612896, -0.07416319847106934, -0.17339834570884705, -0.11894170194864273, -0.03120710700750351, -0.08367260545492172, -0.05068771913647652, -0.021418793126940727, -0.026133602485060692, -0.0035100101958960295, 0.010949757881462574, -0.014214755035936832, 0.03695746138691902, -0.02007286436855793, 0.03977468982338905, -0.0010572460014373064, 0.010183020494878292, 0.046694669872522354, 0.018333451822400093, 0.056956857442855835, 0.0022346663754433393, 0.07003355026245117, 0.08542926609516144, 0.14449714124202728, 0.0009350389591418207, 0.07794972509145737, -0.046678923070430756, -0.10811711847782135, 0.06657624989748001, 0.02281039208173752, -0.07729928940534592, -0.15051326155662537, -0.10086394101381302, -0.13570737838745117, -0.13071680068969727, -0.09621687233448029, 0.016529636457562447, 0.004663276486098766, 0.02980777435004711, 0.019622137770056725, -0.0192046370357275, 0.022190330550074577, 0.001634435262531042, -0.05720747634768486, -0.007814986631274223, 0.025673173367977142, -0.017414292320609093, -0.04429030418395996, -0.11093197017908096, -0.0715409591794014, 0.00389595958404243, 0.07485172897577286, 0.04457920789718628, -0.024682769551873207, -0.06746367365121841, -0.015915488824248314, -0.04073435068130493, -0.01772303134202957, -0.024073904380202293, -0.15355966985225677, -0.15793415904045105, -0.16073670983314514, -0.12632286548614502, -0.06635112315416336, -0.0554814375936985, -0.0210503451526165, -0.03086094744503498, 0.02943951077759266, -0.0033024528529495, -0.00591097678989172, -0.027666693553328514, -0.03055700659751892, 0.019872434437274933, 0.038517437875270844, 0.018826110288500786, -0.026413798332214355, 0.034669578075408936, 0.11651472002267838, 0.06801430881023407, -0.03393744304776192, -0.13259755074977875, -0.07223933190107346, 0.10377543419599533, 0.020417604595422745, 0.03103654831647873, -0.046435918658971786, -0.07069112360477448, -0.019475741311907768, -0.1594826579093933, -0.10453543066978455, -0.07397884130477905, -0.06272142380475998, -0.01731610856950283, -0.0014806636609137058, 0.017371004447340965, 0.037151869386434555, -0.024178044870495796, 0.030254637822508812, -0.05501615256071091, -0.019293827936053276, -0.06522954255342484, 0.02201889455318451, 0.13474330306053162, 0.05030052363872528, 0.06450825929641724, 0.0026962256524711847, 0.08167892694473267, -0.020123375579714775, -0.04718882218003273, -0.11989184468984604, -0.10906932502985, -0.0496920645236969, -0.0020073396153748035, -0.049311313778162, -0.020782645791769028, -0.04556712135672569, -0.11971834301948547, -0.14651937782764435, -0.1410115659236908, -0.03371768817305565, -0.028756409883499146, -0.013546659611165524, -0.025669535622000694, 0.03074902854859829, -0.00754596758633852, -0.013129294849932194, -0.05090363696217537, -0.05826306343078613, -0.10100880265235901, -0.006374419201165438, 0.028780736029148102, 0.013817616738379002, -0.023895228281617165, -0.03200927749276161, -0.04678376764059067, -0.004056107718497515, -0.021341001614928246, -0.07493045181035995, -0.05081242322921753, 0.0018344400450587273, 0.0007171912002377212, -0.016514532268047333, -0.03198808804154396, -0.0928768441081047, -0.12990902364253998, -0.10736878961324692, -0.05474071949720383, -0.018664628267288208, 0.033685699105262756, -0.023418841883540154, 0.002497598761692643, 0.0005993093363940716, 0.01565953530371189, 0.030408987775444984, -0.05566847696900368, -0.10328163951635361, -0.07335859537124634, 0.0019003417110070586, 0.03951258957386017, -0.008931302465498447, -0.026526371017098427, 0.022075245156884193, 0.1268707811832428, 0.020725833252072334, -0.004927851725369692, -0.10086985677480698, -0.0339248962700367, -0.022149400785565376, 0.05808192864060402, -0.032940443605184555, 0.01336556114256382, -0.09144576638936996, -0.08693917095661163, -0.11486347764730453, -0.0214786846190691, 0.014251218177378178, -0.024103688076138496, 0.04338353872299194, 0.0003378847613930702, 0.04162729158997536, 0.045421160757541656, -0.004281778819859028, -0.01506179291754961, -0.05388925224542618, -0.07647307217121124, -0.06145058199763298, 0.03657165914773941, 0.05166434124112129, 0.12429703772068024, 0.0021194806322455406, 0.10545191913843155, -0.011050465516746044, -0.020708568394184113, -0.06016360595822334, -0.07602458447217941, -0.10052845627069473, 0.015352071262896061, -0.021502742543816566, 0.0032382039353251457, -0.044826995581388474, -0.15072377026081085, -0.08281566202640533, 0.021393178030848503, 0.03945983573794365, -0.021746082231402397, 0.0038685151375830173, 0.03320809081196785, 0.019626321271061897, 0.0041820695623755455, 0.037845924496650696, 0.022976333275437355, -0.00613587349653244, 0.0005340748466551304, 0.02356213890016079, 0.055952686816453934, 0.030468642711639404, 0.1187201589345932, 0.09295354783535004, 0.09185536205768585, 0.049828361719846725, -0.007367781363427639, -0.002970040775835514, -0.05829253047704697, -0.0451008677482605, -0.010739567689597607, 0.019450534135103226, 0.05432184040546417, -0.036612872034311295, -0.05682510882616043, -0.0428006649017334, -0.002550513716414571, 0.0027757722418755293, 0.008958821184933186, 0.02494649402797222, -0.019836952909827232, 0.03281872719526291, -0.018512075766921043, 0.02448154427111149, 0.028770115226507187, 0.03229539096355438, 0.025995511561632156, -0.0038988525047898293, -0.01582547090947628, 0.11156104505062103, 0.10930446535348892, 0.04037914052605629, 0.022762278094887733, 0.08862832188606262, 0.037592798471450806, 0.10154362767934799, -0.06938311457633972, -0.0449349470436573, 0.027554187923669815, 0.06802855432033539, 0.026199299842119217, -0.0033806320279836655, -0.0062299384735524654, -0.06129104644060135, 0.015764864161610603, 0.02241860143840313, 0.03884822875261307, -0.021791791543364525, -0.021313501521945, -0.02200418896973133, 0.022562360391020775, 0.026103166863322258, -0.020406553521752357, 0.028190085664391518, -0.03285505995154381, -0.06982355564832687, -0.030901966616511345, 0.057145509868860245, 0.13241687417030334, 0.08511261641979218, -0.025660574436187744, 0.045502714812755585, 0.07890276610851288, 0.12205781787633896, 0.009712490253150463, 0.028137337416410446, -0.08420674502849579, 0.012910477817058563, 0.033361926674842834, 0.02901974879205227, 0.02682545781135559, 0.0001807946537155658, 0.001303937053307891, 0.009621084667742252, 0.03495777025818825, 0.016834063455462456, 0.007501984480768442, -0.015592171810567379, 0.04109307751059532, 0.022791313007473946, -0.0020690825767815113, 0.0007863503997214139, -0.0053163026459515095, -0.03648555651307106, -0.11911659687757492, -0.13649681210517883, -0.08570436388254166, -0.060978930443525314, 0.03988804668188095, -0.016678612679243088, -0.020618153735995293, 0.009474357590079308, -0.05002756416797638, -0.0693008154630661, -0.03371890261769295, -0.04640107974410057, 0.007999197579920292, 0.047358978539705276, 0.0282282792031765, 0.041465677320957184, 0.03809278830885887, 0.024806758388876915, 0.009756444953382015, 3.242985621909611e-05, -0.021524125710129738, -0.007284251973032951, -0.01131549570709467, 0.02512531541287899, -0.021082138642668724, -0.009220803156495094, -0.018428219482302666, -0.013160094618797302, -0.052233077585697174, -0.06633800268173218, -0.05592874065041542, -0.09330268949270248, 0.022283682599663734, 0.06112505495548248, -0.027636809274554253, -0.018565872684121132, 0.007917442359030247, 0.016349507495760918, -0.01540897786617279, -0.005820137914270163, 0.04805666208267212, 0.013464110903441906, 0.011824914254248142, -0.009823446162045002, 0.025100668892264366, 0.0325721837580204, 0.043020304292440414, 0.009026036597788334, 0.009778744541108608, -0.005623582750558853, 0.0031211029272526503, 0.0023369775153696537, 0.03959989175200462, 0.030231473967432976, 0.034804947674274445, 0.0015950771048665047, 0.02936055324971676, 0.045160774141550064, 0.03775099664926529, -0.007843081839382648, 0.004548278637230396, 0.015756724402308464, 0.03333824500441551, 0.007639114744961262, -0.01424957625567913, -0.023259075358510017, 0.03025534190237522, 0.013582400046288967, 0.015076031908392906, 0.03848738968372345, 0.0034303665161132812, 0.022384433075785637, 0.019224250689148903, -0.0011679064482450485, 0.007691307924687862, 0.016537552699446678, -0.014979221858084202], [-0.009815425612032413, -0.0056907241232693195, 0.010457129217684269, 0.0069125681184232235, 0.03841925412416458, -0.026487404480576515, 0.03387635946273804, 0.015843743458390236, -0.01808236725628376, 0.03390352427959442, 0.03555450588464737, 0.012882488779723644, 0.017729295417666435, -0.023612817749381065, -0.003927935846149921, 0.002044291002675891, 0.008385776542127132, 0.00022442324552685022, -0.01689888909459114, -0.0004985510604456067, 0.014403486624360085, -0.018942488357424736, -0.02888132445514202, -0.014662227593362331, 0.037136293947696686, -0.01873384229838848, 0.025826139375567436, -0.022982889786362648, 0.02467983029782772, 0.001173711265437305, -4.322987297200598e-05, 0.033876046538352966, 0.030831927433609962, -0.007365826983004808, -0.008527918718755245, 0.021061280742287636, 0.014554036781191826, 0.034119054675102234, 0.004071091301739216, -0.0254353079944849, 0.01263879332691431, 0.0218102615326643, -0.020113589242100716, 0.023414378985762596, -0.0012379871914163232, 0.004754946567118168, -0.007652084808796644, -0.029953913763165474, -0.018899498507380486, 0.03930174559354782, 0.003419701475650072, -0.0029292884282767773, -0.01142717245966196, 0.03787681460380554, 0.03250841796398163, -0.0024205874651670456, 0.011252074502408504, 0.03151825815439224, 0.0198883805423975, 0.0010846068616956472, 0.026800265535712242, -0.020485160872340202, -0.023537492379546165, 0.03394912928342819, 0.011145713739097118, -0.03415456414222717, -0.01735212467610836, 0.024911560118198395, -0.002036063699051738, -0.08019278943538666, -0.026941968128085136, -0.007384945172816515, -0.056514251977205276, -0.0034845243208110332, 0.008353102020919323, -0.000277639483101666, 0.021983439102768898, -0.028639988973736763, 0.012886947952210903, -0.0006239804206416011, 0.005698960740119219, 0.02148943580687046, 0.009373641572892666, 0.016915416345000267, -0.023069461807608604, -0.025981934741139412, -0.02961353026330471, 0.02974872477352619, 0.03306465595960617, 0.004796401597559452, -0.007778575643897057, 0.0052979812026023865, 0.06802543997764587, 0.009668835438787937, 0.01386738009750843, -0.010335803963243961, -0.002553188242018223, -0.01611110381782055, -0.08445648849010468, -0.05808907002210617, -0.09721411764621735, -0.01843545399606228, -0.06260279566049576, -0.007707369048148394, -0.04205858334898949, 0.005965367890894413, -0.007989014498889446, -0.009725558571517467, -0.023201650008559227, 0.031789448112249374, -0.026216572150588036, 0.02688887156546116, -0.01950589381158352, 0.01768948696553707, 0.03754245489835739, 0.0036338320933282375, -0.018584685400128365, 0.00017744021897669882, 0.016095904633402824, 0.03194195032119751, 0.04618136212229729, 0.055060964077711105, 0.07843977212905884, -0.0023504861164838076, -0.04636871814727783, -0.16468024253845215, -0.25886836647987366, -0.19243508577346802, -0.15891964733600616, -0.12451887130737305, -0.07053717970848083, -0.038730163127183914, -0.0647917240858078, -0.02772635407745838, -0.012186579406261444, 0.028059009462594986, -0.020709263160824776, 0.02730325236916542, -0.0018801388796418905, 0.030419517308473587, 0.009355123154819012, 0.0037732021883130074, -0.01723058708012104, 0.028031015768647194, 0.033384982496500015, 0.033028148114681244, 0.04841521382331848, 0.007066831924021244, -0.027297060936689377, 0.03908466547727585, -0.01898740977048874, -0.0017582600703462958, -0.11039004474878311, -0.13419951498508453, -0.12636086344718933, -0.09944608807563782, -0.2016637772321701, -0.13844890892505646, -0.09640020877122879, -0.07502304017543793, -0.025536807253956795, -0.08890455216169357, -0.029188336804509163, -0.043687645345926285, 0.01688404381275177, 0.004111292771995068, 0.02290535904467106, 0.003824845887720585, 0.040613315999507904, -0.020227400586009026, 0.03661762923002243, 0.03570405766367912, 0.0525439977645874, -0.024333423003554344, 0.022561386227607727, 0.022750500589609146, 0.09030000865459442, 0.16995446383953094, 0.13111232221126556, 0.08552324026823044, -0.05516327917575836, 0.10762760788202286, 0.06830288469791412, 0.02184411883354187, -0.10794474929571152, -0.08163817226886749, -0.21342234313488007, -0.2203342467546463, -0.08675774931907654, -0.056519217789173126, -0.13041263818740845, -0.03644125536084175, -0.04782724753022194, 0.020685257390141487, -0.013062901794910431, 0.03756836801767349, 0.03233765438199043, 0.00924343429505825, 0.034167055040597916, 0.04913398250937462, 0.09255906194448471, -0.02753528021275997, 0.06364196538925171, 0.06019610911607742, 0.20351757109165192, 0.08866757899522781, 0.10597451031208038, 0.08742813766002655, 0.23169147968292236, 0.3714244067668915, 0.28559958934783936, 0.13081885874271393, -0.15067702531814575, -0.23770718276500702, -0.20897671580314636, -0.2537956237792969, -0.15331219136714935, -0.18946383893489838, -0.1884332299232483, -0.12128449231386185, -0.023458098992705345, -0.04174792394042015, -0.003442551475018263, 0.0028139217756688595, -0.016948221251368523, 0.018692033365368843, -0.008809448219835758, 0.02922174334526062, 0.10921060293912888, 0.020673204213380814, -0.019648266956210136, -0.05711459740996361, 0.11101727187633514, 0.11961531639099121, 0.17869339883327484, 0.17912986874580383, 0.2943788170814514, 0.3001333475112915, 0.24254855513572693, 0.1659994274377823, 0.057099130004644394, -0.06258151680231094, -0.06138725206255913, -0.09510121494531631, -0.1829938143491745, -0.12406212836503983, -0.06674361974000931, -0.06040508672595024, -0.08396796137094498, -0.03201057389378548, -0.0025367296766489744, 0.0305361095815897, -0.016045670956373215, 0.029548941180109978, -0.02062232978641987, 0.017102651298046112, 0.11062715202569962, 0.05734095349907875, 0.06186513975262642, 0.061162471771240234, 0.099251389503479, 0.13032667338848114, 0.18748120963573456, 0.16373248398303986, 0.17172279953956604, 0.21496963500976562, 0.22358328104019165, 0.09646973758935928, 0.1519879400730133, 0.16751301288604736, 0.09504730999469757, -0.04280794411897659, -0.1136554703116417, -0.08406475931406021, -0.049774862825870514, -0.024296531453728676, -0.01819445751607418, 0.01066308468580246, -0.015472004190087318, 0.03341688960790634, -0.028142118826508522, -0.009305060841143131, 0.00023117348609957844, 0.08419779688119888, 0.07564013451337814, 0.08468932658433914, 0.13440297544002533, 0.016050761565566063, 0.02450520172715187, 0.09273252636194229, 0.060666847974061966, 0.05661439895629883, -0.16026151180267334, -0.040884584188461304, -0.06817636638879776, -0.08342450112104416, 0.14885631203651428, 0.1276901662349701, 0.03010374680161476, -0.01497660856693983, 0.002380876336246729, -0.05018161982297897, -0.02837524563074112, 0.00942419283092022, -0.05228736996650696, -0.021650085225701332, 0.017169829457998276, 0.013500028289854527, 0.022992800921201706, -0.01114280428737402, -0.0007312031229957938, 0.05748206004500389, 0.06934800744056702, 0.08140524476766586, 0.027225110679864883, -0.08473101258277893, -0.08020105212926865, 0.008028805255889893, -0.08136184513568878, -0.1352502405643463, -0.15164287388324738, -0.04360286891460419, -0.15787850320339203, -0.014053619466722012, 0.0577784962952137, 0.10247955471277237, 0.05418386310338974, -0.013135179877281189, 0.0372951477766037, -0.06421701610088348, 0.022269232198596, 0.0418764166533947, 0.024335728958249092, -0.014297177083790302, 0.03836986422538757, 0.011020439676940441, -0.011751971207559109, 0.00781368650496006, 0.02955753542482853, 0.02497432939708233, -0.012496674433350563, -0.0012907545315101743, -0.03432105481624603, -0.0706852450966835, -0.11349783092737198, -0.165372833609581, -0.11891238391399384, -0.17793190479278564, -0.111494280397892, -0.04879039525985718, -0.016103874891996384, 0.018283266574144363, -0.0021815067157149315, 0.11585996299982071, -0.021565169095993042, -0.020808124914765358, -0.06160370633006096, -0.028069889172911644, -0.015275683254003525, -0.020457882434129715, -0.01635563001036644, 0.040385857224464417, -0.002568264491856098, -0.012428044341504574, 0.03798450529575348, 0.015651674941182137, 0.020705904811620712, 0.002790492493659258, -0.06996870040893555, -0.08761804550886154, -0.06479134410619736, -0.05953055992722511, -0.061503175646066666, -0.10577166080474854, -0.09266088157892227, 0.006805769167840481, -0.019447481259703636, 0.027088452130556107, 0.006716250441968441, -0.031966835260391235, -0.03096645139157772, 0.09073792397975922, 0.03808961436152458, -0.05423375219106674, 0.01729103922843933, -0.062349677085876465, -0.02552330493927002, -0.0468040406703949, -0.010425228625535965, -0.015327146276831627, 0.019180769100785255, -0.021421438083052635, 0.037184938788414, -0.014193677343428135, 0.02903429977595806, -0.025807533413171768, -0.060892414301633835, -0.18447281420230865, -0.12813545763492584, -0.04518439993262291, -0.06269901245832443, -0.05514521524310112, -0.08408432453870773, 0.013549573719501495, 0.08489900082349777, 0.049800805747509, -0.12047252058982849, 0.012433528900146484, -0.07375362515449524, -0.057222384959459305, 0.005976518150418997, -0.09698362648487091, 0.022439153864979744, 0.0201535876840353, 0.025834152474999428, 0.014719447121024132, 0.05701075866818428, -0.03964655101299286, 0.014575105160474777, -0.0230075903236866, -0.024424200877547264, 0.025654396042227745, -0.0049310727044939995, 0.015712924301624298, -0.06752985715866089, -0.07073889672756195, -0.07352510839700699, -0.03560786694288254, -0.03183194249868393, -0.09252015501260757, -0.08270405232906342, 0.008640819229185581, 0.03904206305742264, -0.02044065296649933, 0.012284948490560055, 0.027323655784130096, -0.09363595396280289, -0.04020765796303749, -0.023106226697564125, -0.019260380417108536, 0.09769222885370255, 0.03353007137775421, 0.02607826329767704, 0.018576867878437042, 0.04493840038776398, 0.002883253851905465, 0.015291627496480942, 0.018146663904190063, -0.028106415644288063, -0.02810603938996792, -0.023367363959550858, -0.027656828984618187, -0.03482285141944885, -0.030814457684755325, -0.0629669725894928, -0.04267740622162819, -0.10174575448036194, -0.09102707356214523, -0.02534995973110199, -0.04625658690929413, -0.015801412984728813, 0.0022517757024616003, -0.16860489547252655, -0.19571860134601593, -0.13468602299690247, -0.0896645039319992, 0.016242975369095802, 0.07030387222766876, 0.07052478194236755, 0.1061105877161026, 0.13244853913784027, 0.039676133543252945, 0.014453266747295856, -0.03233228623867035, 0.0186684038490057, -0.017639728263020515, 0.037727780640125275, 0.027143696323037148, -0.014374219812452793, -0.0005639192531816661, -0.0070738280192017555, -0.015351819805800915, -0.01881604641675949, -0.009105945937335491, -0.0045256237499415874, -0.05418963357806206, -0.16326387226581573, -0.11781001836061478, 0.036468349397182465, -0.06387729197740555, -0.19257551431655884, -0.17725707590579987, -0.14114519953727722, 0.008837787434458733, -0.10046210139989853, 0.019386429339647293, 0.022170886397361755, 0.01746748760342598, 0.03408005088567734, -0.018189506605267525, -0.04030098766088486, -0.001711890334263444, -0.019288675859570503, -0.0010948831913992763, -0.029117869213223457, -0.02969096414744854, 0.0391811728477478, -0.014079646207392216, 0.03204432129859924, 0.016898512840270996, -0.0677393227815628, 0.010289535857737064, 0.0012481198646128178, -0.14857882261276245, -0.07869657129049301, -0.008328093215823174, -0.011604179628193378, -0.15102213621139526, -0.1727270632982254, -0.13124610483646393, -0.014851543121039867, 0.06471879780292511, -0.03525162860751152, 0.04527711495757103, 0.10460199415683746, 0.1421143263578415, 0.1191507950425148, 0.007507883477956057, -0.0565953366458416, -0.02943834848701954, 0.03696783259510994, -0.014714098535478115, -0.02090439386665821, -0.025082925334572792, 0.032533057034015656, -0.027199136093258858, -0.015797818079590797, 0.03188604861497879, -0.04922141134738922, -0.018456455320119858, 0.011459347791969776, -0.07119858264923096, -0.0817691907286644, -0.11584173142910004, -0.05763969570398331, -0.062076155096292496, -0.03934149816632271, -0.07736270129680634, -0.03441166132688522, -0.0002629714144859463, 0.10791964083909988, 0.13239271938800812, 0.09987393766641617, 0.08090382069349289, 0.08473224937915802, -0.026244891807436943, -0.06587251275777817, 0.0002688166860025376, 0.03258799389004707, 0.01775921694934368, 0.018739113584160805, 0.034866444766521454, -0.004371638409793377, 0.02066808193922043, -0.02457338571548462, 0.008530749939382076, -0.06137561425566673, 0.027265170589089394, 0.06628761440515518, 0.038999173790216446, -0.029501406475901604, -0.1208595409989357, -0.18045252561569214, -0.12054868787527084, 0.01139350887387991, -0.0026437235064804554, 0.02224213257431984, -0.04533403366804123, 0.008570265956223011, 0.0609542541205883, 0.1353633552789688, 0.07774537056684494, -0.0032809602562338114, -0.05252794921398163, -0.03676625341176987, 0.009294658899307251, 0.01136328000575304, 0.004713406786322594, -0.008780071511864662, 0.021504810079932213, 0.011005775071680546, 0.017682695761322975, -0.02239968068897724, 0.025766145437955856, -0.001654897816479206, 0.012900108471512794, -0.02147226221859455, -0.09991692751646042, -0.11863821744918823, -0.0802384689450264, -0.041476283222436905, -0.04267856106162071, -0.023527001962065697, 0.1044798493385315, 0.04861260578036308, -0.06288641691207886, 0.05391761288046837, -0.00664867926388979, 0.017819343134760857, -0.08106566220521927, -0.05002392828464508, -0.01564045250415802, 0.001981796696782112, 0.006251001730561256, 0.01383925136178732, 0.0016214048955589533, 0.004233742598444223, -0.02801191620528698, 0.028918059542775154, 0.034575480967760086, 0.04720032215118408, 0.002835955237969756, 0.044189807027578354, -0.01394886989146471, -0.03152919560670853, -0.13408608734607697, -0.13027255237102509, -0.07136321067810059, 0.03701118007302284, -0.0023625073954463005, 0.006881690118461847, 0.08741924911737442, 0.017555199563503265, -0.035376790910959244, -0.0284043550491333, -0.15658991038799286, -0.04458874836564064, -0.13580872118473053, 0.00273308577015996, 0.016773095354437828, -0.02790122665464878, 0.005406700074672699, -0.0033707297407090664, -0.009232095442712307, 0.028043152764439583, 0.008047932758927345, -0.02748589776456356, 0.024928133934736252, 0.05794059857726097, 0.025664392858743668, 0.023765845224261284, 0.005891706794500351, -0.04889078438282013, -0.09154944866895676, -0.07363990694284439, 0.06625339388847351, 0.005317532457411289, 0.05799079313874245, 0.050645142793655396, 0.026752470061182976, -0.08940638601779938, -0.028141967952251434, -0.008725553750991821, -0.166990727186203, -0.0866280049085617, -0.06706462800502777, -0.03329223394393921, 0.016560271382331848, 0.06513294577598572, -0.008998491801321507, 0.0253384318202734, -0.011758430860936642, -0.023969611153006554, -0.004503787960857153, -0.026826029643416405, 0.03205597400665283, 0.032091204077005386, 0.050003133714199066, 0.08537653833627701, 0.09082002192735672, 0.04228457808494568, 0.06613750755786896, 0.06082955747842789, 0.030126668512821198, 0.015830809250473976, 0.04460116848349571, 0.06918536126613617, 0.0714157298207283, 0.08362675458192825, 0.07921112328767776, -0.050755225121974945, -0.12278003990650177, 0.022312773391604424, -0.01433215569704771, -0.007533171214163303, 0.04814058169722557, 0.026272237300872803, -0.005429883021861315, -0.02433074824512005, 0.025251587852835655, -0.013776707462966442, -0.02684672363102436, -0.0034830733202397823, 0.009015043266117573, -0.014948539435863495, 0.041767753660678864, 0.09178581833839417, 0.03312058001756668, 0.12440596520900726, 0.09695211052894592, 0.08213891834020615, 0.0008510336629115045, 0.04900696128606796, 0.05152251943945885, 0.013555062934756279, 0.02624395117163658, 0.07969273626804352, 0.03664813190698624, 0.09234954416751862, 0.17393895983695984, 0.10915127396583557, 0.02385348081588745, -0.010498407296836376, -0.013438761234283447, 0.005935063119977713, 0.009931418113410473, 0.021604357287287712, -0.010042919777333736, -0.0001623424468562007, 0.03645390272140503, -0.0180750023573637, -0.007013227790594101, -0.020200690254569054, -0.018389923498034477, 0.022251052781939507, 0.006638342514634132, 0.017311735078692436, 0.0076704565435647964, 0.09641805291175842, 0.11186783015727997, 0.047149017453193665, 0.15842205286026, 0.12057958543300629, 0.09080947190523148, 0.08348288387060165, 0.11360076814889908, 0.08433794230222702, 0.03150323033332825, 0.08364678919315338, 0.06240474432706833, 0.011164647527039051, 0.03883420303463936, 0.038160234689712524, 0.00444157887250185, 0.00041285695624537766, -0.009542440064251423, 0.03905066102743149, 0.018184667453169823, -0.01566758006811142, -0.02815604768693447, 0.035624824464321136, -0.011312714777886868, 0.008659414947032928, 0.01914154551923275, -0.0007211879710666835, 6.080364983063191e-05, 0.03633210062980652, -0.006851757410913706, 0.020204884931445122, -0.02556496113538742, -0.004654804710298777, -0.01710429973900318, 0.033266447484493256, -0.00955699197947979, 0.0205050241202116, -0.0009284115512855351, 0.007277348078787327, 0.04823653772473335, 0.02429802156984806, 0.03708215057849884, 0.04018545150756836, 0.022236434742808342, -0.015354222618043423, -0.004604291636496782], [0.016794266179203987, 0.030855469405651093, -0.019362088292837143, -0.02598295360803604, -0.03980816528201103, 0.025118913501501083, -0.01808534562587738, -0.03328436240553856, 0.016150062903761864, 0.018124936148524284, -0.004161256831139326, -0.010511334054172039, 0.007754071615636349, 0.011900237761437893, -0.02301677316427231, -0.026703201234340668, -0.006433575879782438, -0.034204673022031784, -0.013494630344212055, 0.0299626886844635, 0.02523566409945488, -0.024327117949724197, -0.0008462921832688153, 0.0020495557691901922, 0.001625699340365827, -0.01286707166582346, -0.038354795426130295, 0.007116807159036398, -0.019857987761497498, -0.029437478631734848, -0.013809594325721264, 0.013962977565824986, 0.010602355934679508, 0.009394126944243908, -0.029378658160567284, -0.032802414149045944, -0.01247499044984579, -0.006889961194247007, 0.013208665885031223, -0.018850721418857574, 0.01571294106543064, 0.02869775891304016, 0.015219341032207012, 0.01679958403110504, -0.022186003625392914, 0.02644042670726776, 0.003414515173062682, -0.020920787006616592, -0.0039125047624111176, 0.01034278143197298, -0.018119409680366516, 0.02528795227408409, -0.033393893390893936, -0.026123560965061188, -0.012182907201349735, 0.010623124428093433, -0.011959242634475231, 0.013049873523414135, -0.019026760011911392, -0.03298510983586311, -0.021238505840301514, 0.014539898373186588, -0.01327118743211031, 0.01241359580308199, -0.03039136715233326, -0.030393434688448906, 0.0049568102695047855, -0.008127897046506405, -0.021527012810111046, -0.010977011173963547, -6.61033482174389e-05, 0.01510973833501339, -0.029324032366275787, 0.013387950137257576, 0.02768891490995884, -0.018353857100009918, 0.02812965400516987, -0.010632391087710857, 0.012564812786877155, -0.029523279517889023, -0.006969952490180731, 0.017015205696225166, -0.03993198648095131, -0.01225364115089178, -0.020374082028865814, -0.019998010247945786, -0.013775440864264965, 0.029532507061958313, -0.001450988813303411, 0.028261961415410042, -0.03832816705107689, -0.04236437752842903, 0.019725866615772247, 0.0024572343099862337, 0.02090819552540779, -0.035551730543375015, -0.017383409664034843, 0.017816413193941116, -0.0246843583881855, 0.03300025314092636, 0.03981376811861992, 0.025593435391783714, 0.017693690955638885, 0.019211584702134132, 0.035698145627975464, -0.013815246522426605, -0.008294936269521713, -0.016152987256646156, 0.013287014327943325, -0.03488898649811745, 0.00856305006891489, -0.007750590797513723, -0.033521514385938644, 0.01271041203290224, -0.03203697130084038, 0.023194028064608574, 0.02983706444501877, 3.49775145878084e-05, 0.01737293042242527, -0.04071306809782982, 0.006109356414526701, 0.01744273118674755, 0.037191037088632584, 0.01630919612944126, 0.00984057504683733, -0.02043917030096054, 0.05433886870741844, 0.03330986574292183, 0.1013558954000473, 0.11914338171482086, 0.024034542962908745, 0.04411276802420616, 0.08077500015497208, 0.039720721542835236, 0.041638825088739395, 0.0023120574187487364, 0.01322995312511921, -0.01723395846784115, 0.002239471534267068, -0.03207925334572792, 0.018720047548413277, 1.6144193068612367e-05, -0.006836694199591875, -0.04265602305531502, 0.021439457312226295, 0.00160573935136199, -0.040476176887750626, -0.0014210493536666036, 0.010012989863753319, 0.0602339431643486, 0.049196917563676834, 0.09220326691865921, 0.12305836379528046, -0.018412670120596886, 0.00186257460154593, 0.012517629191279411, 0.04012833163142204, -0.015076573006808758, -0.017299577593803406, 0.08142244815826416, 0.15459339320659637, 0.1079065129160881, 0.014621231704950333, -0.016468405723571777, -0.004934291820973158, 0.019546493887901306, 0.037595219910144806, 0.025530105456709862, -0.0019858218729496002, -0.02264050394296646, -0.01957118511199951, 0.0066798715852200985, -0.004347378388047218, -0.06736549735069275, -0.040480587631464005, -0.007000488694757223, 0.05190747603774071, 0.03472423925995827, 0.07545588910579681, 0.09749357402324677, 0.03214193135499954, 0.050868675112724304, 0.051023710519075394, 0.0686555951833725, 0.011297138407826424, 0.0414419062435627, 0.03679787367582321, 0.07888704538345337, -0.014216839335858822, -0.009834930300712585, 0.02409828081727028, -0.003446140792220831, 0.026617741212248802, 0.0048849028535187244, -0.0012695511104539037, -0.02004743553698063, 0.030704693868756294, 0.01605870947241783, -0.024798179045319557, -0.004864014685153961, -0.011712810024619102, -0.0019314343808218837, -0.03514600545167923, 0.08278843015432358, 0.16652125120162964, 0.05433747172355652, 0.06315302103757858, 0.030994633212685585, 0.012251138687133789, 0.10275620222091675, 0.05741492658853531, 0.12053980678319931, 0.007867949083447456, 0.012444070540368557, 0.12635073065757751, 0.03579561784863472, -0.06762372702360153, 0.04711083695292473, 0.11273860186338425, 0.07098794728517532, 0.01746249571442604, -0.02023874968290329, 0.025764556601643562, 0.026873698458075523, -0.018374083563685417, -0.011798412539064884, -0.004517222288995981, -0.004822493996471167, 0.016903569921851158, -0.03051627241075039, -0.0015366432489827275, 0.06400516629219055, 0.09038204699754715, 0.05281420052051544, 0.028572624549269676, -0.005501024890691042, 0.12932413816452026, 0.08528408408164978, -0.05678417533636093, -0.051622748374938965, 0.12447771430015564, 0.042979609221220016, -0.02812415547668934, 0.035137563943862915, -0.0227525494992733, 0.020774170756340027, 0.11032387614250183, 0.0037086158990859985, 0.011299137957394123, 0.03569002076983452, 0.029451850801706314, -0.002372574293985963, -0.015582060441374779, 0.005115350242704153, 0.006785268429666758, 0.020666752010583878, -0.017307842150330544, -0.031988512724637985, -0.024970831349492073, -0.0077656339854002, 0.06683705747127533, 0.012134729884564877, 0.034726016223430634, 0.016562504693865776, 0.021235525608062744, -0.04001561179757118, -0.16847966611385345, -0.11570645123720169, 0.0574665442109108, -0.07810421288013458, -0.08449547737836838, 0.019119305536150932, -0.02169247530400753, 0.01964266039431095, 0.038188107311725616, 0.11533303558826447, 0.10044895857572556, 0.039626698940992355, 0.0039632017724215984, -0.002184229204431176, 0.001714869518764317, 0.008587142452597618, -0.02891426347196102, -0.031839169561862946, -0.0026399095077067614, -0.013373377732932568, 0.05477317050099373, 0.03132558614015579, 0.07280030846595764, 0.06862014532089233, 0.08125811815261841, -0.018074972555041313, 0.02557932585477829, 0.03123943880200386, -0.0392676405608654, -0.15288610756397247, -0.09992816299200058, -0.11892534792423248, 0.07313540577888489, 0.018407324329018593, 0.039144374430179596, 0.03501351922750473, 0.052126459777355194, 0.13836105167865753, 0.08279138058423996, 0.005897672846913338, 0.020357605069875717, 0.003216559300199151, -0.03152002394199371, 0.023046407848596573, -0.0020563227590173483, 0.009557491168379784, 0.028310202062129974, -0.02777288854122162, -0.02527937851846218, 0.006710246205329895, -0.09578579664230347, -0.041156839579343796, -0.018671341240406036, 0.022835850715637207, 0.06490595638751984, 0.19887341558933258, 0.06273437291383743, -0.06743566691875458, -0.09945086389780045, -0.011900044977664948, -0.02448643371462822, -0.014622025191783905, -0.05633734166622162, -0.0018842627760022879, -0.016587665304541588, 0.03834456577897072, 0.029909571632742882, 0.04791821166872978, 0.03549867495894432, -0.0004292044322937727, -0.020827297121286392, -0.03908880427479744, 0.002575030317530036, 0.004694835748523474, 0.013550293631851673, 0.03006073273718357, -0.039966847747564316, -0.018366634845733643, -0.0561787448823452, -0.03472532704472542, -0.0881539136171341, 0.07994385808706284, 0.07948984950780869, 0.16690436005592346, -0.046040553599596024, -0.2235693484544754, -0.11777804791927338, 0.02158794365823269, -0.08050914853811264, -0.03923425078392029, -0.004671925213187933, 0.011229787953197956, -0.06010469049215317, -0.0017588064074516296, 0.03658514469861984, -0.0005509791662916541, 0.010763446800410748, 0.022167356684803963, 0.023164253681898117, 0.0018160148756578565, -0.028714194893836975, 0.0016464240616187453, -0.021138470619916916, 0.03939337283372879, 0.01400110125541687, -0.019617995247244835, -0.035346634685993195, 0.030409689992666245, -0.11460240185260773, -0.014890440739691257, -0.04083485156297684, -0.01349241379648447, -0.15367087721824646, -0.09505189955234528, -0.06805683672428131, -0.05802172049880028, 0.04661579802632332, 0.06737172603607178, 0.007978248409926891, -0.157853901386261, -0.13202686607837677, -0.017202090471982956, -0.002522210357710719, -0.019725147634744644, 0.0013315255055204034, 0.0011488875607028604, 0.018404794856905937, 0.009488479234278202, -0.0349145345389843, 0.013636837713420391, -0.0019511126447468996, -0.03890237584710121, 0.05107513442635536, 0.03171674907207489, -0.05109700188040733, -0.03457653149962425, -0.06279881298542023, -0.005276430398225784, 0.00024005571322049946, 0.053936999291181564, 0.04003462940454483, -0.08379756659269333, -0.0447363406419754, 0.030629927292466164, 0.023968832567334175, -0.055552151054143906, -0.061951931565999985, -0.13497711718082428, -0.1783190369606018, -0.0973246842622757, 0.009378460235893726, -0.004711201414465904, -0.04269963875412941, 0.009575323201715946, -0.010934264399111271, 0.012266614474356174, -0.023344138637185097, 0.009172029793262482, -0.05464453995227814, -0.0417911633849144, -0.053781911730766296, 0.10652046650648117, 0.03040928952395916, 0.0628526508808136, -0.02654401957988739, 0.07855549454689026, 0.08447368443012238, 0.06639333069324493, 0.03634446859359741, -0.032965969294309616, 0.012370077893137932, -0.0743570551276207, 0.004162215162068605, -0.10236966609954834, -0.10265927016735077, -0.12561321258544922, -0.17598611116409302, -0.06533519178628922, 0.017461538314819336, 0.015761101618409157, 0.005427406635135412, -0.00014080088294576854, 0.008135094307363033, -0.03629155084490776, 0.009508769027888775, -0.03499678522348404, -0.06896685063838959, -0.08778004348278046, -0.05068665370345116, 0.03207036107778549, -0.03304772078990936, 0.0011952861677855253, 0.11100328713655472, 0.0666581392288208, 0.038894638419151306, 0.08572712540626526, -0.017485428601503372, 0.02982351928949356, -0.024738959968090057, -0.10279276967048645, -0.04165678843855858, -0.09303014725446701, -0.14524786174297333, -0.13496261835098267, -0.06707064062356949, -0.030278975144028664, 0.015719415619969368, -0.040565941482782364, -0.00620039040222764, -0.04032744839787483, -0.01939499005675316, -0.01791151612997055, -0.000985599122941494, -0.024285120889544487, -0.06792406737804413, -0.009487270377576351, -0.051433734595775604, -0.045780107378959656, -0.050266291946172714, -0.027035962790250778, 0.023490462452173233, 0.05171551927924156, 0.10813669115304947, -0.03792501986026764, -0.005200868006795645, -0.027926325798034668, -0.08317843079566956, -0.054344817996025085, -0.06994716078042984, -0.03209135681390762, -0.03695628046989441, -0.06270569562911987, -0.054755669087171555, -0.028461256995797157, -0.014818042516708374, -0.03819125518202782, -0.01788630522787571, 0.019795309752225876, -0.03784574195742607, 0.0027838984970003366, -0.0025870671961456537, 0.012159985490143299, -0.00916981603950262, -0.04492742940783501, -0.026720432564616203, -0.11287011951208115, -0.06530734151601791, -0.061547186225652695, 0.029219577088952065, -0.06030545383691788, 0.08298584818840027, -0.05059242248535156, -0.15447016060352325, -0.05628252029418945, -0.1643233597278595, -0.1367252916097641, -0.08464980870485306, 0.031133953481912613, 0.04055119678378105, 0.0322909913957119, 0.05739520862698555, -0.008660359308123589, -0.04522165283560753, -0.023942578583955765, -0.014430920593440533, -0.008452619425952435, 0.017244046553969383, -0.01784602180123329, -0.02827904000878334, -0.02689051628112793, -0.01579010859131813, -0.011650970205664635, 0.017679959535598755, -0.05844423919916153, -0.053678952157497406, -0.11584588140249252, 0.09062223881483078, 0.031184682622551918, -0.01579720713198185, -0.025745578110218048, -0.2368263453245163, -0.15916752815246582, -0.05473221465945244, -0.03336236625909805, -0.05211191624403, 0.021057389676570892, 0.09124182164669037, 0.1320032924413681, 0.11684339493513107, 0.010794462636113167, -0.01864817924797535, 0.004773647524416447, 0.022149376571178436, 0.028490394353866577, -0.02526433765888214, -0.006114026997238398, -0.008523852564394474, -0.004739101510494947, 0.028371628373861313, 0.006582015193998814, 0.08467641472816467, -0.034860141575336456, -0.06535210460424423, -0.10442504286766052, 0.04832761734724045, 0.06503947824239731, 0.022583389654755592, -0.08351220935583115, -0.13786691427230835, -0.0606001578271389, -0.013717276975512505, 0.010503125376999378, 0.02955676056444645, 0.023723283782601357, 0.13930901885032654, 0.15808023512363434, 0.12889879941940308, 0.03894704207777977, -0.06022709980607033, -0.009216384030878544, 0.0003775606455747038, -0.03122018836438656, -0.02509566769003868, 0.005152555648237467, 0.027190344408154488, 0.013652953319251537, 0.045983992516994476, 0.035903770476579666, 0.08504567295312881, -0.0217394158244133, -0.06058510020375252, -0.02503112144768238, 0.003541275393217802, 0.01780112460255623, -0.06409994512796402, -0.06365687400102615, 0.0027896708343178034, 0.011958285234868526, 0.021397501230239868, 0.15198953449726105, 0.03718779608607292, 0.055498816072940826, 0.12218166142702103, 0.07193319499492645, 0.09529901295900345, 0.008675221353769302, -0.00902114063501358, -0.0045575606636703014, 0.003281958168372512, 0.015341491438448429, -0.016896795481443405, -0.012649630196392536, -0.017750518396496773, -0.030277952551841736, 0.006486249156296253, 0.017678802832961082, 0.0021817891392856836, -0.006367578636854887, -0.0760737732052803, -0.09835834801197052, -0.11247240006923676, 0.041251420974731445, 0.0420495979487896, 0.06387671083211899, 0.058556366711854935, 0.09678677469491959, 0.16716763377189636, 0.1933976411819458, 0.1290387213230133, 0.09964247047901154, 0.09444987773895264, 0.11025393754243851, 0.03620898351073265, 0.029051093384623528, -0.025441305711865425, -0.02646530047059059, 0.00959960836917162, -0.03617684170603752, -0.03689174726605415, -0.0332210473716259, 0.012840050272643566, 0.013047664426267147, 0.057389549911022186, -0.015134984627366066, 0.014273220673203468, -0.003110111691057682, 0.008757985197007656, 0.0016955193132162094, -0.00992528721690178, 0.0270351804792881, 0.08747635036706924, 0.22028756141662598, 0.12541581690311432, 0.13974802196025848, 0.1930050551891327, 0.2248513400554657, 0.1314733475446701, 0.10973121970891953, 0.1734353005886078, 0.08778196573257446, 0.03015872649848461, 0.024133693426847458, -0.042475175112485886, -0.025868823751807213, -0.025297988206148148, -0.019251592457294464, -0.039593566209077835, -0.02883947268128395, 0.0012237998889759183, -0.006298867519944906, 0.02070239931344986, -0.011110763996839523, 0.018387844786047935, 0.003573010675609112, 0.08255914598703384, 0.0681305006146431, 0.12831167876720428, 0.09007761627435684, 0.24270832538604736, 0.23089806735515594, 0.1868210881948471, 0.1492128074169159, 0.108402781188488, 0.04768156632781029, 0.14495475590229034, 0.14340639114379883, 0.10458959639072418, -0.02173267863690853, -0.009192133322358131, 0.006961551960557699, 0.02243386209011078, -0.011470574885606766, -0.041787710040807724, 0.0073402575217187405, -0.03036031685769558, -0.013200226239860058, -0.006961766164749861, -0.036724213510751724, -0.04973340407013893, -0.03858666494488716, 0.05673763528466225, 0.015266139060258865, 0.0004803362244274467, 0.008391449227929115, 0.10042804479598999, 0.05837610363960266, 0.1077960655093193, 0.14904747903347015, 0.07853208482265472, 0.08304944634437561, 0.09295646846294403, 0.0774311050772667, 0.03605080395936966, 0.07494938373565674, 0.07128087431192398, -0.04639597237110138, -0.022871894761919975, 0.020049137994647026, 0.01073432620614767, 0.02238430455327034, -0.033440250903367996, -0.009338493458926678, -0.031556595116853714, 0.025514010339975357, 0.024227555841207504, -0.02636280283331871, -0.02857780270278454, 0.02955618128180504, 0.0027949444483965635, 0.011454561725258827, -0.018663795664906502, -0.005666931159794331, -0.020662566646933556, 0.04021002724766731, -0.008171536028385162, -0.008221562951803207, -0.0964653342962265, -0.015254663303494453, -0.0008171819499693811, 0.009519636631011963, 0.0074471645057201385, -0.006880981847643852, -0.03959555923938751, -0.03525177016854286, -0.0011564699234440923, 7.161946996347979e-05, -0.03363025560975075, 0.019784241914749146, -0.00426458241418004, -0.006155130919069052, -0.02053864300251007, -0.0012951003154739738, -0.017427224665880203, -0.02526036649942398, -0.024985451251268387, -0.018060341477394104, -0.025942090898752213, 0.029644250869750977, -0.006041708867996931, -0.0074262130074203014, 0.024251939728856087, 0.007512029726058245, 0.01646140217781067, 0.022441374137997627, -0.025117579847574234, 0.008596125058829784, 0.011119742877781391, -0.004078267607837915, -0.006309150252491236, -0.002267463132739067, -0.006997776683419943, -0.028006866574287415, 0.005349986720830202, 0.029037032276391983, -0.017082009464502335, -0.03594003990292549, 0.027424152940511703, -0.0020253248512744904], [0.018794139847159386, 0.027417941018939018, -0.03218492865562439, -0.03312528878450394, -0.0019309918861836195, 0.004296340048313141, 0.02133903093636036, -0.017966439947485924, 0.010312911123037338, -0.02663448639214039, -0.026970231905579567, 0.018174177035689354, 0.027352945879101753, 0.015197036787867546, 0.0016232894267886877, -0.021955052390694618, -0.0073920851573348045, -0.03289465606212616, -0.014613478444516659, 0.016865534707903862, -0.013551859185099602, 0.025561077520251274, -0.00915798544883728, 0.003782502841204405, -0.035836540162563324, -0.00016116535698529333, -0.009424783289432526, -0.020013583824038506, -0.010963696986436844, -0.004846407100558281, 0.011067742481827736, -0.011419691145420074, -0.003641862189397216, -0.04052751138806343, -0.009001808241009712, 0.010203253477811813, -0.013724783435463905, -0.007333207409828901, 0.02001664601266384, 0.029422177001833916, -0.00429240707308054, 0.014975568279623985, 0.013480533845722675, -0.016264034435153008, 0.004304019268602133, 0.006125514395534992, -0.037388309836387634, -0.04224260151386261, 0.005930135026574135, 0.019430099055171013, -0.01877974532544613, -0.03051256760954857, 0.009738877415657043, 0.02418743260204792, -0.039983414113521576, 0.021723566576838493, -0.0016713119111955166, 0.003281619632616639, -0.030683761462569237, -0.0033679052721709013, 0.014295937493443489, 0.011337649077177048, 0.00680408114567399, -0.022766921669244766, -0.012855511158704758, 0.014695648103952408, 0.030978631228208542, 0.007187943905591965, 0.005029991269111633, 0.0060911099426448345, 0.03844341263175011, 0.06617164611816406, 0.042741335928440094, 0.020549101755023003, 0.0028156335465610027, -0.01372273825109005, 0.02274511381983757, -0.03507014364004135, 0.00013202690752223134, -0.041313536465168, -0.021684711799025536, 0.0017212159000337124, -0.012434583157300949, -0.027897940948605537, -0.008334798738360405, -0.040466830134391785, -0.013416485860943794, -0.026360580697655678, -0.026614779606461525, -0.0009580266196280718, 0.05039559677243233, 0.016980798915028572, 0.04999137297272682, 0.01300110761076212, -0.004461342003196478, 0.06911662220954895, 0.0799136683344841, 0.10602350533008575, 0.0854102224111557, 0.08413910120725632, 0.03057495877146721, 0.036425165832042694, 0.01879861392080784, -0.004744261968880892, -0.055133089423179626, -0.034676443785429, 0.01497839204967022, 0.0002663767954800278, 0.01087150163948536, 0.01585562899708748, 0.0022308549378067255, 0.026222268119454384, 0.01713651604950428, -0.029908770695328712, -0.010420212522149086, -0.009296217933297157, -0.004063831176608801, -0.020809579640626907, -0.022030891850590706, 0.006963280029594898, -0.006608971394598484, 0.020504266023635864, -0.00108388252556324, -0.006155040115118027, 0.05023609474301338, 0.021268099546432495, 0.08100008964538574, 0.1311703771352768, 0.11019285768270493, 0.04661125689744949, 0.0844154879450798, -0.04610371217131615, -0.036442238837480545, -0.07615068554878235, -0.04235269874334335, -0.03324013575911522, -0.04435393959283829, -0.018776951357722282, 0.002454026835039258, -0.036688655614852905, -0.0312541201710701, -0.04078923165798187, -0.01917838864028454, 0.020598063245415688, 0.002572768833488226, 0.02925932966172695, -0.028485067188739777, -0.05421121045947075, 0.05355146899819374, -0.024703016504645348, 0.005475289653986692, -0.04393065348267555, -0.05845160409808159, -0.011783767491579056, 0.010980772785842419, -0.03651340305805206, -0.051101189106702805, -0.034775830805301666, -0.01947426050901413, -0.06467791646718979, -0.10576542466878891, -0.11767539381980896, -0.07201498001813889, -0.082224540412426, -0.00885081198066473, -0.04260312393307686, 0.02252010814845562, 0.020582018420100212, -0.013045551255345345, 0.019076799973845482, -0.02625132165849209, -0.030124491080641747, 0.027474379166960716, 0.011817298829555511, -0.010285143740475178, -0.023319987580180168, 0.06718523800373077, -0.0112582016736269, -0.01784934103488922, 0.01800692453980446, -0.035204626619815826, -0.02635098621249199, 0.010053758509457111, -0.06760270893573761, -0.09928115457296371, -0.14343081414699554, -0.0566183477640152, -0.11341158300638199, -0.15442653000354767, -0.1177646741271019, -0.08704052865505219, -0.03786076605319977, -0.01235775277018547, -0.03985689952969551, -0.014581848867237568, 0.012450771406292915, -0.010876582935452461, -0.02962644025683403, 0.015490731224417686, -0.013145486824214458, 0.012230212800204754, 0.08104439079761505, -0.013010612688958645, 0.08429279923439026, 0.09280360490083694, 0.043469566851854324, 0.06411023437976837, 0.0027628240641206503, 0.003981158137321472, -0.0653422474861145, -0.015961362048983574, -0.03247382491827011, -0.10111016035079956, -0.14523303508758545, -0.07525356858968735, 0.005646707955747843, -0.08561934530735016, -0.17614445090293884, -0.14854492247104645, -0.12209367752075195, 0.0072115156799554825, -0.037476640194654465, -0.04388304054737091, 0.00803401693701744, -0.03801269084215164, -0.033759016543626785, 0.007979965768754482, -0.030028361827135086, 0.0015936404233798385, 0.04330648481845856, 0.03939760476350784, 0.06280086934566498, 0.05198736488819122, 0.06579899787902832, 0.09748382121324539, 0.02873201295733452, 0.04394909739494324, -0.04025207459926605, -0.1404712051153183, -0.11290120333433151, -0.19966870546340942, -0.1557156890630722, -0.055194854736328125, -0.0616641640663147, 0.028001148253679276, -0.07043445110321045, -0.10650327801704407, -0.07490059733390808, -0.00711101246997714, -0.004168924875557423, -0.033481236547231674, -0.015504240058362484, -0.03737509995698929, -0.014921946451067924, 0.021808333694934845, -0.013141147792339325, 0.04397132992744446, -0.006128321401774883, -0.03402849659323692, 0.027166981250047684, 0.017528695985674858, 0.07342123985290527, 0.12522153556346893, 0.07162989675998688, 0.009953838773071766, 0.021544277667999268, 0.024296820163726807, 0.04492204636335373, -0.06028609722852707, -0.12040035426616669, -0.07800737768411636, -0.05510387569665909, 0.050907112658023834, 0.06807400286197662, 0.056851956993341446, -0.005624033976346254, 0.03450867161154747, 0.03606276959180832, 0.00785804633051157, -0.022649729624390602, -0.023985041305422783, -0.021526282653212547, 0.03500930219888687, 0.034980159252882004, 0.02839314006268978, -0.002782155992463231, -0.0779726505279541, 0.003943294286727905, 0.10476063936948776, 0.15545164048671722, 0.09421323984861374, 0.0006017873529344797, -0.02900136634707451, -0.03243736922740936, -0.00912810955196619, 0.05920873582363129, 0.07497819513082504, 0.03358253091573715, 0.024073315784335136, 0.04224129766225815, 0.14336305856704712, 0.12195342034101486, 0.11449648439884186, 0.12954117357730865, 0.0585053488612175, 0.013261641375720501, -0.0014528889441862702, -0.04418366029858589, -0.02327846549451351, -0.004083373583853245, -0.014663945883512497, 0.052496280521154404, -0.002795556327328086, -0.038626354187726974, -8.991431968752295e-05, 0.0563003234565258, 0.030742717906832695, 0.1041162982583046, 0.06530606001615524, -0.03333534300327301, -0.18788117170333862, -0.059345364570617676, 0.015672463923692703, 0.12780611217021942, 0.18524694442749023, 0.14108873903751373, 0.21033437550067902, 0.15139277279376984, 0.10667318850755692, 0.10619524121284485, 0.10466757416725159, 0.18805813789367676, 0.12491083890199661, 0.027806393802165985, 0.013346591033041477, -0.0075917355716228485, -0.04299011453986168, 0.017120489850640297, -0.001806644257158041, -0.0029043706599622965, -0.03581966459751129, -0.0756223127245903, 0.04643229767680168, 0.13994300365447998, -0.008078525774180889, 0.1446530520915985, 0.013134225271642208, -0.12765255570411682, -0.1774333417415619, -0.14417384564876556, -0.004048425238579512, 0.10288282483816147, 0.0654173344373703, 0.06365254521369934, 0.12269799411296844, 0.06937122344970703, 0.15636329352855682, 0.07574672996997833, 0.08966386318206787, 0.2080295830965042, 0.1074913740158081, -0.004467456601560116, -0.005279732868075371, -0.0183981005102396, -0.007405779790133238, 0.024471471086144447, 0.0032444160897284746, 0.005298405420035124, -0.01619674079120159, -0.017398325726389885, 0.04116551950573921, 0.12701299786567688, 0.12565650045871735, 0.1273660659790039, -0.020924054086208344, -0.1491841971874237, -0.2403462678194046, -0.1629824936389923, -0.10539118200540543, 0.031345292925834656, -0.06383641064167023, -0.06518939882516861, 0.0212134700268507, 0.028196699917316437, -0.04601892828941345, 0.05394800752401352, 0.09962786734104156, 0.1691012680530548, 0.05782906338572502, 0.007828112691640854, 0.0064182160422205925, -0.03210742026567459, 0.016083132475614548, 0.0011770951095968485, 0.029868604615330696, -0.012086705304682255, -0.035951413214206696, 0.08017615973949432, 0.08234041929244995, 0.011021041311323643, 0.05583609640598297, 0.02868080325424671, 0.013385185040533543, -0.04318440333008766, -0.11175480484962463, -0.09125746041536331, -0.01245951559394598, -0.11062857508659363, -0.1577184498310089, -0.026452932506799698, 0.07538063079118729, 0.01644306443631649, 0.04184987396001816, 0.05466793105006218, 0.15962648391723633, 0.19489999115467072, 0.12399428337812424, 0.0019174100598320365, 0.013633273541927338, 0.003792111761868, 0.020437752828001976, -0.010934107005596161, 0.007307416759431362, -0.014195632189512253, 0.0376926064491272, 0.13262923061847687, 0.04389297589659691, 0.07574964314699173, 0.031010610982775688, 0.017650187015533447, 0.1199401393532753, 0.00038319118903018534, -0.04918462410569191, 0.0027072576340287924, 0.010997476056218147, -0.12948869168758392, -0.20131362974643707, -0.06304564327001572, 0.0071073658764362335, 0.0409056656062603, 0.032682012766599655, 0.08357595652341843, 0.047167472541332245, 0.0892586037516594, 0.08538111299276352, 0.03152380511164665, -0.011544487439095974, -0.05370429530739784, -0.041598960757255554, 0.01413368433713913, -0.04147602245211601, 0.03378559648990631, -0.005169568583369255, 0.06158309429883957, 0.020870499312877655, 0.07131902873516083, 0.11914084851741791, 0.160894975066185, 0.03156200796365738, -0.0018959266599267721, -0.10788129270076752, -0.026210566982626915, -0.014191203750669956, -0.05954708158969879, -0.1650189757347107, -0.19777460396289825, -0.18272176384925842, -0.011493582278490067, 0.050311386585235596, 0.051282696425914764, 0.06463825702667236, 0.1506781429052353, 0.07204389572143555, -0.009215299040079117, -0.01976649835705757, -0.031069083139300346, 0.007539046928286552, 0.023781614378094673, -0.009867691434919834, -0.016789499670267105, 0.011901481077075005, 0.00381136080250144, 0.015381296165287495, 0.02638939581811428, 0.06528222560882568, 0.0667206421494484, 0.06238781288266182, 0.0738147646188736, -0.06849732249975204, -0.11886176466941833, 0.006619787774980068, -0.10206389427185059, -0.12174595147371292, -0.192249596118927, -0.13799041509628296, -0.08590693026781082, 0.05823344737291336, 0.1182871162891388, 0.10766655951738358, 0.11441695690155029, 0.040851421654224396, -0.05514135584235191, -0.04862683266401291, -0.01504442747682333, 0.021842023357748985, 0.004384702071547508, -0.022762799635529518, 0.0003282537800259888, 0.0035388090182095766, -0.10243561118841171, -0.04463417828083038, -0.026377081871032715, -0.019121956080198288, -0.03144010528922081, -0.011496556922793388, -0.10497837513685226, -0.13384170830249786, -0.026950031518936157, -0.05101232975721359, -0.07455109059810638, -0.1761734038591385, -0.09307535737752914, -0.0248600821942091, -0.07621662318706512, 0.054314348846673965, 0.11016788333654404, 0.07114152610301971, 0.05150460824370384, 0.04843810200691223, -0.025282839313149452, -0.008627098985016346, 0.009739866480231285, 0.0018695341423153877, -0.039178699254989624, 0.0071562910452485085, 0.005153827369213104, -0.030947772786021233, -0.11798332631587982, -0.039580028504133224, 0.009183796122670174, 0.0754735991358757, 0.01050249207764864, 0.047306209802627563, -0.02022947557270527, -0.07519584149122238, -0.019416598603129387, -0.009584212675690651, -0.10687340795993805, -0.060441188514232635, 0.02576528675854206, -0.02082945965230465, -0.08578269928693771, 0.07518370449542999, 0.03478037193417549, -0.020729346200823784, 0.0161834005266428, 0.049537524580955505, 0.020138118416070938, 0.01275494322180748, 0.02687460370361805, -0.01661723293364048, 0.008095654658973217, 0.028703058138489723, 0.004336928483098745, 0.011386972852051258, -0.07591676712036133, -0.04516330733895302, -0.08224450796842575, -0.01926698535680771, 0.09058760851621628, 0.008908870629966259, -0.05230163410305977, 0.02919439785182476, 0.04005095735192299, 0.06686156988143921, 0.023980261757969856, 0.08492603152990341, 0.13970011472702026, 0.058377742767333984, -0.012822848744690418, -0.00926810223609209, -0.02562735043466091, -0.054366178810596466, -0.010693106800317764, -0.002740526106208563, 0.015759259462356567, 0.0217262115329504, 0.0006919435691088438, 0.025488177314400673, -0.040606431663036346, 0.014284150674939156, -0.0013027973473072052, -0.015359192155301571, -0.009682568721473217, -0.016692006960511208, -0.11207646876573563, -0.05846256762742996, 0.07165458053350449, 0.06125110387802124, -0.05392030254006386, -0.02427232824265957, -0.05248183757066727, 0.05102362483739853, 0.057992663234472275, 0.05831003561615944, 0.0745539665222168, 0.008770234882831573, 0.015798328444361687, -0.002738681621849537, -0.028642982244491577, -0.09588371217250824, -0.03368533030152321, -0.031114228069782257, -0.014041958376765251, -0.0327201746404171, 0.0155028086155653, -0.02467951364815235, -0.0003400389105081558, 0.022044790908694267, -0.032225266098976135, -0.04020656645298004, -0.02935606613755226, -0.016525741666555405, -0.08619924634695053, -0.06511352211236954, -0.04780738055706024, -0.07577824592590332, -0.05569465830922127, -0.16337105631828308, -0.038830313831567764, 0.03933600336313248, 0.06427793949842453, 0.07332421839237213, 0.1481255441904068, 0.056196026504039764, -0.02860119566321373, -0.057447563856840134, -0.08144043385982513, -0.09852614998817444, -0.09051793068647385, -0.0849817767739296, 0.010060667991638184, -0.0026473768521100283, -0.021482428535819054, -0.02055814303457737, 0.02670651115477085, -0.04006929323077202, 0.007252815179526806, -0.04249923676252365, -0.0036970418877899647, 0.004116944037377834, -0.042801667004823685, -0.0324968583881855, -0.06376910209655762, -0.04594920948147774, -0.031131064519286156, -0.011379741132259369, 0.022485947236418724, 0.08167669177055359, 0.08147893100976944, 0.08808352053165436, 0.07936718314886093, -0.042382970452308655, -0.026165325194597244, -0.040138643234968185, -0.08189065754413605, -0.0917382538318634, -0.04302545636892319, -0.05288972705602646, -0.01193796657025814, 0.017605124041438103, 0.007621915079653263, -0.03443155437707901, -0.019395409151911736, -0.03481362760066986, -0.02702256105840206, -0.0048913718201220036, -0.03337940201163292, 0.01074629183858633, -0.00966719537973404, 0.013752259314060211, -0.04548994079232216, -0.04452856630086899, 0.0014461413957178593, 0.07158620655536652, 0.07011265307664871, 0.026172181591391563, 0.034523606300354004, -0.023495983332395554, 0.012743511237204075, -0.04210231453180313, 0.00524886604398489, -0.03810351714491844, -0.07715845853090286, -0.022152075543999672, -0.012662310153245926, -0.007852454669773579, -0.0045090653002262115, 0.015294937416911125, -0.04254896193742752, 0.00598208187147975, 0.013757424429059029, -0.04166341572999954, -0.0018194986041635275, -0.023391949012875557, -0.03744674101471901, 0.019312510266900063, -0.025239944458007812, -0.021199844777584076, -0.023254720494151115, 0.008593841455876827, -0.01164119690656662, 0.038116455078125, 0.006136759649962187, 0.04545558989048004, 0.050613392144441605, 0.06209489330649376, 6.595626473426819e-06, 0.004428488668054342, -0.022834859788417816, -0.017184603959321976, 0.004425106104463339, -0.022618519142270088, -0.02324988879263401, -0.04222113639116287, -0.043361932039260864, 0.027678357437253, 0.010160036385059357, -0.018943408504128456, 0.005713221151381731, 0.008570271544158459, 0.023887762799859047, 0.012566186487674713, -0.004371247254312038, -0.012706009671092033, -0.03207289054989815, 0.00601942976936698, -0.03379285708069801, -0.03720717877149582, 0.04245076701045036, 0.030093928799033165, -0.036142412573099136, -0.016239069402217865, -0.02522088959813118, -0.0240225438028574, 0.004527963697910309, -0.027135977521538734, 0.0006107653607614338, 0.023658500984311104, -0.02605370618402958, 0.013721185736358166, -0.013259327039122581, -0.022111916914582253, -0.020426897332072258, 0.025014718994498253, -0.010794809088110924, 0.019362540915608406, 0.02551649697124958, -0.042204827070236206, -0.022104306146502495, 0.02530885674059391, 0.02473091147840023, 0.02055819146335125, 0.011186550371348858, -0.017744703218340874, -0.026221850886940956, -0.012883979827165604, -0.03480164706707001, -0.00961214303970337, -0.0176557544618845, 0.01597617380321026, -0.024016253650188446, 0.02983543463051319, 0.026304204016923904, 0.008890914730727673, -0.023273199796676636, 0.0024333421606570482, -0.019026795402169228, -0.03965454921126366, -0.009044049307703972, -0.04047038406133652, -0.005087575875222683, 0.02437933348119259, -0.03419383615255356], [0.012303171679377556, -0.0005748674157075584, 0.010793453082442284, 0.050308044999837875, 0.0015018617268651724, -0.008043491281569004, 0.049920398741960526, 0.05209017172455788, 0.02146739698946476, 0.02710500918328762, -0.005923788994550705, 0.004669748246669769, 0.03862554952502251, 0.005650663748383522, 0.005694647319614887, 0.04769735038280487, 0.016933197155594826, 0.02489364705979824, 0.013631949201226234, 0.039044033735990524, -0.0044758995063602924, -0.009946096688508987, -0.007845209911465645, 0.026889437809586525, 0.035066280514001846, 0.0474870391190052, 0.015390882268548012, 0.02860873006284237, 0.054255519062280655, -0.0076834033243358135, 0.036734942346811295, 0.019056955352425575, 0.025256264954805374, 0.039477016776800156, 0.003713412908837199, 0.05289113521575928, 0.0014345841482281685, 0.013814941048622131, -5.06284341099672e-05, 0.04251605644822121, 0.04053401201963425, 0.041057001799345016, 0.03581903874874115, -0.009702774696052074, 0.024864088743925095, -0.007554858922958374, 0.007593520451337099, -0.007710210047662258, -0.0053715817630290985, 0.031054865568876266, 0.05372019112110138, 0.0031368760392069817, 0.023080425336956978, 0.019653843715786934, -0.010097818449139595, 0.011478235945105553, 0.003624103032052517, 0.027848778292536736, 0.050252970308065414, 0.052602436393499374, 0.0427408367395401, 0.004916944541037083, 0.053809914737939835, 0.013111287727952003, -0.005501405335962772, 0.03817354142665863, 0.01474312786012888, 0.04022272676229477, -0.0261375829577446, 0.018994087353348732, 0.02825041487812996, 0.016220612451434135, 0.03135963901877403, 0.020317986607551575, 0.07371289283037186, 0.051827941089868546, 0.07680462300777435, 0.039004988968372345, 0.06865444779396057, 0.011493584141135216, 0.008603788912296295, -0.009236309677362442, 0.012237800285220146, -0.0007597580552101135, 0.02552257664501667, 0.04180619493126869, 0.03788185492157936, 0.021768832579255104, 0.012357823550701141, -0.007233713753521442, 0.019318968057632446, -0.0013611008180305362, 0.0286985132843256, -0.016437673941254616, -0.004437140189111233, 0.0165697131305933, -0.03856419026851654, 0.020665371790528297, 0.027942847460508347, -0.008101786486804485, 0.021536145359277725, 0.017218248918652534, 0.04511091113090515, 0.10628907382488251, 0.09998542070388794, 0.04646940529346466, 0.022674743086099625, 0.04693271964788437, 0.021815301850438118, -0.0006322628469206393, 0.04665856435894966, 0.004534830339252949, 0.011859312653541565, 0.039677564054727554, 0.0026917215436697006, -0.010586682707071304, 0.016009515151381493, 0.06824278831481934, 0.020750710740685463, -0.00396701879799366, 0.034577302634716034, 0.01100260578095913, 0.014924299903213978, -0.011430761776864529, -0.019935403019189835, -0.03730621188879013, -0.027248043566942215, -0.053349774330854416, 0.026751894503831863, -0.036020368337631226, -0.01816367171704769, 0.11174684017896652, 0.048477910459041595, 0.05386662483215332, -0.005381347145885229, 0.006017936859279871, 0.020932473242282867, 0.02440457232296467, -0.007207806222140789, 0.015230708755552769, 0.005580323748290539, -0.0038684546016156673, 0.05766892060637474, 0.048775527626276016, 0.0056785657070577145, 0.04031679034233093, 0.0339869000017643, 0.01549458410590887, 0.019444307312369347, 0.017382271587848663, 0.03092242032289505, 5.091310231364332e-05, -0.02311471477150917, -0.09824614226818085, -0.029084447771310806, -0.04750183969736099, 0.014957765117287636, -0.0010111926821991801, 0.019585873931646347, 0.11775312572717667, 0.08792038261890411, 0.022780966013669968, -0.01717858575284481, 0.0719631239771843, 0.009278972633183002, 0.03453904017806053, 0.02457297407090664, 0.02841402031481266, 0.027942756190896034, -0.009997580200433731, 0.016806282103061676, 0.04415559396147728, 0.01046013180166483, 0.026191996410489082, 0.005976203829050064, 0.00618151156231761, -0.044650010764598846, -0.0014149161288514733, -0.062083031982183456, -0.046927884221076965, -0.07140595465898514, -0.04307378828525543, -0.0722329393029213, -0.027700789272785187, -0.12521162629127502, -0.1269260048866272, -0.10353987663984299, 0.0019257793901488185, 0.03116271086037159, 0.00810574647039175, 0.03784121200442314, 0.02144441194832325, 0.05794670805335045, 0.026978662237524986, 0.05493095517158508, 0.007617163006216288, 0.01751486212015152, 0.057844653725624084, -0.002910517854616046, 0.05432308837771416, 0.014909790828824043, 0.009632011875510216, -0.040501661598682404, -0.0893380343914032, -0.06208460405468941, -0.027268657460808754, -0.05163959786295891, -0.07756025344133377, -0.015343918465077877, -0.041500307619571686, -0.06092832237482071, -0.013149283826351166, -0.1074853464961052, -0.040441203862428665, -0.018172716721892357, 0.0380079559981823, -0.01387636549770832, 0.03245019540190697, 0.02981431782245636, 0.02074357122182846, 0.07332044839859009, -0.0015925511252135038, 0.004708298482000828, 0.005655092187225819, 0.04917868599295616, 0.010567499324679375, 0.049484092742204666, -0.003211857518181205, 0.05827075242996216, 0.017788980156183243, -0.09348445385694504, -0.10258171707391739, -0.08630973100662231, -0.058028705418109894, -0.025457073003053665, -0.03186051920056343, 0.03530673682689667, 0.05954927206039429, -0.01258749421685934, -0.11969742178916931, -0.13550293445587158, -0.0447586253285408, -0.010798528790473938, 0.032823387533426285, 0.018670205026865005, 0.0866953656077385, -0.03903236612677574, -0.04794953763484955, -0.01371034886687994, 0.03433797135949135, 0.0021136212162673473, 4.195295332465321e-05, -0.010239135473966599, 0.050930168479681015, 0.030317483469843864, 0.008292034268379211, 0.01542326807975769, -0.04518003389239311, -0.049785252660512924, -0.046520620584487915, -0.0344451405107975, 0.041126590222120285, 0.04657349735498428, 0.06647880375385284, 0.01831996440887451, 0.0560111477971077, -0.10317077487707138, -0.2241864651441574, -0.14269204437732697, -0.07492680847644806, -0.029601668938994408, 0.041002027690410614, -0.029752986505627632, -0.01497195940464735, -0.12263987958431244, -0.02417694590985775, -0.06337618082761765, 0.0070470781065523624, 0.006161973811686039, 0.002870708703994751, -0.007112329825758934, 0.0352184996008873, 0.044167496263980865, -0.0012866971082985401, -0.014116606675088406, -0.03977537900209427, -0.045955926179885864, -0.027907252311706543, -0.02588699199259281, 0.07226720452308655, 0.03416666388511658, 0.007097712717950344, 0.01445425022393465, 0.03851322829723358, -0.023455969989299774, -0.07594481855630875, 0.005559565965086222, 0.033694129437208176, 0.046560946851968765, -0.0019357268465682864, -0.0399760901927948, -0.0006651545991189778, -0.00999239832162857, -0.040496598929166794, -0.07415811717510223, 0.010793168097734451, 0.028233107179403305, 0.004804604686796665, 0.03400423750281334, 0.006258141249418259, -0.017343612387776375, 0.0183554757386446, -0.0250899288803339, -0.012399043887853622, -0.0520261786878109, 0.01561481412500143, -0.04863486811518669, 0.03653167560696602, 0.07134534418582916, 0.005205737426877022, 0.020902136340737343, -0.05640517920255661, 0.029088156297802925, 0.09702485054731369, 0.07346634566783905, 0.10524362325668335, 0.03134473040699959, 0.013252251781523228, -0.09874963015317917, -0.044375304132699966, -0.019123680889606476, 0.005516891833394766, -0.0070615001022815704, -0.02450069598853588, 0.021766934543848038, 0.003964465111494064, 0.04814915731549263, 0.04252497851848602, 0.018089178949594498, -0.0038051935844123363, -0.05036240071058273, -0.025465160608291626, 0.019608553498983383, 0.015307157300412655, -0.038556262850761414, 0.023599058389663696, 0.029054004698991776, 0.02597746253013611, 0.04571954905986786, 0.02776583470404148, 0.07834483683109283, 0.0992097482085228, 0.08618417382240295, 0.020362194627523422, 0.029767993837594986, -0.04225701093673706, -0.07434920221567154, -0.003215458942577243, -0.0328512117266655, 0.026729386299848557, 0.04954308271408081, -1.1890555470017716e-05, 0.03550177067518234, 0.04220988228917122, 0.04306931421160698, 0.03187749534845352, -0.01876031793653965, -0.03575141727924347, -0.06104496121406555, -0.03731724992394447, 0.07300606369972229, 0.02830412983894348, -0.00038701362791471183, 0.11399547755718231, 0.08059176802635193, 0.028475763276219368, 0.07784219086170197, 0.03108014538884163, 0.09296286106109619, 0.12908433377742767, -0.01089518703520298, 0.011067608371376991, 0.006444732658565044, 0.0107430936768651, -0.008383380249142647, -0.0006111410912126303, -0.02987036481499672, -0.007384803146123886, -0.030577637255191803, -0.03551926463842392, -0.015037369914352894, 0.0007278192206285894, 0.014776159077882767, 0.010856986045837402, 3.596496389945969e-05, 0.03039819933474064, -0.03803861513733864, -0.01815538853406906, 0.009782697074115276, 0.06411760300397873, 0.05059954896569252, 0.15180207788944244, 0.0501486212015152, 0.0801965743303299, 0.06821203976869583, -0.010021786205470562, -0.0463501438498497, -0.017211729660630226, -0.054121796041727066, 0.034383900463581085, 0.11505139619112015, 0.04748458415269852, 0.06728284806013107, 0.05242607370018959, 0.00512238685041666, -0.09663058072328568, -0.0389237143099308, -0.019219856709241867, -0.018210070207715034, -0.012906167656183243, -0.00665634498000145, 0.01944868452847004, 0.03107687644660473, 0.03856460005044937, 0.021295132115483284, 0.017648620530962944, 0.013292147777974606, 0.14078360795974731, 0.19302362203598022, 0.08198624849319458, -0.014478014782071114, -0.002967537846416235, -0.0023945365101099014, -0.07149998098611832, -0.040226440876722336, -0.09982993453741074, -0.06240440905094147, 0.043948154896497726, 0.17393362522125244, 0.12796711921691895, 0.15499617159366608, 0.06780080497264862, -0.002629620023071766, -0.013918150216341019, -0.033951081335544586, -0.0034493894781917334, -0.039222460240125656, -0.0027686869725584984, 0.04272185638546944, 0.03717465326189995, 0.02854989841580391, 0.02152705378830433, -0.010943873785436153, 0.02594473958015442, -0.029830360785126686, 0.09172971546649933, 0.16442625224590302, 0.1196959987282753, 0.06770934164524078, 0.06549394875764847, 0.050260279327631, 0.018049538135528564, -0.016155177727341652, -0.19320541620254517, -0.09662533551454544, -0.013788769021630287, 0.1591719090938568, 0.18537841737270355, 0.08315438777208328, -0.045092303305864334, -0.009415253065526485, -0.044273555278778076, 6.125120853539556e-05, -0.04947010800242424, -0.019741499796509743, 0.008076433092355728, 0.03618193790316582, -0.012475872412323952, 0.03816470876336098, 0.055285435169935226, 0.029662054032087326, 0.027757378295063972, -0.08277584612369537, 0.031385891139507294, 0.13687004148960114, 0.12953494489192963, 0.11749668419361115, 0.15849512815475464, 0.0982213094830513, 0.1364142894744873, 0.04645536467432976, -0.06730005890130997, -0.031217385083436966, -0.011681552976369858, 0.04080241918563843, 0.0905223935842514, 0.004195749759674072, -0.05830550938844681, 0.02587616816163063, -0.014618816785514355, -0.0071796514093875885, -0.09605342894792557, -0.005214064847677946, -0.0042271395213902, 0.05023536458611488, 0.04996363818645477, 0.047625452280044556, 0.046686891466379166, -0.049038760364055634, -0.024163443595170975, -0.076327845454216, -0.08105397969484329, -0.002020325278863311, 0.030047297477722168, 0.08916036784648895, 0.06248297169804573, 0.1940353661775589, 0.10978138446807861, 0.060595836490392685, 0.06324701756238937, 0.025031916797161102, 0.0014167207991704345, -0.02690696157515049, -0.040151745080947876, -0.05891810730099678, 0.0033680428750813007, -0.02465367130935192, -0.028947649523615837, -0.07987890392541885, -0.01218267809599638, 0.026389002799987793, 0.0011201114393770695, 0.007535894867032766, 0.03059372864663601, 0.012442924082279205, 0.010149509645998478, -0.03410272300243378, -0.004498150199651718, -0.11234108358621597, -0.056467048823833466, 0.010154267773032188, 0.04110486060380936, 0.058440376073122025, 0.1324232667684555, 0.14754921197891235, 0.07721009105443954, 0.01792602241039276, 0.037230126559734344, 0.04056605324149132, 0.04837176203727722, 0.012282343581318855, -0.018631156533956528, 0.009217638522386551, -0.042291030287742615, -0.0375196747481823, -0.06575359404087067, 0.009607012383639812, -0.03691250830888748, 0.009919542819261551, 0.013691404834389687, 0.013970432803034782, -0.0012431831564754248, 0.06324531883001328, 0.018420401960611343, -0.04762820899486542, -0.042176153510808945, -0.04981611296534538, -0.12584343552589417, -0.09648461639881134, 0.0540829561650753, 0.036631081253290176, 0.020191747695207596, 0.05667702853679657, 0.005554223898798227, 0.07970725744962692, 0.0729963481426239, 0.036211613565683365, -0.05043742060661316, -0.07169903814792633, -0.06713734567165375, 0.01764625683426857, -0.06631798297166824, -0.07798538357019424, -0.05098096653819084, -0.041436128318309784, -0.0043571810238063335, 0.0024481862783432007, 0.029884109273552895, -0.007775161415338516, -0.0018904656171798706, 0.05826639011502266, -0.006717383395880461, 0.013298523612320423, -0.03824673593044281, -0.022883815690875053, -0.032295309007167816, -0.03847251459956169, 0.02355192042887211, -0.04644195735454559, 0.007104928605258465, 0.10773187130689621, 0.030640775337815285, 0.13510626554489136, 0.15688203275203705, 0.0840417891740799, -0.019672201946377754, -0.10124844312667847, 0.030502701178193092, 0.009279564954340458, -0.09400784969329834, -0.09898436069488525, -0.09032513946294785, -0.014847288839519024, -0.0014310998376458883, 0.033016450703144073, 0.011414797976613045, -0.0017836808692663908, 0.049806635826826096, 0.0029775239527225494, 0.04462730512022972, 0.05029921978712082, 0.025432396680116653, -0.003939283080399036, -0.05535341799259186, -0.09697061777114868, -0.06559095531702042, -0.01270483247935772, 0.018606269732117653, 0.005910830106586218, 0.14914287626743317, 0.1848938912153244, 0.21836741268634796, 0.05261494591832161, -0.03263237699866295, -0.0535905621945858, -0.0008228560327552259, -0.025160349905490875, -0.02625584416091442, -0.025846049189567566, -0.0188128761947155, 0.01751808635890484, 0.018861960619688034, 0.05619907006621361, 0.05560539290308952, 0.01575041189789772, 0.05580760911107063, 0.026846179738640785, 0.04307079687714577, 0.03531806170940399, 0.031068135052919388, 0.03643631190061569, -0.007271653972566128, -0.01163714099675417, -0.015292929485440254, -0.058316633105278015, -0.056102950125932693, -0.022752342745661736, 0.106080561876297, 0.07917334884405136, 0.038969963788986206, -0.04070102050900459, -0.08361098915338516, -0.04244345426559448, -0.02384120784699917, -0.03404831141233444, -0.021311338990926743, -0.05381190776824951, -0.02247101254761219, 0.03137025237083435, -0.0003681372618302703, 0.0002466959704179317, 0.030567040666937828, 0.011405335739254951, 0.029363388195633888, 0.001975802704691887, 0.06133471056818962, 0.03177541121840477, 0.043491180986166, 0.06451010704040527, 0.05340199172496796, 0.046522874385118484, 0.006237576249986887, -0.011598576791584492, 0.01653551682829857, 0.06319068372249603, 0.04320845752954483, -0.034978821873664856, -0.10302042216062546, -0.10040290653705597, -0.06734850257635117, -0.0767950564622879, -0.05272701755166054, 0.03484414890408516, -0.02480471320450306, 0.011099329218268394, 0.051460787653923035, -0.013543197885155678, 0.04860131815075874, 0.01883920282125473, -0.0032299039885401726, 0.03316396847367287, -0.009151602163910866, 0.04059751704335213, 0.02127811498939991, 0.035696905106306076, 0.038889359682798386, 0.05575166642665863, 0.03814345598220825, 0.030455956235527992, 0.008809451945126057, -0.0167238749563694, -0.010782035999000072, -0.041375111788511276, -0.07155941426753998, -0.09735734760761261, -0.021502269431948662, -0.037304189056158066, -0.03151334822177887, 0.008336132392287254, -0.0039007016457617283, 0.02689169906079769, -0.014783315360546112, -0.002276299986988306, 0.044552356004714966, -0.0037470548413693905, 0.0047920746728777885, 0.008594587445259094, 0.03527582809329033, 0.028408097103238106, -0.0011717169545590878, -0.0003731873584911227, 0.013862710446119308, 0.010242350399494171, 0.03165416419506073, 0.04465411230921745, 0.023789552971720695, -0.004895019344985485, 0.025538848713040352, 0.013758673332631588, 0.03221157193183899, -0.010032960213720798, -0.029868869110941887, 0.029025964438915253, -0.00941493920981884, 0.009360706433653831, 0.05212227627635002, -0.011759838089346886, -0.003007357707247138, 0.026768511161208153, -0.017671264708042145, -0.003647384699434042, 0.04208177328109741, -0.008355504833161831, 0.03963557258248329, 0.02347947098314762, -0.004969813860952854, 0.052348870784044266, 0.0007931271684356034, 0.016820522025227547, 0.027883348986506462, 0.04655059799551964, 0.050325196236371994, 0.046092089265584946, 0.03096112050116062, 0.00017650926019996405, 0.010976914316415787, 0.009706573560833931, 0.031049096956849098, -0.00047907192492857575, 0.008300981484353542, 0.03034822829067707, 0.005719996057450771, 0.0009331756737083197, -0.006017530336976051, 0.022438203915953636, -0.008164881728589535, 0.034966375678777695, 0.008791595697402954, -0.004330527503043413, 0.047499049454927444, 0.018798889592289925, 0.037835437804460526, 0.046387698501348495, 0.024696873500943184], [-0.01745001971721649, -0.003887547180056572, 0.004138088319450617, -0.017316177487373352, 0.027803391218185425, 0.033018313348293304, 0.032734401524066925, 0.0171830877661705, -0.0009439055575057864, -0.01699397712945938, -0.004711291752755642, 0.031390246003866196, -0.0161096453666687, 0.021243557333946228, -0.015953771770000458, -0.02347411960363388, 0.009119568392634392, 0.0006360720726661384, -0.008818095549941063, 0.022556666284799576, -0.028703562915325165, -0.020638875663280487, 0.013950606808066368, 0.01714027300477028, 0.03103036992251873, 0.028751637786626816, -0.015571264550089836, -0.014915801584720612, -0.0005301646306179464, -0.027685288339853287, 0.0033287545666098595, 0.0027842200361192226, -0.024036172777414322, 0.007849167101085186, -0.029282081872224808, 0.010319704189896584, 0.004116327967494726, -0.023289119824767113, 0.007727030664682388, -0.031313456594944, 0.0034755656961351633, -0.006026513408869505, 0.035060204565525055, 0.03298037871718407, -0.02290714532136917, 0.007670342922210693, 0.014977792277932167, 0.008886490948498249, -0.009026965126395226, -0.022443637251853943, 0.01277804933488369, -0.0324721597135067, -0.0034995023161172867, -0.034441977739334106, -0.012550044804811478, 0.032390400767326355, -0.0082631167024374, -0.014040423557162285, -0.02441321313381195, 0.017746031284332275, -0.01575525850057602, -0.018943853676319122, -0.0006018737913109362, 0.00900479406118393, 0.03112982027232647, -0.02877928875386715, 0.018817564472556114, 0.023968661203980446, 0.03222222998738289, -0.020231325179338455, 0.0005909756291657686, 0.029766958206892014, -0.011093631386756897, -0.007290000561624765, 0.0180128775537014, 0.051429633051157, -0.015060212463140488, -0.022179320454597473, 0.021578311920166016, 0.025845568627119064, 0.02248535305261612, 0.02591298148036003, 0.0033573443070054054, 0.012176457792520523, 0.015084747225046158, -0.02828371897339821, -0.02215588465332985, -0.031497567892074585, -0.034093163907527924, 0.027537792921066284, 0.008998129516839981, 0.002396617317572236, -0.004402153193950653, -0.028362052515149117, -0.0504414439201355, -0.020276471972465515, -0.01152974832803011, -0.014960182830691338, -0.006935520563274622, -0.06737049669027328, -0.05189000442624092, 0.012610523961484432, 0.05097512900829315, 0.026437383145093918, 0.031334906816482544, 0.01992829144001007, 0.015470924787223339, -0.020922763273119926, 0.029232796281576157, -0.007009393535554409, 0.03109230101108551, -0.029736101627349854, 0.028009790927171707, -0.031954117119312286, 0.013356974348425865, 0.034793466329574585, -0.02333487756550312, -0.02117173559963703, -0.015407077036798, -0.022097183391451836, -0.04832739382982254, -0.023015538230538368, -0.02044839970767498, -0.021273674443364143, -0.006113593000918627, -0.02661895379424095, -0.07002555578947067, -0.09335117042064667, -0.03249349445104599, -0.026134561747312546, -0.050029855221509933, -0.00820897426456213, -0.02181190438568592, 0.07294007390737534, 0.05058787390589714, 0.02773166075348854, -0.03000611811876297, -0.013150058686733246, -0.013780904933810234, -0.003900775918737054, -0.012958845123648643, -0.013310154899954796, -0.011742847040295601, 0.03432619944214821, -0.013497910462319851, 0.01777133345603943, 0.005586512386798859, 0.01807178556919098, 0.008695702068507671, -0.013941661454737186, -0.018193289637565613, -0.007028854917734861, -0.06174571439623833, -0.12669497728347778, -0.12461802363395691, -0.0542651042342186, -0.11079974472522736, -0.0968787744641304, -0.10134618729352951, -0.09277886152267456, -0.06312788277864456, -0.043031953275203705, -0.004821691662073135, 0.017730867490172386, 0.018307391554117203, -0.006946866866201162, 0.019107602536678314, -0.0019239381654188037, -0.0008223795448429883, 0.027486328035593033, 0.02277461811900139, -0.009398328140377998, 0.027140984311699867, 0.03110908344388008, 0.06722749769687653, 0.015183652751147747, 0.010600951500236988, 0.04808785393834114, 0.006230732426047325, 0.11610262095928192, 0.006769402418285608, -0.016744570806622505, -0.023577727377414703, -0.11047163605690002, -0.17760570347309113, -0.07406269758939743, -0.09810667484998703, -0.0007719004061073065, 0.006491019856184721, 0.07155253738164902, 0.052126552909612656, 0.056157615035772324, 0.03243992477655411, -0.04820158705115318, 0.01734093390405178, -0.007975883781909943, 0.03664190322160721, 0.03110373206436634, 0.04069584608078003, 0.030222726985812187, -0.01865299977362156, -0.05007379502058029, 0.004563130903989077, -0.020854676142334938, -0.02709137834608555, -0.028256848454475403, 0.11770334094762802, 0.09597966074943542, 0.06465087831020355, -0.04840869456529617, -0.06583461910486221, -0.19412612915039062, -0.15790392458438873, -0.092190220952034, 0.015457667410373688, 0.04144381731748581, -0.0010503632947802544, 0.04486153647303581, 0.047296732664108276, 0.10710804164409637, 0.05386647954583168, 0.017174607142806053, 0.004827652592211962, -0.02828023210167885, -0.036880262196063995, 0.024569939821958542, 0.04018294811248779, 0.005000855308026075, -0.030145354568958282, -0.04163820669054985, -0.018330447375774384, 0.0009629132691770792, 0.003330228617414832, 0.08973534405231476, 0.07988421618938446, -0.0022124508395791054, 0.036634184420108795, -0.029674218967556953, -0.032264720648527145, -0.1432957798242569, -0.2594562768936157, -0.16225525736808777, 0.04816671088337898, 0.043574877083301544, -0.0016534723108634353, 0.0217936709523201, 0.04916488379240036, 0.03910284861922264, 0.051607709378004074, 0.03635067492723465, -0.00950335431843996, 0.008884577080607414, 0.02939824014902115, 0.039281412959098816, -0.0231898445636034, -0.0019657411612570286, 0.05551360920071602, -0.05351996794342995, -0.020905569195747375, 0.03567894175648689, 0.0034710601903498173, 0.026547053828835487, -0.01519416831433773, 0.011601760052144527, 0.016571294516324997, 0.0715269222855568, -0.0956430435180664, -0.20794080197811127, -0.2137138545513153, 0.005555504467338324, 0.07752995193004608, 0.04468256235122681, 0.09178787469863892, 0.11422675848007202, 0.09421021491289139, 0.0651535838842392, 0.06391401588916779, 0.025920556858181953, -0.01646365597844124, -0.008685845881700516, -0.031675297766923904, -0.010795604437589645, 0.04533751681447029, -0.020228642970323563, 0.012154854834079742, 0.017162080854177475, -0.0631306916475296, -0.023245345801115036, -0.01759464479982853, 0.03392627090215683, -0.05041586980223656, -0.0357559435069561, 0.01970907300710678, 0.038553450256586075, -0.1839407980442047, -0.19205212593078613, -0.05332820490002632, 0.03952544927597046, 0.006863956339657307, 0.19888342916965485, 0.14674651622772217, 0.18236234784126282, 0.04643339663743973, -0.008032945916056633, -0.029932714998722076, 0.0265114177018404, -0.025831222534179688, -0.033307477831840515, 0.019214671105146408, 0.007170455064624548, 0.06554684042930603, 0.06449940800666809, -0.006350546143949032, -0.034836169332265854, -0.0898374691605568, -0.03141726553440094, 0.04683315008878708, 0.016826927661895752, -0.03200588375329971, -0.01629030890762806, 0.05235251411795616, 0.04613059386610985, -0.061005644500255585, -0.14246314764022827, 0.08021147549152374, 0.0052005876787006855, 0.07699134945869446, 0.2387409508228302, 0.19219331443309784, 0.12898536026477814, -0.0009743450209498405, -0.05824903026223183, -0.035149600356817245, -0.04417971521615982, -0.02688032016158104, -0.015389039181172848, -0.021008208394050598, -0.0020616964902728796, 0.027057945728302002, 0.06884218007326126, -0.041611507534980774, -0.008914613164961338, -0.01901361718773842, 0.005081765819340944, 0.060804836452007294, 0.02584933489561081, 7.060881762299687e-05, 0.07532896101474762, 0.02042492851614952, 0.03165283799171448, -0.10769892483949661, 0.09470482915639877, 0.016934767365455627, -0.005404414609074593, 0.14259152114391327, 0.10207411646842957, 0.10707030445337296, 0.05808262154459953, 0.01572812907397747, -0.004011913668364286, -0.020358944311738014, -0.04845162853598595, 0.01733984425663948, 0.00012198660988360643, -0.0044926851987838745, 0.010210724547505379, 0.005029038526117802, 0.019020553678274155, -0.04191101714968681, -0.01212799921631813, 0.019236383959650993, 0.0075274002738296986, -0.02724204771220684, 0.06225939840078354, 0.06222742795944214, 0.055529944598674774, -0.014214696362614632, -0.13070355355739594, -0.06264974176883698, 0.10955995321273804, 0.03306221961975098, 0.058459412306547165, 0.13765202462673187, 0.10059984028339386, 0.13541080057621002, 0.02693626843392849, 0.0018915359396487474, -0.04222974181175232, -0.02962026186287403, -0.02188028208911419, -0.03946328163146973, -0.014850204810500145, 0.004929646849632263, 0.012050368823111057, 0.020739512518048286, -0.0005033314228057861, -0.02745579369366169, 0.037263721227645874, -0.08051366358995438, -0.026888743042945862, -0.014063596725463867, 0.00802176259458065, 0.0780513659119606, -0.05553954839706421, -0.10841099917888641, -0.07289120554924011, 0.06347289681434631, 0.0807037502527237, 0.005392336752265692, 0.02498744986951351, 0.110779769718647, 0.13835275173187256, 0.07931029796600342, -0.015965815633535385, -0.039147429168224335, 0.015921084210276604, -0.028723739087581635, -0.0071472120471298695, -0.03599861264228821, -0.027685504406690598, -0.010980647057294846, -0.03331968933343887, -0.013559377752244473, 0.04263497143983841, -0.030180074274539948, -0.09166456758975983, -0.08860080689191818, 0.0036566308699548244, 0.01890268363058567, -0.03546299412846565, -0.05770471692085266, -0.22870858013629913, -0.16427890956401825, -0.09502469003200531, 0.13726741075515747, 0.03795751929283142, -0.10402337461709976, 0.1157437413930893, 0.04152260720729828, 0.03698917105793953, 0.014056053012609482, -0.052581023424863815, -0.06161007657647133, -0.03533386439085007, -0.08572204411029816, -0.04992768168449402, -0.027789132669568062, -0.027555830776691437, -0.020981553941965103, -0.004657131619751453, 0.006351918447762728, 0.017261119559407234, -0.03712434321641922, -0.09533530473709106, -0.013116361573338509, 0.024341987445950508, -0.008631828241050243, -0.041778430342674255, -0.0037112035788595676, -0.13958169519901276, -0.11864835768938065, 0.0013058871263638139, 0.04706533998250961, -0.06411940604448318, -0.06073325499892235, -0.010790647938847542, -0.012126587331295013, -0.030288878828287125, -0.0825062170624733, -0.027057258412241936, -0.07799068093299866, -0.0898832455277443, -0.09854763746261597, -0.04466260224580765, -0.01750880293548107, -0.04037048667669296, 0.008838845416903496, -0.03216253221035004, -0.005123330745846033, -0.038240037858486176, -0.049657098948955536, -0.07983305305242538, -0.08107464760541916, -0.05013982579112053, -0.06503381580114365, -0.051422636955976486, 0.028403908014297485, 0.020266417413949966, -0.05101214349269867, 0.08206846565008163, 0.06761825084686279, -0.06777843832969666, -0.11320318281650543, -0.07498068362474442, 0.012701106257736683, -0.07185016572475433, -0.09114070236682892, -0.0792613998055458, -0.12285992503166199, -0.07207795977592468, -0.08336050063371658, -0.031826067715883255, -0.036604784429073334, 0.002288680523633957, 0.009996330365538597, 0.006196114234626293, -0.012869056314229965, -0.011431025341153145, -0.042767561972141266, -0.08091878890991211, -0.07711012661457062, -0.04206060618162155, -0.06116906553506851, -0.08144047111272812, 0.008412436582148075, 0.02022520825266838, 0.08566582202911377, 0.1854228675365448, 0.08246533572673798, -0.011125726625323296, -0.0810374915599823, -0.04280054569244385, 0.05519335716962814, -0.005575387738645077, -0.04487801343202591, -0.08861054480075836, -0.14568491280078888, -0.09927091747522354, -0.09154950082302094, 0.010224305093288422, 0.025718118995428085, 0.0022239978425204754, -0.011844893917441368, 0.005948107689619064, -0.006388040725141764, -0.016282562166452408, -0.08539286255836487, -0.04101157188415527, -0.05760391801595688, -0.11853456497192383, -0.0312320739030838, 0.06029250845313072, 0.012717153877019882, 0.11163119971752167, 0.10873221606016159, 0.04561247304081917, 0.0707257091999054, -0.0369906984269619, -0.14569887518882751, -0.04924004152417183, -0.009112132713198662, -0.07184555381536484, -0.13863593339920044, -0.10871391743421555, -0.13870146870613098, -0.10652709752321243, -0.025649990886449814, 0.010288144461810589, 0.0032062488608062267, 0.012354619801044464, -0.010773556306958199, 0.005870935507118702, 0.022522620856761932, -0.016842180863022804, -0.07938063144683838, -0.13997799158096313, -0.13615933060646057, -0.07555139064788818, -0.07937995344400406, -0.031426552683115005, -0.007150180637836456, 0.03690662235021591, 0.12947341799736023, 0.13170702755451202, -0.019588492810726166, -0.058192186057567596, -0.16828997433185577, -0.060146432369947433, -0.044757869094610214, -0.11025707423686981, -0.156213641166687, -0.09427867084741592, -0.0870877131819725, -0.10395826399326324, -0.03652011975646019, -0.04038418456912041, 0.02609061822295189, 0.018830828368663788, 0.024200573563575745, -0.010686464607715607, 0.0045941490679979324, -0.027334505692124367, -0.07885488867759705, -0.045745715498924255, -0.08078212291002274, -0.07605134695768356, -0.048639122396707535, -0.014567086473107338, -0.04863901808857918, 0.08427803963422775, 0.13896633684635162, 0.11553305387496948, -0.1008400022983551, -0.07955173403024673, -0.09400790929794312, -0.09218255430459976, -0.06113380938768387, -0.1442570984363556, -0.09795640408992767, -0.05288035795092583, -0.06559634953737259, 0.0086087416857481, -0.020377319306135178, -0.005931040272116661, -0.03352869674563408, 0.000866640533786267, 0.016453679651021957, -0.028514184057712555, -0.005205065011978149, -0.004993103910237551, -0.019267190247774124, -0.08287276327610016, -0.01600298099219799, 0.04605792462825775, 0.030870120972394943, -0.016109609976410866, 0.004631851799786091, 0.065574049949646, 0.05139705166220665, 0.006738242693245411, -0.07713942229747772, -0.07898085564374924, -0.14587648212909698, -0.1684400886297226, -0.16168300807476044, -0.061957236379384995, -0.049588900059461594, -0.015611722134053707, -0.04367905482649803, -0.03671657294034958, -0.02434607408940792, 0.026111993938684464, 0.025070149451494217, 0.010302191600203514, -0.011693356558680534, 0.025956161320209503, 0.006316205486655235, -0.02879420667886734, -0.05760117247700691, -0.011978727765381336, 0.01175727415829897, 0.1077895313501358, -0.01391470618546009, -0.01833619736135006, 0.023774227127432823, 0.05422944575548172, 0.05716126039624214, 0.040769029408693314, 0.07013712078332901, -0.06620995700359344, -0.0842830166220665, -0.16205212473869324, -0.09646684676408768, -0.10451807081699371, -0.0711674690246582, 0.024575090035796165, -0.037109218537807465, 0.006625357549637556, 0.01130463182926178, -0.023269537836313248, -0.006745822727680206, 0.024868294596672058, 0.019285671412944794, -0.02573760226368904, 0.007760956883430481, 0.006396912503987551, 0.02335868962109089, 0.030403761193156242, 0.04933498799800873, 0.0260191410779953, -0.04745885729789734, -0.04700351133942604, 0.03478116914629936, 0.13759738206863403, 0.10017763078212738, 0.11157479137182236, 0.00139866943936795, -0.08715543150901794, -0.14778828620910645, -0.11069514602422714, -0.10600673407316208, -0.09267914295196533, -0.10129478573799133, -0.021794039756059647, -0.05781826749444008, 0.009888151660561562, -0.04037703201174736, 0.002146346028894186, 0.000483155541587621, 0.011334644630551338, 0.00048375193728134036, -0.026332832872867584, -0.00904165394604206, 0.022168632596731186, 0.058304280042648315, -0.012316896580159664, -0.05650307983160019, -0.06597317010164261, -0.019666828215122223, -0.03453561291098595, 0.034631501883268356, 0.0724029392004013, 0.08236761391162872, 0.024949373677372932, -0.03450839966535568, -0.03869737684726715, -0.0576944500207901, -0.0959082543849945, -0.052208900451660156, -0.09697823226451874, -0.10599935799837112, -0.012966812588274479, -0.0222415030002594, 0.008457612246274948, 0.0216260626912117, -0.016290083527565002, -0.03227517381310463, 0.010977158322930336, 0.017406389117240906, -0.0015463021118193865, 0.01966560259461403, 0.015035321936011314, -0.0020934604108333588, -0.023682473227381706, -0.005374826956540346, 0.0010351208038628101, -0.018985439091920853, 0.05690714344382286, -0.02752726338803768, -0.06410915404558182, -0.02335437387228012, 0.029143547639250755, -0.02831162139773369, 0.029454506933689117, 0.009990447200834751, 0.0096779465675354, -0.00126876391004771, -0.001705853035673499, -0.023463759571313858, 0.01062718965113163, 0.008359349332749844, -0.03639063611626625, 0.005308965221047401, -0.0008863949333317578, 0.023685339838266373, 0.032479122281074524, -0.02814018353819847, -0.015239649452269077, 0.018380139023065567, 0.03070654161274433, -0.0159505233168602, 0.025278335437178612, -0.029249858111143112, 0.015189489349722862, 0.014808869920670986, -0.019478371366858482, 0.011291569098830223, -0.01197598222643137, 0.0366024523973465, 0.04123969003558159, -0.020084630697965622, -0.007798312231898308, 0.01221211813390255, -0.0004125008708797395, 0.00588217144832015, 0.0071225157007575035, 0.02332518994808197, -0.015422854572534561, 0.04426655173301697, -0.004894061014056206, 0.02189534530043602, -0.026273474097251892, 0.006548835895955563, 0.026984713971614838], [0.018548516556620598, 0.01705756224691868, -0.016335880383849144, -0.009377825073897839, -0.011968172155320644, -0.02291550301015377, 0.023481467738747597, 0.031399838626384735, 0.027090979740023613, 0.018151389434933662, 0.024604620411992073, 0.014269332401454449, 0.0035802971106022596, 0.033904142677783966, 0.006376074627041817, 0.02022707276046276, 0.04115285724401474, -0.019003478810191154, 0.023924166336655617, 0.029669929295778275, -0.014111937955021858, 0.03936263918876648, 0.02992515079677105, 0.01827842928469181, -0.008126393891870975, -0.01718861237168312, -0.0027166225481778383, -0.017734073102474213, 0.030367162078619003, 0.014008562080562115, 0.021448949351906776, 0.0402953177690506, -0.012491238303482533, -0.009829056449234486, -0.02412775345146656, 0.003165401751175523, 0.019053058698773384, 0.0051910970360040665, -0.005130087956786156, 0.041721541434526443, -0.008489852771162987, 0.033174823969602585, -0.0062033249996602535, 0.055532339960336685, -0.02412358671426773, 0.027340592816472054, 0.023357603698968887, -0.011680467054247856, 0.03332962468266487, 0.024468030780553818, 0.016362344846129417, 0.024440331384539604, 0.003001142991706729, 0.015672296285629272, 0.016816124320030212, 0.03208526596426964, -0.011915807612240314, 0.0430276095867157, 0.021426761522889137, -0.014624295756220818, 0.031838834285736084, 0.025348292663693428, 0.020499009639024734, -0.008396693505346775, 0.028347808867692947, 0.02958272211253643, 0.02787826396524906, 0.036488305777311325, 0.040452226996421814, 0.04345405101776123, 0.08577530086040497, 0.09086138010025024, 0.02063766121864319, 0.059846147894859314, 0.07093553990125656, 0.034280188381671906, 0.003275055205449462, 0.03694404661655426, 0.05291839689016342, 0.03196610137820244, -0.024378744885325432, -0.021487301215529442, -0.000526662333868444, 0.036584772169589996, 0.019167812541127205, 0.029878688976168633, -0.01589053124189377, 0.0028649361338466406, -0.0037463244516402483, -0.005755730904638767, 0.0673583373427391, 0.018088480457663536, 0.007373229134827852, 0.03403599560260773, 7.730788638582453e-05, 0.028595324605703354, 0.0610906146466732, 0.09433241933584213, 0.07304279506206512, -0.03599041700363159, 0.010334192775189877, 0.004702698905020952, 0.0511055625975132, 0.06873336434364319, 0.029257478192448616, 0.01980077475309372, 0.006400054786354303, 0.037326887249946594, 0.021701470017433167, 0.012235560454428196, 0.011761431582272053, -0.01800449565052986, 0.013220432214438915, 0.012805783189833164, 0.03801611810922623, 0.023153292015194893, 0.020660730078816414, 0.02351262792944908, 0.03754612058401108, 0.0400565043091774, 0.08000790327787399, 0.05295310541987419, -0.02056713029742241, -0.008363558910787106, 0.03963913023471832, 0.0359252393245697, 0.009688852354884148, -0.1309596598148346, -0.12331166863441467, -0.1307680457830429, -0.09519147127866745, -0.014053808525204659, -0.008092903532087803, -0.003386331722140312, -0.014516112394630909, 0.01220266055315733, 0.02286653034389019, -0.011036288924515247, -0.008886297233402729, 0.014962340705096722, -0.018799325451254845, 0.011190160177648067, 0.042495034635066986, -0.023367473855614662, 0.06278935819864273, 0.03654283285140991, 0.09189619868993759, 0.05778874456882477, 0.18541522324085236, 0.13158558309078217, 0.09210319817066193, 0.03223244100809097, 0.01850084215402603, 0.004463131073862314, -0.06493408977985382, -0.08616690337657928, -0.09043300151824951, -0.15216702222824097, -0.12584558129310608, -0.10575263947248459, -0.08053110539913177, -0.07908768206834793, -0.10884793102741241, -0.03989024832844734, -0.012471494264900684, -0.03879755362868309, -0.0035839492920786142, -0.020012574270367622, -0.00593726197257638, 0.027358146384358406, 0.014337499625980854, 0.011912875808775425, 0.06775788962841034, 0.050603024661540985, 0.1116454228758812, 0.06355360150337219, 0.14245249330997467, 0.072426438331604, -0.05925488844513893, 0.02380545809864998, 0.01366952620446682, -0.0015832361532375216, -0.014793583191931248, -0.07630592584609985, -0.06329531967639923, -0.13687042891979218, -0.02640319988131523, -0.041296087205410004, -0.122991643846035, -0.09399326145648956, -0.07475751638412476, -0.06887266784906387, -0.035004548728466034, -0.022939952090382576, 0.02151925303041935, 0.011587987653911114, 0.04491297900676727, 0.029871458187699318, -0.003012010594829917, -0.01645217090845108, 0.018833814188838005, 0.0669785887002945, 0.12335236370563507, 0.11316832900047302, -0.06213345006108284, 0.0024443103466182947, -0.07911767065525055, 0.027101781219244003, 0.04569137096405029, 0.05979800224304199, -0.04160049185156822, -0.12425033748149872, -0.16114866733551025, -0.11095575243234634, -0.08354197442531586, -0.051245786249637604, -0.07462054491043091, -0.07477342337369919, -0.15111097693443298, -0.14087294042110443, -0.03432018309831619, 0.028947249054908752, 0.00792935211211443, -0.019309677183628082, 0.03499588370323181, 0.007767803966999054, 0.05352003872394562, 0.010295133106410503, 0.04493830353021622, 0.05700364336371422, 0.0005332220462150872, 0.03782617300748825, -0.04623764380812645, -0.027910294011235237, 0.06651578843593597, 0.02636176533997059, 0.12917229533195496, 0.17306344211101532, -0.0038841485511511564, -0.11193938553333282, -0.2498478889465332, -0.24856406450271606, 0.004667032044380903, -0.03547109290957451, -0.02219046838581562, 0.0047041866928339005, -0.16796301305294037, -0.061520740389823914, -0.05536774918437004, -0.008291003294289112, -0.000905752123799175, -0.01991218514740467, 0.0023350089322775602, 0.002290771109983325, 0.0332195945084095, 0.02032293751835823, 0.017327580600976944, 0.09451460093259811, -0.07553379237651825, -0.03878919407725334, -0.05626673623919487, -0.024050962179899216, 0.03100747987627983, 0.06236758455634117, 0.02567264810204506, 0.07284145057201385, -0.05509931221604347, -0.1258440464735031, -0.2812947928905487, -0.14864924550056458, -0.015137555077672005, -0.04344124719500542, -0.0038163659628480673, 0.05716647580265999, -0.09164398908615112, -0.07891865074634552, -0.05589994415640831, -0.010283364914357662, 0.022158192470669746, 0.038141973316669464, 0.022920040413737297, 0.015594860538840294, 0.04204583168029785, -0.031369227916002274, 0.04721366986632347, 0.10341869294643402, 0.009680607356131077, -0.02419804409146309, -0.011818867176771164, -0.10209179669618607, -0.01706692948937416, 0.026513373479247093, -0.01274172868579626, -0.020033881068229675, -0.0801759734749794, -0.08587925136089325, -0.19276295602321625, -0.15058384835720062, -0.05495372787117958, -0.04580310732126236, -0.08429352194070816, -0.013019944541156292, -0.018864672631025314, -0.06708616763353348, -0.05190127715468407, -0.014683254063129425, 0.006224713288247585, -0.027858803048729897, 0.0019789468497037888, 0.0008014716440811753, 0.042565058916807175, 0.03869721293449402, 0.04025975614786148, 0.13408327102661133, 0.028704315423965454, -0.014566748403012753, -0.0248755794018507, 0.030698638409376144, 0.09630344808101654, 0.005267329979687929, -0.00023111808695830405, -0.1476958841085434, -0.09765231609344482, -0.13754995167255402, -0.11539126187562943, -0.025998661294579506, 0.06478634476661682, 0.09529786556959152, 0.042189814150333405, -0.04196382686495781, -0.007679648231714964, -0.10294172167778015, -0.11486712843179703, -0.02886352129280567, -0.041120655834674835, 0.01758500561118126, 0.044342041015625, -0.02294180914759636, -0.0027621283661574125, 0.03399228677153587, 0.03319917619228363, 0.048625752329826355, -0.015543618239462376, -0.01592354103922844, 0.05348498001694679, 0.005159999709576368, -0.019315706565976143, 0.006986380089074373, -0.06309933215379715, -0.1704850047826767, -0.13401047885417938, -0.014210422523319721, 0.1366470903158188, 0.09009908139705658, 0.1322658210992813, 0.18656347692012787, 0.04528702422976494, 0.014450157061219215, 0.006902157794684172, -0.02989264763891697, -0.006819996051490307, 0.022838281467556953, -0.017785517498850822, 0.005627538543194532, 0.03749676048755646, 0.0275392048060894, 0.02152620442211628, 0.018741974607110023, 0.0350918285548687, 0.046789806336164474, 0.05498065426945686, -0.033511072397232056, -0.02227579616010189, -0.012635198421776295, 0.0019156126072630286, -0.02825993485748768, -0.14002154767513275, -0.23813647031784058, -0.1837756633758545, 0.09025058150291443, 0.07472997903823853, 0.12067240476608276, 0.09377139061689377, 0.15072831511497498, 0.09562759101390839, 0.15201497077941895, 0.07817837595939636, 0.08628740906715393, -0.004634011071175337, 0.023860163986682892, -0.0072053964249789715, 0.00448560668155551, 0.026174278929829597, -0.012506299652159214, 0.015219037421047688, 0.04253478720784187, 0.06970817595720291, 0.0794437974691391, 0.01659521460533142, -0.055950526148080826, 0.00860116071999073, -0.001747581409290433, 0.1104465052485466, -0.022835202515125275, -0.18037386238574982, -0.11372516304254532, 0.04010889306664467, 0.07121368497610092, 0.17310939729213715, 0.09679514914751053, 0.063115693628788, 0.2103881686925888, 0.10433690994977951, 0.06411487609148026, 0.08963435143232346, 0.11748445779085159, -0.07166655361652374, 0.04083646461367607, -0.016938086599111557, 0.03376454859972, 0.03317874297499657, 0.028960712254047394, 0.02987789921462536, 0.018163438886404037, 0.04684820771217346, -0.019361982122063637, 0.010298728942871094, 0.013030048459768295, -0.03789828345179558, -0.0029734778217971325, -0.012926102615892887, -0.13328595459461212, -0.11323411762714386, -0.0795557051897049, 0.09722896665334702, 0.08719759434461594, 0.06388294696807861, 0.2530743181705475, 0.08441611379384995, 0.1866426169872284, 0.10390044003725052, 0.0913962721824646, 0.07246732711791992, 0.034080471843481064, -0.01957225799560547, 0.045579880475997925, 0.03980555385351181, 0.031574755907058716, 0.016334664076566696, -0.0024374600034207106, -0.01733465865254402, 0.04804465174674988, 0.0011736355954781175, 0.006121368147432804, 0.1398511677980423, 0.06386345624923706, -0.006954031530767679, -0.03132053092122078, -0.015880201011896133, -0.1356281340122223, -0.24257999658584595, -0.11999881267547607, 0.24263885617256165, 0.20566023886203766, 0.20996931195259094, 0.1779341846704483, 0.09869345277547836, 0.100658118724823, 0.0020004778634756804, 0.05820569023489952, 0.04578469693660736, 0.03366020694375038, -0.006075780373066664, 0.05909372866153717, 0.03120875544846058, 0.017403023317456245, -0.005522518418729305, 0.03442877531051636, -0.021992186084389687, -0.0015753766056150198, 0.0687028095126152, 0.03730213642120361, 0.09267877042293549, -0.0899147093296051, -0.018825886771082878, -0.09815823286771774, -0.05601833015680313, -0.10523752868175507, -0.23796357214450836, -0.05450598895549774, 0.24965257942676544, 0.31127846240997314, 0.19743019342422485, 0.08760242909193039, 0.07651477307081223, -0.016345305368304253, -0.031643692404031754, 0.08175886422395706, 0.02807803265750408, 0.021741339936852455, 0.004799604415893555, 0.026704533025622368, 0.017246326431632042, 0.010167389176785946, -0.012464609928429127, -0.0014623311581090093, -0.011855454184114933, -0.023743391036987305, 0.06816684454679489, 0.025965820997953415, 0.04234841465950012, 0.014058792963624, -0.06465624272823334, -0.2033817619085312, -0.22181950509548187, -0.20140314102172852, -0.09545856714248657, 0.03740536794066429, 0.2520114779472351, 0.29838329553604126, 0.12028965353965759, 0.09933944791555405, 0.023455535992980003, -0.02948828414082527, -0.04355219006538391, -0.045917414128780365, -0.07897760719060898, -0.01912117563188076, 0.059595029801130295, 0.09545506536960602, 0.0034431994426995516, -0.015289712697267532, 0.03452172130346298, 0.041882097721099854, -0.023824475705623627, 0.009213452227413654, 0.007001088932156563, -0.02101060375571251, -0.02033645659685135, -0.009707082062959671, -0.0634574219584465, -0.19852234423160553, -0.2343849390745163, -0.1004299521446228, -0.16320908069610596, 0.025325467810034752, 0.25552400946617126, 0.2443723976612091, 0.07841623574495316, -0.019374355673789978, -0.08403052389621735, 0.017074894160032272, -0.08022766560316086, -0.1235339418053627, -0.11044399440288544, -0.02590811438858509, 0.00990323070436716, 0.03763749450445175, 0.048839472234249115, 0.02453736774623394, 0.006636558100581169, -0.01889069564640522, -0.01759592816233635, -0.031169211491942406, -0.05026652663946152, -0.07769127190113068, -0.06804236769676208, -0.07376392930746078, -0.1071934923529625, -0.1799355298280716, -0.15926878154277802, -0.0906129702925682, -0.07033233344554901, -0.021768173202872276, 0.14308199286460876, 0.09499447792768478, 0.0781811848282814, 0.012222684919834137, 0.0005040576215833426, -0.025725405663251877, -0.08881451934576035, -0.09762188047170639, -0.1371312290430069, -0.10192158073186874, 0.0021084758918732405, -0.028375646099448204, 0.01982220634818077, 0.024530360475182533, 0.0230147372931242, 0.0335799977183342, 0.002425422193482518, -0.04458630830049515, -0.037932414561510086, -0.08856843411922455, -0.0944475308060646, -0.15235644578933716, -0.14499513804912567, -0.15585903823375702, -0.07441774010658264, -0.08754780888557434, -0.10652987658977509, 0.01740339584648609, -0.011088377796113491, -0.12213975936174393, 0.08706390112638474, 0.11952389031648636, 0.13596497476100922, 0.013591861352324486, -0.06764457374811172, -0.09196392446756363, -0.05951239541172981, -0.08571445941925049, -0.05241264030337334, -0.021879008039832115, -0.02591104246675968, -0.021306945011019707, 0.022137345746159554, 0.02456643618643284, 0.017352057620882988, -0.001519792596809566, 0.003645278513431549, -0.03593411296606064, -0.07854067534208298, -0.044113639742136, -0.06831680983304977, -0.03317393735051155, -0.09671951830387115, -0.19515803456306458, -0.08821172267198563, 0.0032442344818264246, -0.005799709353595972, -0.026561910286545753, 0.0534370057284832, 0.07234866917133331, 0.09658578038215637, 0.09225618094205856, 0.05438221991062164, -6.60634323139675e-05, -0.031083958223462105, -0.040144409984350204, -0.03379037603735924, -0.036646418273448944, -0.017623836174607277, -0.005235569551587105, 0.01905238814651966, -0.02530634216964245, 0.03645782172679901, -0.03564847260713577, -0.02602428011596203, -0.09861017763614655, -0.04939321056008339, 0.0033112168312072754, -0.06400589644908905, -0.05992138385772705, -0.011090802028775215, -0.0688033401966095, -0.021409478038549423, -0.06865634769201279, -0.04351649060845375, 0.01724456623196602, 0.0006997567834332585, 0.04370573163032532, 0.02136331982910633, 0.14157690107822418, 0.08586888760328293, 0.06376758217811584, -0.0010605062125250697, -0.03755876049399376, -0.03376152366399765, 0.030760247260332108, 0.006907301023602486, 0.0256809014827013, -0.018243346363306046, -0.01689501665532589, -0.004956795834004879, -0.021572843194007874, 0.009476021863520145, 0.012175499461591244, -0.042173221707344055, -0.08104467391967773, 0.015553232282400131, -0.005976515356451273, 0.007277247030287981, -0.006579965353012085, -0.08387818187475204, -0.007493011653423309, -0.011945451609790325, -0.06183406338095665, -0.0026521701365709305, 0.08649422973394394, 0.03734284266829491, 0.15642747282981873, 0.05327056348323822, 0.06223355606198311, 0.013446850702166557, -0.018603742122650146, 0.05151601508259773, 0.01268851663917303, -0.009730850346386433, -0.025121426209807396, -0.0066045126877725124, -0.01608833111822605, 0.0159862469881773, -0.010422934778034687, 0.027939513325691223, -0.05353511869907379, -0.06815483421087265, -0.037097007036209106, -0.05355677753686905, -0.02127476967871189, -0.08487795293331146, -0.06364697962999344, -0.027843622490763664, -0.142465278506279, -0.06245758384466171, -0.07803075760602951, -0.020265953615307808, -0.03835618868470192, 0.02598428726196289, -0.02975228987634182, 0.016547534614801407, 0.010098706930875778, 0.028322989121079445, 0.036436181515455246, -0.015545414760708809, -0.008064028806984425, 0.039141856133937836, -0.0027032794896513224, 0.008053026162087917, 0.001545645180158317, -0.020806455984711647, -0.015149308368563652, -0.02153640426695347, 0.02319183386862278, -0.023611372336745262, 0.02781604789197445, 0.04326683282852173, 0.059977203607559204, -0.048329610377550125, -0.13457711040973663, -0.018881700932979584, -0.005300323944538832, -0.04907023161649704, -0.008889749646186829, -0.04992944374680519, -0.05660893768072128, -0.0003082439652644098, -0.005636417306959629, -0.001860949327237904, 6.98584335623309e-05, -0.009972897358238697, 0.012168354354798794, -0.010232646949589252, 0.031218210235238075, 0.0017629918875172734, -0.00853568222373724, 0.01941569708287716, -0.012925316579639912, 0.004672935698181391, -0.017206687480211258, -0.008160664699971676, 0.016178755089640617, -0.011332050897181034, 0.017513800412416458, -0.011007382534444332, 0.017214804887771606, 0.03426457569003105, -0.03315047547221184, -0.013142351992428303, -0.008421599864959717, -0.00403628870844841, 0.02212732657790184, -0.01416739635169506, 0.0021006742026656866, 0.05108509585261345, -0.012037566863000393, -0.007983013056218624, 0.019853893667459488, 0.0032485316041857004, 0.005479125306010246, -0.024616306647658348, 0.005548439919948578, 0.033266548067331314, 0.04339803755283356], [0.05993190035223961, 0.054781723767519, 0.053349319845438004, 0.00994030013680458, 0.02601475641131401, 0.026653636246919632, 0.01343737542629242, 0.026037901639938354, 0.01612655632197857, 0.02719924971461296, 0.057788219302892685, -0.003053882624953985, 0.003207372035831213, 0.05066566541790962, 0.0503176786005497, 0.04498111829161644, 0.015337839722633362, 0.030255340039730072, 0.040812570601701736, 0.015188639983534813, 0.014374295249581337, 0.0036542657762765884, -0.00377414608374238, 0.009016839787364006, 0.05373992398381233, 0.016372662037611008, 0.041769806295633316, 0.03689887002110481, -0.006420663557946682, 0.03147781267762184, 0.04101315513253212, 0.03214280679821968, 0.024294666945934296, 0.0291101336479187, 0.006032811477780342, -0.004541310947388411, 0.04483495280146599, 0.058789465576410294, 0.005964478477835655, 0.019688991829752922, 0.03310476616024971, 0.01030968502163887, 0.013773861341178417, 0.011355441063642502, -0.0056501515209674835, 0.02961977943778038, 0.0027994802221655846, 0.02069815807044506, 0.0361270010471344, 0.038238707929849625, 0.03261769935488701, 0.05272207036614418, 0.035197217017412186, 0.019842885434627533, -0.004136132076382637, 0.004117579199373722, 0.020166311413049698, 0.04343130812048912, 0.0461016483604908, 0.045530278235673904, 0.05169074609875679, 0.006530280224978924, -0.011302115395665169, 0.04808121547102928, 0.0457436703145504, -0.00536792678758502, 0.04707159847021103, 0.015824874863028526, -0.01183554157614708, 0.018514998257160187, -0.024674445390701294, 0.013602722436189651, 0.018766039982438087, -0.011163693852722645, -0.011022684164345264, 0.03525915369391441, 0.0166632067412138, 0.019839901477098465, 0.05535665526986122, 0.02186804637312889, 0.011027220636606216, 0.0367906428873539, 0.052014242857694626, 0.050114165991544724, 0.022492293268442154, 0.04532439634203911, 0.048946741968393326, -0.009044288657605648, -0.0029303012415766716, -0.011317150667309761, -0.008037902414798737, 0.0454486720263958, -0.02392944134771824, -0.0072151063941419125, 0.043419353663921356, -0.02241791971027851, -0.03642693907022476, -0.08991725742816925, -0.09254028648138046, -0.13005036115646362, -0.09185750037431717, -0.011617315001785755, -0.0464836061000824, -0.04005659744143486, -0.016770876944065094, -0.02394297905266285, -0.010778131894767284, 0.030044332146644592, 0.035951416939496994, 0.01692897640168667, 0.004998728632926941, 0.025724243372678757, -0.007748722098767757, 0.0479201041162014, -0.0041748350486159325, 0.006475233472883701, 0.03870483860373497, 0.04432881250977516, 0.009215137921273708, -0.022343970835208893, -0.05243849754333496, -0.08615859597921371, -0.0005984939052723348, -0.04232132062315941, 0.00621085474267602, -0.019140776246786118, -0.06970953941345215, -0.055817682296037674, -0.06948097050189972, -0.013456545770168304, 0.013215354643762112, 0.05327261611819267, 0.06186152249574661, 0.005811712704598904, 0.058319296687841415, 0.003968963865190744, -0.0030726625118404627, -0.008340555243194103, -0.01459510624408722, 0.004320361651480198, 0.01578189618885517, 0.05050535127520561, 0.0037658591754734516, -0.010327758267521858, -0.012113318778574467, 0.029509061947464943, -0.0201667882502079, -0.012851018458604813, 0.0026160513516515493, -0.028786344453692436, -0.04440334811806679, 0.06425909698009491, -0.0019691993948072195, -0.04426760971546173, -0.048958249390125275, 0.05990006402134895, -0.10175766795873642, -0.002100851619616151, 0.03444581478834152, -0.007880495861172676, -0.06074585020542145, -0.044229842722415924, -0.041757456958293915, -0.022855738177895546, -5.4038424423197284e-05, 0.024964459240436554, 0.03692267835140228, 0.036823440343141556, 0.024815790355205536, 0.0008014748455025256, 0.0029293117113411427, 0.045755986124277115, 0.03519207611680031, 0.010577172972261906, 0.012104988098144531, -0.059440989047288895, -0.008465101011097431, -0.03665441274642944, -0.018749117851257324, 0.030599398538470268, 0.059123944491147995, 0.06768602877855301, 0.062154680490493774, 0.05662202090024948, 0.06327904015779495, 0.04688184708356857, -0.03196419030427933, -0.14978007972240448, -0.1499626785516739, 0.007421562913805246, -0.057193879038095474, -0.04184359312057495, -0.025568218901753426, 0.020542029291391373, 0.01227917242795229, 0.017003076151013374, -0.004869458731263876, 0.011288519948720932, 0.05667684227228165, 0.0022591971792280674, -0.00809192843735218, -0.08439198136329651, -0.06083507463335991, -0.1032368615269661, -0.01220041885972023, 0.032215461134910583, 0.011591051705181599, -0.1002727672457695, 0.003642553696408868, -0.004800740163773298, -0.005893123336136341, 0.08041735738515854, 0.14286360144615173, 0.04893374815583229, 0.0177939310669899, 0.046363092958927155, -0.02572014555335045, -0.027298053726553917, -0.045923709869384766, 0.040467631071805954, -0.004076095763593912, -0.029611211270093918, -0.010104764252901077, 0.004172324202954769, 0.013370173051953316, 0.022021614015102386, 0.053972940891981125, 0.024083221331238747, -0.021023130044341087, -0.03413638100028038, -8.650215750094503e-05, -0.04639646038413048, 0.1359235793352127, 0.03966723009943962, -0.017900750041007996, 0.036771148443222046, -0.06344766169786453, -0.042781438678503036, 0.005058832000941038, 0.057579267770051956, 0.07413867861032486, -0.07312167435884476, 0.04416394606232643, 2.444383608235512e-05, -0.12368722259998322, -0.03984912857413292, -0.07621200382709503, -0.05322452262043953, -0.00389677076600492, -0.01873062737286091, -0.016860902309417725, 0.048745203763246536, 0.03158582001924515, 0.05840204283595085, 0.022534197196364403, 0.019653650000691414, -0.020944498479366302, -0.0020578394178301096, -0.10437291115522385, -0.023375827819108963, -0.028625844046473503, -0.017796864733099937, -0.0025373511016368866, -0.009682637639343739, -0.06434645503759384, -0.10134837031364441, 0.029272781684994698, 0.03379831090569496, 0.20057833194732666, 0.0954655185341835, 0.0820881724357605, 0.14962443709373474, -0.022125905379652977, -0.08006900548934937, -0.04872489720582962, -0.06638266146183014, -0.024821627885103226, -0.07074946910142899, 0.0165809728205204, 0.04045921936631203, 0.056598272174596786, 0.008765662088990211, 0.042375121265649796, -0.0033264169469475746, 0.01716463267803192, -0.012668187730014324, -0.04902814328670502, -0.06841076910495758, -0.026313455775380135, 0.06703151762485504, -0.06723342090845108, -0.11878615617752075, -0.04700127989053726, 0.032066427171230316, 0.06818462908267975, 0.11997047811746597, 0.14859774708747864, 0.09155841916799545, 0.06487684696912766, -0.012982532382011414, -0.020379379391670227, -0.1084412932395935, -0.04527418315410614, -0.09678112715482712, -0.11710284650325775, -0.09187349677085876, 0.025298453867435455, 0.046296749264001846, 0.016235660761594772, 0.0024666162207722664, 0.05213372781872749, 0.03591247648000717, 0.06078426167368889, -0.021626455709338188, 0.03146001324057579, 0.03833543881773949, 0.018907474353909492, 0.10455919057130814, 0.11058803647756577, 0.10902634263038635, 0.003573860740289092, -0.02960089221596718, -0.07196293771266937, -0.02726602554321289, 0.07414485514163971, -0.0046424539759755135, -0.01415937952697277, 0.03702840209007263, 0.12803225219249725, 0.03530295938253403, -0.06989691406488419, -0.10336821526288986, -0.0699428915977478, -0.06762230396270752, 0.022714316844940186, 0.03776336833834648, 0.05471418425440788, 0.010049632750451565, 0.06136363744735718, 0.049393344670534134, 0.02007424272596836, 0.02467156946659088, 0.02798561006784439, -0.009936556220054626, -0.007086520083248615, 0.03569364920258522, 0.04019470885396004, 0.07807177305221558, 0.0012715578777715564, -0.10185682028532028, -0.11842051893472672, 0.0846966952085495, 0.10810387879610062, 0.08699555695056915, 0.07155836373567581, 0.1704109013080597, 0.17859479784965515, 0.06975279003381729, 0.005609887186437845, -0.05330543592572212, -0.0791114866733551, -0.0182719137519598, -0.002094439696520567, -0.006242513656616211, 0.006839493289589882, 0.027145637199282646, 0.038607481867074966, 0.07487783581018448, 0.05601244419813156, -0.04995657876133919, -0.035216640681028366, 0.03663427382707596, 0.08386872708797455, 0.10228852927684784, 0.17893069982528687, 0.10594593733549118, -0.03545266389846802, -0.06358546018600464, -0.0788823589682579, 0.09554977715015411, 0.2215663641691208, 0.12122257053852081, 0.05190083011984825, 0.07053498923778534, 0.14886035025119781, 0.09344073385000229, -0.013099189847707748, -0.04198574647307396, -0.0701538473367691, 0.022653989493846893, 0.02078157849609852, 0.05471904203295708, 0.020113497972488403, 0.05087215080857277, 0.043314605951309204, 0.06682587414979935, 0.03935876488685608, -0.014734617434442043, -0.061689138412475586, 0.003934015519917011, 0.02148788794875145, 0.019248701632022858, 0.054840076714754105, 0.06175779923796654, 0.04102063551545143, 0.08772247284650803, -0.06643924862146378, -0.0047486647963523865, 0.1358945071697235, 0.17286959290504456, 0.09106013178825378, 0.11126489192247391, 0.08396700769662857, -0.11515910178422928, -0.03838614001870155, -0.05540681630373001, -0.05231516435742378, 0.02601619064807892, 0.03922676667571068, 0.016074247658252716, -0.0014917711960151792, 0.035920124500989914, 0.007220223546028137, 0.042414434254169464, 0.09370274841785431, -0.06305073201656342, -0.1095079854130745, -0.02215651609003544, -0.010733982548117638, -0.044763870537281036, -0.06767978519201279, -0.059313032776117325, 0.015147590078413486, -0.004195360001176596, -0.0794869214296341, 0.17060261964797974, 0.22593632340431213, 0.22679805755615234, -0.05949068441987038, 0.03703998774290085, -0.09310944378376007, -0.16879670321941376, -0.10464037954807281, -0.1016138419508934, -0.03606336563825607, 0.004414940252900124, 0.016413720324635506, 0.049258191138505936, 0.0011874183546751738, -0.00043735915096476674, 0.0056418562307953835, -0.010874038562178612, 0.016421688720583916, -0.016296876594424248, -0.006067350506782532, -0.005453410092741251, 0.0993368923664093, -0.08965299278497696, -0.04390821233391762, 0.014527685940265656, 0.05203356593847275, 0.04134941101074219, 0.01854662038385868, 0.12132491171360016, 0.21576714515686035, 0.07204343378543854, -0.1860491931438446, -0.21776622533798218, -0.14420650899410248, -0.1722806841135025, -0.12741877138614655, -0.12393870204687119, -0.037078529596328735, -0.010358067229390144, 0.00040425886982120574, 0.047639306634664536, -0.005636358633637428, 0.010944675654172897, 0.013270202092826366, -0.013332976028323174, -0.05161355435848236, -0.034550514072179794, -0.11127310991287231, 0.007783994544297457, 0.039317648857831955, -0.09806772321462631, 0.06591766327619553, 0.07013653963804245, 0.15717586874961853, -0.010675880126655102, -0.03827768191695213, -0.00017200043657794595, -0.02894633822143078, -0.10407917201519012, -0.20768706500530243, -0.21917659044265747, -0.11330684274435043, -0.12830783426761627, -0.06029663607478142, -0.09423582255840302, -0.024857228621840477, 0.04317416995763779, 0.06685604900121689, 0.06473921239376068, -0.007431088015437126, 0.0430758111178875, 0.037289880216121674, 0.011109969578683376, -0.06105470284819603, -0.06875461339950562, -0.13727524876594543, -0.10600308328866959, -0.10785455256700516, 0.015478935092687607, 0.08368785679340363, 0.15535622835159302, 0.1200789138674736, -0.00029300269670784473, -0.09287073463201523, -0.14585310220718384, -0.13978265225887299, -0.12893623113632202, -0.1012241318821907, -0.20378054678440094, -0.16599048674106598, -0.0951928123831749, -0.09577362984418869, -0.1451154351234436, -0.009964707307517529, 0.03114303946495056, 0.013098331168293953, -0.005557156167924404, -0.002767011057585478, 0.02831338346004486, 6.43779058009386e-05, 0.01824534684419632, -0.07109197229146957, -0.11342525482177734, -0.10212812572717667, -0.14076510071754456, -0.08552291244268417, -0.0009481139131821692, 0.1461934745311737, 0.12976080179214478, 0.17170827090740204, -0.08755988627672195, -0.13085784018039703, -0.16600419580936432, -0.13365957140922546, -0.14517469704151154, -0.2267758548259735, -0.13270710408687592, -0.07639533281326294, -0.1178484559059143, -0.12166593223810196, -0.1189345270395279, -0.007853218354284763, 0.03145277872681618, 0.013769079931080341, 0.04214270040392876, 0.013687219470739365, 0.034019362181425095, 0.05051887035369873, -0.004058266989886761, -0.05317961797118187, -0.13993507623672485, -0.16450659930706024, -0.137546107172966, -0.1492977887392044, -0.10660119354724884, 0.006042702589184046, 0.08460887521505356, 0.08098422735929489, -0.09395569562911987, -0.11002008616924286, -0.06655289977788925, -0.025851745158433914, -0.11512041836977005, -0.14506343007087708, -0.04831555858254433, -0.11263862997293472, -0.09378872066736221, -0.07051650434732437, -0.09560540318489075, -0.01686803810298443, 0.031073404476046562, 0.04487636312842369, 0.018906205892562866, 0.03260941430926323, 0.0001104521143133752, 0.006979641038924456, -0.015040349215269089, -0.06636366248130798, -0.058352768421173096, -0.1607808917760849, -0.18825529515743256, -0.03516744449734688, 0.020539041608572006, 0.034807007759809494, -0.10351678729057312, -0.04455427825450897, -0.06938900798559189, -0.13288700580596924, -0.07580254971981049, 0.05140324681997299, -0.08770308643579483, 0.00016909428813960403, -0.05549229681491852, -0.05861150100827217, -0.07920930534601212, -0.1484905481338501, -0.07379497587680817, -0.0018703178502619267, -0.02415473945438862, 0.033270496875047684, 0.013490086421370506, 0.04819736257195473, -0.0053115952759981155, 0.00041095682536251843, 0.03258997201919556, -0.058119598776102066, -0.0723029300570488, -0.08399122208356857, -0.10335417836904526, 0.08837542682886124, 0.0394442193210125, -0.01653158664703369, -0.08691678196191788, 0.0006898978026583791, 0.15254980325698853, 0.13458628952503204, 0.07354884594678879, 0.08509615063667297, -0.02388085052371025, -0.03540528193116188, -0.0796750858426094, -0.05115237087011337, -0.006448968779295683, -0.03389860317111015, -0.06800783425569534, -0.01090452540665865, -0.0008390353177674115, 0.03950418159365654, 0.04580773040652275, 0.05604671314358711, 0.04981020465493202, 0.03841520473361015, -0.008769768290221691, -0.05124596133828163, -0.09000443667173386, -0.07054699212312698, -0.09568145871162415, -0.03148643299937248, -0.10195270925760269, -0.04635246843099594, -0.021431690081954002, 0.16628442704677582, 0.23830153048038483, 0.13228659331798553, 0.03631758317351341, 0.08857399970293045, 0.12911659479141235, 0.029400203377008438, 0.05355406925082207, -0.006253193132579327, 0.001169721595942974, 0.03520793840289116, 0.018824463710188866, 0.02730172872543335, -0.002334627788513899, -0.0032506724819540977, 0.0504782535135746, 0.0448727048933506, 0.05400317534804344, 0.03890955075621605, -0.014053757302463055, -0.008610706776380539, -0.01950172893702984, -0.016160527244210243, -0.06645838916301727, -0.0682612732052803, -0.1434849053621292, -0.10922611504793167, -0.07331805676221848, -0.02995225228369236, -0.08172513544559479, -0.13124659657478333, 0.032922495156526566, 0.11214853823184967, 0.06231936439871788, 0.095399871468544, 0.12011653184890747, 0.08123212307691574, 0.060799263417720795, 0.04668528959155083, 0.022382857277989388, 0.013746087439358234, 0.028161246329545975, 0.006811409257352352, -0.0056322431191802025, 0.02234460785984993, 0.006450375076383352, 0.029527287930250168, -0.009762724861502647, 0.07040800154209137, 0.0814865306019783, 0.016905024647712708, -0.02305297739803791, 0.008364642970263958, -0.051948774605989456, -0.11181244254112244, -0.06899972259998322, -0.08880480378866196, -0.08963412046432495, 0.014166805893182755, -0.03523899242281914, 0.029945438727736473, 0.053948238492012024, 0.07093235850334167, 0.0483308769762516, 0.04599238559603691, 0.014919307082891464, 0.027814488857984543, 0.03926432505249977, 0.016388967633247375, 0.05847841873764992, 0.055169690400362015, 0.02472413331270218, 0.012398764491081238, 0.02490905299782753, 0.05016219988465309, 0.03487103804945946, 0.028832044452428818, 0.055930521339178085, 0.044635578989982605, 0.0661449208855629, 0.13018371164798737, 0.1542077362537384, 0.10191349685192108, 0.0606929175555706, 0.011416472494602203, 0.0027119142469018698, 0.12659099698066711, 0.04788396134972572, -0.00019821416935883462, 0.0269134771078825, 0.029446080327033997, 0.08600031584501266, 0.08620977401733398, 0.027430903166532516, 0.009291005320847034, 0.02805185317993164, 0.028228268027305603, 0.05604435130953789, -0.0046674394980072975, 0.05672886595129967, 0.026979144662618637, 0.013725286349654198, 0.025425627827644348, 0.04355296865105629, 0.01950252428650856, 0.039359431713819504, 0.03308986499905586, 0.03920280560851097, 0.04871402308344841, 0.052207596600055695, 0.052671659737825394, 0.018588487058877945, -0.00545728113502264, 0.03592488914728165, 0.05821710452437401, 0.012980937957763672, 0.033577099442481995, 0.02858373336493969, 0.012485296465456486, 0.059535879641771317, 0.03414568305015564, 0.018444908782839775, 0.07193044573068619, -0.011114189401268959, 0.05895056203007698, 0.04902191087603569, 0.04282074794173241, -0.0023939362727105618], [-0.0037112394347786903, -0.03285447135567665, -0.024484602734446526, -0.02056443877518177, 0.024692511186003685, 0.012613794766366482, -0.0244463961571455, 0.025547416880726814, 0.026847580447793007, -0.030326811596751213, 0.011507698334753513, -0.022357134148478508, -0.024267109110951424, 0.021708985790610313, -0.019167693331837654, -0.00717331375926733, -0.004892388358712196, 0.006688115186989307, -0.025009753182530403, -0.01985434629023075, 0.005383756011724472, -0.02289821021258831, -0.03426988050341606, 0.03355048969388008, 0.01103054080158472, -0.015187128446996212, 0.024359723553061485, -0.02791748382151127, 0.0101008927449584, 0.021348292008042336, -0.019378414377570152, 0.029300210997462273, -0.020895471796393394, 0.02540409378707409, -0.03166196495294571, 0.03147288039326668, -0.012598401866853237, -0.01719137839972973, 0.03349054977297783, -0.011332056485116482, 0.025243783369660378, -0.014135114848613739, 0.006165064871311188, 0.04438900575041771, -0.0025472533889114857, 0.0004461192002054304, 0.018462521955370903, 0.0011074196081608534, 0.01917327009141445, 0.020638616755604744, -0.0009075687848962843, 0.007971233688294888, 0.017597204074263573, 0.016533495858311653, 0.006967533379793167, -0.03418247029185295, 0.003783347550779581, -0.035812873393297195, 0.011106680147349834, 0.009676405228674412, -0.026723308488726616, -0.002512026112526655, 0.025793543085455894, 0.010993133299052715, -0.037154849618673325, -0.01786060817539692, 0.0012620985507965088, -0.0019574149046093225, 0.012654077261686325, 0.018920335918664932, -0.0047503686510026455, 0.14745387434959412, 0.09292969107627869, 0.038845647126436234, 0.02770308591425419, -0.0330674983561039, -0.04052283987402916, 0.021801013499498367, -0.03987903520464897, -0.02344322018325329, 0.008436295203864574, 0.015270773321390152, -0.035970065742731094, -0.033580999821424484, 0.029247941449284554, 0.011953708715736866, -0.03223603591322899, 0.02140280418097973, -0.023550035431981087, -0.0332302562892437, 0.024188300594687462, -0.03174823150038719, -0.04754247888922691, -0.060096804052591324, -0.043502647429704666, -0.08821610361337662, -0.010329360142350197, -0.011372971348464489, -0.02860909141600132, 0.10866086184978485, 0.04634558781981468, 0.03976856544613838, -0.024132532998919487, -0.06296537071466446, 0.010229779407382011, -0.03934849426150322, -0.016295144334435463, 0.009127371944487095, -0.027115430682897568, 0.02590632252395153, -0.013320173136889935, -0.033001359552145004, -0.021133871749043465, -0.0052248891443014145, 0.0022701872512698174, -0.005936169996857643, -0.02691100351512432, 0.014065547846257687, -0.019576385617256165, -0.0021073271054774523, 0.02068069949746132, 4.042171349283308e-05, 0.013476102612912655, 0.006001084111630917, 0.0028574015013873577, 0.07662799954414368, 0.1245378628373146, 0.082434743642807, 0.024744873866438866, 0.03517359867691994, 0.05500180274248123, 0.11582353711128235, 0.05438058450818062, 0.04556307941675186, -0.011566807515919209, -0.002769078826531768, 0.01971874199807644, 0.035426054149866104, -0.028277315199375153, -0.01828763075172901, -0.017812790349125862, -0.010205556638538837, -0.023037021979689598, 0.017246967181563377, 0.01805698871612549, -0.021583694964647293, 0.013622674159705639, -0.014458072371780872, -0.008362671360373497, 0.005205149762332439, -0.03911484777927399, 0.09155652672052383, 0.04035240411758423, 0.1300061047077179, 0.03917112946510315, 0.145121768116951, 0.0010187133448198438, 0.03821146860718727, -0.05078769847750664, 0.10250105708837509, 0.054833851754665375, 0.04588260501623154, 0.042155418545007706, 0.013786744326353073, 0.040392179042100906, 0.011743061244487762, -0.03797800466418266, 0.02356208674609661, 0.011700632981956005, -0.0003456983540672809, 0.016708338633179665, -0.007768131326884031, -0.05692150816321373, 0.0003283774422015995, -0.05061279609799385, -0.022884316742420197, 0.04140704497694969, -0.054320476949214935, -0.0017509425524622202, 0.09439335763454437, 0.027805568650364876, 0.12027990072965622, 0.11735343933105469, 0.08010982722043991, 0.18764403462409973, 0.16221140325069427, 0.010458558797836304, -0.031619369983673096, -0.04609065130352974, -0.06198263540863991, -0.0026952950283885, 0.019629718735814095, 0.04144924134016037, 0.027018360793590546, -4.244634692440741e-05, 0.029142992570996284, 0.03112984634935856, -0.001038978691212833, 0.019530905410647392, -0.03591322898864746, -0.012599742040038109, -0.07311791181564331, -0.11845184862613678, -0.130088672041893, -0.0047424789518117905, -0.005644395016133785, 0.053629666566848755, 0.05969662591814995, 0.07386834919452667, 0.09221808612346649, 0.22810597717761993, 0.14218944311141968, 0.10841482877731323, 0.18447649478912354, 0.017625221982598305, -0.04217970743775368, 0.03597373887896538, -0.038531288504600525, -0.0099180331453681, 0.03598290681838989, 0.016940057277679443, 0.05667780712246895, 0.022073039785027504, 0.0021866606548428535, -0.03113514930009842, -0.021030573174357414, 0.022740142419934273, 0.0021593060810118914, -0.08454133570194244, -0.09792708605527878, -0.020655056461691856, -0.028735246509313583, 0.047746364027261734, 0.02822374366223812, 0.0780990943312645, 0.06336341053247452, 0.09041339159011841, 0.14895592629909515, 0.015344543382525444, 0.04866813123226166, -0.009258156642317772, 0.02683991566300392, -0.008233414962887764, -0.05671178549528122, -0.15519776940345764, -0.048223648220300674, -0.008645990863442421, 0.06731653958559036, 0.09395593404769897, 0.07757333666086197, -0.00976672861725092, -0.014151379466056824, -0.006532659754157066, 0.007752998266369104, -0.04289837181568146, -0.037584371864795685, -0.046447739005088806, -0.131184384226799, 0.04070712998509407, 0.09961126744747162, 0.09297645837068558, -0.010211752727627754, 0.08080577850341797, 0.200813889503479, -0.0031540896743535995, -0.06667201220989227, -0.05570265278220177, 0.018521377816796303, -0.09695599228143692, -0.12193593382835388, -0.16247600317001343, -0.09062375128269196, -0.07095909118652344, -0.08666107803583145, 0.09745144098997116, 0.029633961617946625, 0.06476226449012756, 0.04318002238869667, 0.011420801281929016, 0.019363587722182274, -0.0008952028583735228, -0.03973640874028206, -0.016889480873942375, 0.00032893678871914744, -0.04823945462703705, -0.09835197776556015, -0.018474766984581947, 0.12281052023172379, 0.16667911410331726, 0.038316018879413605, 0.1000678688287735, 0.10288242250680923, 0.10325508564710617, 0.051135413348674774, 0.06295456737279892, 0.10442260652780533, 0.04272867366671562, -0.027258403599262238, 0.017945904284715652, 0.12571249902248383, 0.012260300107300282, -0.06829685717821121, -0.001643531839363277, -0.00780942477285862, -0.06840887665748596, -0.01846054196357727, -0.018859360367059708, -0.026734432205557823, 0.02133236639201641, 0.01864616759121418, -0.01873837225139141, -0.06896064430475235, -0.08596751093864441, -0.0828593298792839, -0.08298233896493912, 0.006604712922126055, 0.06393808871507645, -0.03873526677489281, -0.03202182427048683, -0.12153112143278122, 0.020904390141367912, -0.0176390390843153, 0.1752699464559555, 0.14542116224765778, 0.11757366359233856, 0.1523560732603073, 0.13415122032165527, 0.13719545304775238, 0.07286547124385834, 0.036667272448539734, -0.006923539564013481, -0.10917890071868896, -0.049627501517534256, -0.019091948866844177, 0.02571370080113411, 0.018825041130185127, -0.024794703349471092, 0.011407289654016495, 0.0035061007365584373, -0.03491745516657829, -0.13629662990570068, -0.07372545450925827, -0.06332123279571533, -0.03261494264006615, -0.10669205337762833, -0.10515128076076508, 0.01990155130624771, 0.05455930531024933, -0.010256752371788025, 0.12909285724163055, 0.28813856840133667, 0.19325566291809082, 0.03995994105935097, 0.10284840315580368, 0.12455455958843231, 0.017949141561985016, 0.06239837408065796, 0.03820584714412689, -0.07049860060214996, -0.09715301543474197, -0.15674778819084167, 0.005695047788321972, 0.01244607288390398, -0.0008242998737841845, 0.009460065513849258, 0.006825813092291355, 0.013958669267594814, -0.09469771385192871, -0.13021448254585266, -0.09696229547262192, -0.12659414112567902, -0.02235051803290844, -0.05329684913158417, -0.0418558344244957, -0.02105320803821087, 0.1109943836927414, 0.0345505066215992, 0.14420565962791443, 0.23583684861660004, 0.1771250218153, 0.020329438149929047, -0.01356746256351471, 0.0026187398470938206, -0.022383881732821465, 0.07834507524967194, 0.07253838330507278, -0.10516104847192764, -0.12696035206317902, -0.08511970937252045, -0.07737397402524948, -0.007552861236035824, -0.0035964390262961388, -0.031181585043668747, -0.018748817965388298, 0.00045319931814447045, -0.004631325602531433, -0.14202338457107544, -0.24342133104801178, -0.25238481163978577, -0.09109833836555481, -0.0713166669011116, -0.07064563781023026, -0.12085245549678802, 0.018533701077103615, 0.09865494817495346, 0.04746239259839058, 0.12396540492773056, 0.007774819154292345, 0.031096648424863815, -0.017640914767980576, -0.1385640650987625, -0.1818755716085434, -0.14426589012145996, -0.0808488130569458, -0.07044937461614609, -0.11451298743486404, -0.10262395441532135, -0.05661172792315483, 0.022714553400874138, 0.0010950235882773995, 0.006371945142745972, -0.026606081053614616, 0.027019832283258438, -0.038737181574106216, -0.039946045726537704, -0.2672441899776459, -0.32697081565856934, -0.2746894061565399, -0.1702798455953598, -0.1722746640443802, -0.15050548315048218, -0.012917661108076572, 0.04486861079931259, 0.21820524334907532, 0.10664865374565125, -0.041943322867155075, -0.030594997107982635, 0.024900268763303757, -0.04621797427535057, -0.18466174602508545, -0.1943282037973404, -0.07433868944644928, -0.08409211784601212, 0.03762497007846832, 0.007537353318184614, -0.028041519224643707, 0.016711769625544548, -0.031023474410176277, 0.011170447804033756, -0.032889705151319504, -0.016310160979628563, -0.01707034558057785, -0.03291209787130356, -0.1668107956647873, -0.18492025136947632, -0.23889599740505219, -0.1415761262178421, -0.12091489881277084, -0.12542453408241272, -0.08679212629795074, 0.07178869843482971, 0.012490972876548767, 0.021051276475191116, -0.02493973821401596, -0.03107961267232895, -0.15225210785865784, -0.09519381821155548, -0.26058775186538696, -0.1736799031496048, -0.10420935600996017, -0.13688522577285767, 0.03775244951248169, 0.01410927064716816, -0.057377059012651443, -0.018973566591739655, 0.02008388377726078, 0.025758272036910057, -0.013201781548559666, 0.02595100738108158, 0.012165363878011703, 0.01407699380069971, -0.1077168807387352, -0.08152194321155548, -0.13642139732837677, -0.1122976616024971, -0.25634098052978516, -0.36897292733192444, -0.23191654682159424, -0.19291113317012787, -0.1704460084438324, -0.04962681978940964, -0.17465326189994812, -0.009989148937165737, -0.06449256837368011, -0.16197611391544342, -0.15311120450496674, -0.06221064180135727, -0.07810819149017334, -0.08042079210281372, 0.06082816794514656, 0.09650442749261856, -0.002167767845094204, 0.034982312470674515, -0.0037607611157000065, -0.02366923727095127, -0.03585517778992653, -0.026401670649647713, 0.03149259090423584, 0.11747786402702332, 0.019188618287444115, 0.05501547455787659, -0.0716046467423439, -0.14035873115062714, -0.18943746387958527, -0.31596827507019043, -0.2373151183128357, -0.4163554012775421, -0.21380682289600372, -0.0934516042470932, -0.1894748955965042, -0.04706072434782982, -0.11408190429210663, -0.121527299284935, -0.055271781980991364, -0.08432433009147644, -0.0681731104850769, -0.11110959202051163, 0.0005133072263561189, 0.08033070713281631, -0.017171207815408707, -0.02196362242102623, -0.0025321762077510357, 0.02081647329032421, 0.0007899896008893847, 0.03300788998603821, 0.07868633419275284, 0.08315018564462662, 0.09287269413471222, 0.1711486279964447, 0.1002616286277771, 0.0828867107629776, 0.041366297751665115, -0.05639507621526718, -0.23752206563949585, -0.28280723094940186, -0.25851505994796753, -0.1728062629699707, -0.17301857471466064, -0.0020956748630851507, -0.13573706150054932, -0.03960126265883446, -0.10594776272773743, -0.14285749197006226, -0.03526144102215767, -0.05732745677232742, 0.02045932598412037, 0.04041809216141701, 0.035420697182416916, -0.0048767272382974625, -0.021826019510626793, 0.00345057575032115, 0.029330911114811897, -0.01932045817375183, 0.06449415534734726, 0.09217917174100876, 0.0598408579826355, 0.1530579775571823, 0.07162338495254517, 0.15432314574718475, 0.11392422765493393, 0.05974931642413139, -0.0005738242180086672, -0.043299511075019836, -0.13079668581485748, -0.17364968359470367, -0.16459757089614868, -0.05815204605460167, -0.03516332805156708, 0.04542211443185806, 0.069849394261837, -0.019639283418655396, -0.03423326462507248, -0.019507497549057007, -0.026740634813904762, 0.012205585837364197, -0.019495373591780663, 0.012551134452223778, -0.012141195125877857, 0.001978836487978697, -0.02966305799782276, 0.02634464018046856, 0.03174512833356857, 0.05789053067564964, 0.06864967197179794, 0.14070634543895721, 0.10374540090560913, 0.05200556665658951, 0.1368883103132248, 0.14378304779529572, 0.027429400011897087, 0.04838581010699272, -0.01718297228217125, -0.07459326833486557, 0.016933677718043327, -0.14632152020931244, -0.07457911223173141, 0.034244634211063385, -0.060371048748493195, -0.008443991653621197, 0.009467199444770813, -0.0477130152285099, 0.006177177187055349, -0.02708324044942856, -0.00669432058930397, -0.0002222193288616836, -0.019883854314684868, -0.00038492013118229806, -0.023411808535456657, 0.014168835245072842, -0.03290540724992752, -0.0007194997160695493, -0.01503778900951147, -0.026950614526867867, 0.005728694144636393, -0.008508185856044292, -0.0697786957025528, 0.03796164691448212, -0.02358977682888508, -0.04548696056008339, -0.026778727769851685, 0.0552649162709713, -0.054451052099466324, -0.02391752041876316, -0.055107083171606064, -0.007928931154310703, 0.023143220692873, 0.026417596265673637, -0.01077662967145443, -0.038939960300922394, -0.028266021981835365, -0.017623383551836014, -0.03599714860320091, -0.035078730434179306, 0.010465058498084545, -0.026924612000584602, -0.018322641029953957, -0.0017488725716248155, 0.034859661012887955, 0.03759016469120979, 0.006405748892575502, -0.03295870125293732, -0.024549733847379684, 0.07638885825872421, 0.033666811883449554, 0.017116904258728027, -0.009246979840099812, 0.038606248795986176, -0.025066105648875237, -0.0471690334379673, -0.025667773559689522, 0.13726483285427094, 0.054490286856889725, 0.010752608068287373, -0.016067344695329666, -0.014938286505639553, -0.07739666104316711, -0.06538613140583038, -0.05647067353129387, -0.04266287013888359, -0.012524246238172054, 0.026817763224244118, -0.03555905446410179, -0.029695650562644005, 0.005201105959713459, 0.03229079768061638, 0.02202962338924408, 0.014438613317906857, -0.054022349417209625, 0.00030247587710618973, 0.03426660597324371, 0.0022483256179839373, -0.02735692635178566, 0.023512542247772217, -0.041781067848205566, -0.13574454188346863, -0.20450565218925476, -0.24240854382514954, -0.19462445378303528, -0.0066223666071891785, -0.025994330644607544, -0.07876881211996078, -0.08107046782970428, 0.004769016057252884, -0.07662777602672577, -0.018912123516201973, -0.03308427706360817, -0.004460019059479237, -0.030687490478157997, 0.021666506305336952, 0.004012810066342354, -0.02453835867345333, 0.006095683202147484, -0.023287588730454445, -0.0001001788186840713, -0.028125537559390068, 0.03175834193825722, -0.013568545691668987, 0.016430772840976715, 0.03913193941116333, 0.015294576063752174, -0.014498375356197357, -0.06581293791532516, -0.044244978576898575, -0.022277770563960075, 0.0020989368204027414, -0.050007984042167664, 0.03689644858241081, 0.01394579280167818, 0.002234329469501972, -0.03109324723482132, -0.05693027377128601, -0.039600882679224014, -0.05320742353796959, 0.024099284783005714, 0.03153083845973015, 0.025703193619847298, -0.0015499814180657268, -0.036355335265398026, -0.01954188384115696, -0.0013613904593512416, 0.0003604133671615273, 0.030640335753560066, 0.016868367791175842, 0.045668456703424454, 0.017139112576842308, -0.014413882978260517, -0.060553185641765594, 0.017141766846179962, 0.06279635429382324, 0.03228487819433212, 0.030317509546875954, 0.04048232361674309, 0.12497402727603912, 0.08016743510961533, 0.035408228635787964, 0.07356688380241394, 0.0674600750207901, 0.001481579733081162, -0.017823264002799988, -0.044690828770399094, -0.038094352930784225, -0.02719992958009243, -0.016697730869054794, 0.021946890279650688, 0.014420325867831707, 0.011659878306090832, -0.026608487591147423, 0.012517065741121769, 0.031233182176947594, -0.029964448884129524, -0.01370676513761282, 0.033856358379125595, -0.0024070441722869873, 0.0019738958217203617, 0.03357252851128578, -0.013815891928970814, 0.027617232874035835, -0.008138461969792843, -0.020550796762108803, -0.02155761979520321, 0.006496612448245287, 0.03744331747293472, 0.0286343302577734, 0.001273124129511416, -0.019016215577721596, -0.019659552723169327, -0.006886333227157593, -0.02535167895257473, 0.006467200815677643, -0.026910094544291496, -0.023082712665200233, 0.008528880774974823, 0.0192053634673357, 0.011396930553019047]] [-0.011199169792234898, -0.006610248237848282, 0.00961339846253395, 0.02751954458653927, 0.009284401312470436, 0.019167965278029442, 0.036949530243873596, -0.02839607559144497, 0.03686204180121422, -0.016277190297842026, 0.03596198186278343, 0.013429829850792885, -0.013178016059100628, 0.023517973721027374, -0.04634605348110199, -0.012218999676406384, -0.044100284576416016, -0.0317038856446743, -0.00807995069772005, -0.006509860046207905, 0.01526850275695324, -0.044571902602910995, 0.02092643268406391, 0.019368190318346024, -0.0633719339966774, -0.016033468768000603, 0.02855968102812767, -0.03673483058810234, -0.018331293016672134, -0.02409324049949646, -0.02499680034816265, -0.05016341432929039, -0.035272713750600815, -0.03589368984103203, -0.005534128751605749, 0.009803003631532192, -0.06535274535417557, 0.05937129631638527, 0.03040790930390358, 0.02820918895304203, -0.0034289038740098476, -0.037417761981487274, 0.007312647067010403, -0.023084154352545738, 0.0036707697436213493, -0.04348171129822731, 0.0024476638063788414, -0.008406182751059532, -0.07510542869567871, -0.023951169103384018] ReLU [[0.1181170865893364, -0.10790421068668365, -0.08126450330018997, -0.1326185017824173, -0.1535465568304062, -0.08245642483234406, -0.021062320098280907, -0.13829819858074188, 0.07912880927324295, 0.13950754702091217, -0.104571133852005, 0.044765301048755646, -0.043203309178352356, -0.007754760794341564, 0.058697957545518875, -0.10066623985767365, -0.09349025785923004, -0.05139177665114403, -0.071816086769104, -0.1020059585571289, -0.031062111258506775, -0.09758293628692627, 0.020465435460209846, -0.1594078242778778, 0.09896597266197205, -0.15130890905857086, -0.11498306691646576, 0.19005128741264343, 0.0682712271809578, 0.040645960718393326, 0.11325321346521378, -0.14360952377319336, 0.19706067442893982, 0.1300629824399948, 0.08651217073202133, 0.0061356304213404655, 0.013808290474116802, 0.212354376912117, -0.187601238489151, -0.13070650398731232, 0.12555402517318726, 0.09774552285671234, 0.06688626110553741, -0.11444100737571716, -0.08592679351568222, 0.10270223766565323, -0.1697148233652115, -0.11551970988512039, 0.07141106575727463, 0.1748998463153839], [-0.2869994342327118, -0.11168055981397629, -0.03390424698591232, -0.07350049167871475, 0.36963018774986267, 0.011006477288901806, 0.038216523826122284, -0.16492097079753876, 0.3869251310825348, -0.2013603299856186, 0.10948874801397324, -0.054643649607896805, -0.18572376668453217, 0.2053563892841339, -0.03679315000772476, 0.3075296878814697, 0.023558124899864197, -0.1412556916475296, -0.15790162980556488, 0.050978884100914, 0.2617989182472229, -0.13620369136333466, 0.027953095734119415, 0.12928704917430878, -0.11668288707733154, -0.04734325408935547, -0.1313364952802658, -0.37123990058898926, -0.08682093769311905, -0.08324592560529709, 0.047521501779556274, 0.37934285402297974, -0.08081677556037903, 0.35514014959335327, 0.1570568084716797, -0.0585305392742157, 0.19207064807415009, -0.13986028730869293, 0.1879582554101944, -0.6397702097892761, 0.23402659595012665, -0.006645568646490574, -0.07832614332437515, -0.20031553506851196, 0.19690217077732086, 0.034664783626794815, 0.3219751715660095, 0.2196519374847412, -0.10281211137771606, -0.2508460581302643], [0.17941060662269592, -0.08756574988365173, -0.051607582718133926, -0.14759226143360138, 0.09990376979112625, 0.02675827592611313, -0.129283607006073, -0.022138645872473717, -0.02885608747601509, -0.13996340334415436, -0.028060680255293846, 0.05010532960295677, -0.14287137985229492, -0.23556426167488098, 0.07541465014219284, -0.059898778796195984, -0.13921329379081726, -0.0017099850811064243, -0.1260116696357727, 0.021834315732121468, 0.13726167380809784, 0.10133440792560577, 0.012320165522396564, -0.013207619078457355, -0.019663816317915916, 0.019107522442936897, 0.07588345557451248, -0.18422657251358032, -0.003853816306218505, 0.03164214640855789, 0.06928561627864838, 0.07817099988460541, -0.19578206539154053, -0.13223879039287567, 0.08892697840929031, 0.024751923978328705, -0.0964013859629631, -0.027644846588373184, 0.09400331228971481, -0.17231641709804535, -0.05641160532832146, -0.10484708845615387, 0.20168353617191315, -0.0280549805611372, 0.11058217287063599, 0.022102367132902145, 0.0792626366019249, -0.08584041148424149, -0.11990365386009216, 0.008352624252438545], [-0.47490593791007996, -0.11100311577320099, 0.012888271361589432, 0.0193770844489336, 0.044007595628499985, -0.1276617795228958, -0.5053078532218933, 0.3318847715854645, 0.07911394536495209, -0.38165798783302307, -0.07356146723031998, -0.04133123159408569, 0.2255721390247345, 0.06474902480840683, 0.008236758410930634, -0.0612795427441597, -0.24243545532226562, -0.01803085394203663, 0.09984936565160751, -0.11140068620443344, 0.1055179163813591, -0.03197671100497246, -0.000591506774071604, 0.14540445804595947, 0.06457744538784027, -0.15282975137233734, 0.0632840245962143, -0.04663563519716263, 0.14050506055355072, 0.2232854813337326, -0.0011602459708228707, 0.17551232874393463, 0.21893008053302765, -0.0681658536195755, 0.060135792940855026, -0.32623010873794556, -0.06758236140012741, 0.14579883217811584, 0.16412898898124695, 0.09144403785467148, -0.10039811581373215, 0.26667192578315735, -0.15813185274600983, -0.04754793643951416, 0.30765095353126526, -0.12578539550304413, 0.28174102306365967, 0.2622738182544708, -0.0804612785577774, 0.1428079903125763], [-0.0675923153758049, -0.14586946368217468, 0.16625747084617615, 0.04271124303340912, 0.01680191420018673, -0.010621021501719952, -0.15860174596309662, -0.14085052907466888, -0.0055246613919734955, -0.2658916115760803, 0.029745008796453476, 0.287455290555954, -0.012734946794807911, 0.11988063156604767, 0.12886054813861847, -0.13844633102416992, -0.009575363248586655, -0.12475240975618362, -0.08167030662298203, -0.012561093084514141, -0.06897922605276108, 0.17495664954185486, -0.2606179714202881, -0.13409395515918732, 0.07274525612592697, -0.24299626052379608, 0.22190062701702118, -0.2017308920621872, -0.17912544310092926, 0.22054718434810638, 0.1232895478606224, -0.09253022074699402, -0.016165463253855705, 0.18014267086982727, 0.047416336834430695, 0.11406231671571732, 0.026936018839478493, 0.016777388751506805, 0.0468263179063797, -0.3442467153072357, -0.07559904456138611, -0.014824913814663887, -0.06783456355333328, -0.09485820680856705, 0.20615381002426147, -0.0961141437292099, 0.32628557085990906, 0.13816606998443604, 0.13652509450912476, 0.05264494568109512], [-0.008686364628374577, 0.14557236433029175, -0.4398155212402344, -0.03934456408023834, 0.2562156319618225, -0.27839887142181396, 0.059407781809568405, 0.041442085057497025, -0.15005692839622498, -0.04687819629907608, -0.12928107380867004, -0.04060375690460205, 0.15515413880348206, 0.025881119072437286, 0.3908757269382477, -0.2927796542644501, -0.005893961526453495, -0.33746030926704407, -0.0036309657152742147, -0.319967120885849, 0.12201232463121414, -0.04790506884455681, 0.14421387016773224, 0.10144913196563721, -0.08907315135002136, 0.21815086901187897, -0.15667401254177094, -0.048285942524671555, -0.06878955662250519, -0.0561806857585907, -0.05074140429496765, -0.2139379233121872, 0.006680161692202091, -0.28408950567245483, -0.2624704837799072, -0.32811984419822693, -0.12021537870168686, 0.0417458713054657, 0.12934716045856476, 0.21743768453598022, -0.31635767221450806, -0.15402594208717346, 0.02140580676496029, 0.24330668151378632, 0.1332513391971588, 0.19728738069534302, 0.07391975820064545, 0.15521028637886047, 0.43169304728507996, -0.11468444764614105], [-0.1463984102010727, 0.07499121874570847, 0.07694735378026962, 0.11516769230365753, -0.11336732655763626, 0.04722904413938522, 0.25550124049186707, -0.08332695066928864, -0.18522217869758606, -0.14944063127040863, -0.021337784826755524, -0.17091965675354004, 0.1702272593975067, -0.18524716794490814, -0.036111582070589066, -0.10296367853879929, -0.021525533869862556, -0.07808337360620499, 0.0016391972312703729, -0.09713597595691681, -0.06992991268634796, -0.08921527862548828, 0.05684527009725571, 0.13906705379486084, 0.05272534862160683, -0.09420072287321091, 0.11398141831159592, 0.010998080484569073, 0.061347007751464844, -0.1395040899515152, 0.007609750144183636, 0.019779708236455917, 0.07067064195871353, -0.015926139429211617, 0.10475482046604156, 0.010601338930428028, -0.06734897941350937, 0.05738887935876846, 0.04859156906604767, -0.06586036086082458, -0.08946423977613449, 0.12244995683431625, 0.09186356514692307, 0.042433131486177444, 0.017835484817624092, -0.03861105814576149, -0.10360337793827057, -0.16796211898326874, -0.20257677137851715, 0.10285337269306183], [-0.0575527586042881, 0.1743214726448059, -0.0006717974320054054, -0.0837504044175148, 0.055822066962718964, -0.11490169912576675, 0.11998321861028671, -0.09846735000610352, 0.19479943811893463, 0.07617206126451492, -0.2050255835056305, 0.0008573877275921404, 0.18336252868175507, -0.2728293240070343, 0.2773780822753906, -0.051365360617637634, 0.11168260127305984, 0.10600464046001434, -0.42856213450431824, -0.2828679382801056, 0.0529092475771904, -0.11069251596927643, 0.13382278382778168, 0.13858072459697723, 0.08962617069482803, -0.014998938888311386, -0.02630898915231228, -0.016598565503954887, -0.05644320696592331, -0.265800416469574, 0.07982785254716873, 0.4286367893218994, -0.08657911419868469, -0.05183672532439232, 0.14939278364181519, 0.27706480026245117, 0.40433385968208313, -0.11528975516557693, -0.06147114187479019, -0.11954939365386963, 0.33971038460731506, -0.16519257426261902, 0.16124320030212402, 0.03336888551712036, -0.21566255390644073, -0.14008454978466034, -0.061820030212402344, 0.009321263059973717, -0.17042109370231628, -0.20557370781898499], [0.03887761011719704, 0.056860294193029404, -0.21255449950695038, 0.2697625458240509, 0.15641601383686066, 0.009258382022380829, -0.015099489130079746, -0.028492780402302742, -0.19341729581356049, -0.11329951137304306, 0.08896485716104507, -0.005137425847351551, 0.2374018430709839, -0.06345636397600174, 0.007079394534230232, 0.11694961041212082, 0.12209627777338028, -0.11652227491140366, 0.01616780459880829, -6.0729365941369906e-05, 0.05078156292438507, 0.049993690103292465, 0.25241366028785706, -0.048070937395095825, -0.028143037110567093, 0.07729750871658325, 0.03810161352157593, -0.0957881510257721, 0.1544312983751297, -0.06719552725553513, 0.1221279427409172, -0.46311646699905396, -0.04322263225913048, -0.038133908063173294, -0.14352189004421234, 0.10117494314908981, -0.2101689726114273, -0.03484300151467323, 0.03973783925175667, 0.19101952016353607, -0.07375223189592361, 0.261322557926178, -0.06497801095247269, 0.2144497185945511, 0.18910107016563416, 0.20915134251117706, -0.11835268139839172, -0.41009196639060974, -0.11242453753948212, -0.060454778373241425], [0.21138811111450195, 0.05105416104197502, 0.219630628824234, 0.1517390012741089, -0.17347869277000427, 0.20688924193382263, -0.18116524815559387, 0.03114253468811512, -0.09168219566345215, -0.0017131988424807787, 0.2936040759086609, 0.41366398334503174, -0.015813754871487617, -0.22667016088962555, -0.014726356603205204, -0.25310826301574707, 0.016190147027373314, 0.0067674932070076466, -0.003901126328855753, -0.328138530254364, -0.40108823776245117, 0.15335817635059357, -0.2364039421081543, 0.013034356757998466, 0.04380401596426964, -0.06342802196741104, 0.10655132681131363, 0.2770605683326721, -0.021205203607678413, 0.3224034905433655, -0.024754278361797333, -0.14117558300495148, 0.12991783022880554, 0.1461813598871231, 0.24362562596797943, 0.26253408193588257, 0.11409223079681396, -0.10684188455343246, -0.4262515604496002, -0.16647902131080627, -0.11200114339590073, -0.15669764578342438, 0.13265249133110046, -0.17309461534023285, 0.024153148755431175, -0.09647242724895477, 0.09039890021085739, 0.08884626626968384, 0.258053719997406, -0.13051360845565796], [-0.03275254741311073, 0.16159223020076752, -0.07359519600868225, 0.2690865695476532, 0.09266391396522522, -0.16846828162670135, -0.19227172434329987, 0.20132502913475037, 0.03881646320223808, 0.03520297259092331, -0.14876006543636322, -0.15920189023017883, -0.15879593789577484, 0.11351219564676285, -0.21354350447654724, -0.06457976251840591, 0.03325488790869713, 0.15268118679523468, -0.08220339566469193, -0.013395803049206734, -0.08885671943426132, 0.089070163667202, 0.045940496027469635, 0.06828521937131882, 0.09236600250005722, -0.0916721373796463, -0.049130186438560486, 0.0923621729016304, 0.002785359276458621, -0.00869005173444748, -0.02204808034002781, 0.3156055510044098, 0.27347975969314575, 0.06653015315532684, 0.13786014914512634, -0.03179218992590904, 0.1185305118560791, -0.2870592772960663, -0.2857518196105957, 0.09685195237398148, -0.15084585547447205, 0.015895962715148926, 0.26780372858047485, -0.09480290859937668, -0.002236103406175971, -0.047724783420562744, 0.15728233754634857, 0.06324224919080734, 0.22720909118652344, 0.14279063045978546], [0.24524816870689392, -0.11797706037759781, 0.014474043622612953, -0.09565479308366776, 0.15036728978157043, 0.03632167726755142, 0.007331441156566143, -0.20782744884490967, -0.21774759888648987, 0.17282284796237946, 0.2826102375984192, 0.11056631803512573, -0.21383720636367798, -0.08253032714128494, -0.14054948091506958, -0.03848878666758537, -0.011418458074331284, -0.4307657778263092, -0.16025586426258087, -0.14059551060199738, -0.19552955031394958, 0.29236701130867004, 0.20580081641674042, -0.24186383187770844, 0.18037554621696472, -0.2232540249824524, 0.006157841067761183, 0.3448611795902252, -0.31390613317489624, 0.14923787117004395, -0.11573823541402817, 0.09240724891424179, -0.04953731968998909, -0.0762476846575737, -0.10290096700191498, 0.426993191242218, -0.051424235105514526, -0.12102136015892029, 0.22339282929897308, 0.07115934044122696, 0.03459852561354637, -0.042041901499032974, 0.26171261072158813, -0.1951933056116104, -0.07768025994300842, -0.27541160583496094, 0.22193941473960876, 0.1683904230594635, -0.09899994730949402, -0.19759774208068848], [-0.04885537177324295, -0.016650600358843803, -0.0922410637140274, 0.005187815986573696, 0.04451863467693329, 0.0013063920196145773, -0.03431256487965584, 0.021569425240159035, 0.004741288721561432, 0.08256186544895172, 0.0841575562953949, 0.005020549055188894, -0.0941934734582901, -0.18886007368564606, -0.03421268239617348, 0.17170727252960205, 0.021782422438263893, -0.0372084341943264, -0.10762003809213638, -0.11944819241762161, -0.08580479770898819, -0.09429141134023666, 0.0819709524512291, 0.027503782883286476, 0.1153687983751297, -0.08158016204833984, -0.0194353349506855, 0.06847936660051346, 0.13044340908527374, -0.025223104283213615, 0.13795047998428345, 0.17829616367816925, 0.1506296694278717, -0.00858787540346384, 0.014731633476912975, -0.09607266634702682, 0.0006598639884032309, -0.12917298078536987, 0.050702616572380066, 0.03358931094408035, 0.03536702319979668, 0.025739924982190132, -0.10947666317224503, -0.1759522706270218, -0.027962878346443176, 0.0066762641072273254, -0.11983393877744675, -0.1354525089263916, 0.18256090581417084, 0.12082399427890778], [-0.012590612284839153, 0.03252756968140602, 0.05306484177708626, 0.19092679023742676, 0.2149946391582489, 0.0669785812497139, 0.23828662931919098, -0.195977121591568, -0.06225288286805153, 0.2567165791988373, -0.1443202644586563, 0.17786890268325806, -0.04448458179831505, -0.11736365407705307, 0.09374484419822693, 0.3279013931751251, 0.13235144317150116, -0.027466656640172005, -0.014037158340215683, -0.0189205389469862, 0.06985838711261749, -0.04603961110115051, 0.018866511061787605, -0.13626345992088318, 0.09139607101678848, 0.20482632517814636, -0.264238178730011, -0.319735586643219, 0.011201719753444195, -0.1513800173997879, 0.13698796927928925, 0.12723812460899353, -0.14198191463947296, 0.10709002614021301, 0.1368872970342636, 0.12320318818092346, -0.15605349838733673, -0.289072185754776, -0.12075985968112946, -0.05421900749206543, -0.08873506635427475, 0.1387464553117752, -0.18512390553951263, 0.12941594421863556, 0.1091999039053917, -0.07785294204950333, -0.2434980571269989, -0.20046696066856384, -0.15780159831047058, 0.13435514271259308], [0.2703821063041687, -0.12526892125606537, 0.1296260505914688, 0.12099632620811462, -0.15012133121490479, 0.0713200643658638, 0.028303615748882294, -0.05686775594949722, 0.07659570127725601, 0.10521949827671051, -0.24254414439201355, -0.3400428295135498, 0.011920160613954067, 0.10812284052371979, -0.060329824686050415, 0.28951361775398254, -0.2778482139110565, 0.01858116313815117, -0.10291682183742523, 0.1823018342256546, -0.07465256005525589, 0.15489162504673004, 0.3186265230178833, 0.17881563305854797, 0.1951265186071396, 0.032986562699079514, -0.10873827338218689, -0.06716594099998474, 0.10687877982854843, -0.266696572303772, -0.060709256678819656, -0.14982222020626068, -0.016120215877890587, 0.17055998742580414, -0.1100434884428978, 0.09790706634521484, -0.0008284201612696052, -0.06873913109302521, 0.2549059987068176, -0.005350424908101559, 0.02849525213241577, 0.2562386095523834, -0.011134985834360123, -0.10740233957767487, -0.06203558295965195, -0.019554590806365013, 0.019045161083340645, -0.24855926632881165, -0.040565140545368195, 0.04259458929300308], [-0.03614610806107521, 0.11715905368328094, 0.0822790116071701, 0.01057612244039774, -0.018381891772150993, -0.430440217256546, -0.46174266934394836, 0.3103197515010834, 0.02920565940439701, -0.1467740833759308, -0.25222480297088623, -0.13645237684249878, -0.0040298281237483025, 0.08161286264657974, -0.11239536106586456, -0.11539871245622635, -0.15251199901103973, 0.21850638091564178, 0.22780799865722656, -0.002606692025437951, -0.059767961502075195, -0.2914603054523468, 0.20964516699314117, -0.04539109766483307, -0.21512854099273682, 0.11989767104387283, 0.02923884242773056, 0.050695858895778656, 0.26513904333114624, -0.1292407363653183, 0.04669908061623573, -0.1563364863395691, 0.084408700466156, -0.1835981011390686, 0.07935208827257156, -0.4094143211841583, 0.06089361384510994, 0.3445776700973511, -0.03473929688334465, 0.047597382217645645, -0.3020676374435425, -0.03405899181962013, -0.17374132573604584, -0.030040064826607704, 0.054122570902109146, 0.3318086266517639, -0.18549776077270508, 0.07023674249649048, 0.25751006603240967, 0.038658156991004944], [0.15151791274547577, 0.12866848707199097, -0.15002335608005524, -0.0632253959774971, -0.2827166020870209, -0.06765580922365189, 0.10871017724275589, 0.017607437446713448, -0.20899055898189545, -0.0591047964990139, -0.177713543176651, -0.2801009714603424, 0.05145920068025589, -0.1449827402830124, -0.05988670513033867, 0.1061280146241188, 0.06814742088317871, 0.16533280909061432, 0.3198762834072113, 0.026037048548460007, -0.2934911847114563, -0.22311493754386902, 0.14943034946918488, 0.025692960247397423, 0.19653712213039398, 0.2767283618450165, 0.03283654898405075, 0.36482569575309753, -0.22500085830688477, -0.008273344486951828, 0.029947657138109207, -0.5403431057929993, 0.024621564894914627, -0.4141066372394562, -0.07786653935909271, 0.2451312094926834, -0.31846559047698975, 0.2692643404006958, 0.23922903835773468, 0.4062008559703827, 0.0250450037419796, -0.13801534473896027, 0.0709807351231575, -0.06703771650791168, -0.36813467741012573, -0.3019341826438904, -0.07477035373449326, 0.32429391145706177, 0.09826932102441788, 0.049276337027549744], [-0.09705754369497299, 0.059509798884391785, 0.06972216069698334, 0.01018214039504528, -0.09789025783538818, -0.12227868288755417, -0.081854909658432, -0.03406209498643875, -0.034001853317022324, -0.10694300383329391, -0.0015006248140707612, -0.11820082366466522, 0.1064784973859787, 0.06263648718595505, 0.05293550342321396, -0.12108542770147324, -0.05130114406347275, -0.033357568085193634, -0.04307073354721069, -0.07813320308923721, 0.1485562026500702, -0.06194329261779785, -0.02778470516204834, -0.053334515541791916, -0.019201070070266724, -0.01696726121008396, 0.040523577481508255, -0.028566496446728706, 0.06882768869400024, 0.045680541545152664, 0.09312036633491516, -0.10581310093402863, -0.11087985336780548, -0.06234671175479889, 0.09838970005512238, -0.062846839427948, -0.016172517091035843, 0.03426099941134453, -0.034909866750240326, -0.17852133512496948, 0.008388468064367771, -0.006870180368423462, -0.03314584121108055, -0.11497540026903152, -0.06606382876634598, -0.08455492556095123, -0.14755725860595703, 0.0008024696726351976, 0.09419145435094833, -0.06415241211652756], [0.25367507338523865, -0.14907938241958618, -0.2485889047384262, 0.05292104184627533, 0.26291170716285706, 0.4311833381652832, 0.2636204659938812, -0.2339763194322586, -0.015231563709676266, -0.21245907247066498, 0.49243053793907166, 0.0910295695066452, -0.19776786863803864, 0.23068931698799133, -0.1078181117773056, 0.17912757396697998, -0.14666937291622162, -0.1125023290514946, 0.14528338611125946, 0.2429741621017456, 0.13651925325393677, 0.07224436849355698, 0.1743621677160263, 0.09317353367805481, 0.17585675418376923, -0.14440670609474182, 0.3383110463619232, 0.08547809720039368, 0.183184415102005, 0.06223677471280098, 0.02913517877459526, -0.22465699911117554, -0.13868026435375214, 0.22757306694984436, -0.105768121778965, 0.20937640964984894, -0.2466225028038025, -0.2064232975244522, -0.07591763883829117, -0.04760570824146271, -0.0595124326646328, 0.2773972153663635, -0.20707273483276367, -0.008395551703870296, 0.19260603189468384, -0.039250776171684265, -0.0516229011118412, -0.24098102748394012, -0.49400949478149414, -0.21367841958999634], [0.21479038894176483, 0.20790787041187286, -0.06416939198970795, 0.104708731174469, -0.06253883987665176, 0.2867962419986725, 0.16759613156318665, 0.03968937322497368, -0.06467065960168839, -0.33033210039138794, 0.049830593168735504, 0.08108528703451157, 0.27305659651756287, 0.053812116384506226, -0.04793247580528259, 0.02708798088133335, 0.20619738101959229, -0.08152800798416138, -0.13934630155563354, -0.18890798091888428, 0.09328316897153854, -0.20206914842128754, -0.008407763205468655, 0.2052985429763794, -0.3006160855293274, -0.02696894109249115, 0.23793350160121918, -0.407170832157135, -0.19016069173812866, -0.12875327467918396, -0.05963001772761345, -0.3015137016773224, -0.2838776111602783, 0.09296662360429764, 0.15079276263713837, -0.18184731900691986, -0.20026889443397522, -0.24597008526325226, -0.03417946398258209, 0.005383198615163565, 0.056876420974731445, 0.48307767510414124, 0.15948885679244995, -0.059767793864011765, 0.47989100217819214, 0.08046486228704453, 0.03019033744931221, -0.27608975768089294, 0.12083407491445541, -0.0965857282280922], [0.07192997634410858, 0.11449939757585526, 0.03773448243737221, 0.05670861899852753, -0.3609737157821655, 0.10647635161876678, -0.2782219350337982, -0.04394678398966789, 0.1409483551979065, 0.009852990508079529, -0.5142527222633362, -0.19642075896263123, 0.08571162819862366, 0.16289225220680237, 0.18165376782417297, 0.06924281269311905, -0.10811090469360352, 0.035044606775045395, -0.29896292090415955, 0.00039126109913922846, -0.2341786026954651, -0.10402999073266983, -0.07333723455667496, 0.2249075472354889, 0.2464578002691269, -0.03180744871497154, 0.15240812301635742, 0.010855927132070065, -0.027145227417349815, -0.2740592062473297, 0.057189181447029114, -0.18382327258586884, 0.16554616391658783, -0.18435607850551605, -0.2890070676803589, 0.3696099817752838, 0.14065460860729218, 0.2927529513835907, -0.04784822091460228, 0.12640899419784546, 0.23884500563144684, 0.07238983362913132, -0.05319401994347572, 0.15949749946594238, -0.06597874313592911, -0.07546808570623398, -0.10098882764577866, -0.3958654999732971, -0.08411834388971329, 0.18735475838184357], [-0.029748018831014633, 0.03854880481958389, 0.03537570312619209, 0.04153968766331673, -0.2093418687582016, -0.1836133897304535, -0.04269258305430412, 0.07006780058145523, 0.02247614599764347, 0.20384205877780914, 0.10026601701974869, 0.0673668384552002, 0.1331518292427063, 0.18301816284656525, 0.1531245857477188, -0.0705651342868805, 0.013779954053461552, 0.17823033034801483, -0.14923325181007385, 0.18303585052490234, 0.005659987684339285, 0.02177959494292736, -0.024744175374507904, 0.033202674239873886, -0.08795806020498276, 0.14780709147453308, -0.2671261429786682, -0.05327261611819267, -0.05581013858318329, 0.08577640354633331, 0.07836902886629105, 0.20395389199256897, 0.17657285928726196, -0.016595015302300453, -0.21490509808063507, -0.043975580483675, 0.044262632727622986, -0.012101253494620323, -0.12047561258077621, -0.0586463138461113, -0.19909563660621643, -0.2485598474740982, -0.02777210623025894, -0.1465393453836441, 0.015696236863732338, -0.02484472282230854, 0.07444832473993301, 0.06350471824407578, -0.05689310282468796, -0.00589416129514575], [0.2289578765630722, 0.10948508232831955, -0.006855991203337908, 0.3036904036998749, -0.2856009602546692, -0.12203849852085114, -0.06594163179397583, 0.05716586858034134, -0.3466431498527527, -0.0019942200742661953, -0.0914287194609642, -0.08549495041370392, 0.12012811005115509, 0.27625390887260437, -0.25979316234588623, 0.07777509093284607, 0.20340178906917572, 0.03273871913552284, -0.016152674332261086, 0.046900879591703415, -0.2588103115558624, 0.045517243444919586, 0.15308338403701782, -0.04514782875776291, -0.10625562071800232, 0.19817876815795898, 0.1790950745344162, 0.06573045253753662, 0.16998200118541718, 0.16574358940124512, -0.12074380367994308, -0.11744322627782822, 0.04188081994652748, -0.08046960830688477, -0.12200389802455902, -0.1589726358652115, -0.2085973173379898, -0.08502481132745743, 0.00981521513313055, 0.10270313173532486, 0.239064559340477, 0.12620282173156738, 0.06777539104223251, -0.09295005351305008, -0.15421146154403687, -0.17441198229789734, 0.18956778943538666, -0.2070159912109375, 0.1359076201915741, 0.2961094081401825], [-0.05651750788092613, -0.025030862540006638, 0.1689225733280182, 0.1833191066980362, -0.23515452444553375, -0.31994307041168213, -0.48213833570480347, -0.15302824974060059, 0.1494929939508438, -0.12295959889888763, -0.3108660578727722, -0.17330493032932281, -0.01997021958231926, 0.26103147864341736, -0.011591830290853977, -0.2862125635147095, -0.20018041133880615, -0.03005429357290268, -0.083420030772686, 0.33099037408828735, -0.26013994216918945, 0.3190212547779083, -0.13062173128128052, -0.09817544370889664, 0.09156570583581924, -0.03621028736233711, 0.12963178753852844, 0.22756728529930115, -0.013479202054440975, 0.17150220274925232, 0.001748673152178526, 0.09212256968021393, -0.013736652210354805, 0.1575564742088318, 0.15845602750778198, 0.06118782237172127, 0.06990092247724533, 0.09049201756715775, -0.2800000011920929, -0.22699156403541565, 0.1645936667919159, 0.05910777300596237, 0.09840898960828781, -0.11540495604276657, -0.16836850345134735, 0.13021086156368256, 0.4615798592567444, 0.013055743649601936, 0.028822826221585274, -0.10057239234447479], [0.11577261984348297, -0.16853927075862885, 0.3285154402256012, 0.28371089696884155, 0.06535949558019638, 0.07124689966440201, 0.03190184384584427, -0.02890351600944996, -0.05045739933848381, -0.06561919301748276, 0.24961934983730316, -0.01670619286596775, -0.18244126439094543, -0.051009442657232285, -0.11741644889116287, -0.2182064950466156, 0.18068735301494598, -0.03177657723426819, 0.2128491997718811, -0.12893378734588623, -0.017743000760674477, 0.1617429405450821, -0.30345359444618225, 0.18733902275562286, -0.0578005276620388, -0.04554924741387367, -0.14027027785778046, 0.029373634606599808, 0.01717088557779789, -0.014489597640931606, 0.046530116349458694, 0.1334596872329712, 0.1425216794013977, 0.059633225202560425, 0.2587597668170929, 0.34015944600105286, 0.11287600547075272, -0.23117239773273468, -0.3149729073047638, -0.01882200874388218, 0.10283907502889633, 0.010582562536001205, 0.025550320744514465, -0.12682022154331207, -0.025071093812584877, 0.022580301389098167, 0.16192997992038727, 0.04010164365172386, -0.07138107717037201, 0.066920705139637], [-0.1068764254450798, 0.050893787294626236, -0.2629103362560272, -0.1710233837366104, 0.11437291651964188, -0.07903798669576645, 0.06240857020020485, -0.13902242481708527, -0.01669389009475708, -0.010237151756882668, 0.1198715940117836, 0.23072227835655212, 0.06970326602458954, -0.0398525632917881, 0.06161482632160187, -0.17768998444080353, 0.09851456433534622, -0.12988871335983276, 0.16430649161338806, -0.1929849535226822, 0.1516321748495102, -0.04077484831213951, -0.020870113745331764, -0.18591368198394775, -0.16195446252822876, 0.14464247226715088, -0.11077787727117538, 0.042620617896318436, 0.06280762702226639, -0.22096383571624756, 0.06374391168355942, 0.035939209163188934, -0.057339854538440704, -0.08431368321180344, 0.1215396299958229, 0.15251141786575317, 0.17389847338199615, 0.20417837798595428, 0.26643380522727966, 0.017761629074811935, -0.2061002254486084, -0.14069081842899323, -0.05793236196041107, 0.06722070276737213, 0.1268354058265686, -0.03398291394114494, -0.19486844539642334, 0.1215573102235794, -0.16613946855068207, -0.37053346633911133], [0.20913974940776825, 0.22444701194763184, 0.19370919466018677, 0.11288999021053314, -0.15654407441616058, -0.09929496049880981, -0.16086506843566895, 0.2831762731075287, -0.12089599668979645, -0.11609157174825668, -0.08734066784381866, -0.048477306962013245, -0.27375662326812744, -0.15870383381843567, 0.02471853978931904, 0.1189337968826294, 0.02392106130719185, 0.24139921367168427, 0.20248232781887054, 0.000674499839078635, -0.06948507577180862, -0.27377015352249146, -0.28711435198783875, -0.044071756303310394, 0.0619514174759388, 0.02044970728456974, 0.30782318115234375, 0.13614697754383087, -0.0920337438583374, -0.1666356474161148, 0.07179539650678635, -0.1369912475347519, 0.18846049904823303, -0.24162593483924866, 0.163388192653656, -0.19949229061603546, -0.20009610056877136, 0.2656165659427643, -0.2260981798171997, 0.10384461283683777, 0.29661229252815247, -0.31502005457878113, 0.477559894323349, 0.026401055976748466, -0.12677422165870667, 0.08119221031665802, -0.049680471420288086, -0.21598300337791443, -0.030152365565299988, 0.11700969189405441], [0.011443562805652618, -0.3076649308204651, -0.08342226594686508, -0.24031934142112732, -0.010627660900354385, 0.38294389843940735, 0.3085176348686218, -0.35205569863319397, 0.48483648896217346, 0.002573843114078045, -0.012468738481402397, 0.046151500195264816, -0.05314081162214279, -0.33993881940841675, 0.06284142285585403, -0.17262642085552216, -0.3148362934589386, -0.19339007139205933, 0.21746303141117096, -0.2655428647994995, 0.3605066239833832, 0.22317446768283844, -0.006120481062680483, 0.04525783658027649, -0.02420552633702755, -0.42476359009742737, 0.056889742612838745, -0.020058341324329376, -0.06611199676990509, -0.047463834285736084, -0.1384616494178772, 0.40233129262924194, 0.02207034081220627, -0.044920582324266434, -0.16158075630664825, 0.09555498510599136, 0.2979738116264343, 0.05965033918619156, -0.1378367841243744, -0.047504134476184845, -0.2178100049495697, 0.03689848631620407, -0.23790597915649414, 0.023901255801320076, -0.28434768319129944, -0.254056841135025, -0.15214776992797852, 0.09892208129167557, 0.28603634238243103, 0.3500509560108185], [-0.27795618772506714, -0.13151615858078003, -0.10889101773500443, -0.09725476056337357, 0.06900156289339066, -0.23327410221099854, -0.11639690399169922, 0.23316727578639984, 0.20765380561351776, 0.06874017417430878, -0.18952573835849762, -0.10139784961938858, -0.029817121103405952, 0.1854669153690338, -0.02934284880757332, 0.008320328779518604, 0.022840535268187523, 0.14982016384601593, 0.053848996758461, 0.1219000592827797, 0.09745167940855026, -0.006701079197227955, 0.08787970244884491, -0.13628055155277252, 0.026233142241835594, 0.09695885330438614, 0.1163901761174202, 0.14902052283287048, -0.0177070964127779, 0.05169631168246269, 0.018923476338386536, -0.06449316442012787, -0.17918099462985992, -0.0004532672755885869, -0.09264522045850754, -0.11890658736228943, 0.24790121614933014, 0.02432231791317463, 0.04788591340184212, -0.10037010163068771, -0.15604925155639648, -0.0018192583229392767, -0.21272750198841095, -0.039864733815193176, 0.018653536215424538, 0.12021223455667496, 0.07170093059539795, -0.10244636982679367, -0.13431023061275482, 0.016882332041859627], [0.03364340215921402, 0.018564915284514427, -0.37371113896369934, -0.0879221260547638, -0.07029812783002853, 0.1210978776216507, 0.3178654909133911, -0.11462068557739258, 0.14249524474143982, -0.22774635255336761, -0.11634358763694763, -0.13932575285434723, -0.03545339033007622, 0.4112347662448883, 0.1498655080795288, 0.060387395322322845, 0.19014419615268707, 0.2480992078781128, -0.269045889377594, 0.20666837692260742, -0.22172072529792786, -0.2788064181804657, -0.007063104771077633, 0.2969581186771393, 0.12498453259468079, 0.1967587172985077, -0.38170093297958374, 0.37531349062919617, -0.13136202096939087, -0.4387211501598358, -0.1219162866473198, 0.05975424870848656, 0.1874876469373703, -0.22221586108207703, -0.16501730680465698, 0.06193491816520691, 0.23177827894687653, -0.005328493658453226, -0.00607982138171792, 0.15155810117721558, 0.10731912404298782, -0.3234754800796509, 0.2561453580856323, 0.15198448300361633, -0.14452604949474335, 0.04179352521896362, -0.0917082279920578, 0.17708003520965576, -0.049129586666822433, -0.19941620528697968], [-0.17795954644680023, -0.07605302333831787, 0.10125388950109482, 0.10031823068857193, -0.031798355281353, -0.277336984872818, -0.30518996715545654, 0.3260500431060791, -0.011216347105801105, -0.07203061133623123, 0.14170636236667633, 0.07881797105073929, -0.3157787621021271, 0.11704210191965103, -0.17298856377601624, 0.16072171926498413, 0.04513809457421303, 0.19278085231781006, 0.217886283993721, 0.16990190744400024, -0.19034796953201294, -0.1209382712841034, 0.2107125222682953, 0.06547163426876068, -0.4951627254486084, 0.10058318823575974, 0.25890177488327026, -0.12298153340816498, -0.20911596715450287, 0.16967350244522095, -0.07336416095495224, -0.2683800756931305, -0.1371229887008667, 0.32355043292045593, 0.11150182783603668, -0.4968682527542114, -0.38672593235969543, -0.2623886466026306, -0.019908418878912926, 0.1230594590306282, 0.16721650958061218, 0.1871674358844757, -0.15519623458385468, -0.15074053406715393, 0.024881070479750633, -0.2390325367450714, 0.042963650077581406, 0.013045751489698887, 0.03842323645949364, 0.25427213311195374], [0.051244400441646576, 0.1357591599225998, 0.06340903043746948, -0.37711137533187866, -0.09174326807260513, -0.04775331914424896, 0.15284307301044464, -0.34699928760528564, 0.047583676874637604, 0.2512538433074951, -0.09698276966810226, -0.13474957644939423, 0.05934009701013565, -0.2521992623806, 0.19779136776924133, -0.17654070258140564, -0.2109721153974533, -0.03147187829017639, 0.002412490313872695, -0.1880161166191101, -0.1782960444688797, 0.11809834092855453, 0.18846069276332855, -0.006739453878253698, 0.27162641286849976, -0.24411751329898834, -0.03961066156625748, 0.0535440593957901, -0.21526765823364258, -0.08899084478616714, 0.06256234645843506, 0.15610657632350922, -0.24061726033687592, 0.001057337154634297, -0.1701120287179947, 0.1527048647403717, 0.04436209425330162, 0.34840530157089233, 0.09179142117500305, 0.04340607300400734, 0.14473044872283936, -0.2527855932712555, -0.14210744202136993, -0.1414802223443985, -0.2970535457134247, -0.343344509601593, -0.0747218206524849, 0.11004797369241714, 0.1375029981136322, 0.06320412456989288], [-0.2961430847644806, -0.30559006333351135, -0.31904128193855286, 0.16011440753936768, -0.09593044966459274, -0.03223073482513428, -0.049802154302597046, -0.054108262062072754, -0.018742689862847328, -0.06241151690483093, -0.19048920273780823, 0.03542894497513771, -0.19504469633102417, 0.1366334855556488, 0.13217197358608246, -0.19589689373970032, -0.1262206882238388, -0.22345541417598724, 0.15101371705532074, -0.002320622093975544, 0.21637703478336334, 0.1581680029630661, 0.3331238031387329, 0.1390700340270996, 0.09482626616954803, 0.10581829398870468, 0.043863795697689056, 0.19433462619781494, 0.09369367361068726, -0.0028558061458170414, 0.008422311395406723, 0.21784114837646484, 0.03890976309776306, 0.08140895515680313, -0.23597848415374756, -0.07381115108728409, 0.051170412451028824, -0.051939595490694046, 0.10701122134923935, 0.210615336894989, -0.15149296820163727, 0.21403703093528748, -0.32646989822387695, 0.2121017426252365, -0.0017159287817776203, -0.06988319009542465, 0.15918102860450745, 0.1482183188199997, -0.0806293934583664, -0.05272391811013222], [-0.022581249475479126, 0.12618666887283325, 0.20404896140098572, -0.283424973487854, -0.09373893588781357, -0.12641334533691406, 0.22434107959270477, -0.1910593956708908, 0.17787040770053864, -0.1770586222410202, -0.10594309866428375, 0.04726230725646019, 0.146123468875885, -0.2472090870141983, 0.1887003779411316, 0.20699264109134674, -0.07802065461874008, 0.08731075376272202, -0.3033408522605896, 0.039332661777734756, -0.2554357647895813, 0.020385554060339928, 0.29896649718284607, 0.3504675626754761, -0.05207465589046478, -0.011445092037320137, -0.09398742765188217, 0.02478587068617344, -0.14353078603744507, 0.07359806448221207, -0.13146884739398956, 0.19058489799499512, -0.030177747830748558, -0.15049679577350616, 0.08308285474777222, 0.22668538987636566, 0.27125486731529236, -0.13714072108268738, -0.04418881982564926, 0.0682232603430748, 0.09170393645763397, -0.12596608698368073, 0.20543129742145538, 0.21868059039115906, -0.08001697063446045, -0.01974947564303875, -0.08178886771202087, -0.07541602849960327, 0.03707927465438843, -0.22611796855926514], [0.07394246757030487, -0.10100983828306198, 0.11900713294744492, -0.020872747525572777, -0.04864111170172691, 0.04492707550525665, -0.0139091107994318, -0.08032920956611633, 0.03652467951178551, -0.1319606453180313, -0.07210054248571396, -0.09871528297662735, -0.13682280480861664, 0.14908017218112946, 0.14228633046150208, -0.13680629432201385, -0.031677376478910446, -0.03975025191903114, -0.018937960267066956, -0.0904274508357048, 0.14119850099086761, -0.19033320248126984, -0.07227282971143723, -0.13370107114315033, 0.03171416372060776, -0.02147914282977581, 0.04390386864542961, 0.06702417880296707, -0.041435807943344116, -0.10832518339157104, -0.02292056195437908, 0.029860440641641617, -0.07280966639518738, 0.08046113699674606, -0.008686261251568794, 0.14154185354709625, -0.02028466761112213, -0.08173209428787231, 0.21223792433738708, -0.07875815778970718, 0.12285216152667999, 0.0030560563318431377, -0.12931354343891144, 0.004578315652906895, -0.11587665975093842, -0.08943375200033188, -0.11704960465431213, -0.1194700226187706, 0.03039400279521942, -0.11935203522443771], [0.027375878766179085, 0.04797499626874924, -0.21893414855003357, -0.17523957788944244, 0.29106536507606506, -0.04930245503783226, 0.1901203840970993, 0.04419097304344177, 0.11309858411550522, 0.29054608941078186, 0.13145211338996887, 0.18829184770584106, 0.059406064450740814, -0.12566165626049042, 0.20468391478061676, -0.2389937788248062, 0.31086158752441406, -0.15349724888801575, -0.3016689717769623, -0.37441208958625793, 0.19582955539226532, -0.13299329578876495, 0.09437038004398346, -0.29495567083358765, 0.09390164911746979, 0.2736527919769287, -0.34746962785720825, -0.14610938727855682, -0.30950766801834106, 0.1333739012479782, -0.09059955179691315, -0.01458737812936306, -0.32460200786590576, 0.04785268381237984, 0.008802235126495361, 0.15914161503314972, 0.06903035193681717, 0.27528491616249084, 0.2815486192703247, -0.030661579221487045, -0.1801941841840744, -0.24135670065879822, 0.17135575413703918, -0.19603925943374634, -0.07452499121427536, -0.07316524535417557, -0.08731324225664139, -0.021771522238850594, -0.03585292026400566, -0.39784225821495056], [0.044176939874887466, 0.21122653782367706, 0.12116410583257675, -0.20594562590122223, 0.002742326119914651, 0.08760403841733932, 0.03239378333091736, 0.31558486819267273, 0.1689177304506302, 0.1530110090970993, 0.1102888211607933, -0.12939952313899994, -0.3164556622505188, 0.0574132576584816, -0.33924469351768494, -0.11655071377754211, -0.13048556447029114, 0.10843081027269363, -0.03099881485104561, -0.016597189009189606, -0.15131229162216187, -0.09697369486093521, 0.06942921876907349, -0.1331719011068344, 0.1147913783788681, 0.060017406940460205, 0.2960824966430664, 0.08295750617980957, 0.06512462347745895, -0.07879410684108734, -0.05556383728981018, -0.08689168840646744, -0.3004935085773468, 0.35574084520339966, 0.05089488998055458, 0.16294686496257782, -0.0709976851940155, 0.3046414852142334, 0.28219273686408997, -0.18555349111557007, 0.1657092124223709, -0.01765136793255806, -0.12205930054187775, -0.3551830053329468, -0.181016743183136, -0.2884867489337921, -0.33403462171554565, -0.335501104593277, -0.23234906792640686, -0.31454604864120483], [-0.05526420474052429, 0.15080556273460388, -0.2787504196166992, -0.10304874926805496, 0.20434311032295227, -0.20131827890872955, -0.14135606586933136, -0.10830226540565491, 0.27634039521217346, -0.13712672889232635, -0.15733392536640167, -0.18155141174793243, 0.35100892186164856, -0.00977319199591875, 0.19343608617782593, -0.3088558316230774, -0.37927693128585815, 0.00712794391438365, 0.0643780380487442, -0.00881238840520382, 0.20143604278564453, 0.03794832155108452, 0.04312418773770332, 0.09944302588701248, 0.2645530700683594, -0.14234870672225952, -0.22835730016231537, 0.10290812700986862, 0.06483066082000732, -0.2676135301589966, 0.10305054485797882, 0.10943013429641724, -0.05968208611011505, -0.22715052962303162, -0.475589781999588, -0.014897778630256653, 0.0777694433927536, 0.250375360250473, -0.18762730062007904, -0.03169276565313339, -0.3528602421283722, 0.06523626297712326, -0.1703396737575531, 0.03337936848402023, -0.13754038512706757, -0.04699411243200302, 0.053992316126823425, -0.14541572332382202, 0.11884535849094391, 0.3229099214076996], [-0.5050965547561646, -0.3693259358406067, 0.2473444640636444, -0.19362972676753998, -0.3577982783317566, -0.4466748833656311, -0.40724703669548035, -0.02935509756207466, 0.31796345114707947, 0.002309253439307213, -0.29720941185951233, -0.1015973836183548, -0.1588963121175766, 0.4599968492984772, -0.24807049334049225, -0.14431805908679962, -0.22782301902770996, -0.1994897723197937, 0.07677170634269714, 0.2662290334701538, 0.10467010736465454, 0.07236064970493317, 0.13607080280780792, -0.19583439826965332, -0.23099999129772186, -0.22274813055992126, 0.16582360863685608, -0.1393362581729889, -0.09781331568956375, 0.1890912652015686, 0.01866140589118004, 0.116928830742836, -0.13218162953853607, 0.2955288887023926, 0.18409618735313416, -0.2650681436061859, 0.09554766118526459, 0.2955743670463562, 0.09865957498550415, -0.3503740131855011, -0.2756497859954834, 0.05113784223794937, -0.45303985476493835, -0.36472243070602417, -0.13981227576732635, -0.04129856824874878, 0.2884024977684021, -0.09649765491485596, 0.11751186847686768, 0.2331412434577942], [0.14865650236606598, 0.17158669233322144, 0.1311996877193451, 0.09155403077602386, 0.21996794641017914, -0.046497635543346405, 0.042954593896865845, -0.056183457374572754, -0.17261432111263275, -0.20392195880413055, 0.19400839507579803, -0.31749075651168823, -0.36700695753097534, 0.23609024286270142, -0.17140302062034607, 0.42081478238105774, 0.030659396201372147, 0.169084832072258, 0.30088910460472107, 0.11736340075731277, -0.1445125937461853, -0.3380068242549896, 0.07773690670728683, 0.06985902041196823, -0.1811862289905548, -0.029700342565774918, 0.12173506617546082, 0.16830435395240784, 0.4055352807044983, -0.1221403256058693, -0.005005406215786934, -0.2310873121023178, -0.21131932735443115, -0.06515111029148102, -0.05851456895470619, 0.03024533949792385, -0.14548803865909576, 0.0034915313590317965, 0.0004221420094836503, 0.06553688645362854, 0.21020402014255524, 0.20097258687019348, 0.13861967623233795, 0.3333859443664551, -0.07083703577518463, -0.10220126807689667, -0.23683837056159973, -0.40842583775520325, -0.2711079716682434, -0.14568239450454712], [0.12330660969018936, -0.17996841669082642, 0.3232472836971283, 0.019724534824490547, -0.014665852300822735, 0.2627635896205902, -0.044566310942173004, -0.18079900741577148, 0.0012036915868520737, 0.14147524535655975, 0.055522773414850235, -0.006224869284778833, -0.3704768121242523, -0.1636877804994583, 0.005705696996301413, -0.04206309840083122, 0.010905267670750618, 0.03859976306557655, 0.1691865175962448, 0.26205500960350037, -0.0345144160091877, -0.04111779108643532, -0.10856668651103973, 0.06783434003591537, -0.11605826765298843, 0.0018862586002796888, -0.015865325927734375, -0.21697896718978882, -0.06960237771272659, -0.21462827920913696, -0.061964597553014755, 0.16203223168849945, -0.0872950479388237, -0.1663888543844223, 0.023584287613630295, 0.10505526512861252, -0.14461159706115723, -0.356172651052475, -0.03720351681113243, -0.061500243842601776, 0.2978248596191406, 0.07769516855478287, 0.03973697870969772, -0.07777022570371628, -0.08071666210889816, -0.08426852524280548, 0.21842099726200104, 0.14661499857902527, 0.06237934157252312, 0.40818366408348083], [-0.2987699806690216, -0.136409193277359, 0.21675020456314087, -0.27479779720306396, 0.0953967422246933, 0.05980687588453293, -0.21280698478221893, -0.19046857953071594, 0.05069269612431526, -0.14133235812187195, -0.11243091523647308, 0.08821293711662292, 0.006534218788146973, 0.04848974570631981, 0.018345803022384644, 0.02823609858751297, -0.21450954675674438, 0.18097926676273346, 0.10296869277954102, 0.24951903522014618, 0.002170611871406436, 0.10109718143939972, -0.05662133917212486, -0.02322256565093994, 0.0608922578394413, -0.23724642395973206, -0.1684635877609253, -0.2894848585128784, 0.058162540197372437, 0.10646350681781769, -0.010141181759536266, -0.036076974123716354, -0.2004624754190445, -0.08566230535507202, -0.17087869346141815, 0.06856372952461243, 0.1451950967311859, 0.07563359290361404, 0.22828812897205353, -0.298806369304657, -0.2135622501373291, -0.05034198611974716, -0.21781519055366516, -0.129866361618042, -0.05198077857494354, 0.14115935564041138, 0.19196602702140808, -0.003980153705924749, 0.1320425271987915, 0.0894261822104454], [0.03247469663619995, 0.1333729773759842, -0.16024832427501678, 0.06542950868606567, 0.01482967659831047, 0.22407954931259155, 0.2637968361377716, 0.21087640523910522, -0.13842269778251648, 0.2193509191274643, 0.1421392261981964, 0.2456289380788803, 0.07458075881004333, -0.02541450597345829, 0.04094171151518822, -0.2453930824995041, 0.36183875799179077, -0.17026057839393616, -0.36359161138534546, -0.37256553769111633, 0.08273167908191681, 0.1884872019290924, 0.03073842078447342, -0.13040673732757568, 0.058657415211200714, 0.44752374291419983, 0.010175374336540699, -0.14722095429897308, -0.21794509887695312, 0.3843418061733246, 0.05385700613260269, -0.0779964029788971, 0.06703312695026398, 0.16507895290851593, 0.11357457935810089, -0.10105542838573456, 0.031384117901325226, -0.3741627335548401, 0.010943323373794556, -0.20601370930671692, -0.06910524517297745, -0.31437984108924866, 0.20235289633274078, -0.18823498487472534, 0.19349661469459534, 0.006736631505191326, 0.005688368808478117, 0.005327293183654547, 0.19852831959724426, -0.21471062302589417], [-0.3748569190502167, -0.4554351568222046, -0.269174188375473, 0.0573577806353569, 0.2278154194355011, 0.06787002831697464, 0.12642590701580048, -0.1361633837223053, -0.14393696188926697, -0.24744196236133575, 0.23368202149868011, -0.09994388371706009, -0.24257448315620422, -0.15087103843688965, 0.3084368407726288, 0.1373106688261032, 0.11814194172620773, 0.042468272149562836, 0.5098161101341248, -0.23811917006969452, 0.1698814034461975, -0.027607116848230362, 0.12165414541959763, -0.08261457085609436, -0.2238556444644928, 0.1322595477104187, -0.42814901471138, -0.32684263586997986, 0.07764588296413422, 0.05839741975069046, 0.10999629646539688, -0.08911582082509995, -0.08382685482501984, -0.1674831062555313, -0.15965253114700317, -0.10781646519899368, -0.06262441724538803, 0.10001206398010254, 0.3517632484436035, 0.42573100328445435, 0.04103458672761917, 0.2603103518486023, -0.17988915741443634, -0.20753301680088043, 0.37628963589668274, 0.04941248148679733, -0.03721703588962555, 0.12971752882003784, -0.2943045496940613, 0.18048036098480225], [0.2126850038766861, 0.1361612230539322, -0.14296886324882507, 0.18524466454982758, -0.015167380683124065, 0.2067759931087494, 0.00025912324781529605, -0.07095564156770706, -0.03944199159741402, 0.017953241243958473, -0.0792183130979538, 0.1552082747220993, 0.03241950646042824, -0.032011501491069794, -0.16085121035575867, 0.0471138060092926, 0.026893122121691704, 0.03587660938501358, 0.40380969643592834, -0.013377751223742962, -0.2480432391166687, -0.11404787749052048, -0.0853726789355278, -0.1281609833240509, -0.17803537845611572, 0.14615921676158905, 0.22085027396678925, 0.09512167423963547, -0.1276630312204361, 0.021741092205047607, 0.12834511697292328, -0.36288172006607056, -0.24889937043190002, 0.005655672401189804, 0.3172134459018707, -0.19424772262573242, -0.35788798332214355, 0.12128877639770508, -0.0927659124135971, 0.11687534302473068, -0.024453140795230865, -0.03418328985571861, 0.11417712271213531, -0.18240708112716675, 0.11087603867053986, -0.004258655942976475, 0.06283491849899292, -0.017237206920981407, 0.1080123707652092, 0.21117335557937622], [-0.1500573605298996, -0.12718603014945984, 0.1738424003124237, 0.044650472700595856, 0.030142098665237427, -0.030333364382386208, -0.19716788828372955, 0.3486414849758148, -0.07250920683145523, 0.19653524458408356, 0.03228290006518364, 0.2228693664073944, 0.13041426241397858, -0.15574626624584198, -0.28212210536003113, -0.20284077525138855, 0.26641055941581726, 0.22744037210941315, -0.06927922368049622, 0.03894573077559471, 0.03274603188037872, -0.2089087814092636, -0.06553997099399567, -0.16115500032901764, -0.12287362664937973, 0.16150622069835663, 0.023243838921189308, -0.19501753151416779, -0.18675661087036133, 0.19240224361419678, -0.09112931042909622, -0.12501205503940582, -0.16753390431404114, 0.17616386711597443, 0.3139468729496002, -0.13172949850559235, -0.026544097810983658, 0.19628015160560608, -0.1159890666604042, 0.08555930852890015, 0.14349159598350525, -0.16385124623775482, 0.11077430844306946, -0.1270546019077301, 0.23013044893741608, -0.16410373151302338, 0.13429859280586243, 0.19450822472572327, 0.09041008353233337, -0.27265697717666626], [-0.16877461969852448, 0.112437404692173, -0.43669766187667847, 0.24107280373573303, -0.012832000851631165, -0.19610066711902618, -0.27872753143310547, -0.018739063292741776, 0.3060469627380371, -0.3517458140850067, -0.3453714847564697, -0.29589441418647766, 0.30456918478012085, 0.010927822440862656, -0.05513385683298111, -0.3869350552558899, -0.3120186924934387, 0.048283327370882034, 0.08822725713253021, 0.00729769142344594, 0.2307327836751938, -0.025319954380393028, 0.15448860824108124, 0.0886492133140564, 0.1785140186548233, -0.2607313096523285, -0.13444729149341583, -0.020977342501282692, 0.1997855007648468, -0.31416988372802734, 0.12658536434173584, 0.14556124806404114, 0.1138068214058876, -0.10217010974884033, -0.19379021227359772, -0.1695948988199234, -0.022493509575724602, 0.05758806690573692, -0.09590265899896622, 0.07529408484697342, -0.4572965204715729, -0.08216806501150131, 0.009030411019921303, 0.14121873676776886, -0.05018734186887741, 0.020787082612514496, -0.013373514637351036, 0.05248346924781799, 0.07492196559906006, 0.1971537470817566], [-0.15918326377868652, 0.14861249923706055, 0.28979888558387756, 0.09908854961395264, 0.19706909358501434, 0.014754933305084705, -0.1044822484254837, -0.08601681888103485, -0.1732010841369629, -0.033111587166786194, 0.15201151371002197, -0.049959342926740646, -0.41069507598876953, -0.10436208546161652, -0.18848943710327148, 0.4726332128047943, 0.2815341651439667, 0.16133897006511688, -0.08780121803283691, 0.22574089467525482, 0.1990901529788971, -0.027528120204806328, -0.02468068338930607, -0.1835470199584961, -0.144231915473938, -0.03412345424294472, 0.0790606364607811, -0.42148202657699585, 0.3992721438407898, 0.010666796006262302, 0.08424937725067139, -0.06300827860832214, 0.34267666935920715, -0.17888496816158295, -0.12741875648498535, 0.0008120042039081454, -0.07593046873807907, -0.22546763718128204, -0.05335848778486252, -0.15157963335514069, 0.16208922863006592, -0.07744384557008743, 0.13314758241176605, 0.1346433460712433, 0.08081816881895065, 0.1016165241599083, 0.06349984556436539, -0.5529105067253113, -0.3916219472885132, 0.4970661997795105], [0.14328742027282715, 0.036416590213775635, 0.07891160994768143, 0.055016472935676575, -0.22477903962135315, 0.0753137618303299, 0.3687605559825897, -0.3120145797729492, 0.1870381087064743, 0.33588311076164246, 0.053540561348199844, -0.07887588441371918, -0.29311496019363403, -0.3342333734035492, 0.05716244876384735, 0.16977183520793915, 0.06559950113296509, 0.26225289702415466, -0.24883757531642914, -0.22595743834972382, 0.018281633034348488, 0.2914286255836487, -0.21835535764694214, 0.15183764696121216, 0.2890661656856537, -0.1385083645582199, -0.263078510761261, 0.275952011346817, 0.1766958236694336, -0.3525749742984772, 0.08411300927400589, 0.15890401601791382, 0.07049389183521271, 0.01006043329834938, 0.13887035846710205, 0.5399421453475952, 0.18258817493915558, 0.09976215660572052, -0.03502459079027176, 0.15852712094783783, 0.14133161306381226, -0.13322769105434418, 0.1695825308561325, -0.18972067534923553, -0.12211917340755463, 0.06747354567050934, -0.2881903648376465, 0.08817195892333984, -0.25189366936683655, 0.042803194373846054], [0.18122577667236328, -0.21331976354122162, 0.11187932640314102, -0.11392665654420853, 0.02917945571243763, 0.08870617300271988, -0.006615709979087114, -0.312688410282135, -0.08335989713668823, 0.003083457238972187, 0.08949682116508484, 0.09441635012626648, 0.2553880214691162, -0.32955119013786316, 0.2230786830186844, -0.054612357169389725, -0.2750389575958252, -0.3552664518356323, 0.27203917503356934, -0.13005183637142181, -0.15834589302539825, 0.29667916893959045, -0.11595361679792404, 0.08704584836959839, 0.10804964601993561, -0.07250010967254639, -0.07128474116325378, -0.04738343134522438, -0.21897092461585999, 0.07315918803215027, -0.010592355392873287, 0.13795846700668335, 0.3060867190361023, -0.038719840347766876, 0.02244618907570839, 0.2556741535663605, 0.08841177821159363, -0.2405729442834854, 0.45456159114837646, 0.23497480154037476, 0.06560865044593811, -0.20793309807777405, 0.022809583693742752, -0.25314730405807495, 0.2279547154903412, -0.22964152693748474, 0.1517721265554428, 0.358417809009552, -0.09139556437730789, -0.07434816658496857]] [0.06414999812841415, -0.013880295678973198, 0.07310165464878082, 0.043399736285209656, -0.12906445562839508, 0.007058382965624332, 0.01327607873827219, 0.015280298888683319, -0.0298022273927927, 0.029686493799090385, 0.06459058076143265, 0.0148829510435462, -0.09894664585590363, -0.017598189413547516, -0.04478081688284874, 0.1286039650440216, 0.08768163621425629, -0.11786000430583954, 0.002147392136976123, -0.1283978819847107, 0.031699907034635544, 0.10703012347221375, -0.009535915218293667, 0.04059423506259918, -0.12919782102108002, 0.04325931891798973, -0.04457380622625351, -0.1329275369644165, 0.18687108159065247, 0.1300850808620453, -0.00504049938172102, 0.05474618822336197, 0.1162445992231369, -0.1389765441417694, 0.002273577731102705, 0.09868805855512619, 0.09423806518316269, 0.05405396968126297, -0.02205851674079895, 0.007859955541789532, -0.18940961360931396, 0.04909215494990349, -0.007897048257291317, -0.1824055165052414, 0.1393599659204483, 0.0965324342250824, 0.2474576234817505, -0.02829274721443653, -0.10833801329135895, 0.0952131450176239] ReLU [[0.04834771156311035, -0.33148935437202454, 0.02802109904587269, 0.01217166893184185, 0.12488950043916702, -0.0678359866142273, 0.02113240584731102, 0.04710228741168976, -0.30709826946258545, 0.09358861297369003, 0.07764563709497452, -0.1017720028758049, -0.012042568996548653, -0.028964364901185036, -0.08401978015899658, -0.04858865961432457, 0.25428855419158936, -0.1375357210636139, -0.17582444846630096, -0.11785836517810822, -0.14288537204265594, -0.13608704507350922, 0.008177138864994049, 0.08662109822034836, 0.07774293422698975, -0.0359928198158741, 0.22987397015094757, 0.04023458808660507, -0.08564071357250214, -0.20414289832115173, -0.1132286861538887, 0.17627686262130737, -0.21760660409927368, 0.031184542924165726, 0.11182637512683868, -0.2422621250152588, -0.1813073456287384, -0.2678835391998291, 0.1461016684770584, -0.010259650647640228, 0.29872503876686096, -0.08117210865020752, -0.1769719272851944, -0.19036786258220673, 0.009801873937249184, -0.04793770611286163, -0.02067803218960762, 0.19492025673389435, 0.011617020703852177, -0.24360863864421844], [-0.035640642046928406, -0.10310738533735275, 0.11305622011423111, -0.26882970333099365, -0.09565822780132294, -0.13847370445728302, 0.019012777134776115, -0.09591356664896011, 0.15942268073558807, -0.0014974595978856087, 0.10356893390417099, 0.21107567846775055, -0.03954107686877251, -0.1502039134502411, 0.16098204255104065, -0.05928238481283188, 0.3849634826183319, -0.005327962804585695, -0.17384450137615204, -0.14974789321422577, 0.08534283190965652, 0.1984669417142868, 0.15746912360191345, -0.1603909730911255, -0.021964188665151596, -0.054069600999355316, -0.013589512556791306, -0.058206669986248016, 0.12124361842870712, 0.08392702043056488, -0.19846411049365997, 0.09029035270214081, -0.11651168018579483, 0.009103193879127502, -0.08902473002672195, 0.10679056495428085, 0.022620931267738342, 0.10546128451824188, -0.11408380419015884, -0.140908345580101, -0.06572895497083664, 0.00025634129997342825, -0.010186594910919666, -0.1467249095439911, 0.10156233608722687, -0.10822800546884537, 0.13988147675991058, -0.055103350430727005, 0.15181557834148407, 0.0532761886715889], [-0.18259045481681824, 0.10369915515184402, -0.03798830136656761, 0.17394223809242249, 0.009484042413532734, 0.03810505196452141, -0.10730380564928055, -0.13556621968746185, 0.11899483948945999, -0.13425900042057037, -0.321696937084198, -0.08113382011651993, -0.08700727671384811, -0.10110413283109665, 0.004165454301983118, 0.11347303539514542, -0.3048606812953949, 0.008011833764612675, -0.20346716046333313, -0.19593234360218048, -0.38520121574401855, 0.0871521607041359, -0.08340355008840561, 0.000529605196788907, 0.04773330315947533, 0.19078825414180756, -0.2140657752752304, 0.11333910375833511, 0.1386665403842926, -0.3175806701183319, 0.33176881074905396, -0.05464113876223564, 0.2647407650947571, -0.20201367139816284, 0.07481569796800613, 0.1207406297326088, 0.0628114640712738, -0.011209866032004356, 0.20810870826244354, 0.21607379615306854, 0.031237225979566574, 0.28733131289482117, -0.12245914340019226, 0.146262526512146, 0.0718902200460434, 0.00542033277451992, -0.11818064749240875, 0.15953978896141052, 0.006368890404701233, 0.08502363413572311], [-0.07806149870157242, -0.11606002599000931, -0.11547964811325073, -0.1033434271812439, -0.03356756269931793, 0.11147993057966232, 0.08874354511499405, 0.09695572406053543, 0.11530501395463943, -0.0015567000955343246, 0.0886787548661232, -0.04743500426411629, -0.07458634674549103, -0.05332673713564873, -0.06511107832193375, -0.06573747098445892, -0.0932585671544075, -0.015940992161631584, -0.0732695683836937, 0.007081267889589071, -0.016195174306631088, 0.15281952917575836, -0.0661420002579689, 0.05117154121398926, -0.14615488052368164, 0.03494853153824806, 0.024173075333237648, 0.13337942957878113, -0.12784503400325775, 0.060073886066675186, 0.08880596607923508, -0.007476940285414457, -0.048694171011447906, 0.03630497306585312, 0.001067801145836711, 0.11777444928884506, -0.09204573184251785, -0.07446872442960739, -0.004240095615386963, 0.00880635716021061, 0.11322832852602005, -0.13702677190303802, 0.03067965619266033, 0.0256684347987175, -0.04702353477478027, -0.09105478227138519, -0.019442057237029076, -0.03399782255291939, -0.013460268266499043, -0.09656846523284912], [0.054416365921497345, -0.0043617612682282925, 0.10548967868089676, -0.034473348408937454, -0.04261903837323189, -0.25962501764297485, -0.08689018338918686, 0.14430497586727142, -0.16171438992023468, -0.12574502825737, 0.08136951923370361, -0.08794259279966354, -0.007262449711561203, -0.048585403710603714, -0.003132761223241687, 0.10993953794240952, -0.04231022298336029, 0.06838495284318924, -0.2663484215736389, 0.09507880359888077, -0.20563264191150665, 0.024090243503451347, 0.2154262214899063, 0.13975000381469727, -0.06406161934137344, -0.03264414891600609, -0.06135423108935356, 0.3237406015396118, 0.16531525552272797, -0.5000174641609192, 0.24424989521503448, -0.11298546940088272, -0.12812739610671997, 0.1385597437620163, -0.0989120751619339, 0.42127519845962524, 0.2530994415283203, -0.16753537952899933, 0.4672207534313202, -0.255207359790802, 0.2816057801246643, 0.016696371138095856, -0.001386311138048768, -0.041092317551374435, 0.16708138585090637, 0.12996941804885864, -0.009337487630546093, 0.020878147333860397, -0.2513291835784912, -0.19784978032112122], [0.06769126653671265, -0.029798684641718864, 0.09997205436229706, -0.05563191697001457, 0.10105340927839279, -0.05063525587320328, 0.07392243295907974, -0.08504536747932434, 0.0071395100094377995, -0.04166688024997711, 0.1066894456744194, -0.05935675650835037, -0.1484871804714203, -0.10115300118923187, 0.014426928013563156, -0.03961286321282387, -0.2207857221364975, 0.05779893323779106, -0.20100711286067963, -0.15376797318458557, -0.07602526992559433, -0.17130739986896515, -0.18254363536834717, 0.29211878776550293, 0.24945186078548431, -0.25817474722862244, -0.08350563049316406, 0.2563825249671936, -0.10767322778701782, -0.021509889513254166, 0.10849443078041077, -0.06244979053735733, 0.06425009667873383, -0.08686722815036774, 0.1445615142583847, -0.12308719009160995, -0.11630221456289291, 0.07451018691062927, 0.16836170852184296, -0.04822211340069771, 0.07450933009386063, 0.07086801528930664, -0.03808177635073662, -0.1298263967037201, -0.0752296894788742, -0.23978474736213684, 0.027143727988004684, -0.20189836621284485, -0.0341544933617115, 0.061874691396951675], [0.11606819927692413, -0.1430000215768814, 0.10912191867828369, 0.03961137309670448, 0.01047278568148613, 0.041612278670072556, 0.0709211677312851, 0.14768557250499725, 0.08244732022285461, -0.09402187913656235, -0.011834816075861454, -0.23968441784381866, -0.09986021369695663, 0.13170897960662842, -0.006107347551733255, 0.1945326328277588, 0.0403730534017086, -0.061510924249887466, -0.08947037905454636, 0.2239217311143875, 0.002618437400087714, 0.18569475412368774, 0.03133529797196388, 0.1418330818414688, -0.09866774082183838, 0.17860537767410278, 0.03556889295578003, -0.1422291249036789, 0.0033812974579632282, -0.11192203313112259, -0.011134512722492218, -0.1525997668504715, -0.09448082000017166, 0.06516760587692261, -0.10678209364414215, -0.04667214676737785, -0.273899108171463, 0.00043266615830361843, 0.08832837641239166, 0.08395126461982727, -0.1690962016582489, -0.10409802943468094, -0.20932281017303467, 0.07863813638687134, 0.23586827516555786, 0.19402359426021576, 0.23084262013435364, 0.13343465328216553, -0.11654707789421082, -0.03407756984233856], [0.1286729872226715, -0.008121625520288944, -0.040387995541095734, -0.22498778998851776, 0.10074826329946518, 0.047997087240219116, 0.042764466255903244, 0.09809678792953491, 0.028120925650000572, -0.011538124643266201, -0.1038912981748581, 0.3351665735244751, -0.1508541703224182, -0.13952061533927917, 0.1793600618839264, -0.254336416721344, 0.2860546410083771, 0.11768268793821335, 0.13885270059108734, -0.24911212921142578, 0.16828224062919617, 0.04086640477180481, -0.120219886302948, 0.12332598865032196, -0.09972288459539413, 0.1056719720363617, -0.013150857761502266, 0.15772555768489838, -0.12247872352600098, -0.11774812638759613, -0.13972316682338715, 0.2038000524044037, -0.12436442822217941, 0.2873809337615967, 0.1141216829419136, 0.0439167246222496, 0.271699458360672, 0.09882602840662003, 0.15755899250507355, -0.20476843416690826, -0.04993767663836479, 0.004541418049484491, -0.14465251564979553, -0.25072240829467773, 0.01969738118350506, -0.08757428079843521, -0.15151391923427582, -0.13862071931362152, -0.04446759447455406, 0.2189980149269104], [0.021761011332273483, 0.20597997307777405, 0.05199244245886803, 0.06116118282079697, -0.08661659061908722, -0.052856333553791046, 0.09350291639566422, 0.14545497298240662, -0.09828774631023407, -0.14539627730846405, 0.02991405688226223, 0.24525731801986694, -0.20434853434562683, -0.06841812282800674, 0.31331703066825867, 0.11527054756879807, 0.056381434202194214, 0.05007736757397652, 0.1378614455461502, -0.24567662179470062, 0.38851669430732727, 0.14037801325321198, -0.12674732506275177, 0.24460311233997345, 0.008483946323394775, -0.12978248298168182, 0.05242367461323738, -0.33977994322776794, -0.06893336772918701, -0.08325567096471786, -0.3547897934913635, 0.12027709186077118, -0.0221993550658226, -0.057178616523742676, 0.055784571915864944, 0.01989615522325039, -0.02775539830327034, 0.12741845846176147, -0.0489862784743309, -0.10745260864496231, 0.1860630065202713, 0.11184819042682648, -0.16733674705028534, -0.09068385511636734, -0.1763525903224945, -0.22389920055866241, -0.021855928003787994, 0.10385917872190475, 0.10165905207395554, 0.15451093018054962], [0.1636849194765091, -0.23771412670612335, 0.12074574828147888, 0.1529107242822647, -0.23075160384178162, 0.08883380144834518, 0.0744195356965065, 0.10646979510784149, -0.18855544924736023, -0.03364980220794678, 0.2192419469356537, -0.19678978621959686, 0.09634055197238922, -0.20387877523899078, 0.015565795823931694, 0.22831220924854279, 0.06643424928188324, -0.061715878546237946, -0.2314746230840683, -0.11255603283643723, 0.03897886723279953, 0.15800541639328003, 0.01623452454805374, -0.07460819184780121, -0.08228521794080734, -0.1492178738117218, 0.19536903500556946, 0.1929684579372406, 0.17625433206558228, 0.05847357213497162, 0.22501802444458008, -0.12185009568929672, 0.12518666684627533, 0.09176778793334961, 0.04101446643471718, -0.07637828588485718, -0.12287867814302444, 0.01840994320809841, -0.2598032057285309, 0.07778037339448929, -0.12429848313331604, -0.17055191099643707, 0.07519495487213135, -0.17317208647727966, 0.23256254196166992, 0.1380217969417572, 0.21155717968940735, 0.16360464692115784, -0.0831514373421669, -0.1179625391960144], [0.03415893763303757, 0.14218732714653015, 0.09000380337238312, -0.01765720546245575, -0.016629565507173538, 0.008401444181799889, -0.1699780374765396, 0.11060652136802673, -0.09116058796644211, 0.30641233921051025, 0.07010391354560852, -0.01799713633954525, 0.005343847442418337, 0.07216484844684601, 0.07984454184770584, -0.16521719098091125, 0.01974428817629814, 0.11671464145183563, 0.15990453958511353, -0.2602895200252533, -0.01681923307478428, -0.19524194300174713, -0.22666646540164948, 0.14579825103282928, 0.19717776775360107, -0.16957741975784302, -0.005824602674692869, 0.16329465806484222, -0.08050766587257385, 0.22531157732009888, -0.22101423144340515, 0.12788355350494385, -0.04480234161019325, -0.10360550135374069, -0.1260502189397812, -0.29157841205596924, -0.119961217045784, 0.009308529086411, -0.15072417259216309, 0.07649960368871689, 0.1328667253255844, -0.19393472373485565, 0.008286066353321075, 0.18909341096878052, -0.1536131501197815, -0.15311503410339355, 0.16205361485481262, 0.04197045788168907, 0.2543491721153259, -0.009670634754002094], [0.0010166504653170705, -0.06671526283025742, 0.039666008204221725, -0.04805190488696098, -0.19914661347866058, 0.04005460441112518, -0.02245788834989071, -0.23347207903862, 0.22131407260894775, -0.16814450919628143, -0.10441994667053223, -0.19129963219165802, 0.0689157247543335, 0.07257237285375595, 0.06876011192798615, 0.04907187074422836, -0.008202319964766502, -0.026187654584646225, 0.037400998175144196, 0.010774007067084312, -0.2087826132774353, -0.05541921779513359, -0.12575514614582062, -0.2925644516944885, 0.0007179123349487782, -0.11311891674995422, -0.06780876219272614, 0.04693576321005821, 0.08358263969421387, -0.1539500504732132, 0.012508958578109741, -0.11165868490934372, 0.08639432489871979, -0.03345876187086105, -0.11485728621482849, -0.15623162686824799, 0.09715495258569717, -0.027333155274391174, -0.0628170594573021, 0.29234760999679565, 0.037156376987695694, -0.01521421317011118, -0.1894945502281189, 0.09838097542524338, 0.14013086259365082, -0.15339240431785583, -0.14437755942344666, 0.005089166108518839, -0.097395159304142, 0.06084911525249481], [0.07145782560110092, -0.13946574926376343, 0.09932562708854675, -0.29020625352859497, -0.1739310622215271, -0.06966353952884674, -0.12143499404191971, 0.010516064241528511, 0.05333039537072182, 0.3212985694408417, 0.11363739520311356, -0.07515750080347061, -0.12165363132953644, -0.10446367412805557, 0.12159173935651779, -0.09895142167806625, 0.2843731641769409, 0.002571068936958909, -0.21296225488185883, 0.07550745457410812, 0.24270547926425934, 0.11404213309288025, 0.2051830142736435, 0.24526646733283997, 0.1266200989484787, -0.1833239495754242, 0.06681910902261734, -0.173176109790802, 0.023815041407942772, 0.09572772681713104, -0.06361795961856842, 0.01684330217540264, -0.011677523143589497, 0.21143953502178192, 0.0036552553065121174, -0.14361029863357544, 0.00900768768042326, -0.03834856301546097, -0.31543269753456116, -0.08692115545272827, 0.05061333626508713, -0.2244614213705063, -0.21515749394893646, -0.19243918359279633, 0.26251766085624695, -0.07212074100971222, 0.020541056990623474, -0.0480809286236763, 0.0652327686548233, -0.04085380211472511], [0.14540983736515045, 0.03137890249490738, -0.06842733174562454, 0.11742093414068222, 0.2379496842622757, -0.34592077136039734, 0.0642927810549736, -0.21917769312858582, 0.1327497363090515, 0.14889782667160034, -0.13359814882278442, 0.13430418074131012, 0.05196894705295563, 0.15955770015716553, 0.0070978207513689995, -0.2970321774482727, -0.1106099784374237, -0.06899207830429077, 0.32257890701293945, 0.3607659935951233, 0.13902094960212708, -0.17880216240882874, -0.009164969436824322, 0.07840415835380554, -0.05172136425971985, -0.15815524756908417, 0.13713811337947845, -0.0037405751645565033, -0.03964202105998993, -0.12078817188739777, 0.1573297530412674, -0.14086875319480896, -0.09620863944292068, -0.04062126204371452, -0.09261562675237656, -0.2664131820201874, -0.07683978229761124, -0.06952173262834549, -0.32334136962890625, 0.18530988693237305, 0.3109128773212433, 0.18616965413093567, -0.1174471527338028, 0.005745341535657644, 0.1596677154302597, 0.07407207041978836, -0.4241248667240143, 0.02786581590771675, -0.035919416695833206, 0.03214270994067192], [0.09504558145999908, 0.12932811677455902, -0.09918401390314102, -0.33922889828681946, -0.19759929180145264, 0.03571184352040291, -0.09717505425214767, 0.00614590710029006, -0.05662192031741142, 0.08901917934417725, -0.09710223227739334, 0.34138283133506775, -0.16340461373329163, -0.15440835058689117, -0.13058273494243622, 0.019396977499127388, 0.2372494637966156, 0.010584013536572456, -0.09648314118385315, -0.07756483554840088, -0.01014729868620634, -0.03720653057098389, -0.07949434965848923, -0.35441336035728455, -0.328288733959198, 0.10944544523954391, -0.08223278820514679, -0.005896012764424086, 0.0282095056027174, 0.2000105082988739, 0.15592443943023682, 0.17208416759967804, 0.01484841201454401, 0.21541082859039307, 0.22778870165348053, 0.21215561032295227, 0.27915313839912415, 0.07951244711875916, -0.09280382841825485, 0.06186173856258392, -0.1371951699256897, 0.1165512353181839, -0.08142390847206116, -0.05123051628470421, 0.095899298787117, 0.1927969604730606, -0.022306932136416435, -0.18115131556987762, -0.09399327635765076, 0.2775411903858185], [0.06870104372501373, -0.1603248119354248, 0.06642208993434906, -0.10670879483222961, 0.1172630786895752, -0.13316921889781952, -0.09603742510080338, 0.01209734845906496, 0.06639514118432999, 0.1033436730504036, 0.12928393483161926, 0.12631092965602875, 0.12558571994304657, 0.03165290132164955, -0.1188494935631752, -0.1644449084997177, -0.17200663685798645, -0.029097262769937515, 0.1253255307674408, 0.1440485119819641, -0.06933686137199402, -0.12593576312065125, 0.1984308958053589, -0.14869706332683563, 0.15605273842811584, -0.14390936493873596, 0.07441339641809464, 0.2893727421760559, -0.09457246214151382, -0.20993366837501526, -0.008083369582891464, 0.20336928963661194, 0.0072512212209403515, 0.14009572565555573, 0.03748512268066406, 0.074927918612957, -0.09171173721551895, -0.07741382718086243, -0.24372147023677826, -0.12463808059692383, 0.05290791019797325, -0.11275280267000198, 0.11773177236318588, -0.020970849320292473, 0.1633879393339157, 0.17918774485588074, -0.042523786425590515, -0.32473593950271606, -0.13046938180923462, 0.2039044201374054], [-0.12882095575332642, -0.22213976085186005, 0.03825363889336586, -0.20357540249824524, -0.10847295075654984, 0.27150192856788635, 0.12210772186517715, 0.18353013694286346, 0.06065213680267334, -0.1261419951915741, -0.040415119379758835, -0.13364216685295105, 0.06372486054897308, 0.1866125762462616, -0.10917773842811584, -0.17179207503795624, 0.1724793165922165, 0.08512109518051147, 0.04972027987241745, -0.09326738864183426, 0.11800336092710495, 0.009258787147700787, 0.15806663036346436, -0.2594345211982727, -0.22111044824123383, -0.17159932851791382, -0.05698452517390251, 0.20160533487796783, 0.02017284370958805, -0.001624615048058331, -0.2405644804239273, 0.07679884135723114, 0.0024343968834728003, -0.012012496590614319, -0.03622954711318016, 0.12452739477157593, 0.024210792034864426, 0.23319140076637268, -0.10872363299131393, -0.04569954052567482, -0.06313936412334442, -0.09639336913824081, 0.3291337192058563, -0.05518694594502449, -0.011405383236706257, 0.14833344519138336, -0.1291273981332779, -0.0250727329403162, -0.22765281796455383, -0.06890490651130676], [-0.12894216179847717, 0.2634097933769226, 0.16528013348579407, -0.12652598321437836, -0.03639549762010574, -0.01960412599146366, 0.12366054952144623, 0.20081162452697754, -0.07742000371217728, -0.28121569752693176, 0.12705157697200775, 0.026452988386154175, 0.03841833025217056, 0.02838754653930664, 0.0950692668557167, 0.09535300731658936, -0.040504854172468185, -0.048875294625759125, -0.3576167821884155, -0.18884579837322235, 0.32883715629577637, 0.13419078290462494, 0.02217705361545086, -0.07641646265983582, -0.02348499186336994, -0.12013674527406693, -0.015326408669352531, -0.20909954607486725, 0.08533510565757751, 0.18670599162578583, -0.08070772886276245, -0.12237072736024857, -0.02497139945626259, 0.29134392738342285, 0.13726627826690674, -0.06493531912565231, -0.02194712683558464, -0.14493057131767273, -0.003406823379918933, -0.008197033777832985, -0.10712801665067673, -0.011070020496845245, -0.12371606379747391, -0.2786947786808014, 0.01671692728996277, -0.08683724701404572, 0.049147993326187134, 0.13993920385837555, 0.16325441002845764, -0.030669663101434708], [-0.09173721075057983, -0.040114108473062515, -0.19100415706634521, -0.0723302811384201, -0.12323899567127228, -0.23776564002037048, 0.20071205496788025, -0.18128620088100433, 0.05661773681640625, -0.2843303382396698, -0.17737674713134766, -0.2439679205417633, -0.08385145664215088, 0.32050901651382446, 0.22910568118095398, -0.23245912790298462, 0.06236161291599274, -0.0310711357742548, 0.20923557877540588, 0.2038654386997223, -0.15257547795772552, -0.14760276675224304, -0.10348479449748993, -0.2055674046278, 0.12839701771736145, -0.050654999911785126, -0.022722728550434113, 0.16291576623916626, 0.02919362299144268, -0.1132100373506546, -0.022006887942552567, -0.12442123889923096, 0.003226530272513628, -0.11699208617210388, -0.14294053614139557, -0.22589555382728577, 0.19015884399414062, -0.15587881207466125, -0.21301668882369995, 0.048313207924366, 0.12210918962955475, 0.0253635011613369, -0.07376743853092194, 0.1593523770570755, 0.11157820373773575, -0.16604970395565033, -0.0683421865105629, 0.2382090538740158, 0.3236865997314453, 0.12576937675476074], [0.013805011287331581, 0.11272981017827988, -0.11308439075946808, -0.1196087971329689, 0.01975318044424057, -0.1730787605047226, 0.0967610776424408, -0.01476121786981821, -0.028577247634530067, -0.028494499623775482, -0.01836252585053444, -0.025096194818615913, -0.06873229891061783, -0.011962770484387875, 0.18062815070152283, 0.09571383148431778, -0.16203445196151733, -0.012241082265973091, 0.06418872624635696, 0.19380031526088715, 0.06695615500211716, 0.04788169637322426, 0.04388686642050743, -0.06352904438972473, -0.021130697801709175, 0.03054027445614338, 0.2620849907398224, 0.04704829677939415, 0.04493466764688492, -0.06896960735321045, -0.08114782720804214, 0.00029002674273215234, -0.03778596222400665, 0.011215046979486942, 0.1457422375679016, -0.11578644067049026, 0.30538883805274963, -0.2656530439853668, -0.11175739020109177, 0.1625814586877823, -0.09896402060985565, -0.09770233929157257, 0.1222655400633812, -0.008108717389404774, -0.18167121708393097, -0.18185622990131378, -0.1398395299911499, 0.2416786253452301, 0.01868910901248455, -0.1347810924053192], [0.07531585544347763, -0.001421877066604793, 0.18824684619903564, 0.0018895474495366216, 0.00044553083716891706, 0.2747567296028137, -0.14211063086986542, -0.10164817422628403, 0.10745653510093689, -0.03101934678852558, 0.003476741723716259, -0.0298639927059412, 0.05374661087989807, 0.18456552922725677, -0.3599172532558441, 0.030735280364751816, -0.04935124143958092, -0.10929598659276962, -0.22219553589820862, 0.2545813024044037, 0.02478530816733837, 0.015619251877069473, -0.10895924270153046, 0.09834438562393188, -0.3547925055027008, 0.11381371319293976, 0.08969303965568542, -0.06292422115802765, -0.12418268620967865, -0.1839761584997177, -0.12453902512788773, 0.009080854244530201, -0.17704111337661743, 0.11491494625806808, -0.08601561188697815, 0.23586241900920868, -0.18208418786525726, -0.1013302356004715, 0.10963448137044907, -0.13573148846626282, -0.1567644476890564, 0.044594909995794296, 0.17835237085819244, 0.0021518587600439787, 0.06470568478107452, 0.12118396162986755, -0.01917605847120285, -0.0044191512279212475, -0.18155856430530548, -0.18761777877807617], [-0.1815900057554245, 0.26547855138778687, -0.07593165338039398, 0.33497583866119385, 0.09709659963846207, 0.19989949464797974, 0.03730958700180054, -0.08794130384922028, 0.06978075206279755, -0.039371736347675323, -0.03646046295762062, -0.24049422144889832, -0.052946966141462326, -0.19102779030799866, -0.18429584801197052, 0.11308372765779495, -0.09415678679943085, -0.08275096118450165, -0.2434363216161728, -0.11795325577259064, -0.17615669965744019, 0.09229336678981781, -0.3918730616569519, -0.006554202642291784, 0.05168570950627327, 0.13272257149219513, -0.23067143559455872, 0.07763087749481201, 0.13180258870124817, -0.15210765600204468, -0.17719212174415588, 0.06852243840694427, 0.2549927234649658, -0.09649860858917236, 0.12142586708068848, -0.06034606695175171, -0.10999467968940735, 0.0776725634932518, 0.1818123459815979, -0.2449554055929184, -0.0127601008862257, -0.019147371873259544, -0.13177213072776794, 0.16612721979618073, -0.22987660765647888, 0.22526215016841888, 0.08645646274089813, -0.09716015309095383, -0.12245245277881622, 0.026135317981243134], [-0.10012120753526688, 0.31337860226631165, 0.12592226266860962, -0.09333589673042297, 0.13404957950115204, -0.19727954268455505, -0.07555533945560455, -0.058459941297769547, -0.1733141988515854, 0.2444417029619217, -0.1238124668598175, 0.024486249312758446, 0.2043837308883667, 0.27761709690093994, 0.04004411771893501, -0.163644939661026, -0.08556607365608215, -0.07208459824323654, 0.09022103250026703, -0.2353033572435379, -0.05464867129921913, -0.023537522181868553, 0.10799572616815567, -0.07014506310224533, 0.10741748660802841, -0.19832010567188263, 0.14658071100711823, -0.19192656874656677, -0.2613453269004822, 0.1374356597661972, -0.008582479320466518, -0.14525260031223297, -0.23218205571174622, 0.19760888814926147, -0.01648818701505661, -0.20870506763458252, 0.0012632793514057994, -0.20081859827041626, -0.15688927471637726, 0.21561607718467712, 0.24236683547496796, -0.10437978059053421, 0.01629679650068283, 0.11648382246494293, -0.05139240249991417, -0.1808120310306549, -0.31502071022987366, 0.40320393443107605, 0.11106082051992416, -0.1170569360256195], [0.059782594442367554, 0.021481651812791824, 0.06577596813440323, 0.015115967020392418, 0.22529152035713196, 0.17361922562122345, -0.1924145370721817, -0.08108838647603989, 0.02295815944671631, 0.009565046988427639, -0.01643712818622589, -0.047577813267707825, 0.06616508960723877, 0.06535270065069199, -0.25830116868019104, -0.010303630493581295, -0.34679272770881653, -0.06598624587059021, 0.07515725493431091, 0.22808144986629486, -0.27901768684387207, 0.06076798960566521, 0.03290340304374695, -0.2452554553747177, -0.20802295207977295, 0.10779079794883728, -0.13688339293003082, 0.051887813955545425, 0.10668972879648209, -0.24876469373703003, 0.007739799562841654, -0.1751376986503601, -0.3529203534126282, -0.10956519842147827, 0.001997502753511071, 0.27646785974502563, -0.23355400562286377, -0.04647747054696083, 0.09067841619253159, -0.05721360072493553, 0.0697411596775055, 0.04637201502919197, 0.2080785632133484, -0.12448703497648239, 0.12996253371238708, 0.21171744167804718, -0.1359584927558899, -0.3710874319076538, -0.24693608283996582, -0.24379697442054749], [0.06582310050725937, -0.09362491965293884, 0.012543904595077038, -0.14223584532737732, 0.0501009076833725, -0.11620606482028961, 0.15989379584789276, -0.01041671633720398, -0.11313945055007935, -0.02008827216923237, -0.23378391563892365, 0.046846821904182434, 0.11401904374361038, -0.012410026043653488, 0.16045865416526794, -0.19102486968040466, 0.14244580268859863, -0.07121606916189194, -0.15414933860301971, -0.1613912582397461, 0.074388287961483, 0.10075643658638, -0.1419786810874939, 0.14642749726772308, -0.08683419972658157, -0.07732268422842026, -0.10492360591888428, 0.1272072196006775, -0.20005422830581665, -0.03064519166946411, -0.22782619297504425, 0.26767051219940186, -0.04091396555304527, -0.03394078463315964, 0.1484001725912094, -0.07486545294523239, 0.2938317656517029, 0.011346333660185337, 0.12235244363546371, -0.1322435885667801, -0.061309248208999634, 0.15932679176330566, -0.17334149777889252, -0.30038076639175415, 0.09313122928142548, -0.14063206315040588, 0.08574581146240234, -0.25719693303108215, 0.23690122365951538, 0.22050750255584717], [0.04787043109536171, -0.06338127702474594, -0.14541061222553253, -0.07398276031017303, -0.1367383599281311, -0.0606333464384079, -0.10832091420888901, 0.025980569422245026, -0.027981428429484367, 0.10263761132955551, -0.015911197289824486, -0.08960702270269394, -0.1076492890715599, 0.07826445996761322, 0.03073650784790516, -0.04263472929596901, -0.12139022350311279, 0.11416294425725937, -0.012692342512309551, 0.0603647418320179, -0.10965932905673981, -0.1076548770070076, -0.06961077451705933, 0.006306905765086412, -0.08507543057203293, 0.045997366309165955, -0.06050513684749603, 0.09840857982635498, -0.09855545312166214, 0.04931771382689476, -0.009356356225907803, -0.12524005770683289, 0.04347303882241249, -0.07519612461328506, -0.1224643811583519, 0.14843420684337616, -0.002109385095536709, -0.1040673553943634, 0.09092876315116882, -0.11500554531812668, -0.023494848981499672, -0.03708384931087494, -0.011540002189576626, -0.11698251217603683, -0.07352696359157562, 0.06851785629987717, 0.021156607195734978, -0.13644468784332275, 0.007747615687549114, -0.03144014999270439], [0.1022350862622261, 0.024567006155848503, -0.08268184214830399, -0.04666334390640259, -0.01295884046703577, 0.13500328361988068, 0.15745031833648682, -0.06373822689056396, 0.013650964014232159, -0.07128026336431503, -0.10285314172506332, 0.01538327056914568, -0.090781569480896, 0.00109187385533005, 0.09923490881919861, -0.18161453306674957, -0.09164215624332428, -0.1085813120007515, -0.041685353964567184, -0.061817850917577744, 0.06748710572719574, 0.04376702383160591, 0.05683135613799095, -0.13450659811496735, -0.16767054796218872, -0.036154985427856445, -0.11008084565401077, 0.10256544500589371, -0.0654730498790741, -0.03762916475534439, -0.11759579181671143, 0.08790212869644165, -0.05437815934419632, 0.03187867999076843, -0.09251143783330917, 0.04571864381432533, -0.15213531255722046, 0.04187925532460213, -0.09120365977287292, -0.049072179943323135, 0.03762311488389969, 0.021195050328969955, -0.15086181461811066, -0.12432437390089035, 0.059392694383859634, -0.1463228166103363, 0.08723131567239761, -0.1672319769859314, 0.12301445752382278, 0.19120870530605316], [0.17092040181159973, 0.09220203757286072, 0.13378724455833435, -0.11317362636327744, -0.14220181107521057, -0.1471683233976364, -0.05210170894861221, 0.16495437920093536, -0.22235345840454102, -0.21277765929698944, -0.3654016852378845, 0.14997224509716034, -0.11910198628902435, 0.00028139844653196633, 0.07178650796413422, -0.28293171525001526, 0.075238436460495, -0.10910254716873169, -0.05820169299840927, -0.29028552770614624, -0.20302432775497437, -0.16646964848041534, -0.46425631642341614, -0.30081459879875183, -0.15629440546035767, 0.15731196105480194, -0.19810141623020172, 0.36563363671302795, -0.04122866690158844, 0.006306614726781845, 0.026021121069788933, 0.321446031332016, 0.2129455804824829, -0.02250203862786293, -0.07057725638151169, 0.24627235531806946, 0.1571340262889862, 0.22748832404613495, -0.004184627905488014, -0.13646206259727478, -0.05602486431598663, 0.051818158477544785, -0.07044541090726852, 0.2036525160074234, -0.057956937700510025, -0.011899149976670742, 0.10120435059070587, -0.13109959661960602, 0.30790358781814575, 0.17309242486953735], [0.02767017111182213, -0.15868885815143585, -0.10456668585538864, 0.20597587525844574, -0.061267342418432236, -0.22718174755573273, -0.15735673904418945, -0.0713689923286438, 0.09689801186323166, -0.019784528762102127, -0.04155966639518738, 0.01580880954861641, -0.05086915194988251, -0.12856373190879822, 0.14422383904457092, 0.05827006697654724, 0.21013778448104858, -0.016172397881746292, -0.035364747047424316, 0.20168063044548035, 0.17830994725227356, -0.19344615936279297, 0.07066325098276138, 0.05567076429724693, 0.11969570815563202, -0.1566479206085205, 0.27636846899986267, -0.04698346555233002, -0.09723392128944397, -0.06587584316730499, 0.19332705438137054, -0.1356540322303772, -0.1224864199757576, 0.23501311242580414, -0.004278603475540876, -0.3232378661632538, 0.020898805931210518, 0.0032119303941726685, -0.09907051175832748, 0.376388281583786, -0.002568600932136178, -0.22792936861515045, -0.38323351740837097, 0.03175914287567139, 0.16261857748031616, -0.12465328723192215, -0.07854826748371124, 0.3820194900035858, -0.3423977196216583, -0.26530948281288147], [0.07525011897087097, 0.31851819157600403, -0.04967644065618515, -0.037205733358860016, 0.04485830292105675, 0.1495475322008133, -0.14374296367168427, 0.06697696447372437, -0.10239091515541077, -0.0904131606221199, 0.0749991163611412, 0.08146480470895767, -0.1785581260919571, -0.10040993988513947, -0.004970172420144081, -0.030453266575932503, 0.08039751648902893, -0.07040628045797348, 0.21001850068569183, -0.17642174661159515, 0.006311556324362755, 0.05574800446629524, -0.27679431438446045, -0.096906878054142, -0.03051663562655449, -0.09861843287944794, 0.11078985780477524, -0.2279750406742096, 0.0020815590396523476, 0.23932315409183502, -0.2172994762659073, -0.04850409924983978, -0.1044536828994751, -0.20477737486362457, -0.03286556899547577, 0.04508845880627632, -0.17677876353263855, 0.18294472992420197, -0.21665063500404358, -0.00991603173315525, -0.23935577273368835, 0.053755998611450195, -0.04928136616945267, 0.2231629490852356, -0.05092139169573784, -0.18316896259784698, 0.24403224885463715, 0.09675091505050659, 0.007376082241535187, 0.10594600439071655], [0.03321219980716705, -0.044750235974788666, 0.01351567916572094, -0.020238155499100685, -0.10189822316169739, -0.0941118523478508, -0.05947190895676613, -0.15917542576789856, -0.07799072563648224, -0.023951025679707527, -0.12794771790504456, 0.017478305846452713, -0.12984037399291992, -0.08718585968017578, -0.030256172642111778, -0.1215725839138031, -0.23111608624458313, 0.03823760524392128, 0.04855162650346756, -0.08903487771749496, 0.026349427178502083, 0.013311455957591534, -0.2873463034629822, 0.057067837566137314, 0.10010779649019241, 0.038489338010549545, -0.19613683223724365, 0.30059555172920227, -0.11866504698991776, -0.15515097975730896, -0.038811665028333664, -0.054140716791152954, 0.06828514486551285, -0.23021118342876434, 0.09054899215698242, -0.10318377614021301, -0.05542195960879326, 0.18752612173557281, 0.011747244745492935, 0.128495454788208, 0.12903663516044617, 0.07386619597673416, -0.13894589245319366, 0.11398975551128387, 0.06358752399682999, -0.08473187685012817, 0.23270303010940552, -0.24929192662239075, -0.14242060482501984, 0.07115217298269272], [0.1449120044708252, 0.04298485815525055, -0.1937302201986313, 0.06423937529325485, 0.15058432519435883, -0.09279637783765793, -0.07213339954614639, -0.12857982516288757, -0.24632073938846588, 0.16279491782188416, -0.203077495098114, 0.2750953733921051, 0.05383606255054474, -0.09040039032697678, -0.08531118929386139, -0.05106055736541748, 0.17371368408203125, -0.09546218812465668, 0.10957229882478714, -0.1946563571691513, -0.04103720560669899, -0.2264128476381302, -0.13475410640239716, 0.19590964913368225, -0.008763878606259823, 0.1159474179148674, -0.06349483877420425, -0.1721162647008896, 0.05503452569246292, -0.3152880072593689, 0.11916287243366241, 0.2933061420917511, 0.08272126317024231, -0.09219712018966675, -0.11767736077308655, -0.029221389442682266, 0.0417901873588562, -0.04771195352077484, 0.13978959619998932, -0.25314778089523315, 0.2503606975078583, 0.17724107205867767, 0.058941684663295746, -0.0053041847422719, 0.19231770932674408, 0.159883514046669, -0.049697138369083405, -0.16058972477912903, -0.09331701695919037, 0.2458340972661972], [-0.10570380836725235, 0.10689186304807663, -0.02048458158969879, -0.13837949931621552, -0.02398097701370716, 0.10485886037349701, 0.013986153528094292, -0.21235963702201843, 0.22539855539798737, -0.2222932130098343, -0.17855238914489746, -0.005825805012136698, -0.1620926856994629, 0.10445881634950638, -0.02301333285868168, 0.10371478646993637, -0.11546233296394348, 0.0711853951215744, 0.2738574743270874, 0.21700307726860046, -0.12080725282430649, 0.015351413749158382, -0.11673950403928757, -0.30681130290031433, -0.10777515918016434, 0.16086862981319427, -0.0019207231234759092, -0.00026479593361727893, -0.04868946224451065, 0.059189572930336, -0.18292996287345886, -0.09927600622177124, -0.03184272348880768, -0.08761099725961685, 0.06586723774671555, 0.1990480124950409, 0.0016194824129343033, -0.26392075419425964, -0.09348369389772415, 0.2089633196592331, -0.07626337558031082, 0.08285975456237793, -0.16306979954242706, 0.32303789258003235, 0.0667274072766304, -0.3049708604812622, -0.052518025040626526, 0.09184557944536209, -0.23099693655967712, 0.23633243143558502], [-0.05680802837014198, -0.18097516894340515, -0.08736523240804672, -0.06127199903130531, -0.05995210260152817, 0.2257402390241623, 0.12253449112176895, 0.07747692614793777, 0.11493638902902603, -0.1117171049118042, -0.039607398211956024, -0.07327459752559662, 0.10280667990446091, -0.07435747236013412, -0.12679922580718994, 0.007391872815787792, -0.13449956476688385, 0.09736505150794983, -0.004644524306058884, 0.10769922286272049, -0.12168622016906738, 0.09875934571027756, 0.018624749034643173, -0.25806480646133423, -0.07762254774570465, 0.0007165755960159004, -0.043310873210430145, 0.13493408262729645, -0.1160690188407898, 0.24700278043746948, -0.03550911694765091, 0.053528398275375366, 0.009130670689046383, 0.09198503196239471, 0.022808462381362915, 0.049642983824014664, 0.012457584030926228, 0.0691811591386795, 0.03434080630540848, -0.11005392670631409, -0.0827883705496788, -0.10643564909696579, 0.1910424530506134, -0.16359739005565643, -0.18804048001766205, -0.0031536263413727283, 0.043851666152477264, -0.23695498704910278, 0.002907556015998125, -0.1176406517624855], [-0.18422134220600128, -0.17998504638671875, -0.19231659173965454, 0.3335939049720764, -0.29573363065719604, 0.02859346754848957, 0.15976929664611816, -0.2787468433380127, 0.06736383587121964, -0.3217165470123291, 0.10215065628290176, -0.21497522294521332, -0.04052980989217758, -0.15659841895103455, 0.2987386882305145, 0.08236628025770187, 0.13562259078025818, 0.13581590354442596, 0.16543561220169067, 0.08264566212892532, -0.052707042545080185, 0.045424774289131165, 0.20004476606845856, 0.15997104346752167, -0.06125345081090927, -0.2445751428604126, -0.08256355673074722, -0.18830496072769165, 0.22576004266738892, 0.15010438859462738, 0.21988530457019806, -0.17784585058689117, 0.3895147442817688, -0.06775356829166412, -0.08588849008083344, -0.256515771150589, 0.01862071268260479, 0.147496297955513, -0.18357610702514648, 0.18924325704574585, -0.009280377998948097, -0.0993170440196991, -0.4056514799594879, 0.28928589820861816, -0.006292620673775673, -0.16398295760154724, 0.18351104855537415, -0.03576463460922241, -0.4274047315120697, 0.051790982484817505], [0.11323156207799911, 0.06842099130153656, 0.04290904104709625, -0.18606586754322052, -0.08191678673028946, 0.054338544607162476, -0.015198255889117718, 0.09639006108045578, -0.008325710892677307, -0.27042677998542786, 0.07613055408000946, 0.1401621401309967, -0.01747170090675354, 0.07731814682483673, -0.06345239281654358, -0.29934147000312805, 0.1471615582704544, 0.1500958800315857, -0.17846769094467163, -0.07370022684335709, 0.14451059699058533, 0.08910351246595383, 0.353980153799057, -0.08466988056898117, -0.07148519158363342, -0.05634763091802597, -0.15443055331707, 0.06443418562412262, -0.06267450004816055, -0.013115530833601952, -0.13430437445640564, 0.08820322155952454, 0.1764329969882965, -0.11359308660030365, 0.04104955494403839, 0.09176836907863617, 0.1111244186758995, 0.3118535280227661, 0.13515548408031464, -0.020624810829758644, -0.3171192407608032, 0.14711421728134155, 0.1124071255326271, -0.24122309684753418, 0.03679034858942032, -0.07175587862730026, 0.1390673816204071, -0.13961683213710785, -0.1524699628353119, -0.23724855482578278], [-0.12691810727119446, 0.2116694450378418, 0.04922862350940704, -0.3107301592826843, -0.2454015165567398, 0.09388353675603867, 0.21187229454517365, 0.14038771390914917, 0.10276355594396591, 0.01879599131643772, -0.11096944659948349, -0.030895940959453583, -0.1112019419670105, 0.27549681067466736, 0.021215476095676422, 0.04747733846306801, 0.2989254295825958, -0.09989336878061295, 0.23892375826835632, -0.10659912973642349, 0.16337408125400543, -0.18379265069961548, 0.10659416019916534, -0.11832202970981598, -0.03991658240556717, 0.08749433606863022, 0.174404114484787, -0.28753194212913513, 0.1254357248544693, 0.17737151682376862, -0.19004805386066437, -0.04708032310009003, -0.05023873597383499, 0.0914679616689682, -0.063235342502594, 0.031205881386995316, 0.07576663792133331, -0.25607404112815857, -0.09898819029331207, 0.0672587975859642, -0.12391499429941177, 0.08956217020750046, -0.07479162514209747, 0.022458195686340332, 0.23284871876239777, -0.2788177728652954, -0.12339846044778824, 0.14857585728168488, -0.08683547377586365, -0.22000044584274292], [0.06543754041194916, -0.019294915720820427, 0.014634504914283752, -0.0635252445936203, -0.08276955038309097, 0.05579549819231033, -0.05506334453821182, 0.15782472491264343, 0.08744949847459793, -0.018163161352276802, 0.023732686415314674, 0.037981484085321426, -0.07614709436893463, 0.10469194501638412, -0.057901449501514435, -0.1548483967781067, -0.14093531668186188, 0.11509153991937637, -0.12423872202634811, 0.07530848681926727, 0.13247109949588776, -0.10976137220859528, 0.08828864246606827, -0.04741571471095085, 0.029768679291009903, -0.10242951661348343, 0.02409462444484234, -0.05538906157016754, -0.09522334486246109, -0.09420296549797058, -0.10906081646680832, -0.04549728333950043, -0.16038721799850464, 0.15297545492649078, 0.10722444951534271, -0.13788741827011108, -0.08574067056179047, 0.041468679904937744, 0.09946965426206589, 0.013332788832485676, 0.09507796168327332, -0.11529508978128433, -0.17212268710136414, -0.018154509365558624, -0.11590990424156189, -0.1270233541727066, 0.01058089081197977, 0.013049102388322353, 0.13810668885707855, -0.11004789173603058], [0.13757267594337463, -0.2364739030599594, -0.08611349761486053, 0.09179989248514175, 0.00858417060226202, -0.1951715350151062, -0.01704827882349491, -0.24357783794403076, -0.21494793891906738, 0.1401727944612503, 0.11235948652029037, -0.15661795437335968, 0.09410317987203598, -0.3601536750793457, -0.1342707723379135, -0.13802595436573029, 0.11703579872846603, -0.04143872112035751, 0.1426837295293808, -0.05051834508776665, -0.06445030868053436, 0.13520793616771698, 0.032122571021318436, 0.3456309139728546, 0.24282559752464294, -0.2779281437397003, -0.051019538193941116, 0.38906753063201904, -0.14576509594917297, -0.10632587969303131, 0.22039684653282166, -0.13024014234542847, 0.23880772292613983, -0.3280288279056549, -0.009013216011226177, 0.019390137866139412, -0.053734853863716125, 0.32216203212738037, -0.0940447449684143, 0.056210726499557495, 0.24697339534759521, -0.23175650835037231, 0.14970263838768005, -0.18284903466701508, 0.18232855200767517, 0.17583201825618744, 0.26667407155036926, -0.29932135343551636, -0.27971500158309937, -0.019193025305867195], [0.0655563548207283, 0.08496604114770889, 0.10283764451742172, -0.0034704264253377914, -0.03315419703722, -0.13294273614883423, -0.1346583217382431, 0.08318270742893219, -0.04409516975283623, -0.07320369780063629, -0.09942837059497833, -0.007964515127241611, 0.09262105077505112, -0.017588874325156212, -0.016612257808446884, 0.060949500650167465, -0.14155015349388123, 0.07450110465288162, 0.10801409184932709, -0.06502503901720047, -0.12223076820373535, 0.05756596848368645, -0.08530715852975845, -0.11658098548650742, -0.1116279661655426, 0.12764084339141846, 0.06764082610607147, -0.07973579317331314, 0.11567427963018417, 0.0342448353767395, -0.09781013429164886, 0.11475193500518799, -0.050188153982162476, 0.03419280797243118, 0.094858318567276, 0.10933675616979599, -0.12105834484100342, 0.01587718352675438, -0.1382032334804535, -0.06027856096625328, -0.07947511970996857, -0.08786656707525253, -0.04507601633667946, -0.10683460533618927, -0.005881987512111664, -0.028963493183255196, -0.09031098335981369, 0.09464524686336517, 0.10257606953382492, -0.11038540303707123], [-0.11161535233259201, 0.2503354847431183, 0.04038446024060249, 0.048306241631507874, 0.23935003578662872, -0.16707058250904083, -0.07751096785068512, 0.013106401078402996, -0.1038692519068718, -0.0181097611784935, 0.047473516315221786, 0.1312938928604126, -0.08321201056241989, -0.11334357410669327, 0.14969892799854279, -0.24549023807048798, -0.11100224405527115, -0.03826877847313881, 0.046675197780132294, -0.010186273604631424, -0.14054134488105774, -0.06467530131340027, -0.03624976798892021, 0.20750564336776733, -0.06992288678884506, 0.07304651290178299, -0.2991929352283478, -0.045468080788850784, 0.11875273287296295, -0.0870407298207283, 0.014903428964316845, -0.05025481432676315, 0.13229085505008698, 0.07094898819923401, -0.08115530759096146, -0.03450707718729973, 0.18265236914157867, -0.04103406146168709, 0.17740213871002197, -0.03793662413954735, 0.10851405560970306, 0.21200142800807953, 0.10089872777462006, -0.2503821849822998, -0.15797479450702667, 0.060213323682546616, -0.1156548336148262, -0.0124972490593791, 0.18470822274684906, 0.026968711987137794], [-0.05042799189686775, 0.05115865170955658, 0.07865001261234283, 0.02839471586048603, 0.029832560569047928, 0.02364044450223446, -0.06653190404176712, 0.08073414862155914, -0.039239637553691864, 0.04427317529916763, 0.03259316831827164, -0.12383852899074554, 0.05172029882669449, 0.1234317272901535, 0.006230046972632408, -0.026333441957831383, -0.04292139410972595, 0.0990854799747467, -0.1381111741065979, 0.04176657274365425, -0.1410912275314331, -0.0021490086801350117, -0.004821477923542261, -0.13948306441307068, -0.015437759459018707, -0.055715806782245636, -0.02653268165886402, -0.13024038076400757, -0.16133196651935577, 0.10732192546129227, -0.14287276566028595, -0.03929685428738594, 0.07189679890871048, -0.023375701159238815, -0.030667470768094063, 0.04609259217977524, -0.10028379410505295, 0.0017690117238089442, -0.14704149961471558, -0.13856405019760132, -0.0903574526309967, 0.10664993524551392, -0.06087906286120415, -0.04461989551782608, -0.014037573710083961, -0.06828058511018753, -0.04010448604822159, 0.07697003334760666, -0.1188349723815918, 0.03989716246724129], [0.0695999264717102, 0.02437649667263031, -0.07950376719236374, 0.04144526273012161, 0.06622210144996643, -0.19757649302482605, -0.030155979096889496, 0.051732808351516724, 0.08962822705507278, 0.06470140814781189, 0.0933312475681305, 0.11406368017196655, -0.12432897090911865, -0.04899301752448082, 0.012871510349214077, -0.2853673994541168, -0.1345023214817047, -0.049339957535266876, 0.3346569836139679, 0.3392048478126526, 0.009783106856048107, -0.19062693417072296, 0.05016520246863365, -0.1897875815629959, 0.04521208629012108, -0.15796321630477905, -0.2322005331516266, 0.03254678100347519, -0.18595270812511444, -0.042106468230485916, 0.13688117265701294, -0.18510942161083221, 0.05145343765616417, -0.15188923478126526, 0.02265971153974533, -0.08049004524946213, -0.15618091821670532, 0.10853245109319687, -0.24892404675483704, -0.2342901974916458, -0.030383439734578133, -0.17836341261863708, 0.28179410099983215, -0.1906014233827591, 0.16324403882026672, -0.05145462974905968, -0.15404266119003296, -0.2829095423221588, 0.04671349748969078, -0.00861633475869894], [0.05792653560638428, 0.08425796031951904, 0.025314433500170708, -0.035306211560964584, -0.10163090378046036, 0.09420546889305115, 0.05444802716374397, 0.07332147657871246, -0.08842023462057114, 0.11926701664924622, -0.016331642866134644, 0.008520240895450115, -0.05085359513759613, 0.09290825575590134, -0.06416081637144089, 0.17240062355995178, -0.013710624538362026, -0.036919210106134415, 0.11881359666585922, -0.008709777146577835, -0.05154092609882355, 0.06635148078203201, -0.14950032532215118, -0.05640481039881706, -0.13664814829826355, 0.05173245444893837, -0.04715979844331741, -0.06998288631439209, 0.06651196628808975, -0.008187921717762947, 0.08212428539991379, 0.05219610035419464, -0.03750919550657272, -0.15565785765647888, -0.09126000106334686, -0.045887142419815063, 0.07781034708023071, -0.045711055397987366, -0.016313772648572922, -0.1764572709798813, -0.11172501742839813, -0.1092844009399414, 0.05221322923898697, -0.08554110676050186, 0.06428640335798264, -0.02772601693868637, -0.08928968012332916, 0.06749819219112396, -0.10506931692361832, -0.11750579625368118], [0.028263332322239876, 0.23872220516204834, 0.09227116405963898, 0.16633476316928864, 0.03606882318854332, -0.16949300467967987, 0.07038041204214096, 0.24324575066566467, 0.01888400875031948, -0.15603236854076385, -0.234807088971138, -0.01943911425769329, 0.04702913016080856, 0.03571397438645363, 0.03888567164540291, -0.06333218514919281, -0.4268462061882019, 0.07487653195858002, 0.028000755235552788, -0.1641836166381836, 0.1536426991224289, 0.13459065556526184, -0.0964604839682579, 0.26179635524749756, -0.04463767632842064, 0.041141632944345474, -0.08222662657499313, -0.09525950998067856, 0.025721421465277672, -0.2173253446817398, 0.03373629227280617, 0.04466443508863449, -0.1554335057735443, 0.12379441410303116, 0.03445964306592941, 0.14956417679786682, -0.005824449937790632, -0.01833357661962509, 0.3078298270702362, -0.07191610336303711, 0.141732856631279, 0.03328441083431244, 0.020917749032378197, 0.0672471895813942, -0.14600378274917603, 0.06753835827112198, 0.022675560787320137, 0.05947525426745415, 0.21340779960155487, -0.23049533367156982], [-0.05008115991950035, 0.025477876886725426, -0.0027284352108836174, 0.07802091538906097, -0.05445493757724762, -0.09598878771066666, -0.022379964590072632, 0.052177395671606064, -0.12171732634305954, -0.12590281665325165, 0.04208020493388176, 0.10614997148513794, 0.058028120547533035, -0.16899541020393372, 0.012860492803156376, -0.13208375871181488, -0.07769636064767838, 0.08065243810415268, -0.019535014405846596, -0.08308826386928558, 0.03815390169620514, 0.06292636692523956, 0.13400137424468994, 0.01154839526861906, 0.05815065652132034, -0.010463629849255085, 0.13035425543785095, -0.09874119609594345, 0.08807361871004105, -0.10426213592290878, -0.002565796719864011, -0.05522126331925392, 0.02334386296570301, 0.05460358038544655, 0.04475679621100426, 0.02014659345149994, 0.10117179155349731, 0.08093947917222977, -0.01781885325908661, -0.11041942238807678, -0.1256859004497528, 0.002692952984943986, 0.12214886397123337, -0.15999743342399597, -0.12245101481676102, -0.036723338067531586, -0.05661771446466446, 0.04464661702513695, 0.04457163065671921, 0.11723898351192474], [-0.06748645752668381, 0.11242053657770157, 0.06290218979120255, -0.21057002246379852, 0.08218187093734741, 0.12090431898832321, -0.10588831454515457, 0.038104504346847534, -0.12295905500650406, -0.08322841674089432, -0.12636736035346985, 0.03963375836610794, -0.005827727261930704, -0.025852065533399582, 0.028439166024327278, 0.04372429847717285, -0.09976132214069366, 0.04469817876815796, -0.04522208496928215, -0.02806798927485943, 0.0719464048743248, 0.017783677205443382, -0.09099690616130829, -0.05098114162683487, -0.09561549872159958, -0.05377576872706413, 0.10638483613729477, 0.10901334881782532, 0.06770878285169601, 0.05759872868657112, -0.09320110827684402, 0.07129380106925964, -0.07997231185436249, -0.07830027490854263, 0.1554412543773651, 0.152986541390419, 0.09449642151594162, -0.05200269818305969, -0.034477923065423965, -0.04911283403635025, -0.09401209652423859, -0.09706819802522659, -0.10528360307216644, -0.12977950274944305, 0.15316402912139893, 0.09692872315645218, -0.054567333310842514, -0.14313635230064392, 0.10935898125171661, 0.044153064489364624], [-0.012697438709437847, -0.17305834591388702, -0.1246076449751854, -0.03259579464793205, -0.040349964052438736, -0.25213271379470825, 0.11245176941156387, -0.06818106025457382, -0.11741041392087936, -0.12435509264469147, -0.036616526544094086, -0.21459098160266876, 0.0326073132455349, 0.01347518339753151, 0.09733268618583679, 0.19787797331809998, 0.0022606595885008574, -0.01361068058758974, -0.027291428297758102, -0.16980721056461334, -0.09504734724760056, -0.028422744944691658, 0.12754496932029724, 0.08708062767982483, -0.0619938001036644, 0.00812115240842104, 0.1645292043685913, 0.12263660132884979, 0.22447709739208221, -0.041500337421894073, 0.04071393609046936, -0.10927126556634903, -0.07863438129425049, -0.0716116651892662, -0.04781249538064003, 0.21753567457199097, 0.42926904559135437, -0.2601590156555176, 0.2866246700286865, 0.15119710564613342, 0.023243233561515808, -0.10872866213321686, -0.07079962641000748, -0.0927882194519043, 0.11400522291660309, 0.2778516113758087, -0.05859587341547012, 0.1947261542081833, -0.04024147242307663, -0.24300825595855713], [0.055210601538419724, -0.1595657616853714, -0.03804488480091095, -0.16226691007614136, -0.13579152524471283, -0.030988672748208046, -0.09010795503854752, -0.052428703755140305, 0.07384283095598221, -0.06785765290260315, -0.0357048325240612, -0.10858225077390671, 0.10531634092330933, -0.12239047139883041, 0.02620905451476574, -0.012947321869432926, 0.012288291938602924, 0.12031300365924835, -0.1449352651834488, 0.07003553956747055, 0.16359475255012512, -0.09049711376428604, 0.1549636721611023, -0.08319581300020218, 0.049069058150053024, 0.05694044381380081, -0.02122565731406212, -0.05543399602174759, 0.031959954649209976, 0.035222601145505905, 0.11379073560237885, 0.08525220304727554, -0.003038212424144149, -0.11011617630720139, 0.05717090144753456, -0.1565908044576645, -0.011149841360747814, 0.026921799406409264, 0.062072981148958206, -0.08131292462348938, 0.07958798855543137, 0.0036554033868014812, -0.12130200117826462, -0.14626464247703552, -0.1042400449514389, -0.06131870672106743, -0.13961966335773468, 0.10563613474369049, 0.09705045819282532, -0.03182203322649002], [0.012616720050573349, 0.034003693610429764, 0.030176673084497452, 0.13071958720684052, -0.20167876780033112, 0.197889506816864, 0.11647536605596542, -0.1921706646680832, 0.23820285499095917, -0.1863270252943039, -0.15839627385139465, 0.006069398485124111, -0.11962436139583588, 0.016993394121527672, -0.16059863567352295, 0.2246481031179428, 0.13572683930397034, 0.00650898227468133, 0.041259538382291794, 0.004454810172319412, 0.11194474250078201, -0.14640337228775024, -0.012913073413074017, -0.31116607785224915, 0.17097562551498413, -0.015553873963654041, -0.06865964829921722, -0.05806377902626991, 0.1256287693977356, -0.18780821561813354, -0.27576154470443726, -0.12761510908603668, 0.06052180752158165, -0.2552187144756317, 0.017729148268699646, -0.053964536637067795, -0.22645249962806702, 0.2622482180595398, -0.26694655418395996, 0.28618401288986206, -0.21422332525253296, 0.11326471716165543, -0.08135214447975159, 0.3606153726577759, 0.0794154480099678, -0.10056116431951523, 0.33983737230300903, 0.07772331684827805, -0.2701959013938904, -0.06765314936637878]] [-0.1661738157272339, 0.013689595274627209, -0.11714541912078857, -0.1310095489025116, 0.16922739148139954, -0.1286800354719162, 0.22229482233524323, 0.04641595482826233, 0.17726105451583862, 0.09163235872983932, -0.03707824647426605, 0.10367513447999954, 0.13529881834983826, -0.016740359365940094, -0.15277478098869324, 0.06969591975212097, -0.09787078201770782, 0.1593479961156845, 0.0376947820186615, -0.03862021118402481, 0.08553377538919449, -0.05723389983177185, -0.2112261801958084, -0.14870110154151917, 0.03283945843577385, 0.04074703902006149, 0.09861981868743896, -0.00484754191711545, 0.1924845278263092, 0.1313605010509491, -0.08454402536153793, -0.04061758890748024, 0.028214145451784134, -0.09071671962738037, 0.2183687388896942, 0.2041642665863037, -0.07828305661678314, -0.1253519356250763, 0.16752634942531586, 0.006029200274497271, 0.018657119944691658, -0.08517871052026749, 0.02080598659813404, -0.02277994155883789, 0.11316562443971634, -0.03162986412644386, 0.13664615154266357, 0.1348578780889511, -0.021608373150229454, 0.006630545016378164] Affine [[0.16203272342681885, -0.04031158238649368, -0.22081640362739563, 0.18401165306568146, 0.29479506611824036, 0.03506670147180557, 0.24178962409496307, -0.052737995982170105, -0.2750285267829895, 0.17340636253356934, -0.2775324881076813, 0.005303004756569862, -0.2590695023536682, -0.06740298122167587, -0.1796131581068039, 0.13609592616558075, 0.28136903047561646, -0.12205479294061661, 0.0375598780810833, -0.02242770418524742, 0.5305047035217285, 0.00444395374506712, -0.28468257188796997, 0.4958312511444092, -0.024441074579954147, -0.07486458867788315, -0.04321850463747978, -0.298056423664093, -0.3339928090572357, 0.15731297433376312, 0.06332552433013916, -0.16696247458457947, 0.3186495006084442, 0.26216229796409607, -0.42255669832229614, 0.21095390617847443, 0.1762864589691162, -0.010228916071355343, -0.34415215253829956, -0.07870174199342728, -0.20094184577465057, -0.09146050363779068, -0.06567195057868958, -0.025565600022673607, -0.10906676948070526, -0.10013770312070847, 0.10359222441911697, -0.25199002027511597, -0.07897462695837021, 0.231083482503891], [-0.06631065905094147, -0.08315671235322952, -0.25785166025161743, -0.024416768923401833, -0.33178049325942993, 0.3776051104068756, -0.314420610666275, -0.1145855188369751, 0.043249037116765976, 0.05791282653808594, 0.4668474793434143, 0.20835994184017181, -0.2745409309864044, -0.45083752274513245, -0.34254178404808044, 0.04710592329502106, 0.11995954811573029, -0.10073169320821762, 0.29636967182159424, -0.18747574090957642, -0.08765935152769089, 0.2461836040019989, 0.0688241496682167, -0.13574166595935822, 0.3112584352493286, -0.06098974868655205, -0.04418332129716873, 0.39738717675209045, -0.40659093856811523, 0.1757914274930954, 0.41843417286872864, -0.3310239911079407, -0.0918494239449501, 0.02912263013422489, -0.0016407571965828538, -0.18769551813602448, -0.22580938041210175, -0.09710531681776047, 0.4945199489593506, 0.08723194897174835, 0.11979372799396515, -0.1440615952014923, -0.061292052268981934, -0.02731834538280964, 0.19318000972270966, -0.024441499263048172, 0.02285117655992508, -0.12535835802555084, 0.09697377681732178, 0.14061778783798218], [-0.15622404217720032, 0.2727625370025635, -0.10566163063049316, 0.0037985669914633036, 0.05915961414575577, -0.16053631901741028, -0.10190784186124802, 0.38129204511642456, 0.14013227820396423, 0.07860620319843292, -0.013410404324531555, -0.22452619671821594, -0.027504179626703262, -0.19949091970920563, 0.34144413471221924, 0.11182096600532532, 0.3350275754928589, 0.12835974991321564, -0.27425432205200195, 0.11995582282543182, -0.25494784116744995, -0.2944725453853607, 0.06439456343650818, -0.3512306213378906, 0.39719387888908386, -0.12147250771522522, 0.20852002501487732, 0.38258224725723267, -0.3337327539920807, 0.041355058550834656, -0.06366793066263199, 0.05893455445766449, 0.07794491946697235, 0.09343980997800827, -0.2967982888221741, 0.3110138475894928, 0.2285723090171814, 0.042552851140499115, -0.2851179540157318, -0.04616646468639374, 0.07384578138589859, 0.010104002431035042, 0.03671132028102875, 0.04442618414759636, -0.10089302062988281, 0.12163744121789932, 0.13488037884235382, 0.3145536184310913, 0.14082816243171692, -0.46135303378105164], [0.22575464844703674, 0.24675153195858002, -0.24952739477157593, -0.05037976801395416, -0.28982511162757874, -0.25783681869506836, 0.024836638942360878, 0.07578872889280319, 0.35523688793182373, -0.0024653365835547447, 0.2797412872314453, -0.2211458832025528, 0.43475767970085144, 0.08587885648012161, 0.04331527277827263, -0.3350633382797241, -0.2615062892436981, 0.3945258855819702, 0.048681605607271194, 0.13285885751247406, 0.004464419558644295, 0.008041932247579098, 0.469769686460495, -0.10032277554273605, 0.08428650349378586, -0.053728654980659485, -0.06547355651855469, -0.4092494547367096, 0.3010627031326294, 0.2070080190896988, -0.020432714372873306, -0.13987195491790771, -0.055889979004859924, -0.18260225653648376, -0.22841544449329376, -0.11241301149129868, 0.40178272128105164, 0.11891870200634003, -0.29000669717788696, 0.06258735805749893, -0.10643498599529266, 0.07180093228816986, -0.2747969627380371, 0.16607177257537842, 0.27185070514678955, -0.046381231397390366, 0.015163436532020569, -0.10473762452602386, 0.2468469738960266, -0.25286081433296204], [0.013939893804490566, -0.17341464757919312, 0.41438740491867065, 0.08994055539369583, 0.5047909617424011, 0.33234819769859314, -0.058350350707769394, -0.0829402282834053, 0.050593145191669464, -0.12813062965869904, -0.08694934844970703, -0.016083573922514915, -0.3323332965373993, -0.1457480937242508, -0.20409229397773743, -0.29459622502326965, -0.199837327003479, 0.11460854858160019, -0.2517552077770233, -0.21051546931266785, 0.04043133929371834, 0.25575512647628784, -0.15084534883499146, 0.09958379715681076, -0.15797196328639984, -0.02487771213054657, 0.011643502861261368, 0.0051520345732569695, 0.03738966956734657, -0.34652453660964966, 0.19532451033592224, 0.2139328122138977, -0.15684759616851807, 0.08124396204948425, 0.09640147536993027, 0.07377443462610245, -0.5136273503303528, -0.022323254495859146, 0.2665303349494934, 0.1254819929599762, 0.11393579095602036, 0.07537330687046051, -0.2882004380226135, -0.01933635026216507, 0.2727460563182831, 0.14072956144809723, 0.07006856054067612, 0.19476592540740967, 0.13773170113563538, -0.007998519577085972], [-0.10092400014400482, -0.11347838491201401, 0.31193676590919495, 0.036200180649757385, 0.10125718265771866, -0.22782139480113983, 0.1189347505569458, 0.16068768501281738, -0.10687897354364395, -0.3743586242198944, -0.04365396872162819, 0.2721400260925293, -0.22036610543727875, 0.4428732693195343, -0.10559486597776413, -0.061425283551216125, -0.16851411759853363, -0.14247499406337738, 0.45534655451774597, 0.16850993037223816, -0.19550219178199768, -0.11017496138811111, 0.3181834816932678, -0.23878757655620575, -0.20605939626693726, -0.07606412470340729, 0.07756831496953964, 0.12057257443666458, 0.4306808412075043, -0.11002311110496521, 0.05608444660902023, -0.12677182257175446, 0.32494306564331055, -0.010718834586441517, 0.3386787176132202, -0.20906692743301392, 0.2764914929866791, -0.1617273986339569, -0.398048996925354, 0.02061694860458374, 0.051945269107818604, 0.0030852241907268763, 0.1276625394821167, -0.17779499292373657, -0.019329596310853958, -0.09436162561178207, 0.08417892456054688, 0.18544045090675354, -0.08170057088136673, 0.17734140157699585], [0.08394591510295868, -0.2650512456893921, 0.32831650972366333, 0.09528477489948273, -0.25407564640045166, -0.12342719733715057, 0.07248234003782272, -0.1504814177751541, -0.0952923595905304, -0.1484076976776123, -0.4252026379108429, 0.17358465492725372, -0.32394397258758545, -0.38523855805397034, 0.15569181740283966, -0.14742614328861237, -0.1970469355583191, -0.3470565676689148, 0.006599186919629574, 0.06772691756486893, 0.01588028483092785, 0.39124780893325806, -0.4234592020511627, -0.16056135296821594, -0.15665455162525177, -0.1421801745891571, -0.07963250577449799, 0.14159438014030457, -0.3601338267326355, 0.31641674041748047, -0.008873559534549713, 0.33978572487831116, 0.5652115941047668, 0.13614684343338013, 0.06443287432193756, -0.17606589198112488, 0.0889844298362732, 0.0715785026550293, -0.5014642477035522, 0.03400128334760666, -0.03122798725962639, -0.06772444397211075, -0.10115474462509155, -0.04055875912308693, -0.05595657601952553, 0.03679000213742256, -0.04743543267250061, -0.18153350055217743, 0.11283478885889053, 0.48742324113845825], [0.01161082275211811, 0.22579026222229004, -0.016953153535723686, 0.12369050085544586, -0.01811651512980461, 0.12600618600845337, -0.4561377465724945, 0.29660868644714355, 0.3174019455909729, -0.11028746515512466, 0.2780817151069641, -0.20073992013931274, 0.2639193832874298, 0.3847246468067169, -0.2355436235666275, 0.36957207322120667, -0.17603015899658203, -0.06647104769945145, -0.3236145079135895, -0.1691909283399582, -0.15855973958969116, -0.017512135207653046, -0.0013584737898781896, 0.40374818444252014, 0.43079373240470886, -0.1448846459388733, 0.05201338231563568, -0.22846299409866333, -0.07062137871980667, -0.12515057623386383, -0.1777438074350357, 0.4012860357761383, -0.2224040925502777, -0.1398847997188568, -0.33048215508461, -0.041239313781261444, -0.4353245496749878, 0.06659888476133347, 0.3256945312023163, 0.09883277863264084, 0.27663177251815796, -0.10061252117156982, 0.39963793754577637, -0.08997941017150879, -0.16578522324562073, 0.05997762456536293, -0.24310068786144257, -0.4254491925239563, 0.12172400951385498, -0.3428387939929962], [-0.3649456799030304, 0.21752335131168365, -0.10266535729169846, 0.03276561573147774, -0.3896171450614929, -0.00681051192805171, 0.3040066063404083, -0.31648001074790955, 0.2979353368282318, 0.35201308131217957, 0.0055414545349776745, -0.1336086541414261, 0.2705535590648651, -0.20655189454555511, -0.04212034493684769, -0.14574678242206573, -0.0044590565375983715, 0.2885518968105316, -0.1132115051150322, -0.29776936769485474, -0.06306854635477066, -0.11674949526786804, -0.4762052893638611, -0.11485658586025238, -0.1540854573249817, 0.12197312712669373, -0.14360938966274261, -0.22068123519420624, 0.22688134014606476, 0.2538904547691345, -0.09812087565660477, -0.2824653685092926, -0.2384587526321411, -0.24685262143611908, 0.5714224576950073, 0.19761346280574799, 0.13457658886909485, 0.12780499458312988, 0.1238047331571579, -0.027965182438492775, -0.08068971335887909, -0.06438861787319183, 0.012033172883093357, -0.0601361021399498, 0.09585167467594147, 0.06695941090583801, -0.16014286875724792, -0.08542098850011826, 0.07129261642694473, 0.2964928150177002], [0.3822116255760193, -0.3655637800693512, -0.014761765487492085, 0.03081502579152584, 0.4597291350364685, 0.1565026193857193, 0.17739680409431458, -0.22833460569381714, -0.41875123977661133, 0.27190735936164856, -0.18128861486911774, -0.08060230314731598, 0.208901509642601, 0.18312636017799377, 0.15337780117988586, 0.04886171594262123, -0.10066419839859009, 0.18453331291675568, -0.16702741384506226, 0.27342674136161804, 0.11819842457771301, -0.38563764095306396, 0.10013031959533691, -0.08119712769985199, -0.22745151817798615, 0.15376199781894684, 0.025925086811184883, -0.07733144611120224, 0.5077173113822937, -0.39583033323287964, 0.1604713499546051, 0.22752642631530762, -0.08201518654823303, 0.20989644527435303, 0.03931029140949249, -0.3360094726085663, -0.17983417212963104, -0.06856314092874527, 0.3931747078895569, -0.05672367662191391, -0.2778918147087097, -0.026475824415683746, -0.2688385546207428, 0.09693733602762222, -0.22939595580101013, 0.1351964771747589, -0.004903408698737621, 0.2570730745792389, 0.09832750260829926, -0.2348129004240036]] [-0.06474924832582474, 0.2124139964580536, -0.023623088374733925, -0.08361291140317917, 0.02966534160077572, -0.10872844606637955, -0.002718387870118022, -0.1402103751897812, 0.47974056005477905, 0.048905275762081146]
70,148.142857
860,281
0.8397
0
0
0
0
0
0
0
0
0
0
273c940a6cfe38710caeba8144fda95ba8e580c5
9,282
py
Python
scheduler/generation.py
richplane/PyREmatcher
93df987478849e5905f0ee5c9ee79801479acb1e
[ "Apache-2.0" ]
1
2020-03-10T14:35:32.000Z
2020-03-10T14:35:32.000Z
scheduler/generation.py
richplane/PyREmatcher
93df987478849e5905f0ee5c9ee79801479acb1e
[ "Apache-2.0" ]
null
null
null
scheduler/generation.py
richplane/PyREmatcher
93df987478849e5905f0ee5c9ee79801479acb1e
[ "Apache-2.0" ]
null
null
null
# Renewable generation at Findhorn from windpowerlib import WindFarm from windpowerlib import WindTurbine from windpowerlib import WindTurbineCluster from windpowerlib.turbine_cluster_modelchain import TurbineClusterModelChain import pvlib from pvlib.pvsystem import PVSystem from pvlib.location import Location from pvlib.modelchain import ModelChain from pvlib.forecast import GFS from pvlib.irradiance import disc import pandas as pd import numpy as np import datetime import scipy import sys # University computers can't install tables (bosc needs C++ compiler) try: import tables except ImportError: pass class RenewablesException(Exception): pass class LocalRE(object): forecast_height = 10 # for DarkSky API def __init__( self, wind_turbines: list = [], pv_arrays: list = [], latitude: float = 57.6568, longitude: float = -3.5818, altitude: float = 10, roughness_length: float = 0.15, # roughness length (bit of a guess) hellman_exp: float = 0.2 ): """ Set up the renewable energy generation """ # This needs to be repeated in every forecast self.roughness_length = roughness_length # Initialise empty forecast dataframe, just so nothing complains self.wind_forecast = pd.DataFrame() self.pv_forecast = pd.DataFrame() # Wind turbine(s) turbines = [] for turbine in wind_turbines: turbines.append( { 'wind_turbine' : WindTurbine( turbine['name'], turbine['hub_height'], nominal_power = turbine['nominal_power'], rotor_diameter = turbine['rotor_diameter'], power_curve = turbine['power_curve'] ), 'number_of_turbines' : turbine['qty'] } ) local_wind_farm = WindFarm( 'Local windfarm', turbines, [latitude, longitude] ) # TODO - check for learned local data & overwrite power_curve self.wind_modelchain = TurbineClusterModelChain( local_wind_farm, smoothing = False, hellman_exp = hellman_exp, ) # Initialise PV models self.pv_location = Location( latitude=latitude, longitude=longitude, altitude=altitude ) # Now set up the PV array & system. cec_pv_model_params = pvlib.pvsystem.retrieve_sam('CECMod') sandia_pv_model_params = pvlib.pvsystem.retrieve_sam('SandiaMod') cec_inverter_model_params = pvlib.pvsystem.retrieve_sam('CECInverter') adr_inverter_model_params = pvlib.pvsystem.retrieve_sam('ADRInverter') self.pv_modelchains = {} for pv_array in pv_arrays: # Try to find the module names in the libraries if pv_array['module_name'] in cec_pv_model_params: pv_array['module_parameters'] = cec_pv_model_params[ pv_array['module_name'] ] elif pv_array['module_name'] in sandia_pv_model_params: pv_array['module_parameters'] = sandia_pv_model_params[ pv_array['module_name'] ] else: raise RenewablesException('Could not retrieve PV module data') # Do the same with the inverter(s) if pv_array['inverter_name'] in cec_inverter_model_params: pv_array['inverter_parameters'] = cec_inverter_model_params[ pv_array['inverter_name'] ] elif pv_array['inverter_name'] in adr_inverter_model_params: pv_array['inverter_parameters'] = adr_inverter_model_params[ pv_array['inverter_name'] ] else: raise RenewablesException('Could not retrieve PV module data') self.pv_modelchains[pv_array['name']] = ModelChain( PVSystem(**pv_array), self.pv_location, aoi_model='physical', spectral_model='no_loss' ) def make_generation_forecasts(self, forecast): """ Makes generation forecast data from the supplied Dark Sky forecast Arguments: forecast {pandas.DataFrame} -- DarkSky originated forecast """ self.pv_forecast = self._make_pv_forecast(forecast) self.wind_forecast = self._make_wind_forecast(forecast) def _make_pv_forecast(self, forecast) -> pd.DataFrame: """Compile the forecast required for PV generation prediction Uses pvlib to generate solar irradiance predictions. Arguments: forecast {pandas.DataFrame} -- DarkSky originated forecast """ # Annoyingly, the PV & wind libraries want temperature named differently pv_forecast = forecast.rename( columns={ 'temperature' : 'air_temp', 'windSpeed' : 'wind_speed', } ) # Use PV lib to get insolation based on the cloud cover reported here model = GFS() # Next up, we get hourly solar irradiance using interpolated cloud cover # We can get this from the clearsky GHI... if tables in sys.modules: # We can use Ineichen clear sky model (uses pytables for turbidity) clearsky = self.pv_location.get_clearsky(pv_forecast.index) else: # We can't, so use 'Simplified Solis' clearsky = self.pv_location.get_clearsky( pv_forecast.index, model='simplified_solis' ) # ... and by knowledge of where the sun is solpos = self.pv_location.get_solarposition(pv_forecast.index) ghi = model.cloud_cover_to_ghi_linear( pv_forecast['cloudCover'] * 100, clearsky['ghi'] ) dni = disc(ghi, solpos['zenith'], pv_forecast.index)['dni'] dhi = ghi - dni * np.cos(np.radians(solpos['zenith'])) # Whump it all together and we have our forecast! pv_forecast['dni'] = dni pv_forecast['dhi'] = dhi pv_forecast['ghi'] = ghi return pv_forecast def _make_wind_forecast(self, forecast) -> pd.DataFrame: """Creates forecast needed for wind generation prediction Creates renamed multidimensional columns needed for the windpowerlib system. Arguments: forecast {pandas.DataFrame} -- DarkSky originated forecast """ # Easiest to build multiindexes up one by one. columns_index = pd.MultiIndex.from_tuples( [ ('wind_speed', 10), ('temperature', 10), ('pressure', 10), ('roughness_length', 0), ('wind_bearing', 10) ] ) wind_forecast = pd.DataFrame( index=forecast.index.copy(), columns = columns_index ) wind_forecast.loc[:,('wind_speed',10)] = forecast['windSpeed'].loc[:] wind_forecast.loc[:,('temperature',10)] = forecast['temperature'].loc[:] wind_forecast.loc[:,('pressure',10)] = forecast['pressure'].loc[:] wind_forecast.loc[:,('wind_bearing',10)] = forecast['windBearing'].loc[:] wind_forecast.loc[:,('roughness_length', 0)] = self.roughness_length return wind_forecast def predict_generation(self, reserved_wind_consumption = 0) -> pd.DataFrame: """ Predict electricity generated from forecast Will use the timestamp index of the forecast property to estimate instantaneous electricity generation. Returns table giving amounts in kWh. Arguments: reserved_wind_consumption {float} - constant amount that is assumed to be required from wind generation to meet other local need """ prediction = pd.DataFrame(index = self.pv_forecast.index.copy()) # First up - PV # Create a total gen column of zeros prediction['PV_AC_TOTAL'] = 0 for pv_array, pv_model in self.pv_modelchains.items(): pv_model.run_model(prediction.index, self.pv_forecast) output_column_name = 'PV_AC_' + pv_array prediction[output_column_name] = pv_model.ac # Add to the total column prediction['PV_AC_TOTAL'] = prediction['PV_AC_TOTAL'] + pv_model.ac # Next - wind power. self.wind_modelchain.run_model( self.wind_forecast ) prediction['WIND_AC'] = self.wind_modelchain.power_output # Convert everything into kWh prediction = prediction * 0.001 prediction['available_wind'] = prediction['WIND_AC'] - reserved_wind_consumption prediction['available_wind'][prediction['available_wind']<0] = 0 prediction['total'] = prediction['WIND_AC'] + prediction['PV_AC_TOTAL'] prediction['surplus'] = prediction['available_wind'] + prediction['PV_AC_TOTAL'] prediction['surplus'][prediction['surplus']<0] = 0 return prediction
34
88
0.607735
8,657
0.932665
0
0
0
0
0
0
3,155
0.339905
273de09788e8d36ac29db8f66c63f35b9eb059df
37
py
Python
tests/components/minio/__init__.py
domwillcode/home-assistant
f170c80bea70c939c098b5c88320a1c789858958
[ "Apache-2.0" ]
30,023
2016-04-13T10:17:53.000Z
2020-03-02T12:56:31.000Z
tests/components/minio/__init__.py
jagadeeshvenkatesh/core
1bd982668449815fee2105478569f8e4b5670add
[ "Apache-2.0" ]
31,101
2020-03-02T13:00:16.000Z
2022-03-31T23:57:36.000Z
tests/components/minio/__init__.py
jagadeeshvenkatesh/core
1bd982668449815fee2105478569f8e4b5670add
[ "Apache-2.0" ]
11,956
2016-04-13T18:42:31.000Z
2020-03-02T09:32:12.000Z
"""Tests for the minio component."""
18.5
36
0.675676
0
0
0
0
0
0
0
0
36
0.972973
273de3624cb2656a5b09bd44464400c778b4cc44
213
py
Python
setup.py
ravi-bade/hive-ML
bd724580bf09d992a838da57f9fd5142bab4e1e5
[ "MIT" ]
null
null
null
setup.py
ravi-bade/hive-ML
bd724580bf09d992a838da57f9fd5142bab4e1e5
[ "MIT" ]
null
null
null
setup.py
ravi-bade/hive-ML
bd724580bf09d992a838da57f9fd5142bab4e1e5
[ "MIT" ]
null
null
null
from setuptools import find_packages, setup setup( name='src', packages=find_packages(), version='0.1.0', description='Hive-ml project of OneApp', author='Ravikant Bade', license='MIT', )
19.363636
44
0.661972
0
0
0
0
0
0
0
0
59
0.276995
273e3b061e019a5cb896032af82de6f73be47078
1,985
py
Python
app.py
twitterdev/getting-started-with-dash
f0c81a03d0f31ed787a90492d2412c9fe48eeb6d
[ "Apache-2.0" ]
2
2022-03-13T22:54:16.000Z
2022-03-28T02:37:48.000Z
app.py
twitterdev/getting-started-with-dash
f0c81a03d0f31ed787a90492d2412c9fe48eeb6d
[ "Apache-2.0" ]
null
null
null
app.py
twitterdev/getting-started-with-dash
f0c81a03d0f31ed787a90492d2412c9fe48eeb6d
[ "Apache-2.0" ]
null
null
null
import dash import dash_bootstrap_components as dbc import dash_core_components as dcc import dash_html_components as html import plotly.express as px import pandas as pd import os import requests app = dash.Dash(external_stylesheets=[dbc.themes.JOURNAL]) server = app.server search_url = "https://api.twitter.com/2/tweets/counts/recent" query_params = {"query": "from:jessicagarson", "granularity": "day"} bearer_token = os.environ.get("BEARER_TOKEN") def bearer_oauth(r): r.headers["Authorization"] = f"Bearer {bearer_token}" r.headers["User-Agent"] = "GettingStartedDash" return r def connect_to_endpoint(url, tweet_fields): response = requests.request("GET", url, auth=bearer_oauth, params=tweet_fields) print(response.status_code) if response.status_code != 200: raise Exception( "Request returned an error: {} {}".format( response.status_code, response.text ) ) return response.json() json_response = connect_to_endpoint(search_url, query_params) df = pd.DataFrame(json_response["data"]) df["start"] = pd.to_datetime(df["start"]) final = df[["start", "tweet_count"]] fig = px.line(final, x="start", y="tweet_count") colors = {"background": "#FFFFFF", "text": "#1DA1F2"} fig.update_layout( plot_bgcolor=colors["background"], paper_bgcolor=colors["background"], font_color=colors["text"], ) app.layout = html.Div( style={"backgroundColor": colors["background"]}, children=[ html.H1( children="Tweets by Date", style={"textAlign": "center", "color": colors["text"]}, ), html.Div( children="An example using Dash and the Twitter API recent search counts to see how much I've been Tweeting this week", style={"textAlign": "center", "color": colors["text"]}, ), dcc.Graph(id="example-twitter", figure=fig), ], ) if __name__ == "__main__": app.run_server(debug=True)
26.824324
131
0.665995
0
0
0
0
0
0
0
0
588
0.296222