{"info":{"_postman_id":"f4e230a1-300f-4148-989d-716acb4eb0bc","name":"MatchTune","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>Smarter music tools to supercharge your platform.&nbsp;</p>\n<p><a href=\"https://www.matchtune.com/apis\">MatchTune APIs</a> make your platform smarter, more versatile and more competitive. Choose from a wide array of features and functionalities to integrate into your platform. From audio and video processing to music processing, MatchTune’s unique technologies will help you stand out from the competition.&nbsp;  </p>\n<p>Our APIs go beyond the features present in <a href=\"https://www.matchtune.studio/\">Studio</a>, <a href=\"https://www.matchtune.studio/studio-lite\">Studio Lite</a>, <a href=\"https://www.tuneblades.com/\">TuneBlades</a> and <a href=\"http://www.rightslookup.com\">RightsLookup</a>, To learn more about what is available or to open a developer account, email us at <a href=\"mailto:support@matchtune.com\">support@matchtune.com</a>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>We use JWT tokens to authenticate API calls. You must create a token then insert the token as an HTTP header to authenticate successfully:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization Bearer \n\n</code></pre><p>Copyright MATCHTUNE 2022</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"}],"owner":"4038199","collectionId":"f4e230a1-300f-4148-989d-716acb4eb0bc","publishedId":"2s8Z72Tqzh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-03T18:07:54.000Z"},"item":[{"name":"Account","item":[{"name":"Payment","item":[{"name":"Register a new payment card","id":"635fff51-68d9-46ca-aaea-a1e2312da698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"payment\",\r\n    \"attributes\": {\r\n      \"card\": {\r\n        \"number\" : \"4242 4242 4242 4242\",\r\n        \"exp_month\" : \"03\",\r\n        \"exp_year\" : \"21\",\r\n        \"cvc\" : \"321\",\r\n        \"name\" : \"john doe\" \r\n      }\r\n    }\r\n  }\r\n}"},"url":"https://api.matchtune.com/payment","urlObject":{"protocol":"https","path":["payment"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"da313db2-6f68-4bcd-9652-6b96db54ccc1","name":"Set the payment ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":""}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"payment\",\r\n    \"attributes\": {\r\n      \"card\": {\r\n        \"number\" : \"4242 4242 4242 4242\",\r\n        \"exp_month\" : \"03\",\r\n        \"exp_year\" : \"21\",\r\n        \"cvc\" : \"321\",\r\n        \"name\" : \"john doe\" \r\n      }\r\n    }\r\n  }\r\n}\r\n\r\n"},"url":"https://api.matchtune.com/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"76","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 18 Jul 2018 14:40:33 GMT","name":"Date","description":""},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":""},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"Vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"access-control-max-age","value":"1728000","description":"","type":"text"},{"key":"Content-Encoding","value":"application/gzip","description":"","type":"text"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"payment\",\n        \"attributes\": {\n            \"card\": {\n                \"name\": \"john doe\",\n                \"cvc\": \"321\",\n                \"number\": \"4242 4242 4242 4242\",\n                \"exp_month\": \"03\",\n                \"exp_year\": \"21\"\n            },\n            \"status\": \"approved\"\n        }\n    }\n}"}],"_postman_id":"635fff51-68d9-46ca-aaea-a1e2312da698"},{"name":"Get registered payment card","id":"b6064a39-f037-45f5-8ff6-2a1a58cf5c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/payment","urlObject":{"protocol":"https","path":["payment"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"8d33a91f-dd02-46a0-9cd9-9256a259c79c","name":"Get a payment","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Date","value":"Thu, 19 Jul 2018 14:47:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.3","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST,DELETE","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"content-length","value":"550","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json; charset=UTF-8","name":"content-type","description":"The mime type of this content"}],"cookie":[],"responseTime":null,"body":"{\"data\": {\"type\": \"payment\", \"attributes\": {\"dynamic_last4\": null, \"address_line1\": null, \"cvc_check\": \"unchecked\", \"exp_year\": 2021, \"name\": \"john doe\", \"address_line2\": null, \"metadata\": {}, \"id\": \"card_1CpdMMCqrTD7ORZjYtnqxpDY\", \"exp_month\": 3, \"address_zip\": null, \"country\": \"US\", \"brand\": \"Visa\", \"address_line1_check\": null, \"address_state\": null, \"funding\": \"credit\", \"address_country\": null, \"address_city\": null, \"last4\": \"4242\", \"object\": \"card\", \"fingerprint\": \"yEgk4Cg9jrZgUsgE\", \"tokenization_method\": null, \"address_zip_check\": null}}}"}],"_postman_id":"b6064a39-f037-45f5-8ff6-2a1a58cf5c69"},{"name":"Delete registered payment card","id":"88fa6d11-a793-4631-b4c6-f31ef9b5e976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.matchtune.com/payment","urlObject":{"protocol":"https","path":["payment"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"bb0f926c-2d7e-4da8-bab7-a8312af94bed","name":"Delete the payment","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.matchtune.com/payment"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"payment\",\n        \"attributes\": {\n            \"card\": null,\n            \"status\": \"accepted\"\n        }\n    }\n}"}],"_postman_id":"88fa6d11-a793-4631-b4c6-f31ef9b5e976"}],"id":"3234929f-5706-4296-a446-95c1b1503324","_postman_id":"3234929f-5706-4296-a446-95c1b1503324","description":""},{"name":"Create an account","id":"4ef27f7a-cd1d-4a75-9e04-e3d5d25e70ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"accounts\",\r\n    \"attributes\": {\r\n        \"email\": \"{{user_email}}\",\r\n        \"password\": \"{{user_password}}\",\r\n        \"confirmation\": \"{{user_confirmation}}\",\r\n        \"tos\": true\r\n    }\r\n  }\r\n}"},"url":"https://api.matchtune.com/accounts","urlObject":{"protocol":"https","path":["accounts"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"3650b420-a030-402e-b8e3-f847662639e9","name":"Create an account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"accounts\",\r\n    \"attributes\": {\r\n        \"email\": \"john@gmail.com\",\r\n        \"password\": \"password\",\r\n        \"confirmation\": \"password\",\r\n        \"tos\": true\r\n    }\r\n  }\r\n}\r\n\r\n"},"url":"https://api.matchtune.com/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"141","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 18 Jul 2018 13:00:13 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"accounts\",\n        \"attributes\": {\n            \"value\": true\n        }\n    }\n}"}],"_postman_id":"4ef27f7a-cd1d-4a75-9e04-e3d5d25e70ad"},{"name":"Create a token","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.data.attributes.value);","// var token = jsonData.data.attributes.value;",""],"type":"text/javascript","id":"82c212d5-5e94-480d-995a-4fe12c524336"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"254f3294-b5e7-45a8-b442-a653eca835ae"}}],"id":"d468a68d-5341-43e0-9cfd-ea674ea9c3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"email\": \"{{user_email}}\",\n            \"password\": \"{{user_password}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens","description":"<p>Create a JWT token from your credentials.</p>\n","urlObject":{"protocol":"https","path":["tokens"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"1a1e6f2d-3aa9-414d-8644-b2a1b2ec0635","name":"Create a token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"email\": \"{{user_email}}\",\n            \"password\": \"{{user_password}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"313","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 31 Mar 2018 20:37:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"value\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"expiration\": \"1522528654.8251166\"\n        }\n    }\n}"}],"_postman_id":"d468a68d-5341-43e0-9cfd-ea674ea9c3d2"},{"name":"Create a token (API Key)","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.data.attributes.value);","// var token = jsonData.data.attributes.value;",""],"type":"text/javascript","id":"6a075bf4-9dc5-4cf9-a7c0-a6b3b0548825"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a87f43d5-1650-49b7-a275-09d0f35d6b02"}}],"id":"cb61e802-efd3-42fc-a71b-6163d7e7292c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"UNIXTIME\": \"{{unixtime}}\",\n            \"UUID\": \"{{uuid}}\",\n            \"APPId\": \"{{appid}}\",\n            \"tos\": \"{{tos}}\",\n            \"signature\": \"{{signature}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens","description":"<p>Create a JWT token from your api key.</p>\n<p>The signature is a hmac-sha256.\nThe key is your api key,\nThe data is the following payload : str(UNIXTIME) + UUID + APPId\nThe result should be encoded in base64</p>\n<p>Example :<br />\nAPPSecret : 1111111111222222222233333333334444444444555555555566666666667777<br />\nUNIXTIME : 1618244401<br />\nUUID : 8cacf4c7-60e5-4b50-a571-2761d92bf4c4<br />\nAPPId : 1234567<br />\nSignature : DPWqE6rXw3aPq4Zxzw1Evhky8Na/g0ooX9AJJ3JWvmU=<br /></p>\n","urlObject":{"protocol":"https","path":["tokens"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"19cc862d-c325-4e9a-981d-2f097a0dd2ee","name":"Create a token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"UNIXTIME\": \"{{unixtime}}\",\n            \"UUID\": \"{{uuid}}\",\n            \"APPId\": \"{{appid}}\",\n            \"tos\": \"{{tos}}\",\n            \"signature\": \"{{signature}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"313","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 31 Mar 2018 20:37:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"value\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"expiration\": \"1522528654.8251166\"\n        }\n    }\n}"}],"_postman_id":"cb61e802-efd3-42fc-a71b-6163d7e7292c"},{"name":"Refresh a token","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.data.attributes.value);","// var token = jsonData.data.attributes.value;",""],"type":"text/javascript","id":"df47cab7-bda3-4279-ac44-a20471349fae"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3df3d7da-010d-4b3e-9419-96342270810f"}}],"id":"ff8ecd2f-2464-4db6-8f46-6034b9c6ccc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens","description":"<p>Create a JWT token from your credentials.</p>\n","urlObject":{"protocol":"https","path":["tokens"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"ce0d64e2-d975-4466-8b0e-2da341922930","name":"Create a token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"email\": \"{{user_email}}\",\n            \"password\": \"{{user_password}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"313","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 31 Mar 2018 20:37:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"tokens\",\n        \"attributes\": {\n            \"value\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"expiration\": \"1522528654.8251166\"\n        }\n    }\n}"}],"_postman_id":"ff8ecd2f-2464-4db6-8f46-6034b9c6ccc2"},{"name":"Reset password","id":"3dfd45a8-b767-46c8-951c-5874931dc088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"reset\",\r\n\t\t\"attributes\" : {\r\n\t\t    \"email\" : \"john@gmail.com\",\r\n\t\t    \"current\" : \"current-password\",\r\n\t\t    \"password\" : \"new-password\",\r\n\t\t    \"confirmation\" : \"new-password\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://api.matchtune.com/reset","urlObject":{"protocol":"https","path":["reset"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"f6673d16-9f91-425c-ae20-a166ad86e18d","name":"Post a reset link","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"reset\",\r\n\t\t\"attributes\" : {\r\n\t\t    \"email\" : \"john@gmail.com\",\r\n\t\t    \"current\" : \"current-password\",\r\n\t\t    \"password\" : \"new-password\",\r\n\t\t    \"confirmation\" : \"new-password\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://api.matchtune.com/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 13:27:19 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"reset\",\n        \"attributes\": {\n            \"value\": true\n        }\n    }\n}"}],"_postman_id":"3dfd45a8-b767-46c8-951c-5874931dc088"},{"name":"Request reset link","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f23f628e-6ead-4cd0-a68d-0b7a95457c48"}}],"id":"859cf331-4d0b-401f-9001-9f508e71a703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/reset?email={{user_email}}","urlObject":{"protocol":"https","path":["reset"],"host":["api","matchtune","com"],"query":[{"key":"email","value":"{{user_email}}"}],"variable":[]}},"response":[{"id":"856bca84-8c51-46d8-8956-6136d4445ff5","name":"Get a reset link","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.matchtune.com/reset?{%22data%22:{%22type%22:%22reset%22,%22attributes%22:{%22email%22:%22john@gmail.com%22}}}","protocol":"https","host":["api","matchtune","com"],"path":["reset"],"query":[{"key":"{%22data%22:{%22type%22:%22reset%22,%22attributes%22:{%22email%22:%22john@gmail.com%22}}}","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 08:49:21 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"reset\",\n        \"attributes\": {\n            \"value\": true\n        }\n    }\n}"}],"_postman_id":"859cf331-4d0b-401f-9001-9f508e71a703"},{"name":"Activate an account","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"69f00722-0f8a-4af1-9140-70c77057d2e3"}}],"id":"c91a720e-babd-4bfa-a06b-35db76ef3215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/validation?email={{user_email}}&activationCode={{activation_code}}","urlObject":{"protocol":"https","path":["validation"],"host":["api","matchtune","com"],"query":[{"key":"email","value":"{{user_email}}"},{"key":"activationCode","value":"{{activation_code}}"}],"variable":[]}},"response":[{"id":"1879697e-6878-485d-b28a-0808c3b34f7e","name":"Get a reset link","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.matchtune.com/reset?{%22data%22:{%22type%22:%22reset%22,%22attributes%22:{%22email%22:%22john@gmail.com%22}}}","protocol":"https","host":["api","matchtune","com"],"path":["reset"],"query":[{"key":"{%22data%22:{%22type%22:%22reset%22,%22attributes%22:{%22email%22:%22john@gmail.com%22}}}","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 08:49:21 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"reset\",\n        \"attributes\": {\n            \"value\": true\n        }\n    }\n}"}],"_postman_id":"c91a720e-babd-4bfa-a06b-35db76ef3215"}],"id":"28928836-77f2-4281-9e57-87c6c3830d2f","_postman_id":"28928836-77f2-4281-9e57-87c6c3830d2f","description":""},{"name":"Music","item":[{"name":"Generation","item":[{"name":"New track","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"music_id\", jsonData.data.attributes.finalHash);",""],"type":"text/javascript","id":"a2ca0d65-82dd-4124-8a3d-1daa6e1d88fb"}}],"id":"7a360c2f-681e-426a-8f7e-cef890f5d623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"count\": 10,\n            \"genres\": {\n                \"Electro\": [\n                    0.5,\n                    1\n                ],\n                \"Pop\": [\n                    0.5,\n                    1\n                ]\n            },\n            \"moods\": {\n                \"Weird quirky\": [\n                    0.5,\n                    1\n                ]\n            },\n            \"instruments\": {\n                \"Piano\": [\n                    0.5,\n                    1\n                ],\n                \"Ukulele\": [\n                    0.5,\n                    1\n                ]\n            },\n            \"publisher\": [\n                \"BMG Production Music\"\n            ]\n        }\n    }\n}"},"url":"https://api.matchtune.com/search","description":"<p>Create an original piece of music from a genre or other criterias. If you like and choose this track, you will be able to customize and synchronize automaticaly to your video later.</p>\n<p>Accepted attributes :</p>\n<p>Search by classifiers :</p>\n<ul>\n<li>videoFor</li>\n<li>musicFor</li>\n<li>genres</li>\n<li>moods</li>\n<li>instruments</li>\n<li>publishers</li>\n</ul>\n<p>All accepted values for these fields are listed in the endpoint /classifiers</p>\n<p>Customize :\nduration : Duration of the track in milliseconds\nfinalHash : Get inspiration from a previously generated track</p>\n","urlObject":{"protocol":"https","path":["search"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"b306df35-ec69-4649-822d-6ef8c413f150","name":"Create a track","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"genres\": [\"Blues\"]\n        }\n    }\n}"},"url":"https://api.matchtune.com/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:11:19 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"2474"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"music\",\n        \"attributes\": {\n            \"finalHash\": \"7dd5b0d45d235c9b64c32c73fbc56dab0ba8d874\",\n            \"stems\": [\n                \"bass\",\n                \"guitar\",\n                \"solos\",\n                \"rhythm section\"\n            ],\n            \"parts\": {\n                \"intro2\": {\n                    \"startPos\": 768,\n                    \"cursor\": 10000,\n                    \"duration\": 20000,\n                    \"end\": 13,\n                    \"start\": 5,\n                    \"endPos\": 2304\n                },\n                \"intro\": {\n                    \"startPos\": 0,\n                    \"cursor\": 0,\n                    \"duration\": 10000,\n                    \"end\": 5,\n                    \"start\": 1,\n                    \"endPos\": 768\n                },\n                \"verse2\": {\n                    \"startPos\": 4608,\n                    \"cursor\": 60000,\n                    \"duration\": 20000,\n                    \"end\": 33,\n                    \"start\": 25,\n                    \"endPos\": 6144\n                },\n                \"bridge\": {\n                    \"startPos\": 3840,\n                    \"cursor\": 50000,\n                    \"duration\": 10000,\n                    \"end\": 25,\n                    \"start\": 21,\n                    \"endPos\": 4608\n                },\n                \"outro\": {\n                    \"startPos\": 6912,\n                    \"cursor\": 90000,\n                    \"duration\": 10000,\n                    \"end\": 41,\n                    \"start\": 37,\n                    \"endPos\": 7680\n                },\n                \"adlib\": {\n                    \"startPos\": 6144,\n                    \"cursor\": 80000,\n                    \"duration\": 10000,\n                    \"end\": 37,\n                    \"start\": 33,\n                    \"endPos\": 6912\n                },\n                \"verse\": {\n                    \"startPos\": 2304,\n                    \"cursor\": 30000,\n                    \"duration\": 20000,\n                    \"end\": 21,\n                    \"start\": 13,\n                    \"endPos\": 3840\n                }\n            },\n            \"climaxPoints\": [\n                {\n                    \"startPos\": 2304,\n                    \"cursor\": 30000,\n                    \"start\": 13\n                },\n                {\n                    \"startPos\": 5376,\n                    \"cursor\": 70000,\n                    \"start\": 29\n                }\n            ],\n            \"startPoints\": [\n                {\n                    \"startPos\": 0,\n                    \"cursor\": 0,\n                    \"start\": 1\n                },\n                {\n                    \"startPos\": 768,\n                    \"cursor\": 10000,\n                    \"start\": 5\n                },\n                {\n                    \"startPos\": 1536,\n                    \"cursor\": 20000,\n                    \"start\": 9\n                },\n                {\n                    \"startPos\": 2304,\n                    \"cursor\": 30000,\n                    \"start\": 13\n                },\n                {\n                    \"startPos\": 3840,\n                    \"cursor\": 50000,\n                    \"start\": 21\n                },\n                {\n                    \"startPos\": 4608,\n                    \"cursor\": 60000,\n                    \"start\": 25\n                },\n                {\n                    \"startPos\": 5376,\n                    \"cursor\": 70000,\n                    \"start\": 29\n                }\n            ],\n            \"totalDuration\": 100000,\n            \"metadata\": {\n                \"originalHash\": \"b9cbef6e21a87ae9d4265519fedc9c21fbeb4898\",\n                \"duration\": \"206667\",\n                \"genre\": \"Blues\",\n                \"subgenre\": \"Country\",\n                \"tempo\": 96,\n                \"pitch\": \"Fm\",\n                \"numerator\": \"4\",\n                \"denominator\": \"4\",\n                \"recordId\": 323,\n                \"cover\": {\n                    \"small\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-small.jpg\",\n                    \"large\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-large.jpg\",\n                    \"medium\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-medium.jpg\"\n                }\n            },\n            \"license\": \"None\",\n            \"mp3_url\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/Matchtune-production/7dd5b0d45d235c9b64c32c73fbc56dab0ba8d874.low.m4a?temp_url_sig=d6653517179709a9ec47c3d93c52686c7ebec8f7&temp_url_expires=1541585659\",\n            \"urls\": {\n                \"LOW\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/Matchtune-production/7dd5b0d45d235c9b64c32c73fbc56dab0ba8d874.low.m4a?temp_url_sig=d6653517179709a9ec47c3d93c52686c7ebec8f7&temp_url_expires=1541585659\"\n            },\n            \"status\": \"ready\"\n        }\n    }\n}"}],"_postman_id":"7a360c2f-681e-426a-8f7e-cef890f5d623"},{"name":"Custom track with a specific duration","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_music_id\", jsonData.data.attributes.finalHash);",""],"type":"text/javascript","id":"c402cc86-ded4-420a-9ea7-6980acf6c12f"}}],"id":"cf4374ed-1bad-4d4d-af4d-a60bd9030c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"duration\": 30000\n        }\n    }\n}"},"url":"https://api.matchtune.com/search","description":"<p>Use the endpoint and load when you need to generate a song from a specific genre and duration.</p>\n","urlObject":{"protocol":"https","path":["search"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"10fb71fb-5d79-4aa7-bfd0-c494ded0b6db","name":"30 second Blues/Urban","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"genre\": \"Blues\",\n            \"subgenre\": \"Urban\",\n            \"duration\": 30000\n        }\n    }\n}"},"url":"https://api.matchtune.com/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"785","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 31 Mar 2018 20:39:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\"data\": {\"type\": \"music\", \"attributes\": {\"finalHash\": \"Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=\", \"stems\": [\"bass\", \"rhythm section\", \"guitar\", \"solos\"], \"parts\": {}, \"startPoints\": [], \"totalDuration\": 32359.550561797754, \"metadata\": {\"duration\": \"214532\", \"genre\": \"Blues\", \"subgenre\": \"Urban\", \"tempo\": \"89\", \"pitch\": \"Dm\", \"numerator\": \"4\", \"denominator\": \"4\"}, \"license\": \"None\", \"mp3_url\": \"https://services.matchtune.com/staging/Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=.64k.m4a?temp_url_sig=812a3a4601b2f6af41a9d982f4ccec81a362a7f2&temp_url_expires=1522528959\", \"urls\": {\"LOW\": \"https://services.matchtune.com/staging/Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=.64k.m4a?temp_url_sig=812a3a4601b2f6af41a9d982f4ccec81a362a7f2&temp_url_expires=1522528959\"}, \"status\": \"ready\"}}}"}],"_postman_id":"cf4374ed-1bad-4d4d-af4d-a60bd9030c34"},{"name":"Search and customize a track for a video","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_music_id\", jsonData.data.attributes.finalHash);",""],"type":"text/javascript","id":"ecf52c34-a6ea-4b6d-975d-4f5273b86aa7"}}],"id":"a2e61771-6945-401f-bda1-fc604eb634a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"count\": 3,\n            \"duration\": 30000,\n            \"fileid\": \"{{fileid}}\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/search","description":"<p>Use the endpoint and load when you need to generate a song from a specific genre and duration.</p>\n","urlObject":{"protocol":"https","path":["search"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"ef96634e-f4e4-4edd-8845-228785fd8002","name":"30 second Blues/Urban","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"genre\": \"Blues\",\n            \"subgenre\": \"Urban\",\n            \"duration\": 30000\n        }\n    }\n}"},"url":"https://api.matchtune.com/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"785","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 31 Mar 2018 20:39:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\"data\": {\"type\": \"music\", \"attributes\": {\"finalHash\": \"Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=\", \"stems\": [\"bass\", \"rhythm section\", \"guitar\", \"solos\"], \"parts\": {}, \"startPoints\": [], \"totalDuration\": 32359.550561797754, \"metadata\": {\"duration\": \"214532\", \"genre\": \"Blues\", \"subgenre\": \"Urban\", \"tempo\": \"89\", \"pitch\": \"Dm\", \"numerator\": \"4\", \"denominator\": \"4\"}, \"license\": \"None\", \"mp3_url\": \"https://services.matchtune.com/staging/Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=.64k.m4a?temp_url_sig=812a3a4601b2f6af41a9d982f4ccec81a362a7f2&temp_url_expires=1522528959\", \"urls\": {\"LOW\": \"https://services.matchtune.com/staging/Dq16fZ6_Cpm00RgJjUDczUOcZka0ACrXsVx_a9Qb60c=.64k.m4a?temp_url_sig=812a3a4601b2f6af41a9d982f4ccec81a362a7f2&temp_url_expires=1522528959\"}, \"status\": \"ready\"}}}"}],"_postman_id":"a2e61771-6945-401f-bda1-fc604eb634a3"},{"name":"Custom track with a climax","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_music_id\", jsonData.data.attributes.finalHash);",""],"type":"text/javascript","id":"34e11628-0fce-4811-a949-a15fd48a96e5"}}],"id":"e6806bd0-6542-4e09-bda7-4131267008df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"duration\": 30000,\n            \"syncPoints\" : [{\n\t\t\t\t\"cursor\"\t\t\t: 10000,\n\t\t\t\t\"cutAfterPoint\"\t\t: true,\n\t\t\t\t\"followingPartType\"\t: \"climax\",\n\t\t\t\t\"isFinal\"\t\t\t: false,\n\t\t\t\t\"addonsTypes\"\t\t: [\"riser\", \"drop\"]\n\t    \t}]\n        }\n    }\n}"},"url":"https://api.matchtune.com/search","description":"<p>Use the endpoint with these arguments  when you need to generate a song with a climax.</p>\n<p>Addons are optional.</p>\n","urlObject":{"protocol":"https","path":["search"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"b08a931e-f126-43d6-9c50-d77a81b92c40","name":"Custom track with a climax","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"search\",\n        \"attributes\": {\n            \"duration\": 30000,\n            \"syncPoints\" : [{\n\t\t\t\t\"cursor\"\t\t\t: 10000,\n\t\t\t\t\"cutAfterPoint\"\t\t: true,\n\t\t\t\t\"followingPartType\"\t: \"climax\",\n\t\t\t\t\"isFinal\"\t\t\t: false,\n\t\t\t\t\"addonsTypes\"\t\t: [\"riser\", \"drop\"]\n\t    \t}]\n        }\n    }\n}"},"url":"https://api.debug.matchtune.com/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Nov 2018 11:39:23 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-max-age","value":"1728000"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"769"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"attributes\": {\n            \"urls\": {\n                \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.low.m4a?temp_url_sig=453605473096635d724954130db9c24b36c0bf6e&temp_url_expires=1542800543&version=v2\",\n                \"STEMS\": {\n                    \"strings\": {\n                        \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.strings.low.m4a?temp_url_sig=6416233fdf67f72d53732013b244bf2c62bb30ce&temp_url_expires=1542800543&version=v2\"\n                    },\n                    \"keys\": {\n                        \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.keys.low.m4a?temp_url_sig=625e9d19b0c4d3aa04a1278ed7938bebe94aac41&temp_url_expires=1542800543&version=v2\"\n                    },\n                    \"woodwinds\": {\n                        \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.woodwinds.low.m4a?temp_url_sig=4fb84c91909d779201979441c955b95b861ef770&temp_url_expires=1542800543&version=v2\"\n                    },\n                    \"rythmn section\": {\n                        \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.rythmn section.low.m4a?temp_url_sig=185acc8fcf5147c8cbd8c9f6384e6515041a1f93&temp_url_expires=1542800543&version=v2\"\n                    },\n                    \"brass\": {\n                        \"LOW\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.brass.low.m4a?temp_url_sig=a7cce528ed0bdf3eceaf746cafa9b748e887729c&temp_url_expires=1542800543&version=v2\"\n                    }\n                }\n            },\n            \"climaxPoints\": [],\n            \"mp3_url\": \"https://services.matchtune.com/testing/e9d09a6cf0d82be1dc65953d2e12825ab4573877.low.m4a?temp_url_sig=453605473096635d724954130db9c24b36c0bf6e&temp_url_expires=1542800543&version=v2\",\n            \"startPoints\": [],\n            \"timestamp\": 1542800363.2841187,\n            \"finalHash\": \"e9d09a6cf0d82be1dc65953d2e12825ab4573877\",\n            \"status\": \"ready\",\n            \"license\": \"None\",\n            \"metadata\": {\n                \"denominator\": \"4\",\n                \"originalHash\": \"cc30fa52ef9633d9e5bbe4e4badd736f168da8c3\",\n                \"title\": \"FILM NOIR\",\n                \"subgenre\": \"Romantic\",\n                \"genre\": \"Cinematic\",\n                \"numerator\": \"4\",\n                \"cover\": {\n                    \"medium\": \"https://assets.matchtune.com/covers/b876b89e3f7347f01f6cae74ed0c2e86fa480485-medium.jpg\",\n                    \"small\": \"https://assets.matchtune.com/covers/b876b89e3f7347f01f6cae74ed0c2e86fa480485-small.jpg\",\n                    \"large\": \"https://assets.matchtune.com/covers/b876b89e3f7347f01f6cae74ed0c2e86fa480485-large.jpg\"\n                },\n                \"recordId\": 486,\n                \"pitch\": \"G#m\",\n                \"duration\": \"261064\",\n                \"tempo\": 107\n            },\n            \"totalDuration\": 30000,\n            \"parts\": {},\n            \"stems\": [\n                \"keys\",\n                \"strings\",\n                \"woodwinds\",\n                \"rythmn section\",\n                \"brass\"\n            ]\n        },\n        \"type\": \"music\"\n    }\n}"}],"_postman_id":"e6806bd0-6542-4e09-bda7-4131267008df"}],"id":"a5d49890-c96e-459b-af9f-e23bd4f604f2","_postman_id":"a5d49890-c96e-459b-af9f-e23bd4f604f2","description":""},{"name":"Licenses","item":[{"name":"Get a quote on a track (Premium license)","id":"2d72df81-60fb-42b2-880e-7539927b6c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"purchase\",\r\n    \"attributes\" : {\r\n    \t\"license\" : \"Premium\",\r\n    \t\"applyCharges\" : false\r\n    }\r\n   }\r\n}\r\n"},"url":"https://api.matchtune.com/music/{{music_hash}}/purchase","urlObject":{"protocol":"https","path":["music","{{music_hash}}","purchase"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"4f29fcd8-f6ae-4ea3-bd4b-816a1499fd8c","name":"Purchase a music","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"purchase\",\r\n    \"attributes\" : {\r\n    \t\"licensed\" : \"Standard\",\r\n    \t\"applyCharges\" : \"null\"\r\n    }\r\n   }\r\n}\r\n"},"url":"https://api.matchtune.com/music/{{music_hash}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 09:51:29 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"purchase\",\n        \"attributes\": {\n            \"quote\": {\n                \"id\": \"or_1DTnh6CqrTD7ORZjgsrftMYf\",\n                \"credits\": 4,\n                \"used\": 0,\n                \"license\": \"Standard\",\n                \"quota\": 0,\n                \"success\": true,\n                \"charges\": {\n                    \"price\": 0,\n                    \"amounts\": {\n                        \"Free\": 1,\n                        \"license\": \"Standard\",\n                        \"Paid\": 0,\n                        \"orderHash\": \"165871374e83516001397af772d83576c1975470\",\n                        \"Included\": 0\n                    },\n                    \"currency\": \"usd\"\n                }\n            },\n            \"applyCharges\": \"null\",\n            \"status\": \"approved\"\n        }\n    }\n}"}],"_postman_id":"2d72df81-60fb-42b2-880e-7539927b6c9a"},{"name":"Purchase a music (Premium license)","id":"4128222a-7fb4-49e7-b5fd-061361e68685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"purchase\",\r\n    \"attributes\" : {\r\n    \t\"license\" : \"Premium\",\r\n    \t\"applyCharges\" : true\r\n    }\r\n   }\r\n}\r\n"},"url":"https://api.matchtune.com/music/{{music_id}}/purchase","description":"<p>Purchase a precise music with his music_id</p>\n","urlObject":{"protocol":"https","path":["music","{{music_id}}","purchase"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"30992ec0-4b87-4cbe-bfc3-ada00f2bdc85","name":"Purchase a music","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"type\": \"purchase\",\r\n    \"attributes\" : {\r\n    \t\"licensed\" : \"Standard\",\r\n    \t\"applyCharges\" : \"null\"\r\n    }\r\n   }\r\n}\r\n"},"url":"https://api.matchtune.com/music/{{music_hash}}/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 09:51:29 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"purchase\",\n        \"attributes\": {\n            \"quote\": {\n                \"id\": \"or_1DTnh6CqrTD7ORZjgsrftMYf\",\n                \"credits\": 4,\n                \"used\": 0,\n                \"license\": \"Standard\",\n                \"quota\": 0,\n                \"success\": true,\n                \"charges\": {\n                    \"price\": 0,\n                    \"amounts\": {\n                        \"Free\": 1,\n                        \"license\": \"Standard\",\n                        \"Paid\": 0,\n                        \"orderHash\": \"165871374e83516001397af772d83576c1975470\",\n                        \"Included\": 0\n                    },\n                    \"currency\": \"usd\"\n                }\n            },\n            \"applyCharges\": \"null\",\n            \"status\": \"approved\"\n        }\n    }\n}"}],"_postman_id":"4128222a-7fb4-49e7-b5fd-061361e68685"}],"id":"834a93da-fa00-431a-94cb-9cdf3347f22d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5c83efb7-1649-49ee-b3dc-173b8c4a8df2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0a63d397-061f-45b8-bad7-d22761c43a10"}}],"_postman_id":"834a93da-fa00-431a-94cb-9cdf3347f22d","description":""},{"name":"Download","item":[{"name":"Music preview (quality 64k)","id":"a7003b7e-80de-4617-9646-c65068c8cac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/music/{{music_id}}/download?forwarding=true","urlObject":{"protocol":"https","path":["music","{{music_id}}","download"],"host":["api","matchtune","com"],"query":[{"key":"forwarding","value":"true"}],"variable":[]}},"response":[{"id":"30271e05-efc1-405f-9c21-ee7ed1329012","name":"Get music download","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.matchtune.com/music/{{music_hash}}/download?forwarding=false","protocol":"https","host":["api","matchtune","com"],"path":["music","{{music_hash}}","download"],"query":[{"key":"forwarding","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:07:52 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"download\",\n        \"attributes\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=adff127924451dc403c192d46c6433658d28b3a3&temp_url_expires=1541585452&version=v2\"\n    }\n}"}],"_postman_id":"a7003b7e-80de-4617-9646-c65068c8cac3"},{"name":"Music in high definition (320k)","id":"e07e0f87-1719-4509-8bf9-2d0d3a05b104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/music/{{music_id}}/download?forwarding=true&quality=HIGH","urlObject":{"protocol":"https","path":["music","{{music_id}}","download"],"host":["api","matchtune","com"],"query":[{"key":"forwarding","value":"true"},{"key":"quality","value":"HIGH"}],"variable":[]}},"response":[{"id":"9e519908-dbf1-40cc-80d0-b53984910109","name":"Get music download","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.matchtune.com/music/{{music_hash}}/download?forwarding=false","protocol":"https","host":["api","matchtune","com"],"path":["music","{{music_hash}}","download"],"query":[{"key":"forwarding","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:07:52 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"download\",\n        \"attributes\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=adff127924451dc403c192d46c6433658d28b3a3&temp_url_expires=1541585452&version=v2\"\n    }\n}"}],"_postman_id":"e07e0f87-1719-4509-8bf9-2d0d3a05b104"},{"name":"Music in original definition (lossless)","id":"4393e0ce-7da6-4c98-b2a4-be230eb8a219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/music/{{music_id}}/download?forwarding=true&quality=LOSSLESS","urlObject":{"protocol":"https","path":["music","{{music_id}}","download"],"host":["api","matchtune","com"],"query":[{"key":"forwarding","value":"true"},{"key":"quality","value":"LOSSLESS"}],"variable":[]}},"response":[{"id":"4644ef0d-0be9-4486-9d02-283b2fce79ad","name":"Get music download","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.matchtune.com/music/{{music_hash}}/download?forwarding=false","protocol":"https","host":["api","matchtune","com"],"path":["music","{{music_hash}}","download"],"query":[{"key":"forwarding","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:07:52 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"download\",\n        \"attributes\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=adff127924451dc403c192d46c6433658d28b3a3&temp_url_expires=1541585452&version=v2\"\n    }\n}"}],"_postman_id":"4393e0ce-7da6-4c98-b2a4-be230eb8a219"},{"name":"Stem in original definition (lossless)","id":"c5ab515f-9ba1-4acc-a055-5ef02454dfbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/music/{{music_id}}/download?forwarding=true&quality=LOSSLESS&stem=guitars","description":"<p>find the availables stem name in the music id card</p>\n","urlObject":{"protocol":"https","path":["music","{{music_id}}","download"],"host":["api","matchtune","com"],"query":[{"key":"forwarding","value":"true"},{"key":"quality","value":"LOSSLESS"},{"key":"stem","value":"guitars"}],"variable":[]}},"response":[{"id":"d9754cf0-e6f8-4380-95cd-90e43c051618","name":"Get music download","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.matchtune.com/music/{{music_hash}}/download?forwarding=false","protocol":"https","host":["api","matchtune","com"],"path":["music","{{music_hash}}","download"],"query":[{"key":"forwarding","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:07:52 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"download\",\n        \"attributes\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=adff127924451dc403c192d46c6433658d28b3a3&temp_url_expires=1541585452&version=v2\"\n    }\n}"}],"_postman_id":"c5ab515f-9ba1-4acc-a055-5ef02454dfbb"}],"id":"4691be9e-55ff-4b70-a22b-ff209faa637c","_postman_id":"4691be9e-55ff-4b70-a22b-ff209faa637c","description":""},{"name":"Retreive available classifiers","id":"020eb98f-616c-4cd0-87bc-92886c7b63c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/classifiers","description":"<p>The <code>classifiers</code> resource describes all the musical genres,moods and instruments supported by MatchTune. The list of supported genres is constently updated as new genres get added to the platform.\nUse this API endpoint to get an up-to-date list of all genres.</p>\n","urlObject":{"protocol":"https","path":["classifiers"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"67a5ddab-ad60-4e61-ae78-88145cd0a5ce","name":"Retreive available classifiers","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/classifiers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"643","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 17 Mar 2018 23:54:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"*","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"classifiers\",\n        \"attributes\": {\n            \"instruments\": [\n                \"Accordion\",\n                \"Bass\",\n                \"Brass\",\n                \"Choir\",\n                \"Drums\",\n                \"Ensemble\",\n                \"Ethnic instruments\",\n                \"Guitar\",\n                \"Harmonica\",\n                \"Keyboard\",\n                \"Mallet percussion\",\n                \"Orchestra\",\n                \"Other instruments\",\n                \"Percussion\",\n                \"Piano\",\n                \"Sound effect\",\n                \"Strings\",\n                \"Theremin\",\n                \"Vocals\",\n                \"Woodwind\",\n                \"World guitar\"\n            ],\n            \"musicFor\": [\n                \"Action adventure\",\n                \"Adult\",\n                \"Animated\",\n                \"Arts culture\",\n                \"Bollywood\",\n                \"Children kids\",\n                \"Christmas\",\n                \"Cinema\",\n                \"Circus\",\n                \"Comedy\",\n                \"Corporate\",\n                \"Documentary\",\n                \"Drama\",\n                \"Entertainment\",\n                \"Epic\",\n                \"History\",\n                \"Horror\",\n                \"Investigation\",\n                \"Magazine\",\n                \"Nature / landscape\",\n                \"News\",\n                \"Promos trailers\",\n                \"Science fiction\",\n                \"Special occasions\",\n                \"Spiritual\",\n                \"Sport\",\n                \"Technology / science\",\n                \"Thriller\",\n                \"War movie\",\n                \"Western\"\n            ],\n            \"videoFor\": [\n                \"Animals\",\n                \"Animated\",\n                \"Arts\",\n                \"Business work\",\n                \"Christmas\",\n                \"Fashion\",\n                \"Gaming\",\n                \"Hobby leisure\",\n                \"Kids\",\n                \"Lifestyle people\",\n                \"Love\",\n                \"Motors\",\n                \"Nature\",\n                \"News\",\n                \"Promo\",\n                \"Real estate\",\n                \"Sports\",\n                \"Technology\",\n                \"Travel\",\n                \"Urban\",\n                \"Wedding\",\n                \"Western\"\n            ],\n            \"moods\": [\n                \"Agressive\",\n                \"Atmospheric\",\n                \"Beauty\",\n                \"Chilled\",\n                \"Dark\",\n                \"Drama\",\n                \"Emotional\",\n                \"Energetic\",\n                \"Fantasy\",\n                \"Feelgood\",\n                \"Heroic\",\n                \"Humour\",\n                \"Minimal\",\n                \"Motivational\",\n                \"Quirky\",\n                \"Romantic\",\n                \"Sadness\",\n                \"Sexy\",\n                \"Suspense\"\n            ],\n            \"genres\": [\n                \"Blues\",\n                \"Classical\",\n                \"Country\",\n                \"Drone\",\n                \"Electronic music\",\n                \"Epic\",\n                \"Fanfares\",\n                \"Folk\",\n                \"Funk and soul\",\n                \"Gospel\",\n                \"Hip hop\",\n                \"Jazz\",\n                \"Kitsch\",\n                \"Latin\",\n                \"Lounge\",\n                \"Opera\",\n                \"Orchestral\",\n                \"Pop\",\n                \"R&b\",\n                \"Reggae\",\n                \"Rock\",\n                \"Traditional dance\",\n                \"World\"\n            ],\n            \"publishers\": [\n                \"330 Publishing\",\n                \"BAM\",\n                \"BMG Production Music\",\n                \"MatchTune\",\n                \"MusicJag\",\n                \"ROBA Production Music\",\n                \"SuperPitch\",\n                \"We Compoze\"\n            ]\n        }\n    }\n}"}],"_postman_id":"020eb98f-616c-4cd0-87bc-92886c7b63c7"},{"name":"Sample id card for an existing song","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e3b7d396-1db9-4502-91eb-cffc057aeb55"}}],"id":"6a71481a-84ca-48d8-98d2-ee36a9d9ef78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.matchtune.com/music/{{music_id}}","description":"<p>Given a music id, get the mp3 and details about the music.</p>\n","urlObject":{"protocol":"https","path":["music","{{music_id}}"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"f84cb517-030e-4753-af4f-f42cbdb407af","name":"Get a track","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.matchtune.com/music/{{music_hash}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:33:21 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"music\",\n        \"attributes\": {\n            \"finalHash\": \"fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5\",\n            \"stems\": [\n                \"guitar\",\n                \"solos\",\n                \"bass\",\n                \"rhythm section\"\n            ],\n            \"waveform\": {\n                \"samples_per_pixel\": 1102,\n                \"bits\": 8,\n                \"length\": 7202,\n                \"sample_rate\": 44100,\n                \"data\": [\n                    -0.6273193359375,\n                    0.43412986397743225,\n                    -0.5719897747039795,\n                    0.5705384016036987,\n                    -0.6286411881446838,\n                    0.5859769582748413,\n                    -0.573281466960907,\n                    0.3171129822731018,\n                    -0.2074921727180481,\n                    0.18088044226169586,\n                    -0.17776760458946228,\n                    0.1116655245423317,\n                    -0.10836957395076752,\n                    0.10550087690353394,\n                    -0.08224612474441528,\n                    0.07602044939994812,\n                    -0.07541008293628693,\n                    0.06985580176115036,\n                    -0.08615243434906006,\n                    0.057831693440675735,\n                    -0.11819638311862946,\n                    0.0942702367901802,\n                    -0.09701686352491379,\n                    0.08944838494062424,\n                    -0.06149385869503021,\n                    0.07278553396463394,\n                    -0.05056839808821678,\n                    0.059540703892707825,\n                    -0.251255065202713,\n                    0.22592507302761078,\n                    -1.9396352767944336,\n                    1.4373693466186523,\n                    -1.3344014883041382,\n                    0.9715419411659241,\n                    -0.885603129863739,\n                    0.9767910242080688,\n                    -1.233875036239624,\n                    1.0679789781570435,\n                    -1.216113567352295,\n                    0.9957732558250427,\n                    -1.1078965663909912,\n                    1.1545281410217285,\n                    -1.319203495979309,\n                    1.0184786319732666,\n                    -0.7701838612556458,\n                    0.850263237953186,\n                    -0.7155565619468689,\n                    0.7229419350624084,\n                    -0.46939802169799805,\n                    0.4304569959640503,\n                    -0.3987792730331421,\n                    0.29428550601005554,\n                    -0.28213930130004883,\n                    0.251010924577713,\n                    -0.7176318168640137,\n                    0.5531395673751831,\n                    -0.799847424030304,\n                    0.8937209248542786,\n                    -0.8647897839546204,\n                    0.7543144822120667,\n                    -0.6806439161300659,\n                    0.7875181436538696,\n                    -0.5534447431564331,\n                    0.8174257874488831,\n                    -0.5814602971076965,\n                    0.8146181702613831,\n                    -0.539833664894104,\n                    0.6994430422782898,\n                    -0.5470969676971436,\n                    0.49790188670158386,\n                    -0.16806286573410034,\n                    0.22006560862064362,\n                    -0.12185855209827423,\n                    0.16128785908222198,\n                    -0.10617227107286453,\n                    0.10672160238027573,\n                    -0.08035401254892349,\n                    0.10482948273420334,\n                    -0.08279545605182648,\n                    0.09097428619861603,\n                    -0.056366827338933945,\n                    0.08346685022115707,\n                    -0.045136187225580215,\n                    0.05703822523355484,\n                    -0.09298847615718842,\n                    0.13522544503211975,\n                    -0.9617151021957397,\n                    1.0372167825698853,\n                    -0.9611657857894897,\n                    0.8732128143310547,\n                    -0.9464560747146606,\n                    0.7397878766059875,\n                    -0.7582818269729614,\n                    0.7506523132324219,\n                    -0.7178759574890137,\n                    0.7736018896102905,\n                    -0.696879506111145,\n                    0.5923857688903809,\n                    -0.7747005224227905,\n                    0.6572670936584473,\n                    -0.7039597034454346,\n                    0.7788509726524353,\n                    -0.5194476246833801,\n                    0.7806210517883301,\n                    -0.5790188312530518,\n                    0.6226596236228943,\n                    -0.45517662167549133,\n                    0.5370259881019592,\n                    -0.6883955001831055,\n                    0.7785457968711853,\n                    -1.30644690990448,\n                    1.3654078245162964,\n                    -1.0723735094070435,\n                    0.9619592428207397,\n                    -0.6561684608459473,\n                    0.5851224660873413,\n                    -0.20193789899349213,\n                    0.2735942602157593,\n                    -0.14645609259605408,\n                    0.17068742215633392,\n                    -0.0947585254907608,\n                    0.10287632793188095,\n                    -0.09073014557361603,\n                    0.1253986358642578,\n                    -0.08841077238321304,\n                    0.07541008293628693,\n                    -0.07315175235271454,\n                    0.07772945612668991,\n                    -0.07388418167829514,\n                    0.07296863943338394,\n                    -0.05130083113908768,\n                    0.05746547505259514,\n                    -0.04898146167397499,\n                    0.05569542944431305,\n                    -0.03982604667544365,\n                    0.033966582268476486,\n                    -0.041901275515556335,\n                    0.05337605997920036,\n                    -0.024444952607154846,\n                    0.033905547112226486,\n                    -0.030792705714702606,\n                    0.03292896971106529,\n                    -0.06875715404748917,\n                    0.08175783604383469,\n                    -0.13510337471961975,\n                    0.14926375448703766,\n                    -0.1118486300110817,\n                    0.13656824827194214,\n                    -0.1288776993751526,\n                    0.13150225579738617,\n                    -0.10977340489625931,\n                    0.1422446072101593,\n                    -0.0802319347858429,\n                    0.11325246095657349,\n                    -0.061249714344739914,\n                    0.053253985941410065,\n                    -0.046540018171072006,\n                    0.03952086716890335,\n                    -0.0321355015039444,\n                    0.02877851575613022,\n                    -0.02230869047343731,\n                    0.028107117861509323,\n                    -0.07827877998352051,\n                    0.06002899259328842,\n                    -1.841306209564209,\n                    1.0380712747573853,\n                    -0.7870298027992249,\n                    0.7140306830406189,\n                    -0.6461585164070129,\n                    0.6164339780807495,\n                    -0.5997101068496704,\n                    0.49857327342033386,\n                    -0.49723049998283386,\n                    0.382482647895813,\n                    -0.3464103043079376,\n                    0.27902647852897644,\n                    -0.2228732705116272,\n                    0.2070038914680481,\n                    -0.23007553815841675,\n                    0.20871290564537048,\n                    -0.1286335587501526,\n                    0.16739146411418915,\n                    -0.2669413387775421,\n                    0.2558327615261078,\n                    -1.4057526588439941,\n                    1.2035400867462158,\n                    -1.0157320499420166,\n                    1.0144503116607666,\n                    -1.004745602607727,\n                    0.9097734093666077,\n                    -1.2017090320587158,\n                    0.9238727688789368,\n                    -1.0540016889572144,\n                    0.8084535002708435,\n                    -0.4955214858055115,\n                    0.5063248872756958,\n                    -0.4279545247554779,\n                    0.41971465945243835,\n                    -0.13644617795944214,\n                    0.13046464323997498,\n                    -1.064927101135254,\n                    0.6761882901191711,\n                    -0.8693675398826599,\n                    0.7091478109359741,\n                    -0.9941863417625427,\n                    0.923140287399292,\n                    -0.9769130945205688,\n                    0.8608834743499756,\n                    -0.7704280018806458,\n                    0.802716076374054,\n                    -0.6837567687034607,\n                    0.5125505328178406,\n                    -0.5827420353889465,\n                    0.41855496168136597,\n                    -0.16079957783222198,\n                    0.16787976026535034,\n                    -0.08786144852638245,\n                    0.09372091293334961,\n                    -0.9130083322525024,\n                    0.9096513390541077,\n                    -1.1203478574752808,\n                    0.9454795122146606,\n                    -0.8560006022453308,\n                    0.8179751038551331,\n                    -0.9315632581710815,\n                    0.956038773059845,\n                    -0.6973678469657898,\n                    0.7380788922309875,\n                    -0.9885099530220032,\n                    0.9373006820678711,\n                    -1.009079098701477,\n                    0.8771191239356995,\n                    -0.6544594764709473,\n                    0.6259555816650391,\n                    -0.659159243106842,\n                    0.6069123148918152,\n                    -0.4445563554763794,\n                    0.3791256546974182,\n                    -0.4298466444015503,\n                    0.48624399304389954,\n                    -0.4734264016151428,\n                    0.5499046444892883,\n                    -0.5278095602989197,\n                    0.48490118980407715,\n                    -0.3046616315841675,\n                    0.37143510580062866,\n                    -0.16556039452552795,\n                    0.23251697421073914,\n                    -0.21377889811992645,\n                    0.26279088854789734,\n                    -0.8103455901145935,\n                    0.7928892970085144,\n                    -0.6769207119941711,\n                    0.6518349051475525,\n                    -0.7417410612106323,\n                    0.7360036373138428,\n                    -0.7718318700790405,\n                    0.7209888100624084,\n                    -0.6663004755973816,\n                    0.6052033305168152,\n                    -0.5411764979362488,\n                    0.5302510261535645,\n                    -0.46756693720817566,\n                    0.5087052583694458,\n                    -0.38846418261528015,\n                    0.41788357496261597,\n                    -0.1595788449048996,\n                    0.21200884878635406,\n                    -0.08468756824731827,\n                    0.07699702680110931,\n                    -0.058014802634716034,\n                    0.052948806434869766,\n                    -1.2900282144546509,\n                    0.990341067314148,\n                    -1.215625286102295,\n                    0.8437323570251465,\n                    -0.6511024832725525,\n                    0.6514686942100525,\n                    -0.8338444828987122,\n                    0.7205615043640137,\n                    -0.7148241400718689,\n                    0.6673380732536316,\n                    -0.6769207119941711,\n                    0.6204623579978943,\n                    -0.6350499987602234,\n                    0.5112687945365906,\n                    -0.48184940218925476,\n                    0.4604867696762085,\n                    -0.5842679738998413,\n                    0.6345616579055786,\n                    -0.3692988455295563,\n                    0.47037461400032043,\n                    -0.14566262066364288,\n                    0.20419622957706451,\n                    -0.1293049454689026,\n                    0.10366979241371155,\n                    -0.08407720923423767,\n                    0.10629434883594513,\n                    -0.07034409046173096,\n                    0.07345692813396454,\n                    -0.07205310463905334,\n                    0.06143282353878021,\n                    -0.07260242849588394,\n                    0.059479668736457825,\n                    -0.5173113346099854,\n                    0.3791256546974182,\n                    -0.8397039771080017,\n                    0.8494697213172913,\n                    -0.6362096667289734,\n                    0.8336613774299622,\n                    -0.5201190114021301,\n                    0.6064850687980652,\n                    -0.4760509729385376,\n                    0.5765774250030518,\n                    -0.3925535976886749,\n                    0.38901349902153015,\n                    -0.4904554784297943,\n                    0.45059892535209656,\n                    -0.5891508460044861,\n                    0.5342183709144592,\n                    -0.7021286487579346,\n                    0.5701686143875122,\n                    -0.7156175971031189,\n                    0.6343175172805786,\n                    -0.6825360655784607,\n                    0.6554360389709473,\n                    -0.7010299563407898,\n                    0.8174868226051331,\n                    -0.7939879298210144,\n                    0.5281147360801697,\n                    -1.216296672821045,\n                    1.1009994745254517,\n                    -0.9192339777946472,\n                    0.9267414212226868,\n                    -0.3804074227809906,\n                    0.3517204523086548,\n                    -0.191866934299469,\n                    0.191744863986969,\n                    -0.13656824827194214,\n                    0.12460517138242722,\n                    -0.15042343735694885,\n                    0.13882657885551453,\n                    -0.12338445335626602,\n                    0.11898985505104065,\n                    -0.10586709529161453,\n                    0.095551997423172,\n                    -0.08371099084615707,\n                    0.08401617407798767,\n                    -0.07675287872552872,\n                    0.055024031549692154,\n                    -0.06472877413034439,\n                    0.056488897651433945,\n                    -0.06222629174590111,\n                    0.05246051773428917,\n                    -0.06082246080040932,\n                    0.06594949215650558,\n                    -0.03689631447196007,\n                    0.0322575718164444,\n                    -0.032806895673274994,\n                    0.03299000486731529,\n                    -0.029755093157291412,\n                    0.03512626886367798,\n                    -0.03335622325539589,\n                    0.03616388142108917,\n                    -0.023102158680558205,\n                    0.02694743312895298,\n                    -0.0317692831158638,\n                    0.0317692831158638,\n                    -0.027557794004678726,\n                    0.024933241307735443,\n                    -0.025848783552646637,\n                    0.025909818708896637,\n                    -0.030975814908742905,\n                    0.028229190036654472,\n                    -0.02536049485206604,\n                    0.029755093157291412,\n                    -0.03543144837021828,\n                    0.02371251955628395,\n                    -0.027557794004678726,\n                    0.0317692831158638,\n                    -0.05862516164779663,\n                    0.07766842097043991,\n                    -0.10696574300527573,\n                    0.13540856540203094,\n                    -1.8992904424667358,\n                    0.9639124274253845,\n                    -0.799359142780304,\n                    0.9247272610664368,\n                    -1.0382543802261353,\n                    0.7821469306945801,\n                    -0.7753719091415405,\n                    0.6873579025268555,\n                    -0.7192797660827637,\n                    0.8412298560142517,\n                    -0.8333562016487122,\n                    0.61063551902771,\n                    -0.7916685938835144,\n                    0.5428244471549988,\n                    -0.6044098734855652,\n                    0.5596093535423279,\n                    -0.4108644127845764,\n                    0.4728770852088928,\n                    -0.4593270719051361,\n                    0.2851300835609436,\n                    -0.4926527738571167,\n                    0.4121461808681488,\n                    -0.3666132688522339,\n                    0.3335927426815033,\n                    -0.3973754346370697,\n                    0.40604257583618164,\n                    -0.3664911985397339,\n                    0.4263065457344055,\n                    -0.3513542413711548,\n                    0.40189212560653687,\n                    -1.2263675928115845,\n                    1.2952773571014404,\n                    -0.9650720953941345,\n                    0.9614709615707397,\n                    -0.8312810063362122,\n                    0.9728847146034241,\n                    -0.5415427088737488,\n                    0.575051486492157,\n                    -0.6548256874084473,\n                    0.4733043313026428,\n                    -0.8467841744422913,\n                    0.5529564619064331,\n                    -0.9390707015991211,\n                    0.5860379934310913,\n                    -0.9183184504508972,\n                    0.5834744572639465,\n                    -0.7852597832679749,\n                    0.7737239599227905,\n                    -0.8776684403419495,\n                    0.9780117273330688,\n                    -0.767009973526001,\n                    0.7526665329933167,\n                    -0.5307393074035645,\n                    0.6216830611228943,\n                    -0.29257649183273315,\n                    0.3041123151779175,\n                    -0.17233538627624512,\n                    0.17758449912071228,\n                    -0.7002364993095398,\n                    0.7378957867622375,\n                    -0.731731116771698,\n                    0.730205237865448,\n                    -0.5774319171905518,\n                    0.6785687208175659,\n                    -0.5857328176498413,\n                    0.5940947532653809,\n                    -0.6576333045959473,\n                    0.8306096196174622,\n                    -0.5875638723373413,\n                    0.6666666865348816,\n                    -0.5114519000053406,\n                    0.61118483543396,\n                    -0.43765926361083984,\n                    0.5101701617240906,\n                    -0.4462043046951294,\n                    0.2507667541503906,\n                    -0.48264285922050476,\n                    0.44931715726852417,\n                    -0.695658802986145,\n                    0.6122224926948547,\n                    -0.7221484780311584,\n                    0.693644642829895,\n                    -0.7177538871765137,\n                    0.6643472909927368,\n                    -0.693888783454895,\n                    0.767315149307251,\n                    -0.5450828075408936,\n                    0.572304904460907,\n                    -0.382177472114563,\n                    0.4728160500526428,\n                    -0.49716946482658386,\n                    0.5226215124130249,\n                    -0.5007095336914062,\n                    0.5691310167312622,\n                    -0.6009918451309204,\n                    0.5795071125030518,\n                    -0.7369192242622375,\n                    0.6812542676925659,\n                    -0.8294498920440674,\n                    0.6201571822166443,\n                    -0.6978561282157898,\n                    0.6735637187957764,\n                    -0.5536278486251831,\n                    0.6393225193023682,\n                    -0.5075455904006958,\n                    0.6895552277565002,\n                    -0.6461585164070129,\n                    0.5911039710044861,\n                    -0.7978942394256592,\n                    0.7542534470558167,\n                    -0.40164798498153687,\n                    0.5128557085990906,\n                    -0.3144274055957794,\n                    0.4012207090854645,\n                    -0.21756313741207123,\n                    0.2240329533815384,\n                    -1.774227499961853,\n                    1.3950713872909546,\n                    -1.1143664121627808,\n                    1.390005350112915,\n                    -0.9268024563789368,\n                    0.8075379729270935,\n                    -0.852887749671936,\n                    0.7601739764213562,\n                    -0.851361870765686,\n                    0.8580758571624756,\n                    -0.9168536067008972,\n                    0.9122759103775024,\n                    -0.9270465970039368,\n                    1.005844235420227,\n                    -0.5065690279006958,\n                    0.6725261211395264,\n                    -0.14554055035114288,\n                    0.16140992939472198,\n                    -0.11636529862880707,\n                    0.12448310106992722,\n                    -0.09738307446241379,\n                    0.09164568781852722,\n                    -0.09152361005544662,\n                    0.07412832975387573,\n                    -0.08529793471097946,\n                    0.07406729459762573,\n                    -0.05673304200172424,\n                    0.05911345034837723,\n                    -0.04129091277718544,\n                    0.05203326418995857,\n                    -0.05215533822774887,\n                    0.05532921478152275,\n                    -0.04184023663401604,\n                    0.04495307803153992,\n                    -0.04415960982441902,\n                    0.04000915586948395,\n                    -0.03683527931571007,\n                    0.04092469811439514,\n                    -0.025848783552646637,\n                    0.02554360218346119,\n                    -0.023041123524308205,\n                    0.024139773100614548,\n                    -0.0240177009254694,\n                    0.029510948807001114,\n                    -0.02566567435860634,\n                    0.0235904473811388,\n                    -0.02236972562968731,\n                    0.017059586942195892,\n                    -0.017059586942195892,\n                    0.017059586942195892,\n                    -0.02523842267692089,\n                    0.02371251955628395,\n                    -0.018707560375332832,\n                    0.02053864300251007,\n                    -0.0161440446972847,\n                    0.015472648665308952,\n                    -0.19528496265411377,\n                    0.18008697032928467,\n                    -0.6569619178771973,\n                    0.7580376863479614,\n                    -0.6059967875480652,\n                    0.6788128614425659,\n                    -0.5216449499130249,\n                    0.4416266083717346,\n                    -0.48349738121032715,\n                    0.3642939031124115,\n                    -0.3796749711036682,\n                    0.3801022469997406,\n                    -0.3140001595020294,\n                    0.3163195252418518,\n                    -0.19369801878929138,\n                    0.251926451921463,\n                    -0.08633554726839066,\n                    0.16214236617088318,\n                    -0.09140153974294662,\n                    0.09872587025165558,\n                    -0.051728084683418274,\n                    0.06485084444284439,\n                    -0.033905547112226486,\n                    0.035797666758298874,\n                    -0.057953763753175735,\n                    0.06790264695882797,\n                    -0.07669184356927872,\n                    0.10757610201835632,\n                    -0.10373082756996155,\n                    0.10147249698638916,\n                    -1.1190050840377808,\n                    1.077134370803833,\n                    -1.544243574142456,\n                    1.1985350847244263,\n                    -0.994064211845398,\n                    1.1075303554534912,\n                    -0.9791714549064636,\n                    0.9829556941986084,\n                    -0.9506675601005554,\n                    0.8583199977874756,\n                    -0.8813916444778442,\n                    0.8666819334030151,\n                    -0.9350423216819763,\n                    0.9803311228752136,\n                    -0.8245059847831726,\n                    0.7957580089569092,\n                    -0.6361486315727234,\n                    0.6561074256896973,\n                    -0.32578012347221375,\n                    0.33969634771347046,\n                    -0.13827726244926453,\n                    0.13919280469417572,\n                    -0.11709773540496826,\n                    0.13583581149578094,\n                    -0.10946822166442871,\n                    0.10275425016880035,\n                    -1.0558327436447144,\n                    1.0012664794921875,\n                    -1.2479133605957031,\n                    0.7786678671836853,\n                    -0.9381551742553711,\n                    1.0002899169921875,\n                    -0.9709315896034241,\n                    1.0265964269638062,\n                    -1.0297093391418457,\n                    0.8371404409408569,\n                    -0.9726405739784241,\n                    0.7156175971031189,\n                    -0.7519951462745667,\n                    0.7751888036727905,\n                    -0.6030670404434204,\n                    0.6659342050552368,\n                    -0.16604867577552795,\n                    0.1103227287530899,\n                    -0.29691004753112793,\n                    0.1733730137348175,\n                    -0.35947203636169434,\n                    0.3190661370754242,\n                    -0.42368200421333313,\n                    0.3643549382686615,\n                    -0.4095826745033264,\n                    0.3539787828922272,\n                    -0.29703211784362793,\n                    0.3157702088356018,\n                    -0.20218203961849213,\n                    0.17117570340633392,\n                    -0.9495078921318054,\n                    0.853376030921936,\n                    -0.8998855352401733,\n                    0.8116273880004883,\n                    -0.5297017097473145,\n                    0.5479514598846436,\n                    -0.5465476512908936,\n                    0.6640421152114868,\n                    -0.4626230299472809,\n                    0.46756693720817566,\n                    -0.45572593808174133,\n                    0.42252230644226074,\n                    -0.29733729362487793,\n                    0.2393530160188675,\n                    -0.126375213265419,\n                    0.1418173462152481,\n                    -0.08914320915937424,\n                    0.08755626529455185,\n                    -0.05551232025027275,\n                    0.07534904778003693,\n                    -0.05825894698500633,\n                    0.062897689640522,\n                    -0.10342565178871155,\n                    0.14743266999721527,\n                    -1.0175020694732666,\n                    1.075242280960083,\n                    -1.0233005285263062,\n                    0.9791104197502136,\n                    -1.0889142751693726,\n                    0.7490653991699219,\n                    -0.5215839147567749,\n                    0.6643472909927368,\n                    -0.7701228260993958,\n                    0.8639963269233704,\n                    -0.7546806931495667,\n                    0.7222095131874084,\n                    -0.7097581624984741,\n                    0.6216830611228943,\n                    -0.7605401873588562,\n                    0.6220492720603943,\n                    -0.6255283355712891,\n                    0.6168001890182495,\n                    -0.8906691074371338,\n                    0.8120546340942383,\n                    -0.7024338245391846,\n                    0.696147084236145,\n                    -0.8314030766487122,\n                    0.765239953994751,\n                    -0.6449988484382629,\n                    0.8580148220062256,\n                    -0.6503089666366577,\n                    0.8480659127235413,\n                    -0.4635385572910309,\n                    0.5163347721099854,\n                    -0.40604257583618164,\n                    0.38651102781295776,\n                    -0.2853742241859436,\n                    0.2381933331489563,\n                    -0.729839026927948,\n                    0.5635156631469727,\n                    -0.9102006554603577,\n                    0.8125429153442383,\n                    -0.7823910713195801,\n                    0.6304112076759338,\n                    -0.7063401341438293,\n                    0.5639429092407227,\n                    -0.4957656264305115,\n                    0.5466697216033936,\n                    -0.3626459240913391,\n                    0.4303959608078003,\n                    -0.4001831114292145,\n                    0.31082627177238464,\n                    -0.34323644638061523,\n                    0.4446173906326294,\n                    -0.3511101007461548,\n                    0.3985351324081421,\n                    -0.3620355427265167,\n                    0.4126954972743988,\n                    -0.8825513124465942,\n                    0.8707103133201599,\n                    -0.9494468569755554,\n                    0.8102845549583435,\n                    -0.5864042043685913,\n                    0.5235980749130249,\n                    -1.0326390266418457,\n                    1.0222018957138062,\n                    -0.6155184507369995,\n                    0.6302281022071838,\n                    -0.3800412118434906,\n                    0.4262455105781555,\n                    -0.19760432839393616,\n                    0.16916151344776154,\n                    -0.18698404729366302,\n                    0.15341420471668243,\n                    -0.14993515610694885,\n                    0.14798200130462646,\n                    -0.10489051789045334,\n                    0.10794232040643692,\n                    -0.05996795743703842,\n                    0.061127640306949615,\n                    -0.06228732690215111,\n                    0.06234836205840111,\n                    -0.06686503440141678,\n                    0.05123979598283768,\n                    -0.041901275515556335,\n                    0.04159609228372574,\n                    -0.04910353198647499,\n                    0.03811703622341156,\n                    -0.045136187225580215,\n                    0.03775082156062126,\n                    -0.03653009980916977,\n                    0.03360036760568619,\n                    -0.03964293748140335,\n                    0.03817807137966156,\n                    -0.0481879897415638,\n                    0.040619514882564545,\n                    -0.03762874752283096,\n                    0.03299000486731529,\n                    -0.06936751306056976,\n                    0.059662774205207825,\n                    -1.0034027099609375,\n                    1.30113685131073,\n                    -0.9017166495323181,\n                    0.7033493518829346,\n                    -0.7681086659431458,\n                    0.5959869027137756,\n                    -0.7371633648872375,\n                    0.6066681742668152,\n                    -0.659403383731842,\n                    0.540382981300354,\n                    -0.5580224394798279,\n                    0.47757688164711,\n                    -0.3634393811225891,\n                    0.3135729134082794,\n                    -0.27792781591415405,\n                    0.24509041011333466,\n                    -0.13748379051685333,\n                    0.11795224249362946,\n                    -0.1108720526099205,\n                    0.13009841740131378,\n                    -0.07705806195735931,\n                    0.09054703265428543,\n                    -1.166796326637268,\n                    1.3266499042510986,\n                    -0.9338826537132263,\n                    1.30235755443573,\n                    -0.5931792259216309,\n                    0.503456175327301,\n                    -0.2082246094942093,\n                    0.20346379280090332,\n                    -0.08297856152057648,\n                    0.0794384703040123,\n                    -0.07254139333963394,\n                    0.07644770294427872,\n                    -0.08627451211214066,\n                    0.09793240576982498,\n                    -0.08731212466955185,\n                    0.08163576573133469,\n                    -0.05404745414853096,\n                    0.05435263738036156,\n                    -0.06765850633382797,\n                    0.0478217750787735,\n                    -0.07260242849588394,\n                    0.05374227464199066,\n                    -0.04422064498066902,\n                    0.04269474372267723,\n                    -0.040619514882564545,\n                    0.035797666758298874,\n                    -0.03854428976774216,\n                    0.02859540656208992,\n                    -0.03787289187312126,\n                    0.03317311406135559,\n                    -0.021393148228526115,\n                    0.03042648918926716,\n                    -0.019745174795389175,\n                    0.019806209951639175,\n                    -0.018463416025042534,\n                    0.02566567435860634,\n                    -0.016815442591905594,\n                    0.015533684752881527,\n                    -0.016205081716179848,\n                    0.017975127324461937,\n                    -0.014068818651139736,\n                    0.013214313425123692,\n                    -0.02072175219655037,\n                    0.015472648665308952,\n                    -0.01266498863697052,\n                    0.016388189047574997,\n                    -0.00802624598145485,\n                    0.008941787295043468,\n                    -0.03305104002356529,\n                    0.039032578468322754,\n                    -1.2701915502548218,\n                    1.0364843606948853,\n                    -1.5159838199615479,\n                    1.3608300685882568,\n                    -0.8416571021080017,\n                    0.8927443623542786,\n                    -0.8583810329437256,\n                    0.60862135887146,\n                    -0.6795452833175659,\n                    0.7416189908981323,\n                    -0.9315632581710815,\n                    0.8168764710426331,\n                    -0.9100175499916077,\n                    0.6723430156707764,\n                    -0.8239566683769226,\n                    0.6827802062034607,\n                    -0.9399252533912659,\n                    0.5682764649391174,\n                    -0.8251773715019226,\n                    0.6993820071220398,\n                    -0.7631646990776062,\n                    0.6731975078582764,\n                    -0.6370641589164734,\n                    0.765117883682251,\n                    -0.7197680473327637,\n                    0.7985656261444092,\n                    -0.7328908443450928,\n                    0.7167162299156189,\n                    -0.7159838080406189,\n                    0.7506523132324219,\n                    -0.8166933655738831,\n                    0.6892499923706055,\n                    -0.6305943131446838,\n                    0.8157168030738831,\n                    -0.7341725826263428,\n                    0.6498817205429077,\n                    -0.3700312674045563,\n                    0.30820173025131226,\n                    -0.43625542521476746,\n                    0.3990234136581421,\n                    -0.40744641423225403,\n                    0.5002212524414062,\n                    -0.3453727066516876,\n                    0.44876784086227417,\n                    -0.2890363931655884,\n                    0.29025712609291077,\n                    -0.29428550601005554,\n                    0.37216755747795105,\n                    -0.34268710017204285,\n                    0.287144273519516,\n                    -0.2722514569759369,\n                    0.22592507302761078,\n                    -0.27634087204933167,\n                    0.2668803036212921,\n                    -0.22610819339752197,\n                    0.2070649266242981,\n                    -0.08871595561504364,\n                    0.10214389115571976,\n                    -0.1417563110589981,\n                    0.10605020076036453,\n                    -1.0301365852355957,\n                    0.7768978476524353,\n                    -0.5948882102966309,\n                    0.6700847148895264,\n                    -0.6396276950836182,\n                    0.5286030173301697,\n                    -0.3191882073879242,\n                    0.3025253713130951,\n                    -0.14541848003864288,\n                    0.13858243823051453,\n                    -0.13131913542747498,\n                    0.1268024742603302,\n                    -0.08468756824731827,\n                    0.08908216655254364,\n                    -0.0796826109290123,\n                    0.07638666033744812,\n                    -0.07296863943338394,\n                    0.0639963373541832,\n                    -0.08133058995008469,\n                    0.0786449983716011,\n                    -0.0943923071026802,\n                    0.08615243434906006,\n                    -0.07614251971244812,\n                    0.09701686352491379,\n                    -0.0480048842728138,\n                    0.056488897651433945,\n                    -0.04409857466816902,\n                    0.041901275515556335,\n                    -0.2676127254962921,\n                    0.21646448969841003,\n                    -1.8223849534988403,\n                    1.4982833862304688,\n                    -1.2031738758087158,\n                    0.8466010689735413,\n                    -1.2412604093551636,\n                    1.0870832204818726,\n                    -1.1024643182754517,\n                    1.1228504180908203,\n                    -1.1249256134033203,\n                    0.9989471435546875,\n                    -1.1164416074752808,\n                    1.096971035003662,\n                    -1.4081940650939941,\n                    1.1062486171722412,\n                    -0.6763103604316711,\n                    0.850202202796936,\n                    -0.7078660130500793,\n                    0.6566567420959473,\n                    -0.45371174812316895,\n                    0.34213778376579285,\n                    -0.3035629689693451,\n                    0.26395055651664734,\n                    -0.2380102276802063,\n                    0.21908903121948242,\n                    -0.7246509790420532,\n                    0.7056077122688293,\n                    -0.8362859487533569,\n                    0.9127031564712524,\n                    -0.799664318561554,\n                    0.7715877294540405,\n                    -0.662027895450592,\n                    0.7814145088195801,\n                    -0.5415427088737488,\n                    0.8099183440208435,\n                    -0.6005645990371704,\n                    0.7564507722854614,\n                    -0.502601683139801,\n                    0.7020676136016846,\n                    -0.5583886504173279,\n                    0.5641260147094727,\n                    -0.1575646549463272,\n                    0.15664911270141602,\n                    -0.13632410764694214,\n                    0.15481804311275482,\n                    -0.09915312379598618,\n                    0.12179750949144363,\n                    -0.10043488442897797,\n                    0.095735102891922,\n                    -0.06607156246900558,\n                    0.0794384703040123,\n                    -0.07101548463106155,\n                    0.06082246080040932,\n                    -0.06515602022409439,\n                    0.05337605997920036,\n                    -0.7902647256851196,\n                    0.8895704746246338,\n                    -0.9353474974632263,\n                    0.7891050577163696,\n                    -0.9385824203491211,\n                    0.8702220320701599,\n                    -0.8339055180549622,\n                    0.7160448431968689,\n                    -0.7340505123138428,\n                    0.7278858423233032,\n                    -0.7181200981140137,\n                    0.7692072987556458,\n                    -0.6297398209571838,\n                    0.6384679675102234,\n                    -0.7038986682891846,\n                    0.661661684513092,\n                    -0.5790188312530518,\n                    0.7816586494445801,\n                    -0.6262607574462891,\n                    0.7827572822570801,\n                    -0.5988555550575256,\n                    0.540016770362854,\n                    -0.5780422687530518,\n                    0.5606470108032227,\n                    -1.217761516571045,\n                    1.4402990341186523,\n                    -1.2580453157424927,\n                    1.0297703742980957,\n                    -1.075730562210083,\n                    0.9677577018737793,\n                    -0.6354772448539734,\n                    0.5716334581375122,\n                    -0.19699397683143616,\n                    0.19559013843536377,\n                    -0.16714732348918915,\n                    0.17117570340633392,\n                    -0.14914168417453766,\n                    0.14657816290855408,\n                    -0.11984435468912125,\n                    0.16263066232204437,\n                    -0.11941710859537125,\n                    0.14511330425739288,\n                    -0.09719996899366379,\n                    0.1285114884376526,\n                    -0.11483939737081528,\n                    0.14865338802337646,\n                    -0.10006866604089737,\n                    0.11978331953287125,\n                    -0.10366979241371155,\n                    0.11624322831630707,\n                    -0.10452429950237274,\n                    0.11349660158157349,\n                    -0.11374074965715408,\n                    0.11795224249362946,\n                    -0.09384298324584961,\n                    0.15085068345069885,\n                    -0.09146257489919662,\n                    0.1270466148853302,\n                    -0.11618219316005707,\n                    0.18643473088741302,\n                    -0.20151063799858093,\n                    0.26449987292289734,\n                    -0.18057526648044586,\n                    0.16879530251026154,\n                    -0.1413901001214981,\n                    0.1769741326570511,\n                    -0.15408560633659363,\n                    0.1726405769586563,\n                    -0.1733119636774063,\n                    0.15078964829444885,\n                    -0.11831845343112946,\n                    0.16427862644195557,\n                    -0.13388265669345856,\n                    0.12094300985336304,\n                    -0.13064774870872498,\n                    0.14688333868980408,\n                    -0.1604333519935608,\n                    0.11898985505104065,\n                    -0.21194781363010406,\n                    0.15231555700302124,\n                    -1.7694056034088135,\n                    0.9517662525177002,\n                    -0.7840390801429749,\n                    0.6850385069847107,\n                    -0.6545205116271973,\n                    0.6043488383293152,\n                    -0.5008926391601562,\n                    0.5251239538192749,\n                    -0.3682002127170563,\n                    0.44876784086227417,\n                    -0.287144273519516,\n                    0.35629814863204956,\n                    -0.28000304102897644,\n                    0.2668803036212921,\n                    -0.20938429236412048,\n                    0.24399176239967346,\n                    -0.19497978687286377,\n                    0.1764858514070511,\n                    -0.33957427740097046,\n                    0.4136720895767212,\n                    -1.2613412141799927,\n                    1.1720454692840576,\n                    -1.0240939855575562,\n                    1.1306630373001099,\n                    -1.0545510053634644,\n                    0.8965286016464233,\n                    -1.2523078918457031,\n                    0.8179140686988831,\n                    -0.9432821869850159,\n                    0.8400091528892517,\n                    -0.4893568456172943,\n                    0.4455939531326294,\n                    -0.2860456109046936,\n                    0.2564431130886078,\n                    -0.799359142780304,\n                    0.18301670253276825,\n                    -0.9361410140991211,\n                    0.6633096933364868,\n                    -0.8285343647003174,\n                    0.8912184238433838,\n                    -1.0289769172668457,\n                    0.7074998021125793,\n                    -1.0012664794921875,\n                    0.9027542471885681,\n                    -0.6568398475646973,\n                    0.7772640585899353,\n                    -0.7217822670936584,\n                    0.5301899909973145,\n                    -0.4298466444015503,\n                    0.4481574594974518,\n                    -0.18197908997535706,\n                    0.14901961386203766,\n                    -0.1119707003235817,\n                    0.15048447251319885,\n                    -1.1365834474563599,\n                    1.0371557474136353,\n                    -1.2263065576553345,\n                    0.9373617172241211,\n                    -0.6530556082725525,\n                    0.7610284686088562,\n                    -0.885908305644989,\n                    0.8655833005905151,\n                    -0.8804150223731995,\n                    0.8356145620346069,\n                    -1.0208591222763062,\n                    0.9343709349632263,\n                    -0.9296101331710815,\n                    0.6829022765159607,\n                    -0.660440981388092,\n                    0.6675211787223816,\n                    -0.6502479314804077,\n                    0.5445944666862488,\n                    -0.3152818977832794,\n                    0.3204089403152466,\n                    -0.5557640790939331,\n                    0.4927138090133667,\n                    -0.4923475980758667,\n                    0.5442892909049988,\n                    -0.5513084530830383,\n                    0.537392258644104,\n                    -0.2540627121925354,\n                    0.3788204789161682,\n                    -0.24734874069690704,\n                    0.27743953466415405,\n                    -0.2384985089302063,\n                    0.2671244442462921,\n                    -0.8190737962722778,\n                    0.8436102867126465,\n                    -0.6251010894775391,\n                    0.6644693613052368,\n                    -0.8387274146080017,\n                    0.7099412679672241,\n                    -0.8237125277519226,\n                    0.7137865424156189,\n                    -0.6567177772521973,\n                    0.5527122616767883,\n                    -0.5544823408126831,\n                    0.6221713423728943,\n                    -0.5290302634239197,\n                    0.5345845818519592,\n                    -0.3661249577999115,\n                    0.4805065989494324,\n                    -0.23331044614315033,\n                    0.24313725531101227,\n                    -0.13430991768836975,\n                    0.13540856540203094,\n                    -0.287510484457016,\n                    0.3161364197731018,\n                    -1.4127107858657837,\n                    1.0125582218170166,\n                    -0.9695887565612793,\n                    0.920881986618042,\n                    -0.8957961201667786,\n                    0.850324273109436,\n                    -1.0858014822006226,\n                    0.7168383598327637,\n                    -0.8844434022903442,\n                    0.991561770439148,\n                    -0.8129701614379883,\n                    0.693888783454895,\n                    -0.6290073990821838,\n                    0.5871976613998413,\n                    -0.6396887302398682,\n                    0.5507591366767883,\n                    -0.5622339248657227,\n                    0.7359426021575928,\n                    -0.37430381774902344,\n                    0.30630961060523987,\n                    -0.3051499128341675,\n                    0.3169909119606018,\n                    -0.37393757700920105,\n                    0.3367666006088257,\n                    -0.29324787855148315,\n                    0.32462042570114136,\n                    -0.2079804688692093,\n                    0.2236667424440384,\n                    -0.22476539015769958,\n                    0.21341268718242645,\n                    -0.2710307538509369,\n                    0.2400854527950287,\n                    -0.5868314504623413,\n                    0.5664454102516174,\n                    -0.8433051109313965,\n                    0.887983500957489,\n                    -0.5931181907653809,\n                    0.7057908177375793,\n                    -0.60849928855896,\n                    0.694010853767395,\n                    -0.5574731230735779,\n                    0.6449988484382629,\n                    -0.539528489112854,\n                    0.4953994154930115,\n                    -0.8321354985237122,\n                    0.6319371461868286,\n                    -0.8777905106544495,\n                    0.8741893768310547,\n                    -0.7457084059715271,\n                    0.5900663733482361,\n                    -0.6911421418190002,\n                    0.8229801058769226,\n                    -0.9741664528846741,\n                    0.8665598630905151,\n                    -0.6778973340988159,\n                    0.9990692138671875,\n                    -1.3536888360977173,\n                    1.1569695472717285,\n                    -1.4850385189056396,\n                    1.0463721752166748,\n                    -0.9651941657066345,\n                    0.8323796391487122,\n                    -0.5362325310707092,\n                    0.5947051048278809,\n                    -0.41861599683761597,\n                    0.37344929575920105,\n                    -0.4740978181362152,\n                    0.43869689106941223,\n                    -0.503517210483551,\n                    0.46903181076049805,\n                    -0.4097657799720764,\n                    0.3343251645565033,\n                    -0.5344625115394592,\n                    0.504615843296051,\n                    -0.6758220791816711,\n                    0.44882887601852417,\n                    -0.43308156728744507,\n                    0.33975738286972046,\n                    -0.32425421476364136,\n                    0.3051499128341675,\n                    -0.29440757632255554,\n                    0.3027695119380951,\n                    -0.35873961448669434,\n                    0.34103915095329285,\n                    -0.37509727478027344,\n                    0.37021440267562866,\n                    -0.40311282873153687,\n                    0.383276104927063,\n                    -0.3643549382686615,\n                    0.34097811579704285,\n                    -0.2710917890071869,\n                    0.29623866081237793,\n                    -0.3797970414161682,\n                    0.3342641294002533,\n                    -0.4275883138179779,\n                    0.3771724998950958,\n                    -0.43332570791244507,\n                    0.383459210395813,\n                    -0.3956054151058197,\n                    0.34183260798454285,\n                    -0.4919203519821167,\n                    0.43369191884994507,\n                    -0.4741588532924652,\n                    0.3919432461261749,\n                    -0.45322346687316895,\n                    0.35660335421562195,\n                    -0.35452812910079956,\n                    0.37412071228027344,\n                    -0.48526740074157715,\n                    0.5639429092407227,\n                    -0.5115739703178406,\n                    0.5083390474319458,\n                    -1.7464561462402344,\n                    1.2039673328399658,\n                    -1.1190050840377808,\n                    1.0233005285263062,\n                    -1.1537346839904785,\n                    0.8248721957206726,\n                    -0.8602731227874756,\n                    0.8764476776123047,\n                    -0.9393148422241211,\n                    0.853376030921936,\n                    -0.7678645253181458,\n                    0.5943999290466309,\n                    -0.6998092532157898,\n                    0.7028610706329346,\n                    -0.7470511794090271,\n                    0.6991989016532898,\n                    -0.5315327644348145,\n                    0.5430685877799988,\n                    -0.6768596768379211,\n                    0.6470130681991577,\n                    -0.7384451031684875,\n                    0.5921416282653809,\n                    -0.5549095869064331,\n                    0.5660181641578674,\n                    -0.46805524826049805,\n                    0.5300679206848145,\n                    -0.5595483183860779,\n                    0.540505051612854,\n                    -1.058640480041504,\n                    1.2064697742462158,\n                    -1.0484473705291748,\n                    1.1937133073806763,\n                    -0.9867399334907532,\n                    0.9457236528396606,\n                    -0.7830014228820801,\n                    0.7271534204483032,\n                    -0.504798948764801,\n                    0.7867246270179749,\n                    -0.8737010955810547,\n                    0.5860379934310913,\n                    -1.1130235195159912,\n                    0.7714045643806458,\n                    -1.1589226722717285,\n                    0.7383230328559875,\n                    -1.1187609434127808,\n                    0.8950026631355286,\n                    -1.0281224250793457,\n                    1.079087495803833,\n                    -1.144945502281189,\n                    0.9987030029296875,\n                    -1.1552605628967285,\n                    1.0414892435073853,\n                    -0.49845120310783386,\n                    0.5476462841033936,\n                    -0.46689555048942566,\n                    0.4746471345424652,\n                    -0.4957045912742615,\n                    0.4588387906551361,\n                    -0.9971770644187927,\n                    0.8846265077590942,\n                    -0.8321354985237122,\n                    0.8975051641464233,\n                    -0.8164492249488831,\n                    1.080735445022583,\n                    -0.8707713484764099,\n                    0.9648279547691345,\n                    -0.8415350317955017,\n                    0.9044632911682129,\n                    -1.0007781982421875,\n                    0.922590970993042,\n                    -0.8125429153442383,\n                    0.7392995953559875,\n                    -0.728862464427948,\n                    0.6674601435661316,\n                    -0.8235904574394226,\n                    0.6918135285377502,\n                    -0.6373082995414734,\n                    0.7887388467788696,\n                    -0.8643625378608704,\n                    0.7800107002258301,\n                    -0.6470130681991577,\n                    0.765239953994751,\n                    -0.8390936255455017,\n                    0.8727855086326599,\n                    -0.8364080190658569,\n                    0.8281681537628174,\n                    -0.5560692548751831,\n                    0.5439841151237488,\n                    -0.5818265080451965,\n                    0.48532843589782715,\n                    -0.6179598569869995,\n                    0.6232089996337891,\n                    -0.6371862292289734,\n                    0.7030441761016846,\n                    -0.6790570020675659,\n                    0.6330968141555786,\n                    -0.7018845081329346,\n                    0.7272754907608032,\n                    -0.921065092086792,\n                    0.728679358959198,\n                    -0.5972686409950256,\n                    0.5546654462814331,\n                    -0.5622949600219727,\n                    0.5950102806091309,\n                    -0.6263828277587891,\n                    0.7953307628631592,\n                    -0.6374303698539734,\n                    0.6626993417739868,\n                    -0.8299992084503174,\n                    0.766765832901001,\n                    -0.5557030439376831,\n                    0.5528343915939331,\n                    -0.41702908277511597,\n                    0.40494391322135925,\n                    -1.604425072669983,\n                    1.2490119934082031,\n                    -1.0414892435073853,\n                    1.3585717678070068,\n                    -1.011337399482727,\n                    1.30193030834198,\n                    -0.9002517461776733,\n                    0.9404135346412659,\n                    -1.0005340576171875,\n                    0.8354924917221069,\n                    -0.8306706547737122,\n                    0.888105571269989,\n                    -1.0894635915756226,\n                    1.0030975341796875,\n                    -1.0583351850509644,\n                    1.0982528924942017,\n                    -0.7120164632797241,\n                    0.7352712154388428,\n                    -0.2836041748523712,\n                    0.3842526972293854,\n                    -0.21060502529144287,\n                    0.24301518499851227,\n                    -0.1594567745923996,\n                    0.14627298712730408,\n                    -0.17117570340633392,\n                    0.18332189321517944,\n                    -0.18454261124134064,\n                    0.19693294167518616,\n                    -0.24228274822235107,\n                    0.24228274822235107,\n                    -0.21231402456760406,\n                    0.23398184776306152,\n                    -0.16092164814472198,\n                    0.1577477753162384,\n                    -0.14029145240783691,\n                    0.1577477753162384,\n                    -0.10543984174728394,\n                    0.11447317898273468,\n                    -0.13131913542747498,\n                    0.10647745430469513,\n                    -0.09732203930616379,\n                    0.1107499822974205,\n                    -0.12063782662153244,\n                    0.15042343735694885,\n                    -0.095796138048172,\n                    0.12332341820001602,\n                    -0.10293736308813095,\n                    0.10574502497911453,\n                    -0.095857173204422,\n                    0.13467612862586975,\n                    -0.11551079899072647,\n                    0.1114213764667511,\n                    -0.10843060910701752,\n                    0.11996643245220184,\n                    -0.11813534796237946,\n                    0.10934615135192871,\n                    -0.15530632436275482,\n                    0.1269855797290802,\n                    -0.31155872344970703,\n                    0.2833600342273712,\n                    -0.6670328974723816,\n                    0.7752498388290405,\n                    -0.5851224660873413,\n                    0.5652857422828674,\n                    -0.5186541676521301,\n                    0.48148319125175476,\n                    -0.6187533140182495,\n                    0.5459983348846436,\n                    -0.6193637251853943,\n                    0.6382238268852234,\n                    -0.47800412774086,\n                    0.5220111608505249,\n                    -0.35928893089294434,\n                    0.4587167203426361,\n                    -0.17959868907928467,\n                    0.13846036791801453,\n                    -0.1250934600830078,\n                    0.13345541059970856,\n                    -0.14773784577846527,\n                    0.15085068345069885,\n                    -0.1575036197900772,\n                    0.19479666650295258,\n                    -0.21219195425510406,\n                    0.24881361424922943,\n                    -0.1927214413881302,\n                    0.1895475685596466,\n                    -0.19314870238304138,\n                    0.24197757244110107,\n                    -1.3678492307662964,\n                    1.1724116802215576,\n                    -1.4158235788345337,\n                    1.2086671590805054,\n                    -1.0268405675888062,\n                    0.9590295553207397,\n                    -0.8540474772453308,\n                    0.9307087659835815,\n                    -0.9457846879959106,\n                    0.8421454429626465,\n                    -0.9126421213150024,\n                    0.9145952463150024,\n                    -0.9468222856521606,\n                    0.8417181372642517,\n                    -0.6558022499084473,\n                    0.7751888036727905,\n                    -0.6244907379150391,\n                    0.6288853287696838,\n                    -0.3607538044452667,\n                    0.3994506895542145,\n                    -0.16379034519195557,\n                    0.18307773768901825,\n                    -0.13272297382354736,\n                    0.16537727415561676,\n                    -0.2060273140668869,\n                    0.18789958953857422,\n                    -1.30547034740448,\n                    1.097093105316162,\n                    -1.2123903036117554,\n                    0.8536202311515808,\n                    -0.8704051375389099,\n                    1.1004501581192017,\n                    -0.955794632434845,\n                    1.0473487377166748,\n                    -0.9963225722312927,\n                    0.8128480911254883,\n                    -0.766582727432251,\n                    0.7527275681495667,\n                    -0.7256275415420532,\n                    0.7861142754554749,\n                    -0.60758376121521,\n                    0.60831618309021,\n                    -0.18619059026241302,\n                    0.14871442317962646,\n                    -0.31277942657470703,\n                    0.3202868700027466,\n                    -0.3793087601661682,\n                    0.38718241453170776,\n                    -0.4272831380367279,\n                    0.3460440933704376,\n                    -0.4013427793979645,\n                    0.3508659601211548,\n                    -0.2549172341823578,\n                    0.28036928176879883,\n                    -0.25931182503700256,\n                    0.23544670641422272,\n                    -0.9190508723258972,\n                    0.7856870293617249,\n                    -0.6352331042289734,\n                    0.8071107268333435,\n                    -0.6298008561134338,\n                    0.7010299563407898,\n                    -0.4877088665962219,\n                    0.5969634652137756,\n                    -0.4318608343601227,\n                    0.4740367829799652,\n                    -0.42191195487976074,\n                    0.30838483572006226,\n                    -0.2690775990486145,\n                    0.2380712628364563,\n                    -0.14792095124721527,\n                    0.09915312379598618,\n                    -0.08920424431562424,\n                    0.09213397651910782,\n                    -0.14663919806480408,\n                    0.19644464552402496,\n                    -0.15548942983150482,\n                    0.18576332926750183,\n                    -0.7074387669563293,\n                    0.42154574394226074,\n                    -1.0345311164855957,\n                    1.1217517852783203,\n                    -0.993148684501648,\n                    0.9973601698875427,\n                    -1.0038909912109375,\n                    0.658609926700592,\n                    -0.6244907379150391,\n                    0.766948938369751,\n                    -0.8614938855171204,\n                    0.8402532935142517,\n                    -0.731364905834198,\n                    0.7228198647499084,\n                    -0.7781795859336853,\n                    0.6313878297805786,\n                    -0.7092698812484741,\n                    0.6033722162246704,\n                    -0.7716487646102905,\n                    0.695597767829895,\n                    -0.8975661993026733,\n                    0.7980773448944092,\n                    -0.7772030234336853,\n                    0.7426565885543823,\n                    -0.8225528597831726,\n                    0.8791943192481995,\n                    -0.6399328708648682,\n                    0.9075150489807129,\n                    -0.5881742835044861,\n                    0.885603129863739,\n                    -0.5447165369987488,\n                    0.5877469778060913,\n                    -0.42240023612976074,\n                    0.43546196818351746,\n                    -0.2717021405696869,\n                    0.3448844254016876,\n                    -0.7966735363006592,\n                    0.6637369394302368,\n                    -0.8782177567481995,\n                    0.7557793259620667,\n                    -0.7184252738952637,\n                    0.5895170569419861,\n                    -0.6454260945320129,\n                    0.6247348785400391,\n                    -0.6008697748184204,\n                    0.505531370639801,\n                    -0.40225833654403687,\n                    0.38583964109420776,\n                    -0.49832913279533386,\n                    0.3146105110645294,\n                    -0.3680781126022339,\n                    0.40292972326278687,\n                    -0.4106813073158264,\n                    0.43350881338119507,\n                    -0.39127182960510254,\n                    0.33933013677597046,\n                    -0.9430990815162659,\n                    0.9611657857894897,\n                    -0.6407873630523682,\n                    0.729106605052948,\n                    -0.3762569725513458,\n                    0.4626840651035309,\n                    -1.0183565616607666,\n                    0.991317629814148,\n                    -0.5532616376876831,\n                    0.6036164164543152,\n                    -0.35892271995544434,\n                    0.3992065191268921,\n                    -0.18356603384017944,\n                    0.2047455608844757,\n                    -0.21408407390117645,\n                    0.2226291298866272,\n                    -0.18301670253276825,\n                    0.21518272161483765,\n                    -0.13644617795944214,\n                    0.10238803923130035,\n                    -0.13760586082935333,\n                    0.10611123591661453,\n                    -0.1438925713300705,\n                    0.11300831288099289,\n                    -0.07382314652204514,\n                    0.10708781331777573,\n                    -0.07504387199878693,\n                    0.0636301189661026,\n                    -0.08358892053365707,\n                    0.08059815317392349,\n                    -0.08444342762231827,\n                    0.06832990050315857,\n                    -0.15347523987293243,\n                    0.08749523013830185,\n                    -0.21029983460903168,\n                    0.09671168029308319,\n                    -0.19925230741500854,\n                    0.1581750214099884,\n                    -0.1572594791650772,\n                    0.13278400897979736,\n                    -0.1432211846113205,\n                    0.23111315071582794,\n                    -1.0455176830291748,\n                    1.5085984468460083,\n                    -1.1203478574752808,\n                    0.7158617377281189,\n                    -0.7606012225151062,\n                    0.6841229796409607,\n                    -0.7856870293617249,\n                    0.6363317370414734,\n                    -0.5824368596076965,\n                    0.5792019367218018,\n                    -0.48227664828300476,\n                    0.4943617880344391,\n                    -0.43796443939208984,\n                    0.3359731435775757,\n                    -0.3789425492286682,\n                    0.3355458974838257,\n                    -0.3351186513900757,\n                    0.24917982518672943,\n                    -0.3168688416481018,\n                    0.2392309457063675,\n                    -0.16592660546302795,\n                    0.1898527443408966,\n                    -1.078843355178833,\n                    1.392202615737915,\n                    -0.9116654992103577,\n                    0.695841908454895,\n                    -0.6839398741722107,\n                    0.3674067258834839,\n                    -0.19723811745643616,\n                    0.20279240608215332,\n                    -0.10928511619567871,\n                    0.1586022675037384,\n                    -0.13516440987586975,\n                    0.13601891696453094,\n                    -0.1271686851978302,\n                    0.12362859398126602,\n                    -0.10867475718259811,\n                    0.11544975638389587,\n                    -0.10788128525018692,\n                    0.1115434467792511,\n                    -0.08566414564847946,\n                    0.09738307446241379,\n                    -0.07412832975387573,\n                    0.09897001832723618,\n                    -0.06594949215650558,\n                    0.08505378663539886,\n                    -0.06613259762525558,\n                    0.05587853863835335,\n                    -0.0470283068716526,\n                    0.046601053327322006,\n                    -0.042023345828056335,\n                    0.051606010645627975,\n                    -0.04599069058895111,\n                    0.043366141617298126,\n                    -0.04263370856642723,\n                    0.04879835247993469,\n                    -0.033966582268476486,\n                    0.04129091277718544,\n                    -0.029022660106420517,\n                    0.029571983963251114,\n                    -0.0321355015039444,\n                    0.0323186069726944,\n                    -0.03494315966963768,\n                    0.024933241307735443,\n                    -0.02688639611005783,\n                    0.03488212451338768,\n                    -0.023224230855703354,\n                    0.026459144428372383,\n                    -0.021332113072276115,\n                    0.026520179584622383,\n                    -0.11770809441804886,\n                    0.16647592186927795,\n                    -1.2958266735076904,\n                    1.2518806457519531,\n                    -0.9697718620300293,\n                    0.9809414744377136,\n                    -0.9373617172241211,\n                    0.8402532935142517,\n                    -0.8241397738456726,\n                    0.6041657328605652,\n                    -0.7020676136016846,\n                    0.8280460834503174,\n                    -0.9529259204864502,\n                    0.6993209719657898,\n                    -0.8751049041748047,\n                    0.728679358959198,\n                    -0.8636911511421204,\n                    0.6485999822616577,\n                    -0.9324788451194763,\n                    0.5978179574012756,\n                    -0.8135805130004883,\n                    0.6991378664970398,\n                    -0.7230640053749084,\n                    0.6363927721977234,\n                    -0.6160067319869995,\n                    0.7063401341438293,\n                    -0.6254062652587891,\n                    0.8402532935142517,\n                    -0.7084153294563293,\n                    0.7741512060165405,\n                    -0.7270923852920532,\n                    0.729961097240448,\n                    -0.7505302429199219,\n                    0.6746013760566711,\n                    -0.7337453365325928,\n                    0.7706111073493958,\n                    -0.7565728425979614,\n                    0.6045319437980652,\n                    -0.27890440821647644,\n                    0.2373388260602951,\n                    -0.40225833654403687,\n                    0.4891126751899719,\n                    -0.35642021894454956,\n                    0.3815060555934906,\n                    -0.32608529925346375,\n                    0.44895094633102417,\n                    -0.33694973587989807,\n                    0.2832989990711212,\n                    -0.3342030942440033,\n                    0.4140993356704712,\n                    -0.32651254534721375,\n                    0.31345081329345703,\n                    -0.2715800702571869,\n                    0.26224154233932495,\n                    -0.2886091470718384,\n                    0.2688944935798645,\n                    -0.14077973365783691,\n                    0.16739146411418915,\n                    -0.10476844757795334,\n                    0.12478828430175781,\n                    -0.16238650679588318,\n                    0.10556191205978394,\n                    -1.0483253002166748,\n                    0.7770199179649353,\n                    -0.61069655418396,\n                    0.6267490386962891,\n                    -0.6386510729789734,\n                    0.443762868642807,\n                    -0.26041045784950256,\n                    0.2052948772907257,\n                    -0.1748378723859787,\n                    0.1756313443183899,\n                    -0.15170519053936005,\n                    0.16354618966579437,\n                    -0.1920500546693802,\n                    0.15194934606552124,\n                    -0.16757458448410034,\n                    0.14779888093471527,\n                    -0.1447470784187317,\n                    0.12338445335626602,\n                    -0.12051575630903244,\n                    0.11563286930322647,\n                    -0.16952773928642273,\n                    0.13540856540203094,\n                    -0.24106203019618988,\n                    0.16171512007713318,\n                    -0.18466468155384064,\n                    0.17911039292812347,\n                    -0.18338292837142944,\n                    0.15091173350811005,\n                    -0.7089036107063293,\n                    0.4586556851863861,\n                    -1.9939574003219604,\n                    1.5516289472579956,\n                    -1.1106431484222412,\n                    0.9972991347312927,\n                    -1.2690927982330322,\n                    0.956343948841095,\n                    -1.1270008087158203,\n                    1.0432593822479248,\n                    -1.2120240926742554,\n                    1.0977646112442017,\n                    -1.3467307090759277,\n                    0.9734340310096741,\n                    -1.3491111993789673,\n                    1.0153658390045166,\n                    -0.7239795327186584,\n                    0.695353627204895,\n                    -0.5542382001876831,\n                    0.5456931591033936,\n                    -0.40250247716903687,\n                    0.4119020402431488,\n                    -0.3805905282497406,\n                    0.3360341787338257,\n                    -0.6254062652587891,\n                    0.443457692861557,\n                    -0.9473716616630554,\n                    1.0505836009979248,\n                    -0.8722361922264099,\n                    0.9336995482444763,\n                    -0.7131761908531189,\n                    0.8540474772453308,\n                    -0.7693293690681458,\n                    0.8585641384124756,\n                    -0.7042038440704346,\n                    0.851850152015686,\n                    -0.7811093330383301,\n                    0.6872968673706055,\n                    -0.7128709554672241,\n                    0.6672160029411316,\n                    -0.42343786358833313,\n                    0.5367208123207092,\n                    -0.29605555534362793,\n                    0.3782101273536682,\n                    -0.3023422658443451,\n                    0.46463721990585327,\n                    -0.34415197372436523,\n                    0.537209153175354,\n                    -0.30576029419898987,\n                    0.502235472202301,\n                    -0.2886091470718384,\n                    0.43295949697494507,\n                    -0.32474249601364136,\n                    0.3541618883609772,\n                    -0.35794612765312195,\n                    0.30783551931381226,\n                    -0.8466010689735413,\n                    0.8765087127685547,\n                    -0.8108339309692383,\n                    0.9654993414878845,\n                    -0.9441367387771606,\n                    0.956099808216095,\n                    -0.8904860019683838,\n                    0.853376030921936,\n                    -0.576150119304657,\n                    0.7008468508720398,\n                    -0.8824902772903442,\n                    0.8049134016036987,\n                    -0.8374456167221069,\n                    0.6865034103393555,\n                    -0.7126878499984741,\n                    0.6518349051475525,\n                    -0.765239953994751,\n                    0.9696497917175293,\n                    -0.8321354985237122,\n                    0.7869077324867249,\n                    -0.6510414481163025,\n                    0.5668116211891174,\n                    -0.4582894742488861,\n                    0.539345383644104,\n                    -1.4233920574188232,\n                    1.3424582481384277,\n                    -1.1531243324279785,\n                    1.061692237854004,\n                    -0.9085527062416077,\n                    0.9273517727851868,\n                    -0.41849392652511597,\n                    0.46750590205192566,\n                    -0.4321660101413727,\n                    0.3136949837207794,\n                    -0.3764400780200958,\n                    0.32291141152381897,\n                    -0.34677654504776,\n                    0.2994125187397003,\n                    -0.382238507270813,\n                    0.2990463078022003,\n                    -0.3986572027206421,\n                    0.34067291021347046,\n                    -0.3780270218849182,\n                    0.26083773374557495,\n                    -0.38760966062545776,\n                    0.33865872025489807,\n                    -0.40891125798225403,\n                    0.34287023544311523,\n                    -0.4114137589931488,\n                    0.3671015501022339,\n                    -0.37296101450920105,\n                    0.40555429458618164,\n                    -0.29190507531166077,\n                    0.4407721161842346,\n                    -0.3313954472541809,\n                    0.46701762080192566,\n                    -0.32706186175346375,\n                    0.4877088665962219,\n                    -0.37180131673812866,\n                    0.5840848684310913,\n                    -0.3933470547199249,\n                    0.6840009093284607,\n                    -0.39047837257385254,\n                    0.7200121879577637,\n                    -0.38773176074028015,\n                    0.5344625115394592,\n                    -0.3161364197731018,\n                    0.3764400780200958,\n                    -0.3540398180484772,\n                    0.32303348183631897,\n                    -0.3849851191043854,\n                    0.43906310200691223,\n                    -0.35611504316329956,\n                    0.43460747599601746,\n                    -0.3989623785018921,\n                    0.4296635389328003,\n                    -0.39023423194885254,\n                    0.40500494837760925,\n                    -0.4012817442417145,\n                    0.40726330876350403,\n                    -1.5519341230392456,\n                    1.0440528392791748,\n                    -0.7056077122688293,\n                    0.6931563019752502,\n                    -0.6476844549179077,\n                    0.6131990551948547,\n                    -0.7340505123138428,\n                    0.6506142020225525,\n                    -0.6758831143379211,\n                    0.6794842481613159,\n                    -0.5560692548751831,\n                    0.5535057783126831,\n                    -0.694377064704895,\n                    0.5162127017974854,\n                    -0.43466851115226746,\n                    0.43668270111083984,\n                    -0.5526512265205383,\n                    0.43570610880851746,\n                    -0.7048752307891846,\n                    0.7754940390586853,\n                    -1.5023727416992188,\n                    1.2604867219924927,\n                    -1.464652419090271,\n                    1.0870221853256226,\n                    -1.1778439283370972,\n                    1.0121920108795166,\n                    -0.9363851547241211,\n                    1.092149257659912,\n                    -1.0323338508605957,\n                    0.7195849418640137,\n                    -0.7772030234336853,\n                    0.6537269949913025,\n                    -0.5163958072662354,\n                    0.48551157116889954,\n                    -1.0419775247573853,\n                    0.6561074256896973,\n                    -1.0575417280197144,\n                    0.9417563080787659,\n                    -0.9531090259552002,\n                    1.2383307218551636,\n                    -1.3363546133041382,\n                    0.9344319701194763,\n                    -1.2080568075180054,\n                    0.9324178099632263,\n                    -0.8098573088645935,\n                    0.7120774984359741,\n                    -0.9399862885475159,\n                    0.7093919515609741,\n                    -0.5917143225669861,\n                    0.5262836813926697,\n                    -0.442420095205307,\n                    0.46500343084335327,\n                    -0.9464560747146606,\n                    0.7462577223777771,\n                    -1.1161974668502808,\n                    1.063401222229004,\n                    -1.0718852281570435,\n                    1.074387788772583,\n                    -0.9358968734741211,\n                    0.9745326638221741,\n                    -0.8824292421340942,\n                    0.8150454163551331,\n                    -0.921553373336792,\n                    1.007492184638977,\n                    -1.2304569482803345,\n                    0.9790493845939636,\n                    -0.8326848149299622,\n                    0.8952468037605286,\n                    -1.0570534467697144,\n                    0.8958571553230286,\n                    -0.887373149394989,\n                    0.850690484046936,\n                    -0.6433508992195129,\n                    0.6542152762413025,\n                    -0.7546806931495667,\n                    0.7687190175056458,\n                    -0.8114442825317383,\n                    0.9299153089523315,\n                    -0.6722819805145264,\n                    0.7371633648872375,\n                    -0.6255283355712891,\n                    0.5244525671005249,\n                    -0.5496605038642883,\n                    0.8440985679626465,\n                    -0.443823903799057,\n                    0.5982452034950256,\n                    -0.8349431753158569,\n                    1.1794308423995972,\n                    -0.7631036639213562,\n                    0.8158388733863831,\n                    -0.9382772445678711,\n                    1.2093995809555054,\n                    -0.8784008622169495,\n                    0.8049134016036987,\n                    -0.9479209780693054,\n                    0.7611505389213562,\n                    -0.8760814666748047,\n                    0.9088578820228577,\n                    -0.7397878766059875,\n                    0.7125657796859741,\n                    -0.5796902179718018,\n                    0.7248951196670532,\n                    -0.45371174812316895,\n                    0.5246356725692749,\n                    -0.46543067693710327,\n                    0.48154422640800476,\n                    -0.7569390535354614,\n                    0.6363317370414734,\n                    -1.5614557266235352,\n                    1.2448004484176636,\n                    -0.9492637515068054,\n                    0.8229190707206726,\n                    -1.0220187902450562,\n                    0.8268864154815674,\n                    -0.7393606305122375,\n                    0.8389105200767517,\n                    -0.9255817532539368,\n                    0.9857022762298584,\n                    -0.7984435558319092,\n                    0.7918516993522644,\n                    -0.887129008769989,\n                    0.8140687942504883,\n                    -0.6050202250480652,\n                    0.6216220259666443,\n                    -0.4731212258338928,\n                    0.6569008827209473,\n                    -0.5892118811607361,\n                    0.48728159070014954,\n                    -0.6841229796409607,\n                    0.4102540612220764,\n                    -0.6390173435211182,\n                    0.32193484902381897,\n                    -0.6763103604316711,\n                    0.3783932328224182,\n                    -0.5691310167312622,\n                    0.36026549339294434,\n                    -0.5350728631019592,\n                    0.3818112313747406,\n                    -0.48374152183532715,\n                    0.4269779622554779,\n                    -1.2609750032424927,\n                    1.006942868232727,\n                    -0.9326009154319763,\n                    0.9030594229698181,\n                    -0.9368734359741211,\n                    0.7189135551452637,\n                    -0.8307316899299622,\n                    0.8805370926856995,\n                    -0.6725871562957764,\n                    0.8755321502685547,\n                    -0.7241016030311584,\n                    0.8999465703964233,\n                    -0.8390936255455017,\n                    0.5976348519325256,\n                    -0.661356508731842,\n                    0.8130922317504883,\n                    -0.9014114737510681,\n                    0.6158846616744995,\n                    -0.7236743569374084,\n                    0.7905699014663696,\n                    -0.7914244532585144,\n                    0.764934778213501,\n                    -0.7812314033508301,\n                    0.6738689541816711,\n                    -1.2797131538391113,\n                    1.377676010131836,\n                    -0.9034256339073181,\n                    1.30284583568573,\n                    -0.5981841683387756,\n                    0.8049744367599487,\n                    -0.40659189224243164,\n                    0.5901884436607361,\n                    -0.42288854718208313,\n                    0.4734874367713928,\n                    -0.382360577583313,\n                    0.4608529806137085,\n                    -0.3852292597293854,\n                    0.5091935396194458,\n                    -0.47891965508461,\n                    0.46640726923942566,\n                    -0.34079498052597046,\n                    0.3926756680011749,\n                    -0.3947508931159973,\n                    0.4581674039363861,\n                    -0.3692988455295563,\n                    0.46610209345817566,\n                    -0.35513848066329956,\n                    0.35654231905937195,\n                    -0.3988403081893921,\n                    0.3682612478733063,\n                    -0.3189440667629242,\n                    0.3778438866138458,\n                    -0.3616693317890167,\n                    0.2994735538959503,\n                    -0.3451896011829376,\n                    0.3355458974838257,\n                    -0.3449454605579376,\n                    0.27975890040397644,\n                    -0.3511101007461548,\n                    0.4002441465854645,\n                    -0.3044174909591675,\n                    0.42014190554618835,\n                    -0.3323109745979309,\n                    0.32797741889953613,\n                    -0.37277790904045105,\n                    0.2724345624446869,\n                    -0.3052719831466675,\n                    0.4449836015701294,\n                    -0.3971312940120697,\n                    0.3946898579597473,\n                    -0.2986800968647003,\n                    0.2732280492782593,\n                    -0.24936293065547943,\n                    0.2850690484046936,\n                    -0.3147936165332794,\n                    0.24661631882190704,\n                    -0.21652552485466003,\n                    0.20407415926456451,\n                    -1.8048065900802612,\n                    0.9498130679130554,\n                    -0.800457775592804,\n                    0.8941481709480286,\n                    -1.1184557676315308,\n                    1.0158541202545166,\n                    -0.8631418347358704,\n                    0.8471503853797913,\n                    -0.9425497651100159,\n                    0.7871519327163696,\n                    -0.8492255806922913,\n                    0.8898146152496338,\n                    -1.1928588151931763,\n                    0.7071946263313293,\n                    -0.6691691279411316,\n                    0.6334019899368286,\n                    -0.7223926186561584,\n                    0.659220278263092,\n                    -0.7742732763290405,\n                    0.49973297119140625,\n                    -0.5109025835990906,\n                    0.6977950930595398,\n                    -0.5813992619514465,\n                    0.7181200981140137,\n                    -0.5604028105735779,\n                    0.5463645458221436,\n                    -0.5428244471549988,\n                    0.696391224861145,\n                    -0.6367589831352234,\n                    0.6167391538619995,\n                    -1.2228275537490845,\n                    1.2804455757141113,\n                    -1.076585054397583,\n                    1.078538179397583,\n                    -1.1052719354629517,\n                    1.1277942657470703,\n                    -0.7778744101524353,\n                    0.9009231925010681,\n                    -0.7089646458625793,\n                    0.6737468242645264,\n                    -1.060227394104004,\n                    0.8943312764167786,\n                    -1.1796139478683472,\n                    0.9138017892837524,\n                    -1.0717631578445435,\n                    0.8030823469161987,\n                    -1.0435035228729248,\n                    0.7728084325790405,\n                    -0.920210599899292,\n                    1.1779659986495972,\n                    -1.0564430952072144,\n                    1.0897077322006226,\n                    -0.9305866956710815,\n                    1.0159761905670166,\n                    -0.5212176442146301,\n                    0.5670557618141174,\n                    -0.5920195579528809,\n                    0.43845272064208984,\n                    -0.7349660396575928,\n                    0.6465247869491577,\n                    -0.9889982342720032,\n                    0.8964675068855286,\n                    -0.6995651125907898,\n                    0.7382619976997375,\n                    -0.7400930523872375,\n                    0.732219398021698,\n                    -1.0690165758132935,\n                    0.9883268475532532,\n                    -0.8735179901123047,\n                    0.7233691811561584,\n                    -0.731303870677948,\n                    0.9896696209907532,\n                    -0.9440146684646606,\n                    0.8177919983863831,\n                    -0.8774242997169495,\n                    0.6860761642456055,\n                    -0.8066223859786987,\n                    0.7505912780761719,\n                    -0.8913404941558838,\n                    1.0129854679107666,\n                    -0.955123245716095,\n                    1.2134279012680054,\n                    -0.8165712952613831,\n                    0.6284580826759338,\n                    -0.9141680002212524,\n                    1.0995956659317017,\n                    -0.7610895037651062,\n                    1.167406678199768,\n                    -0.8152895569801331,\n                    1.1237049102783203,\n                    -0.8612496852874756,\n                    0.7447928786277771,\n                    -0.9043412208557129,\n                    0.802349865436554,\n                    -0.8629587292671204,\n                    0.9697108268737793,\n                    -0.8696116805076599,\n                    0.8364080190658569,\n                    -0.8459907174110413,\n                    0.9477989077568054,\n                    -0.992172122001648,\n                    0.8797436356544495,\n                    -0.8172426819801331,\n                    0.8216983079910278,\n                    -0.9378499984741211,\n                    0.8305485844612122,\n                    -0.9128862619400024,\n                    0.7468680739402771,\n                    -0.8102235198020935,\n                    0.7230640053749084,\n                    -1.165270447731018,\n                    0.9174639582633972,\n                    -0.8495917916297913,\n                    0.6869306564331055,\n                    -0.6671549677848816,\n                    0.7454642653465271,\n                    -1.3638209104537964,\n                    1.2471809387207031,\n                    -1.3585107326507568,\n                    1.221484661102295,\n                    -1.2949721813201904,\n                    1.0370947122573853,\n                    -1.2562752962112427,\n                    1.164110779762268,\n                    -1.0463721752166748,\n                    1.1708247661590576,\n                    -1.2964370250701904,\n                    1.4119173288345337,\n                    -1.1055161952972412,\n                    0.9197832942008972,\n                    -1.0848859548568726,\n                    1.3840848207473755,\n                    -0.7166551947593689,\n                    0.5974517464637756,\n                    -0.5771267414093018,\n                    0.7136034369468689,\n                    -0.5978789925575256,\n                    0.7154344916343689,\n                    -0.5284199118614197,\n                    0.6468299627304077,\n                    -0.5674219727516174,\n                    0.5536278486251831,\n                    -0.45456627011299133,\n                    0.5848172903060913,\n                    -0.5433737635612488,\n                    0.6052643656730652,\n                    -0.5788967609405518,\n                    0.6686808466911316,\n                    -0.5712672472000122,\n                    0.5831082463264465,\n                    -0.5840238332748413,\n                    0.4896009862422943,\n                    -0.40671396255493164,\n                    0.35715267062187195,\n                    -0.43796443939208984,\n                    0.4308842718601227,\n                    -0.4092774987220764,\n                    0.4899671971797943,\n                    -0.5204241871833801,\n                    0.46854352951049805,\n                    -0.5508812069892883,\n                    0.5778591632843018,\n                    -0.6252841949462891,\n                    0.4893568456172943,\n                    -0.5672999024391174,\n                    0.4744640290737152,\n                    -0.5975127816200256,\n                    0.5715113878250122,\n                    -0.5323262214660645,\n                    0.40555429458618164,\n                    -0.3035019338130951,\n                    0.2710917890071869,\n                    -0.17972075939178467,\n                    0.1734340488910675,\n                    -0.3459220230579376,\n                    0.5417868494987488,\n                    -0.8426947593688965,\n                    0.8669260740280151,\n                    -1.0736552476882935,\n                    0.8799877762794495,\n                    -0.9836270809173584,\n                    0.7324635982513428,\n                    -0.7452201247215271,\n                    0.6626383066177368,\n                    -0.7371023297309875,\n                    0.6442053914070129,\n                    -0.7010299563407898,\n                    0.661905825138092,\n                    -0.5159685611724854,\n                    0.6648966073989868,\n                    -0.6290073990821838,\n                    0.5235980749130249,\n                    -0.43595024943351746,\n                    0.5071793794631958,\n                    -0.47922483086586,\n                    0.5561913251876831,\n                    -0.5111467242240906,\n                    0.5974517464637756,\n                    -0.5516136288642883,\n                    0.43790340423583984,\n                    -0.5972686409950256,\n                    0.6271153092384338,\n                    -0.61008620262146,\n                    0.8650339245796204,\n                    -1.4054474830627441,\n                    1.2421149015426636,\n                    -1.1750972270965576,\n                    1.3339742422103882,\n                    -1.0146944522857666,\n                    0.8329289555549622,\n                    -1.1016708612442017,\n                    1.2003662586212158,\n                    -1.0582131147384644,\n                    1.0263522863388062,\n                    -1.0338597297668457,\n                    1.1885251998901367,\n                    -1.0862897634506226,\n                    1.147325873374939,\n                    -0.852338433265686,\n                    1.011398434638977,\n                    -0.8316472172737122,\n                    0.8231632113456726,\n                    -0.5917143225669861,\n                    0.7130541205406189,\n                    -0.6569619178771973,\n                    0.46408790349960327,\n                    -0.6719768047332764,\n                    0.5322041511535645,\n                    -1.3428854942321777,\n                    0.9878385663032532,\n                    -1.3564355373382568,\n                    1.1362172365188599,\n                    -1.1297475099563599,\n                    1.1830319166183472,\n                    -1.1742427349090576,\n                    1.2625010013580322,\n                    -1.080247163772583,\n                    0.9810635447502136,\n                    -1.1157702207565308,\n                    1.1300526857376099,\n                    -0.9776455163955688,\n                    1.0327610969543457,\n                    -0.955916702747345,\n                    1.1060044765472412,\n                    -0.5583276152610779,\n                    0.5127336382865906,\n                    -0.5480124950408936,\n                    0.5917753577232361,\n                    -0.5767605304718018,\n                    0.8045471906661987,\n                    -0.9160601496696472,\n                    0.5989165902137756,\n                    -0.8265202045440674,\n                    0.6754558682441711,\n                    -0.6353551745414734,\n                    0.7284961938858032,\n                    -0.4885023236274719,\n                    0.5673609375953674,\n                    -0.8443427085876465,\n                    1.1377432346343994,\n                    -1.1941405534744263,\n                    1.1752192974090576,\n                    -0.7948424220085144,\n                    1.0032196044921875,\n                    -0.920332670211792,\n                    0.8711375594139099,\n                    -0.6219882369041443,\n                    0.6204623579978943,\n                    -0.60868239402771,\n                    0.6520790457725525,\n                    -0.6480506658554077,\n                    0.5369649529457092,\n                    -0.4164797365665436,\n                    0.6045929789543152,\n                    -0.46750590205192566,\n                    0.46677348017692566,\n                    -0.5157854557037354,\n                    0.49948883056640625,\n                    -0.6022125482559204,\n                    0.5509422421455383,\n                    -0.47861447930336,\n                    0.6136263012886047,\n                    -1.0685282945632935,\n                    0.9901579022407532,\n                    -1.0737773180007935,\n                    1.2413214445114136,\n                    -1.1161974668502808,\n                    1.0168306827545166,\n                    -0.8304875493049622,\n                    1.0342259407043457,\n                    -1.097459316253662,\n                    1.0710917711257935,\n                    -1.1984740495681763,\n                    1.0500953197479248,\n                    -0.9436484575271606,\n                    0.7591973543167114,\n                    -1.0539406538009644,\n                    0.8121156692504883,\n                    -0.6312657594680786,\n                    0.8279850482940674,\n                    -0.9514610767364502,\n                    0.8482490181922913,\n                    -0.9289997816085815,\n                    0.9821621775627136,\n                    -0.849652886390686,\n                    0.8658884763717651,\n                    -0.993209719657898,\n                    0.9507896304130554,\n                    -0.7523003220558167,\n                    0.9797207713127136,\n                    -0.766826868057251,\n                    0.9390707015991211,\n                    -0.4900892674922943,\n                    0.6819867491722107,\n                    -0.43643853068351746,\n                    0.4460211992263794,\n                    -0.6401159763336182,\n                    0.5078507661819458,\n                    -1.214892864227295,\n                    0.7420462369918823,\n                    -0.9182574152946472,\n                    0.799115002155304,\n                    -0.8311589360237122,\n                    0.7868466973304749,\n                    -0.8542305827140808,\n                    0.6457923054695129,\n                    -0.7248340845108032,\n                    0.5912870764732361,\n                    -0.5453269481658936,\n                    0.6114290356636047,\n                    -0.39114975929260254,\n                    0.443701833486557,\n                    -0.4625009596347809,\n                    0.5350728631019592,\n                    -0.5470359325408936,\n                    0.504982054233551,\n                    -0.6449988484382629,\n                    0.7212939858436584,\n                    -1.1714351177215576,\n                    1.1398794651031494,\n                    -0.6852216124534607,\n                    0.765178918838501,\n                    -1.1027694940567017,\n                    0.7911803126335144,\n                    -1.0394750833511353,\n                    0.993331789970398,\n                    -0.5362935662269592,\n                    0.539467453956604,\n                    -0.42209506034851074,\n                    0.3799801766872406,\n                    -0.4560921788215637,\n                    0.5066910982131958,\n                    -0.42337682843208313,\n                    0.4877699017524719,\n                    -0.4160524904727936,\n                    0.37302204966545105,\n                    -0.32333868741989136,\n                    0.32425421476364136,\n                    -0.3522697687149048,\n                    0.36002135276794434,\n                    -0.31107041239738464,\n                    0.3959105908870697,\n                    -0.3161364197731018,\n                    0.31052109599113464,\n                    -0.3318837285041809,\n                    0.3791866898536682,\n                    -0.3486686646938324,\n                    0.34201571345329285,\n                    -0.3146715462207794,\n                    0.3334706723690033,\n                    -0.32162967324256897,\n                    0.30618754029273987,\n                    -0.3516594171524048,\n                    0.30600443482398987,\n                    -0.287449449300766,\n                    0.2565651834011078,\n                    -0.34402990341186523,\n                    0.23257800936698914,\n                    -0.503700315952301,\n                    0.3189440667629242,\n                    -1.2877088785171509,\n                    1.5273364782333374,\n                    -0.9484092593193054,\n                    0.7175097465515137,\n                    -0.7788509726524353,\n                    0.6435950398445129,\n                    -0.729900062084198,\n                    0.5815823674201965,\n                    -0.572610080242157,\n                    0.5286030173301697,\n                    -0.43991759419441223,\n                    0.382787823677063,\n                    -0.3360341787338257,\n                    0.30734720826148987,\n                    -0.23422598838806152,\n                    0.19736018776893616,\n                    -0.18246738612651825,\n                    0.11239795386791229,\n                    -0.1111162006855011,\n                    0.1276569813489914,\n                    -0.13571374118328094,\n                    0.11276417225599289,\n                    -1.1844968795776367,\n                    1.3125505447387695,\n                    -0.8310368657112122,\n                    0.5665064454078674,\n                    -0.38785383105278015,\n                    0.2859845757484436,\n                    -0.16995498538017273,\n                    0.11374074965715408,\n                    -0.10769817978143692,\n                    0.13247883319854736,\n                    -0.0946974903345108,\n                    0.14541848003864288,\n                    -0.10324253886938095,\n                    0.16177615523338318,\n                    -0.08859387785196304,\n                    0.15042343735694885,\n                    -0.09799344092607498,\n                    0.10763713717460632,\n                    -0.11819638311862946,\n                    0.09689478576183319,\n                    -0.08389410376548767,\n                    0.12143129855394363,\n                    -0.07510490715503693,\n                    0.10366979241371155,\n                    -0.07644770294427872,\n                    0.07632562518119812,\n                    -0.06894025951623917,\n                    0.07473868876695633,\n                    -0.09903105348348618,\n                    0.08773937821388245,\n                    -0.05233844369649887,\n                    0.0635690838098526,\n                    -0.08206301927566528,\n                    0.06149385869503021,\n                    -0.0635690838098526,\n                    0.054596781730651855,\n                    -0.05691615119576454,\n                    0.048371098935604095,\n                    -0.04403753578662872,\n                    0.05746547505259514,\n                    -0.039093613624572754,\n                    0.04122987762093544,\n                    -0.04635690897703171,\n                    0.04391546547412872,\n                    -0.04959182068705559,\n                    0.03921568766236305,\n                    -0.04434271901845932,\n                    0.040436409413814545,\n                    -0.20321965217590332,\n                    0.19497978687286377,\n                    -1.3994659185409546,\n                    1.3429465293884277,\n                    -1.0173799991607666,\n                    0.9821011424064636,\n                    -0.9062943458557129,\n                    0.8240787386894226,\n                    -0.7484550476074219,\n                    0.6156405210494995,\n                    -0.6623941659927368,\n                    0.8027771711349487,\n                    -0.9745326638221741,\n                    0.6317540407180786,\n                    -0.9285115003585815,\n                    0.7731746435165405,\n                    -0.956954300403595,\n                    0.6803997755050659,\n                    -0.9340047240257263,\n                    0.7026169300079346,\n                    -0.7511405944824219,\n                    0.7588311433792114,\n                    -0.6927290558815002,\n                    0.6922407746315002,\n                    -0.6349279284477234,\n                    0.7730525732040405,\n                    -0.6439612507820129,\n                    0.8317692875862122,\n                    -0.6901655793190002,\n                    0.7021896839141846,\n                    -0.7781185507774353,\n                    0.7714045643806458,\n                    -0.6739910244941711,\n                    0.7035324573516846,\n                    -0.7331960201263428,\n                    0.6434729695320129,\n                    -0.4889295697212219,\n                    0.4133669137954712,\n                    -0.3650263249874115,\n                    0.21518272161483765,\n                    -0.4256961941719055,\n                    0.5582055449485779,\n                    -0.34140536189079285,\n                    0.38864728808403015,\n                    -0.2980087101459503,\n                    0.4140993356704712,\n                    -0.32785534858703613,\n                    0.3963988721370697,\n                    -0.35458916425704956,\n                    0.3644770085811615,\n                    -0.3142443001270294,\n                    0.2836041748523712,\n                    -0.30991074442863464,\n                    0.2890363931655884,\n                    -0.3139391243457794,\n                    0.29031816124916077,\n                    -0.1411459594964981,\n                    0.1898527443408966,\n                    -0.07211413979530334,\n                    0.0960402861237526,\n                    -0.6116121411323547,\n                    0.7775692343711853,\n                    -1.1827267408370972,\n                    1.1848630905151367,\n                    -1.3120622634887695,\n                    0.9827725887298584,\n                    -1.0143282413482666,\n                    1.1941405534744263,\n                    -1.0402685403823853,\n                    1.2623789310455322,\n                    -1.092698574066162,\n                    0.9623864889144897,\n                    -1.0434424877166748,\n                    0.8649728894233704,\n                    -0.9550621509552002,\n                    1.0296483039855957,\n                    -1.0540016889572144,\n                    0.8180971741676331,\n                    -0.766643762588501,\n                    0.8186465501785278,\n                    -0.6481727361679077,\n                    0.694132924079895,\n                    -0.8689402341842651,\n                    0.9157549142837524,\n                    -0.7762264609336853,\n                    0.7065232396125793,\n                    -0.6846722960472107,\n                    0.696147084236145,\n                    -0.6450598835945129,\n                    0.6532997488975525,\n                    -2,\n                    1.30168616771698,\n                    -1.2560311555862427,\n                    1.1819943189620972,\n                    -1.0323338508605957,\n                    1.0497901439666748,\n                    -1.2451056241989136,\n                    1.5930113792419434,\n                    -1.3405051231384277,\n                    1.2888075113296509,\n                    -1.30559241771698,\n                    1.4704508781433105,\n                    -1.3140153884887695,\n                    1.3996490240097046,\n                    -1.162279725074768,\n                    1.2291141748428345,\n                    -0.8612496852874756,\n                    0.957320511341095,\n                    -0.7413748502731323,\n                    0.8748607635498047,\n                    -0.695719838142395,\n                    0.6801556348800659,\n                    -0.4909437596797943,\n                    0.45560386776924133,\n                    -1.6430609226226807,\n                    1.6489814519882202,\n                    -1.2037231922149658,\n                    1.1763180494308472,\n                    -1.0740824937820435,\n                    1.2267948389053345,\n                    -0.8930495381355286,\n                    0.9064774513244629,\n                    -0.8195620775222778,\n                    1.1204699277877808,\n                    -0.7490043640136719,\n                    0.8143129348754883,\n                    -0.7393606305122375,\n                    0.8195010423660278,\n                    -0.8413519263267517,\n                    0.6633707284927368,\n                    -0.4149538278579712,\n                    0.5077286958694458,\n                    -0.4758068323135376,\n                    0.4302128553390503,\n                    -0.4562752842903137,\n                    0.45474937558174133,\n                    -0.538735032081604,\n                    0.4464484751224518,\n                    -0.3342030942440033,\n                    0.40219730138778687,\n                    -0.46482032537460327,\n                    0.45224690437316895,\n                    -0.32370489835739136,\n                    0.42111849784851074,\n                    -0.3141832649707794,\n                    0.37546348571777344,\n                    -1.0692607164382935,\n                    0.8801708817481995,\n                    -0.9966277480125427,\n                    0.9037918448448181,\n                    -1.0824445486068726,\n                    1.009567379951477,\n                    -1.1055161952972412,\n                    0.9758144617080688,\n                    -0.9494468569755554,\n                    0.8663157224655151,\n                    -0.8358587026596069,\n                    0.955367386341095,\n                    -0.8535591959953308,\n                    0.6777752637863159,\n                    -0.767315149307251,\n                    0.8310979008674622,\n                    -0.6803997755050659,\n                    0.7894102334976196,\n                    -0.6519569754600525,\n                    0.7767147421836853,\n                    -0.5500877499580383,\n                    0.6186922788619995,\n                    -0.6500037908554077,\n                    0.6576943397521973,\n                    -1.3964751958847046,\n                    1.5833066701889038,\n                    -1.4177156686782837,\n                    1.1771115064620972,\n                    -0.9801480174064636,\n                    0.8737010955810547,\n                    -0.4272221028804779,\n                    0.3682002127170563,\n                    -0.4147707223892212,\n                    0.37576866149902344,\n                    -0.30746927857398987,\n                    0.3783932328224182,\n                    -0.3492179811000824,\n                    0.42215609550476074,\n                    -0.2727397680282593,\n                    0.35696956515312195,\n                    -0.35715267062187195,\n                    0.34012359380722046,\n                    -0.31070420145988464,\n                    0.3494010865688324,\n                    -0.8108339309692383,\n                    0.8975661993026733,\n                    -0.8309758305549622,\n                    0.8256656527519226,\n                    -0.5218280553817749,\n                    0.6012359857559204,\n                    -0.45102617144584656,\n                    0.4419928193092346,\n                    -0.35727474093437195,\n                    0.37442588806152344,\n                    -0.4311894476413727,\n                    0.48331424593925476,\n                    -0.3667963743209839,\n                    0.3855954706668854,\n                    -0.3642939031124115,\n                    0.3614862263202667,\n                    -0.3504997193813324,\n                    0.2702372670173645,\n                    -0.6810101270675659,\n                    0.6871747970581055,\n                    -0.4734264016151428,\n                    0.46713969111442566,\n                    -0.42063018679618835,\n                    0.3629510998725891,\n                    -0.39078354835510254,\n                    0.4263065457344055,\n                    -0.3917601406574249,\n                    0.2682841122150421,\n                    -0.4911879003047943,\n                    0.3622186481952667,\n                    -0.3163805603981018,\n                    0.287205308675766,\n                    -0.2851911187171936,\n                    0.2503395080566406,\n                    -0.7519340515136719,\n                    0.731792151927948,\n                    -1.99847412109375,\n                    1.8074921369552612,\n                    -1.075364351272583,\n                    1.0029144287109375,\n                    -1.1177843809127808,\n                    1.076401948928833,\n                    -1.1794918775558472,\n                    0.9888761639595032,\n                    -0.8916456699371338,\n                    0.9884489178657532,\n                    -0.8627756237983704,\n                    0.9006180167198181,\n                    -0.8421454429626465,\n                    0.8451361656188965,\n                    -0.8027771711349487,\n                    0.7354543209075928,\n                    -0.6547646522521973,\n                    0.6222934126853943,\n                    -1.4372472763061523,\n                    0.9540855884552002,\n                    -1.1089341640472412,\n                    1.4129549264907837,\n                    -1.30492103099823,\n                    1.220202922821045,\n                    -1.1097886562347412,\n                    1.152208685874939,\n                    -1.2704967260360718,\n                    1.0278172492980957,\n                    -0.7364919781684875,\n                    0.7879453897476196,\n                    -0.7277027368545532,\n                    0.6929731965065002,\n                    -0.4896009862422943,\n                    0.6266880035400391,\n                    -1.1227283477783203,\n                    0.6399939060211182,\n                    -1.1299306154251099,\n                    0.6820477843284607,\n                    -0.9528648853302002,\n                    0.9869840741157532,\n                    -1.1586174964904785,\n                    0.799542248249054,\n                    -1.0143892765045166,\n                    1.004135251045227,\n                    -0.8745555877685547,\n                    0.8378728628158569,\n                    -0.6130159497261047,\n                    0.6563515663146973,\n                    -0.3945067524909973,\n                    0.3694819509983063,\n                    -0.35916686058044434,\n                    0.31265735626220703,\n                    -0.8282902240753174,\n                    0.8495917916297913,\n                    -1.30363929271698,\n                    1.0227512121200562,\n                    -1.6458686590194702,\n                    0.9488365054130554,\n                    -0.9425497651100159,\n                    1.1753413677215576,\n                    -1.060837745666504,\n                    1.0863507986068726,\n                    -1.1105210781097412,\n                    1.2595101594924927,\n                    -1.3387349843978882,\n                    1.2595711946487427,\n                    -1.1093614101409912,\n                    1.062485694885254,\n                    -1.217517375946045,\n                    0.9271076321601868,\n                    -0.7928892970085144,\n                    0.6295567154884338,\n                    -0.48307010531425476,\n                    0.8450140953063965,\n                    -0.6340733766555786,\n                    0.5779201984405518,\n                    -0.7410086393356323,\n                    0.6366979479789734,\n                    -0.4574959874153137,\n                    0.5312275886535645,\n                    -0.2677347958087921,\n                    0.2881208658218384,\n                    -0.2681010067462921,\n                    0.33756008744239807,\n                    -0.9260089993476868,\n                    0.5593652129173279,\n                    -0.9037918448448181,\n                    0.8109560012817383,\n                    -0.7606012225151062,\n                    0.7044479846954346,\n                    -0.8621042370796204,\n                    0.7710993885993958,\n                    -0.765484094619751,\n                    0.7627984881401062,\n                    -0.661295473575592,\n                    0.5874418020248413,\n                    -0.4873426556587219,\n                    0.6634927988052368,\n                    -0.7890440225601196,\n                    0.8044251203536987,\n                    -0.4882581830024719,\n                    0.4266727566719055,\n                    -0.24985122680664062,\n                    0.23459219932556152,\n                    -0.24411383271217346,\n                    0.21414510905742645,\n                    -0.799603283405304,\n                    0.7468070387840271,\n                    -1.231677770614624,\n                    1.008529782295227,\n                    -0.7597466707229614,\n                    0.6533607840538025,\n                    -1.374990463256836,\n                    0.9268024563789368,\n                    -1.8123140335083008,\n                    1.7652552127838135,\n                    -1.447501301765442,\n                    1.148424506187439,\n                    -1.2393683195114136,\n                    1.2413824796676636,\n                    -0.8244449496269226,\n                    0.9288166761398315,\n                    -0.7591973543167114,\n                    0.7945982813835144,\n                    -0.8986037969589233,\n                    0.7549858689308167,\n                    -0.5442282557487488,\n                    0.6703898906707764,\n                    -0.48508429527282715,\n                    0.5521019101142883,\n                    -0.5481345653533936,\n                    0.5452048778533936,\n                    -0.40280765295028687,\n                    0.4448004961013794,\n                    -0.3811398446559906,\n                    0.4444342851638794,\n                    -0.3367666006088257,\n                    0.4121461808681488,\n                    -0.45297932624816895,\n                    0.4313725531101227,\n                    -0.9086137413978577,\n                    0.8563668131828308,\n                    -0.7869077324867249,\n                    1.010116696357727,\n                    -0.6862592697143555,\n                    0.728740394115448,\n                    -0.5799343585968018,\n                    0.7050583362579346,\n                    -0.6805218458175659,\n                    0.6626993417739868,\n                    -0.9076371192932129,\n                    0.7961242198944092,\n                    -0.7277027368545532,\n                    0.693949818611145,\n                    -1.060227394104004,\n                    0.7205615043640137,\n                    -0.8974441289901733,\n                    0.8043640851974487,\n                    -1.0036468505859375,\n                    0.9749599695205688,\n                    -0.9354695677757263,\n                    0.8329289555549622,\n                    -0.7025558948516846,\n                    0.661783754825592,\n                    -1.2631113529205322,\n                    1.3864041566848755,\n                    -1.9948118925094604,\n                    1.6959182024002075,\n                    -0.7839780449867249,\n                    0.8069886565208435,\n                    -0.8077821135520935,\n                    0.6573281288146973,\n                    -0.6023956537246704,\n                    0.4116578996181488,\n                    -0.27505913376808167,\n                    0.32883191108703613,\n                    -0.5187152028083801,\n                    0.4905775487422943,\n                    -0.766643762588501,\n                    0.7022507190704346,\n                    -0.802594006061554,\n                    0.8541085124015808,\n                    -0.7076829075813293,\n                    0.7831234931945801,\n                    -0.539406418800354,\n                    0.6689249873161316,\n                    -0.4163576662540436,\n                    0.3816281259059906,\n                    -0.4946669638156891,\n                    0.4770885705947876,\n                    -0.5002822875976562,\n                    0.5269550681114197,\n                    -0.43576714396476746,\n                    0.30679789185523987,\n                    -0.29098954796791077,\n                    0.3639276623725891,\n                    -0.3686884939670563,\n                    0.3790646195411682,\n                    -0.502479612827301,\n                    0.4891126751899719,\n                    -0.35562676191329956,\n                    0.32358282804489136,\n                    -0.5709010362625122,\n                    0.5185931324958801,\n                    -0.6918745636940002,\n                    0.6783245801925659,\n                    -0.5424582362174988,\n                    0.6177767515182495,\n                    -0.6694132685661316,\n                    0.6026397943496704,\n                    -0.5188983082771301,\n                    0.4910047948360443,\n                    -0.3936522603034973,\n                    0.42203402519226074,\n                    -0.4005493223667145,\n                    0.48636606335639954,\n                    -0.43564507365226746,\n                    0.37167924642562866,\n                    -1.9502556324005127,\n                    0.9545128345489502,\n                    -0.8365300893783569,\n                    0.9957732558250427,\n                    -1.30241858959198,\n                    0.8826123476028442,\n                    -1.6062562465667725,\n                    2,\n                    -1.0137178897857666,\n                    1.1123521327972412,\n                    -1.065354347229004,\n                    0.9033645987510681,\n                    -0.9440146684646606,\n                    0.6676432490348816,\n                    -0.8044861555099487,\n                    0.6833295226097107,\n                    -0.4913710355758667,\n                    0.5995879769325256,\n                    -0.729839026927948,\n                    0.5533837080001831,\n                    -0.5942778587341309,\n                    0.504005491733551,\n                    -0.764934778213501,\n                    0.7456473708152771,\n                    -0.5475242137908936,\n                    0.5790188312530518,\n                    -0.60825514793396,\n                    0.6698405146598816,\n                    -0.7225146889686584,\n                    0.6840009093284607,\n                    -1.4561073780059814,\n                    1.3950103521347046,\n                    -1.1118028163909912,\n                    1.092881679534912,\n                    -0.9534752368927002,\n                    1.0449073314666748,\n                    -0.5996490716934204,\n                    0.6753337979316711,\n                    -0.60776686668396,\n                    0.572793185710907,\n                    -0.9310139417648315,\n                    1.0126802921295166,\n                    -1.446036458015442,\n                    1.1151598691940308,\n                    -1.3557031154632568,\n                    1.2667734622955322,\n                    -1.4059967994689941,\n                    1.215869426727295,\n                    -1.1589837074279785,\n                    1.4823529720306396,\n                    -1.4703288078308105,\n                    1.0350804328918457,\n                    -0.9834439754486084,\n                    0.8307316899299622,\n                    -0.42111849784851074,\n                    0.6448157429695129,\n                    -0.3942626118659973,\n                    0.3188830316066742,\n                    -1.0429540872573853,\n                    1.2528572082519531,\n                    -1.064805030822754,\n                    1.081589937210083,\n                    -1.8516823053359985,\n                    1.2106813192367554,\n                    -1.0347752571105957,\n                    1.1440298557281494,\n                    -1.0842756032943726,\n                    1.1269397735595703,\n                    -1.0477149486541748,\n                    1.2405890226364136,\n                    -0.7382619976997375,\n                    0.8766307830810547,\n                    -0.7427786588668823,\n                    0.6259555816650391,\n                    -0.6406652927398682,\n                    0.6748455166816711,\n                    -0.6401159763336182,\n                    0.6322423219680786,\n                    -0.7200121879577637,\n                    0.6787518262863159,\n                    -0.8165712952613831,\n                    0.8261539340019226,\n                    -0.60941481590271,\n                    0.8423285484313965,\n                    -0.7929503321647644,\n                    0.7886167764663696,\n                    -0.5683985948562622,\n                    0.7028000354766846,\n                    -0.5270771384239197,\n                    0.46927595138549805,\n                    -0.5253070592880249,\n                    0.6364538073539734,\n                    -0.5121232867240906,\n                    0.6636148691177368,\n                    -0.6742351651191711,\n                    0.5984893441200256,\n                    -0.694254994392395,\n                    0.7490043640136719,\n                    -0.8399481177330017,\n                    0.7388723492622375,\n                    -0.8968337774276733,\n                    0.7700617909431458,\n                    -0.7570611238479614,\n                    0.7334401607513428,\n                    -0.659891664981842,\n                    0.8652170300483704,\n                    -0.6349279284477234,\n                    0.659830629825592,\n                    -1.0447852611541748,\n                    0.9442588090896606,\n                    -0.5831692814826965,\n                    0.7507133483886719,\n                    -0.5127946734428406,\n                    0.6426795125007629,\n                    -0.4308842718601227,\n                    0.4303959608078003,\n                    -1.2527351379394531,\n                    1.3385518789291382,\n                    -2,\n                    1.6251163482666016,\n                    -1.444815754890442,\n                    1.1938964128494263,\n                    -1.2811169624328613,\n                    1.3003432750701904,\n                    -1.1307851076126099,\n                    1.2252689599990845,\n                    -1.0493628978729248,\n                    1.3342794179916382,\n                    -1.3095598220825195,\n                    1.093553066253662,\n                    -0.7086594700813293,\n                    0.9315022230148315,\n                    -0.45444419980049133,\n                    0.3939574360847473,\n                    -0.35904479026794434,\n                    0.4273441731929779,\n                    -0.382177472114563,\n                    0.3365224599838257,\n                    -0.3165026307106018,\n                    0.3499504029750824,\n                    -0.3204089403152466,\n                    0.3510490655899048,\n                    -0.2666361629962921,\n                    0.3840695917606354,\n                    -0.3487296998500824,\n                    0.43753719329833984,\n                    -0.3607538044452667,\n                    0.27512016892433167,\n                    -0.2574807405471802,\n                    0.3052109479904175,\n                    -0.24325932562351227,\n                    0.35916686058044434,\n                    -0.2848249077796936,\n                    0.3173571228981018,\n                    -0.2564431130886078,\n                    0.28195619583129883,\n                    -0.4459601640701294,\n                    0.4005493223667145,\n                    -0.4148927927017212,\n                    0.5616235733032227,\n                    -0.4125123918056488,\n                    0.35678645968437195,\n                    -0.5905546545982361,\n                    0.6680704951286316,\n                    -0.5254902243614197,\n                    0.43540093302726746,\n                    -0.382787823677063,\n                    0.2840924561023712,\n                    -0.29172196984291077,\n                    0.26370641589164734,\n                    -0.19394217431545258,\n                    0.21719691157341003,\n                    -0.6445105671882629,\n                    0.539589524269104,\n                    -0.8663157224655151,\n                    0.7976500988006592,\n                    -0.7414969205856323,\n                    0.884870707988739,\n                    -0.6670939326286316,\n                    0.5580834746360779,\n                    -1.164782166481018,\n                    0.573403537273407,\n                    -1.0256808996200562,\n                    0.9454795122146606,\n                    -1.1425039768218994,\n                    1.0405126810073853,\n                    -1.0153048038482666,\n                    0.9612268209457397,\n                    -0.853131890296936,\n                    0.7331960201263428,\n                    -0.6213778853416443,\n                    0.7377126812934875,\n                    -0.48502326011657715,\n                    0.5593041777610779,\n                    -0.5691310167312622,\n                    0.4906996190547943,\n                    -0.661234438419342,\n                    0.574074923992157,\n                    -0.7626153826713562,\n                    0.5586327910423279,\n                    -0.766399621963501,\n                    0.6011749505996704,\n                    -1.47441828250885,\n                    0.7222705483436584,\n                    -1.6447089910507202,\n                    1.2043945789337158,\n                    -1.058823585510254,\n                    1.3306782245635986,\n                    -0.9251545071601868,\n                    0.9006790518760681,\n                    -0.8174868226051331,\n                    1.1415274143218994,\n                    -0.9766079187393188,\n                    0.8242618441581726,\n                    -1.1201647520065308,\n                    0.9618982076644897,\n                    -0.9333943724632263,\n                    1.1239490509033203,\n                    -0.9634851813316345,\n                    1.0275731086730957,\n                    -0.9640344977378845,\n                    0.8061341047286987,\n                    -0.4926527738571167,\n                    0.5721827745437622,\n                    -0.4593881070613861,\n                    0.43735408782958984,\n                    -0.4098878502845764,\n                    0.4461432695388794,\n                    -1.2255131006240845,\n                    1.3461203575134277,\n                    -1.8322728872299194,\n                    1.4386510848999023,\n                    -1.4534218311309814,\n                    1.446036458015442,\n                    -1.3860379457473755,\n                    1.378469467163086,\n                    -1.3002212047576904,\n                    1.152208685874939,\n                    -1.1954222917556763,\n                    1.1572747230529785,\n                    -1.162035584449768,\n                    1.2018921375274658,\n                    -1.2081788778305054,\n                    1.162890076637268,\n                    -1.007248044013977,\n                    0.9253986477851868,\n                    -0.8635080456733704,\n                    0.9532921314239502,\n                    -1.0337376594543457,\n                    1.0015716552734375,\n                    -0.9147173166275024,\n                    0.9952849745750427,\n                    -1.0873883962631226,\n                    1.061631202697754,\n                    -0.9539635181427002,\n                    1.008407711982727,\n                    -0.8747386932373047,\n                    0.9003127813339233,\n                    -1.167650818824768,\n                    1.1415274143218994,\n                    -1.0165255069732666,\n                    1.2796521186828613,\n                    -0.9114823937416077,\n                    1.0027313232421875,\n                    -0.8745555877685547,\n                    1.2584115266799927,\n                    -0.8193179368972778,\n                    0.9548790454864502,\n                    -0.9358968734741211,\n                    0.886640727519989,\n                    -0.7401540875434875,\n                    0.5850614309310913,\n                    -0.6835126280784607,\n                    0.6868696212768555,\n                    -0.5976958870887756,\n                    0.6208896040916443,\n                    -0.5619287490844727,\n                    0.5463035106658936,\n                    -0.37027543783187866,\n                    0.46677348017692566,\n                    -0.34348058700561523,\n                    0.3518425226211548,\n                    -1.2900892496109009,\n                    1.0529030561447144,\n                    -1.2294803857803345,\n                    1.235278844833374,\n                    -1.7685511112213135,\n                    1.2885023355484009,\n                    -0.9360799789428711,\n                    1.0836042165756226,\n                    -1.2283207178115845,\n                    1.2300297021865845,\n                    -1.1063096523284912,\n                    1.1929808855056763,\n                    -1.1857175827026367,\n                    0.9672083854675293,\n                    -1.093736171722412,\n                    1.1965819597244263,\n                    -1.1838865280151367,\n                    1.1305409669876099,\n                    -1.319874882698059,\n                    1.2230716943740845,\n                    -1.1209582090377808,\n                    1.0992904901504517,\n                    -1.1968261003494263,\n                    1.2715953588485718,\n                    -0.9727016091346741,\n                    1.3308002948760986,\n                    -0.991378664970398,\n                    1.2256351709365845,\n                    -1.0363622903823853,\n                    1.1149767637252808,\n                    -0.8194400072097778,\n                    0.9744105935096741,\n                    -0.7676814198493958,\n                    0.7400320172309875,\n                    -1.0679179430007935,\n                    0.8970168828964233,\n                    -1.2534065246582031,\n                    0.9437094926834106,\n                    -1.060105323791504,\n                    0.9837491512298584,\n                    -1.0000457763671875,\n                    0.7764095664024353,\n                    -0.8198062181472778,\n                    0.9890592694282532,\n                    -0.7510795593261719,\n                    0.5578393340110779,\n                    -0.7511405944824219,\n                    0.7403372526168823,\n                    -0.7429007291793823,\n                    0.7939268946647644,\n                    -0.7710383534431458,\n                    0.8458686470985413,\n                    -0.8269474506378174,\n                    0.732280433177948,\n                    -1.2560311555862427,\n                    1.0333714485168457,\n                    -1.1802242994308472,\n                    1.1296864748001099,\n                    -0.8226138949394226,\n                    0.6515297293663025,\n                    -1.8032196760177612,\n                    1.863034963607788,\n                    -1.2459601163864136,\n                    1.1274890899658203,\n                    -1.1559319496154785,\n                    0.9975432753562927,\n                    -1.0343480110168457,\n                    0.7698786854743958,\n                    -0.7119554281234741,\n                    0.8611276149749756,\n                    -0.6774089932441711,\n                    0.6495155096054077,\n                    -0.6795452833175659,\n                    0.6638590097427368,\n                    -0.41702908277511597,\n                    0.4278934895992279,\n                    -0.32553598284721375,\n                    0.34317541122436523,\n                    -0.3609369099140167,\n                    0.40915539860725403,\n                    -0.35458916425704956,\n                    0.3163805603981018,\n                    -0.3978637456893921,\n                    0.34287023544311523,\n                    -0.48545053601264954,\n                    0.4960708022117615,\n                    -0.4453498125076294,\n                    0.46836042404174805,\n                    -0.3331044614315033,\n                    0.3666132688522339,\n                    -0.3056381940841675,\n                    0.26211947202682495,\n                    -0.3317006230354309,\n                    0.4733043313026428,\n                    -0.37534141540527344,\n                    0.44022276997566223,\n                    -0.7632257342338562,\n                    1.47612726688385,\n                    -1.1707026958465576,\n                    0.8308537602424622,\n                    -1.0377050638198853,\n                    1.1919432878494263,\n                    -0.9132524728775024,\n                    0.9272907376289368,\n                    -1.076401948928833,\n                    1.1920653581619263,\n                    -0.9036697745323181,\n                    0.8400091528892517,\n                    -0.7249561548233032,\n                    0.6721599102020264,\n                    -0.46622416377067566,\n                    0.6335240602493286,\n                    -1.5761654376983643,\n                    1.8948348760604858,\n                    -1.1055772304534912,\n                    1.1067368984222412,\n                    -0.7341115474700928,\n                    1.1766842603683472,\n                    -0.9550011157989502,\n                    0.9185625910758972,\n                    -1.1395742893218994,\n                    1.1757686138153076,\n                    -1.009018063545227,\n                    0.9375448226928711,\n                    -0.504249632358551,\n                    0.3695429861545563,\n                    -0.46823835372924805,\n                    0.40817883610725403,\n                    -0.24423590302467346,\n                    0.24649423360824585,\n                    -0.3633783459663391,\n                    0.2999618649482727,\n                    -0.3970092236995697,\n                    0.4567025303840637,\n                    -0.21853971481323242,\n                    0.2227512001991272,\n                    -0.23160143196582794,\n                    0.24173343181610107,\n                    -0.2828107178211212,\n                    0.3327992558479309,\n                    -0.4896009862422943,\n                    0.3945677876472473,\n                    -0.4798962473869324,\n                    0.6031280755996704,\n                    -0.6038605570793152,\n                    0.6827802062034607,\n                    -0.7045700550079346,\n                    0.7156175971031189,\n                    -0.6578774452209473,\n                    0.7054856419563293,\n                    -0.7949034571647644,\n                    0.8679026365280151,\n                    -0.5893339514732361,\n                    0.8727244734764099,\n                    -0.9302815198898315,\n                    0.8743114471435547,\n                    -0.6490882635116577,\n                    0.6679484248161316,\n                    -0.537331223487854,\n                    0.4564583897590637,\n                    -0.504554808139801,\n                    0.38901349902153015,\n                    -0.4465095102787018,\n                    0.4472419321537018,\n                    -0.3607538044452667,\n                    0.35507744550704956,\n                    -0.2682841122150421,\n                    0.29526206851005554,\n                    -0.5616235733032227,\n                    0.5164568424224854,\n                    -1.373891830444336,\n                    2,\n                    -0.9797818064689636,\n                    1.0168306827545166,\n                    -1.0566872358322144,\n                    1.219958782196045,\n                    -1.0881818532943726,\n                    0.9668421745300293,\n                    -1.1187609434127808,\n                    1.063767433166504,\n                    -1.235278844833374,\n                    1.0393530130386353,\n                    -1.2650034427642822,\n                    1.0140841007232666,\n                    -1.2051880359649658,\n                    0.9324788451194763,\n                    -1.1758908033370972,\n                    0.8958571553230286,\n                    -1.0471045970916748,\n                    0.9288166761398315,\n                    -0.9890592694282532,\n                    0.8741893768310547,\n                    -0.886213481426239,\n                    0.956893265247345,\n                    -0.8476386666297913,\n                    0.9431601166725159,\n                    -0.8085755705833435,\n                    0.6821088194847107,\n                    -0.9249714016914368,\n                    0.6737468242645264,\n                    -0.9125810861587524,\n                    0.6437171101570129,\n                    -0.8415350317955017,\n                    0.8742504119873047,\n                    -0.6019684076309204,\n                    0.5008926391601562,\n                    -1.059617042541504,\n                    1.1067368984222412,\n                    -0.6858930587768555,\n                    0.8536202311515808,\n                    -0.7584038972854614,\n                    0.8039978742599487,\n                    -0.729655921459198,\n                    0.729655921459198,\n                    -0.9452353715896606,\n                    0.7331349849700928,\n                    -0.6251621246337891,\n                    0.6868085861206055,\n                    -0.660013735294342,\n                    0.5363546013832092,\n                    -0.41849392652511597,\n                    0.5196307301521301,\n                    -0.47916379570961,\n                    0.3843137323856354,\n                    -0.5446555018424988,\n                    0.3684443533420563,\n                    -0.574135959148407,\n                    0.3942015767097473,\n                    -1.3321431875228882,\n                    0.7790340781211853,\n                    -1.1110703945159912,\n                    1.375844955444336,\n                    -1.1989012956619263,\n                    1.2866712808609009,\n                    -0.7483329772949219,\n                    0.990707278251648,\n                    -0.9944304823875427,\n                    0.730815589427948,\n                    -0.7606012225151062,\n                    0.766643762588501,\n                    -0.6454260945320129,\n                    0.5845121145248413,\n                    -0.46823835372924805,\n                    0.37595176696777344,\n                    -0.3781490921974182,\n                    0.34409093856811523,\n                    -0.29446861147880554,\n                    0.27975890040397644,\n                    -0.24618905782699585,\n                    0.2236667424440384,\n                    -0.29245442152023315,\n                    0.24863050878047943,\n                    -0.2703593373298645,\n                    0.1571984440088272,\n                    -0.26321813464164734,\n                    0.16238650679588318,\n                    -0.32669565081596375,\n                    0.29623866081237793,\n                    -1.9921873807907104,\n                    1.4974899291992188,\n                    -1.1393301486968994,\n                    1.0875104665756226,\n                    -0.8289616107940674,\n                    1.0429540872573853,\n                    -1.2749522924423218,\n                    1.0557717084884644,\n                    -1.2708019018173218,\n                    1.391592264175415,\n                    -1.3977569341659546,\n                    1.2972915172576904,\n                    -1.3314106464385986,\n                    1.2117189168930054,\n                    -0.8603951930999756,\n                    0.9142900705337524,\n                    -0.8378118276596069,\n                    0.7715266942977905,\n                    -0.5329365730285645,\n                    0.4567635655403137,\n                    -0.3515373468399048,\n                    0.32498663663864136,\n                    -0.32852673530578613,\n                    0.24368658661842346,\n                    -1.9045395851135254,\n                    1.6967726945877075,\n                    -1.6224918365478516,\n                    1.6675974130630493,\n                    -1.3327535390853882,\n                    1.2720226049423218,\n                    -1.1249256134033203,\n                    0.9000686407089233,\n                    -0.7910582423210144,\n                    1.0528420209884644,\n                    -0.7533379197120667,\n                    0.923628568649292,\n                    -0.6510414481163025,\n                    0.6512855887413025,\n                    -0.7352712154388428,\n                    0.7048141956329346,\n                    -0.3456168472766876,\n                    0.33957427740097046,\n                    -0.3183947503566742,\n                    0.34348058700561523,\n                    -0.2670634090900421,\n                    0.3331044614315033,\n                    -0.32272830605506897,\n                    0.32816052436828613,\n                    -0.24380865693092346,\n                    0.2551613748073578,\n                    -0.21567101776599884,\n                    0.23282214999198914,\n                    -0.18094147741794586,\n                    0.1602502465248108,\n                    -0.14901961386203766,\n                    0.1597009301185608,\n                    -1.005661129951477,\n                    0.8469062447547913,\n                    -0.9504234194755554,\n                    0.8453192710876465,\n                    -0.9333333373069763,\n                    0.8617380261421204,\n                    -1.062668800354004,\n                    1.0425268411636353,\n                    -0.8357366323471069,\n                    0.8365911245346069,\n                    -0.7505302429199219,\n                    0.6317540407180786,\n                    -0.7544365525245667,\n                    0.7108567953109741,\n                    -0.6203402876853943,\n                    0.8279850482940674,\n                    -0.5674830079078674,\n                    0.8737621307373047,\n                    -0.5929961204528809,\n                    0.4952773451805115,\n                    -0.5173723697662354,\n                    0.5223163366317749,\n                    -1.2130616903305054,\n                    1.0362402200698853,\n                    -1.3350728750228882,\n                    1.7081254720687866,\n                    -1.2097047567367554,\n                    1.2714732885360718,\n                    -0.8134584426879883,\n                    0.5105974078178406,\n                    -0.3329823613166809,\n                    0.3841916620731354,\n                    -0.31155872344970703,\n                    0.2560769021511078,\n                    -0.2557106912136078,\n                    0.27707332372665405,\n                    -0.2229343056678772,\n                    0.3023422658443451,\n                    -0.23074692487716675,\n                    0.22842755913734436,\n                    -0.23337148129940033,\n                    0.15225452184677124,\n                    -0.29227131605148315,\n                    0.19357594847679138,\n                    -0.7623102068901062,\n                    0.7192797660827637,\n                    -0.6221103072166443,\n                    0.6490272283554077,\n                    -0.41782253980636597,\n                    0.34024566411972046,\n                    -0.24673838913440704,\n                    0.3201647996902466,\n                    -0.2386816143989563,\n                    0.2734111547470093,\n                    -0.21927215158939362,\n                    0.26132601499557495,\n                    -0.22470435500144958,\n                    0.21322956681251526,\n                    -0.2561379373073578,\n                    0.2717021405696869,\n                    -0.5465476512908936,\n                    0.502845823764801,\n                    -0.6705119609832764,\n                    0.5110856890678406,\n                    -0.32657358050346375,\n                    0.34720379114151,\n                    -0.17190814018249512,\n                    0.16787976026535034,\n                    -0.1891813576221466,\n                    0.2400854527950287,\n                    -0.14804303646087646,\n                    0.1762416958808899,\n                    -0.126375213265419,\n                    0.16696421802043915,\n                    -0.1102006584405899,\n                    0.11306935548782349,\n                    -0.14798200130462646,\n                    0.1271686851978302,\n                    -2,\n                    0.9688563346862793,\n                    -1.2014648914337158,\n                    1.985229253768921,\n                    -1.148973822593689,\n                    1.1723506450653076,\n                    -0.9185625910758972,\n                    0.9155107736587524,\n                    -0.9121538400650024,\n                    0.8896925449371338,\n                    -0.7616388201713562,\n                    0.7173266410827637,\n                    -0.9300984144210815,\n                    0.9300984144210815,\n                    -0.5867704153060913,\n                    0.7228198647499084,\n                    -0.6994430422782898,\n                    0.5848172903060913,\n                    -0.6777752637863159,\n                    0.5235980749130249,\n                    -1.5058518648147583,\n                    1.0825055837631226,\n                    -1.0372167825698853,\n                    1.1437857151031494,\n                    -1.2728770971298218,\n                    0.9481651186943054,\n                    -0.9971160292625427,\n                    1.1085069179534912,\n                    -1.093125820159912,\n                    0.7060959935188293,\n                    -0.7412527799606323,\n                    0.6246738433837891,\n                    -0.5230487585067749,\n                    0.5442282557487488,\n                    -0.3672236204147339,\n                    0.37259480357170105,\n                    -0.990890383720398,\n                    0.6330968141555786,\n                    -0.9495078921318054,\n                    0.8942702412605286,\n                    -0.9942473769187927,\n                    0.7188525199890137,\n                    -1.0411230325698853,\n                    0.8642404675483704,\n                    -0.6495155096054077,\n                    0.8146792054176331,\n                    -0.7720149755477905,\n                    0.5965362191200256,\n                    -0.5594262480735779,\n                    0.5168840885162354,\n                    -0.24948500096797943,\n                    0.2369726151227951,\n                    -0.15146104991436005,\n                    0.1604943871498108,\n                    -0.8751659393310547,\n                    0.8809643983840942,\n                    -1.1826046705245972,\n                    0.9145952463150024,\n                    -1.4947432279586792,\n                    0.8489814400672913,\n                    -0.9523155689239502,\n                    0.9799038767814636,\n                    -1.010666012763977,\n                    1.089951992034912,\n                    -1.1181505918502808,\n                    1.232715368270874,\n                    -1.0204318761825562,\n                    1.2817273139953613,\n                    -1.161059021949768,\n                    0.8304265141487122,\n                    -1.3007705211639404,\n                    0.8581368923187256,\n                    -0.6502479314804077,\n                    0.7433279752731323,\n                    -0.573159396648407,\n                    0.7577325105667114,\n                    -0.7105516195297241,\n                    0.5892729163169861,\n                    -0.6295567154884338,\n                    0.660746157169342,\n                    -0.35959410667419434,\n                    0.5943999290466309,\n                    -0.2884870767593384,\n                    0.43393605947494507,\n                    -0.2701762318611145,\n                    0.3838864862918854,\n                    -0.7763485312461853,\n                    0.5792629718780518,\n                    -0.731548011302948,\n                    0.7756161093711853,\n                    -0.7494926452636719,\n                    0.7131761908531189,\n                    -0.8349431753158569,\n                    0.6811932325363159,\n                    -0.7867856621742249,\n                    0.5253680944442749,\n                    -0.5799343585968018,\n                    0.5842679738998413,\n                    -0.661661684513092,\n                    0.5959258675575256,\n                    -0.5818265080451965,\n                    0.7376516461372375,\n                    -0.40183109045028687,\n                    0.34714275598526,\n                    -0.13559167087078094,\n                    0.14798200130462646,\n                    -0.2570534944534302,\n                    0.2238498479127884,\n                    -1.1019150018692017,\n                    0.9971770644187927,\n                    -0.9059891700744629,\n                    0.8280460834503174,\n                    -0.8401922583580017,\n                    0.7258106470108032,\n                    -1.6287784576416016,\n                    1.687190055847168,\n                    -1.4188144207000732,\n                    1.443717122077942,\n                    -1.3247578144073486,\n                    1.1168688535690308,\n                    -1.1142443418502808,\n                    1.1306630373001099,\n                    -0.7848935723304749,\n                    0.732158362865448,\n                    -0.7704280018806458,\n                    0.6830243468284607,\n                    -0.5135881304740906,\n                    0.5474021434783936,\n                    -0.5264057517051697,\n                    0.40604257583618164,\n                    -0.4570077061653137,\n                    0.40433356165885925,\n                    -0.35507744550704956,\n                    0.3489738404750824,\n                    -0.3772335350513458,\n                    0.3053940534591675,\n                    -0.3523918390274048,\n                    0.3294422924518585,\n                    -0.3056381940841675,\n                    0.24686045944690704,\n                    -0.6132600903511047,\n                    0.47879758477211,\n                    -0.8262760639190674,\n                    0.8977493047714233,\n                    -0.7201952934265137,\n                    0.851911187171936,\n                    -0.659952700138092,\n                    0.6272984147071838,\n                    -0.5792629718780518,\n                    0.5863431692123413,\n                    -0.6868085861206055,\n                    0.5585107207298279,\n                    -0.6321202516555786,\n                    0.7059128880500793,\n                    -0.6383458971977234,\n                    0.6808880567550659,\n                    -1.006515622138977,\n                    0.7718318700790405,\n                    -1.0306248664855957,\n                    0.9445639848709106,\n                    -1.1002670526504517,\n                    0.9143511056900024,\n                    -0.7712214589118958,\n                    0.8054016828536987,\n                    -0.6042267680168152,\n                    0.6736857891082764,\n                    -1.093675136566162,\n                    1.234546422958374,\n                    -1.6242618560791016,\n                    1.7514610290527344,\n                    -0.766155481338501,\n                    0.6872358322143555,\n                    -0.7789120078086853,\n                    0.5481956005096436,\n                    -0.5417258143424988,\n                    0.4248417019844055,\n                    -0.2565041482448578,\n                    0.2529640793800354,\n                    -0.4446784257888794,\n                    0.4759899377822876,\n                    -0.764507532119751,\n                    0.729655921459198,\n                    -0.7535820603370667,\n                    0.8366521596908569,\n                    -0.6424963474273682,\n                    0.7874571084976196,\n                    -0.5081559419631958,\n                    0.48166629672050476,\n                    -0.3037461042404175,\n                    0.3293812572956085,\n                    -0.4594491422176361,\n                    0.4928969144821167,\n                    -0.4419317841529846,\n                    0.48227664828300476,\n                    -0.2856183648109436,\n                    0.32681772112846375,\n                    -0.24240481853485107,\n                    0.21371786296367645,\n                    -0.22415503859519958,\n                    0.2374608963727951,\n                    -0.18722820281982422,\n                    0.19681087136268616,\n                    -0.14578469097614288,\n                    0.12491035461425781,\n                    -0.6680094599723816,\n                    0.40335699915885925,\n                    -0.6050202250480652,\n                    0.6498206853866577,\n                    -0.4269779622554779,\n                    0.48520636558532715,\n                    -0.3016098141670227,\n                    0.3947508931159973,\n                    -0.3158312439918518,\n                    0.2369115799665451,\n                    -0.18466468155384064,\n                    0.2727397680282593,\n                    -0.2060883492231369,\n                    0.19662775099277496,\n                    -0.1921110898256302,\n                    0.24380865693092346,\n                    -1.8818341493606567,\n                    1.1129624843597412,\n                    -0.9047074317932129,\n                    0.8929885029792786,\n                    -1.8672465085983276,\n                    1.5191576480865479,\n                    -1.5135424137115479,\n                    1.375417709350586,\n                    -0.9492637515068054,\n                    1.167589783668518,\n                    -1.231433629989624,\n                    0.6713054180145264,\n                    -0.9102616906166077,\n                    0.6016021966934204,\n                    -0.5818265080451965,\n                    0.7004806399345398,\n                    -0.6545815467834473,\n                    0.5499046444892883,\n                    -0.661356508731842,\n                    0.4141603708267212,\n                    -0.6343175172805786,\n                    0.5107805132865906,\n                    -0.7502250671386719,\n                    0.6907148957252502,\n                    -0.5350118279457092,\n                    0.4878309369087219,\n                    -0.7380178570747375,\n                    0.6358434557914734,\n                    -0.8320744633674622,\n                    0.8340276479721069,\n                    -1.613519549369812,\n                    1.4493324756622314,\n                    -1.1093614101409912,\n                    0.993331789970398,\n                    -0.958785355091095,\n                    1.075913667678833,\n                    -0.5067521333694458,\n                    0.6913252472877502,\n                    -0.8540474772453308,\n                    0.5843290090560913,\n                    -1.4116121530532837,\n                    1.3541160821914673,\n                    -1.5253223180770874,\n                    1.2853895425796509,\n                    -1.3671778440475464,\n                    1.1958495378494263,\n                    -1.3833523988723755,\n                    1.47393000125885,\n                    -1.4498207569122314,\n                    1.4844892024993896,\n                    -1.3505150079727173,\n                    1.0275120735168457,\n                    -0.6990157961845398,\n                    0.7421683073043823,\n                    -0.46536964178085327,\n                    0.5888456702232361,\n                    -0.3182116448879242,\n                    0.40183109045028687,\n                    -0.957869827747345,\n                    1.1346303224563599,\n                    -0.8729075789451599,\n                    1.0015106201171875,\n                    -1.614801287651062,\n                    1.1740596294403076,\n                    -1.2459601163864136,\n                    0.9814907908439636,\n                    -1.0824445486068726,\n                    1.148424506187439,\n                    -1.2670786380767822,\n                    1.3794461488723755,\n                    -0.7957580089569092,\n                    0.8141908645629883,\n                    -0.7930113673210144,\n                    0.7262989282608032,\n                    -0.6330357789993286,\n                    0.5926299095153809,\n                    -0.7489433288574219,\n                    0.6735637187957764,\n                    -0.8433051109313965,\n                    0.9366292953491211,\n                    -0.8648508191108704,\n                    0.9682459831237793,\n                    -0.9296711683273315,\n                    0.9197222590446472,\n                    -0.6767986416816711,\n                    0.7773861289024353,\n                    -0.5995879769325256,\n                    0.5995269417762756,\n                    -0.4449836015701294,\n                    0.4765392541885376,\n                    -0.5228046178817749,\n                    0.5768826007843018,\n                    -0.6037995219230652,\n                    0.6850385069847107,\n                    -0.6227206587791443,\n                    0.7784847617149353,\n                    -0.7051804661750793,\n                    0.8242618441581726,\n                    -0.8409246802330017,\n                    0.6456702351570129,\n                    -0.6716716289520264,\n                    0.6205844283103943,\n                    -0.7265430688858032,\n                    0.7394827008247375,\n                    -0.5914091467857361,\n                    0.850873589515686,\n                    -0.6738689541816711,\n                    0.6223544478416443,\n                    -0.8472724556922913,\n                    0.852460503578186,\n                    -0.5883573889732361,\n                    0.6191806197166443,\n                    -0.35928893089294434,\n                    0.4305790662765503,\n                    -0.2405126988887787,\n                    0.287937730550766,\n                    -2,\n                    1.6093080043792725,\n                    -1.6560616493225098,\n                    1.688654899597168,\n                    -1.3389180898666382,\n                    1.2451666593551636,\n                    -1.47954523563385,\n                    1.220447063446045,\n                    -1.2261234521865845,\n                    1.2069580554962158,\n                    -0.8378118276596069,\n                    0.8106508255004883,\n                    -0.9103837609291077,\n                    1.147447943687439,\n                    -0.7136644721031189,\n                    0.7084153294563293,\n                    -0.27731746435165405,\n                    0.2990463078022003,\n                    -0.2708476483821869,\n                    0.27444878220558167,\n                    -0.2742656469345093,\n                    0.23172350227832794,\n                    -0.21921110153198242,\n                    0.24887464940547943,\n                    -0.21481651067733765,\n                    0.16116578876972198,\n                    -0.1748378723859787,\n                    0.19748225808143616,\n                    -0.23404288291931152,\n                    0.16433966159820557,\n                    -0.17996490001678467,\n                    0.14505226910114288,\n                    -0.14749370515346527,\n                    0.1434653252363205,\n                    -0.13363851606845856,\n                    0.14688333868980408,\n                    -0.16635385155677795,\n                    0.19687190651893616,\n                    -0.11911192536354065,\n                    0.08651865273714066,\n                    -0.25992217659950256,\n                    0.29593348503112793,\n                    -0.4305790662765503,\n                    0.6369420886039734,\n                    -0.5834134221076965,\n                    0.6818036437034607,\n                    -0.40793469548225403,\n                    0.6217440962791443,\n                    -0.29404136538505554,\n                    0.29599452018737793,\n                    -0.18020905554294586,\n                    0.16202029585838318,\n                    -0.1581139862537384,\n                    0.17886625230312347,\n                    -0.16964980959892273,\n                    0.16879530251026154,\n                    -0.43741512298583984,\n                    0.4805065989494324,\n                    -0.8563057780265808,\n                    1.0021209716796875,\n                    -0.8352483510971069,\n                    0.6016632318496704,\n                    -0.8607003688812256,\n                    0.6362096667289734,\n                    -1.0219577550888062,\n                    0.9042801260948181,\n                    -1.0394750833511353,\n                    1.0160372257232666,\n                    -0.9662317633628845,\n                    0.9415732026100159,\n                    -0.8430609703063965,\n                    0.7967345714569092,\n                    -0.573952853679657,\n                    0.6888227462768555,\n                    -0.5271381735801697,\n                    0.539528489112854,\n                    -0.4156862795352936,\n                    0.44962233304977417,\n                    -0.3998779356479645,\n                    0.42026397585868835,\n                    -0.502418577671051,\n                    0.5223163366317749,\n                    -0.5551537275314331,\n                    0.48148319125175476,\n                    -0.60825514793396,\n                    0.45249104499816895,\n                    -1.4199130535125732,\n                    1.2975356578826904,\n                    -1.5884946584701538,\n                    1.216296672821045,\n                    -1.094285488128662,\n                    1.3508201837539673,\n                    -0.8942092061042786,\n                    1.065110206604004,\n                    -1.0466163158416748,\n                    0.9666590094566345,\n                    -0.9064774513244629,\n                    0.9002517461776733,\n                    -1.061570167541504,\n                    0.9240558743476868,\n                    -0.8835889101028442,\n                    1.0204929113388062,\n                    -0.9015335440635681,\n                    0.9332723021507263,\n                    -0.5680933594703674,\n                    0.7848935723304749,\n                    -0.3354848623275757,\n                    0.3515983819961548,\n                    -0.2999618649482727,\n                    0.27512016892433167,\n                    -0.7136034369468689,\n                    0.6149080395698547,\n                    -1.5687190294265747,\n                    1.47307550907135,\n                    -1.8092012405395508,\n                    1.321278691291809,\n                    -1.318593144416809,\n                    1.393301248550415,\n                    -1.3999541997909546,\n                    1.4407873153686523,\n                    -1.2265506982803345,\n                    1.3316547870635986,\n                    -1.1209582090377808,\n                    1.0241550207138062,\n                    -1.151964545249939,\n                    1.160265564918518,\n                    -1.2011597156524658,\n                    0.990280032157898,\n                    -0.8829175233840942,\n                    0.9108720421791077,\n                    -0.9751430749893188,\n                    0.8992141485214233,\n                    -1.0203098058700562,\n                    1.0380712747573853,\n                    -1.0459449291229248,\n                    0.9145952463150024,\n                    -1.0351414680480957,\n                    1.006210446357727,\n                    -0.8628976941108704,\n                    0.958968460559845,\n                    -0.7111619710922241,\n                    0.8074159026145935,\n                    -1.2242313623428345,\n                    1.237476110458374,\n                    -0.9604333639144897,\n                    1.060898780822754,\n                    -0.8479438424110413,\n                    1.2656137943267822,\n                    -0.8332951664924622,\n                    0.9089799523353577,\n                    -0.8553902506828308,\n                    0.9253986477851868,\n                    -0.7902036905288696,\n                    0.7771419882774353,\n                    -0.572426974773407,\n                    0.45572593808174133,\n                    -0.4301518201828003,\n                    0.3663691282272339,\n                    -0.46451514959335327,\n                    0.43900206685066223,\n                    -0.37363240122795105,\n                    0.32510870695114136,\n                    -0.23129625618457794,\n                    0.23086899518966675,\n                    -0.3953002095222473,\n                    0.24203860759735107,\n                    -1.1061875820159912,\n                    1.1193712949752808,\n                    -1.544548749923706,\n                    1.2734874486923218,\n                    -0.9150224924087524,\n                    1.1923705339431763,\n                    -1.0388647317886353,\n                    1.320057988166809,\n                    -1.1385366916656494,\n                    1.1963988542556763,\n                    -1.3303730487823486,\n                    1.0171968936920166,\n                    -1.1049667596817017,\n                    1.1844968795776367,\n                    -1.1872434616088867,\n                    0.9356527328491211,\n                    -1.066330909729004,\n                    1.163622498512268,\n                    -1.1971923112869263,\n                    1.1302357912063599,\n                    -1.2045166492462158,\n                    1.2557870149612427,\n                    -1.320119023323059,\n                    1.2423590421676636,\n                    -1.1201647520065308,\n                    1.3005263805389404,\n                    -1.0722514390945435,\n                    1.162340760231018,\n                    -0.956282913684845,\n                    1.0392309427261353,\n                    -0.8710765242576599,\n                    0.9996185302734375,\n                    -0.695719838142395,\n                    0.8404363989830017,\n                    -1.1318837404251099,\n                    1.060837745666504,\n                    -1.318959355354309,\n                    1.0987411737442017,\n                    -1.2568246126174927,\n                    1.0709086656570435,\n                    -1.1731441020965576,\n                    1.1901121139526367,\n                    -0.9045853614807129,\n                    0.801129162311554,\n                    -0.849897027015686,\n                    0.7587090730667114,\n                    -0.8326848149299622,\n                    0.7985045909881592,\n                    -0.8702220320701599,\n                    0.9843595027923584,\n                    -0.8971999883651733,\n                    0.8592355251312256,\n                    -0.7725642919540405,\n                    1.0334935188293457,\n                    -1.3401389122009277,\n                    1.005111813545227,\n                    -1.0426489114761353,\n                    1.1771115064620972,\n                    -0.7356374263763428,\n                    0.9332723021507263,\n                    -1.9899901151657104,\n                    1.603021264076233,\n                    -1.1739985942840576,\n                    1.3822537660598755,\n                    -1.0715800523757935,\n                    0.9769130945205688,\n                    -0.6269321441650391,\n                    0.7898985147476196,\n                    -0.7034714221954346,\n                    0.7375906109809875,\n                    -0.7898374795913696,\n                    0.5696803331375122,\n                    -0.5555199384689331,\n                    0.6547646522521973,\n                    -0.3685664236545563,\n                    0.4134889841079712,\n                    -0.3976196050643921,\n                    0.3801632821559906,\n                    -0.3169909119606018,\n                    0.3921263515949249,\n                    -0.33707180619239807,\n                    0.43576714396476746,\n                    -0.5292133688926697,\n                    0.3962157666683197,\n                    -0.6313267946243286,\n                    0.5673609375953674,\n                    -0.5824978947639465,\n                    0.6280918717384338,\n                    -0.5171892642974854,\n                    0.5236591100692749,\n                    -0.3811398446559906,\n                    0.45511558651924133,\n                    -0.40872815251350403,\n                    0.3969481885433197,\n                    -0.3976806402206421,\n                    0.4162966310977936,\n                    -1.1545891761779785,\n                    1.3804837465286255,\n                    -1.0540016889572144,\n                    1.2026245594024658,\n                    -1.4011749029159546,\n                    1.1146105527877808,\n                    -1.2237430810928345,\n                    1.0026092529296875,\n                    -1.2401617765426636,\n                    1.079880952835083,\n                    -1.0352636575698853,\n                    0.8786450028419495,\n                    -0.7630426287651062,\n                    0.7963683605194092,\n                    -0.7524834275245667,\n                    0.7140306830406189,\n                    -1.7391318082809448,\n                    2,\n                    -1.0488746166229248,\n                    0.9542076587677002,\n                    -1.1226673126220703,\n                    1.3005263805389404,\n                    -1.0156710147857666,\n                    1.152269721031189,\n                    -1.162829041481018,\n                    0.7834287285804749,\n                    -0.7616998553276062,\n                    1.066391944885254,\n                    -0.5510032773017883,\n                    0.49912261962890625,\n                    -0.6766765713691711,\n                    0.5802395939826965,\n                    -0.3974975347518921,\n                    0.3676508665084839,\n                    -0.6063019633293152,\n                    0.6148470044136047,\n                    -0.49857327342033386,\n                    0.42166781425476074,\n                    -0.42447546124458313,\n                    0.4292973279953003,\n                    -0.383459210395813,\n                    0.4121461808681488,\n                    -0.45444419980049133,\n                    0.5019302368164062,\n                    -0.6150911450386047,\n                    0.6330968141555786,\n                    -0.5833523869514465,\n                    0.6468299627304077,\n                    -0.43894103169441223,\n                    0.5626611709594727,\n                    -0.5699244737625122,\n                    0.6453040242195129,\n                    -0.572426974773407,\n                    0.6395056247711182,\n                    -0.7233691811561584,\n                    0.6144197583198547,\n                    -0.8137636184692383,\n                    0.8583199977874756,\n                    -0.7792171835899353,\n                    0.8046082258224487,\n                    -0.6284580826759338,\n                    0.6633707284927368,\n                    -0.6027008295059204,\n                    0.4739147126674652,\n                    -0.41989776492118835,\n                    0.5561913251876831,\n                    -0.41751736402511597,\n                    0.5015640258789062,\n                    -0.48691537976264954,\n                    0.45352864265441895,\n                    -0.35666438937187195,\n                    0.3621576130390167,\n                    -1.2813611030578613,\n                    1.4497597217559814,\n                    -1.4222934246063232,\n                    2,\n                    -1.1248645782470703,\n                    1.0846418142318726,\n                    -1.237293004989624,\n                    1.3091936111450195,\n                    -1.2862440347671509,\n                    1.058884620666504,\n                    -1.2843518257141113,\n                    1.1031967401504517,\n                    -1.2739146947860718,\n                    1.165758728981018,\n                    -1.5018234252929688,\n                    1.2672007083892822,\n                    -1.3947662115097046,\n                    0.9103837609291077,\n                    -1.1746089458465576,\n                    0.9662927985191345,\n                    -0.9758144617080688,\n                    0.957564651966095,\n                    -1.0486915111541748,\n                    0.8719310164451599,\n                    -0.8617380261421204,\n                    1.147325873374939,\n                    -0.887251079082489,\n                    0.8373845815658569,\n                    -0.8288395404815674,\n                    0.7113450765609741,\n                    -0.8494697213172913,\n                    0.6299839615821838,\n                    -0.8837109804153442,\n                    0.8915846347808838,\n                    -0.9179522395133972,\n                    0.6930342316627502,\n                    -0.4933241903781891,\n                    0.3999389708042145,\n                    -1.1200426816940308,\n                    1.1356679201126099,\n                    -0.7071335911750793,\n                    0.9239948391914368,\n                    -1.0131685733795166,\n                    0.8339665532112122,\n                    -0.7710993885993958,\n                    0.8387274146080017,\n                    -1.0230563879013062,\n                    0.7178149223327637,\n                    -0.7479056715965271,\n                    0.8410467505455017,\n                    -0.6316319704055786,\n                    0.60898756980896,\n                    -0.6344395875930786,\n                    0.7622491717338562,\n                    -0.5499046444892883,\n                    0.5616846084594727,\n                    -0.5502708554267883,\n                    0.6563515663146973,\n                    -0.5545433759689331,\n                    0.6803997755050659,\n                    -0.5997101068496704,\n                    0.5974517464637756,\n                    -0.801373302936554,\n                    0.8223697543144226,\n                    -0.6398108005523682,\n                    0.6553139686584473,\n                    -0.9811856150627136,\n                    1.010666012763977,\n                    -1.006881833076477,\n                    0.8409857153892517,\n                    -1.0552223920822144,\n                    0.9048295021057129,\n                    -1.1327382326126099,\n                    1.1746699810028076,\n                    -0.8398870825767517,\n                    0.9145342111587524,\n                    -0.8953078389167786,\n                    0.9285725355148315,\n                    -0.9825894832611084,\n                    1.162768006324768,\n                    -1.065598487854004,\n                    1.1556267738342285,\n                    -0.9039749503135681,\n                    0.8768749237060547,\n                    -0.9493247866630554,\n                    0.7894102334976196,\n                    -1.1967650651931763,\n                    1.0457007884979248,\n                    -1.062851905822754,\n                    1.0856794118881226,\n                    -0.9190508723258972,\n                    0.9645227789878845,\n                    -0.8762035369873047,\n                    0.8707713484764099,\n                    -0.993148684501648,\n                    0.9284504652023315,\n                    -0.9343098998069763,\n                    0.9704432487487793,\n                    -0.993148684501648,\n                    0.9130693674087524,\n                    -0.8149233460426331,\n                    0.9101396203041077,\n                    -0.8710154891014099,\n                    0.8268864154815674,\n                    -0.9990081787109375,\n                    0.7886778116226196,\n                    -0.6687418818473816,\n                    0.6799725294113159,\n                    -0.8699168562889099,\n                    0.7239795327186584,\n                    -0.9287556409835815,\n                    0.8086366057395935,\n                    -0.8216372728347778,\n                    0.7349050045013428,\n                    -0.6688639521598816,\n                    0.7166551947593689,\n                    -0.8594796657562256,\n                    0.6467689275741577,\n                    -0.8824292421340942,\n                    0.8173037171363831,\n                    -0.7940489649772644,\n                    0.6920576691627502,\n                    -0.660563051700592,\n                    0.8226138949394226,\n                    -0.6872968673706055,\n                    0.5953764915466309,\n                    -0.8108339309692383,\n                    0.8888990879058838,\n                    -0.6844891905784607,\n                    0.5649805665016174,\n                    -0.7228198647499084,\n                    0.6408483982086182,\n                    -0.7792171835899353,\n                    0.7203173637390137,\n                    -0.5591210722923279,\n                    0.6755169034004211,\n                    -0.7029831409454346,\n                    0.5770046710968018,\n                    -0.6134431958198547,\n                    0.6396276950836182,\n                    -0.9501792788505554,\n                    0.6266880035400391,\n                    -0.5585107207298279,\n                    0.5547264814376831,\n                    -0.5292744040489197,\n                    0.6070954203605652,\n                    -0.6702067852020264,\n                    0.6680094599723816,\n                    -0.7378957867622375,\n                    0.7886778116226196,\n                    -0.6266269683837891,\n                    0.7355763912200928,\n                    -0.6927900910377502,\n                    0.5978789925575256,\n                    -0.6704509258270264,\n                    0.8925611972808838,\n                    -0.8305485844612122,\n                    0.9058060646057129,\n                    -0.8721141219139099,\n                    0.5787746906280518,\n                    -0.8928053975105286,\n                    0.9542686939239502,\n                    -0.660257875919342,\n                    0.5475242137908936,\n                    -0.8216372728347778,\n                    0.6399939060211182,\n                    -0.5925688743591309,\n                    0.6379186511039734,\n                    -0.5295186042785645,\n                    0.7810482978820801,\n                    -0.61063551902771,\n                    0.7591973543167114,\n                    -0.48410773277282715,\n                    0.6538490653038025,\n                    -0.6121614575386047,\n                    0.6171053647994995,\n                    -0.45481041073799133,\n                    0.6171663999557495,\n                    -0.7798275947570801,\n                    0.8489204049110413,\n                    -0.6151521801948547,\n                    0.6157015562057495,\n                    -0.7105516195297241,\n                    0.5992828011512756,\n                    -0.5807278752326965,\n                    0.5664454102516174,\n                    -0.5011978149414062,\n                    0.5340963006019592,\n                    -0.61094069480896,\n                    0.6291294693946838,\n                    -0.5928740501403809,\n                    0.537819504737854,\n                    -0.5118181109428406,\n                    0.5276264548301697,\n                    -0.4931410551071167,\n                    0.6882734298706055,\n                    -0.7179980278015137,\n                    0.7366750836372375,\n                    -0.7579156160354614,\n                    0.5473411083221436,\n                    -0.5013198852539062,\n                    0.5624170303344727,\n                    -0.6359044909477234,\n                    0.540138840675354,\n                    -0.6688029170036316,\n                    0.6346837282180786,\n                    -0.5685817003250122,\n                    0.6644693613052368,\n                    -0.5882963538169861,\n                    0.5011978149414062,\n                    -0.5853666067123413,\n                    0.5160906314849854,\n                    -0.4932021200656891,\n                    0.574441134929657,\n                    -0.5630273818969727,\n                    0.5945830345153809,\n                    -0.7114671468734741,\n                    0.6684977412223816,\n                    -0.6503089666366577,\n                    0.539772629737854,\n                    -0.5148088932037354,\n                    0.443335622549057,\n                    -0.46890974044799805,\n                    0.48648813366889954,\n                    -0.4314335882663727,\n                    0.7797665596008301,\n                    -0.5820706486701965,\n                    0.6732585430145264,\n                    -0.4916762113571167,\n                    0.5247577428817749,\n                    -0.48258182406425476,\n                    0.4097657799720764,\n                    -0.5574120879173279,\n                    0.40671396255493164,\n                    -0.6261386871337891,\n                    0.6387732028961182,\n                    -0.7085373997688293,\n                    0.5860990285873413,\n                    -0.5175554752349854,\n                    0.695963978767395,\n                    -0.6437781453132629,\n                    0.5987945199012756,\n                    -0.5326924324035645,\n                    0.5493553280830383,\n                    -0.442542165517807,\n                    0.48276492953300476,\n                    -0.3503166139125824,\n                    0.3932860195636749,\n                    -0.4744640290737152,\n                    0.39108872413635254,\n                    -0.47055771946907043,\n                    0.4010376036167145,\n                    -0.38675516843795776,\n                    0.41715115308761597,\n                    -0.5017471313476562,\n                    0.5324482917785645,\n                    -0.7676814198493958,\n                    0.6379796862602234,\n                    -0.8152285218238831,\n                    0.9117265343666077,\n                    -0.6687418818473816,\n                    0.6672770380973816,\n                    -0.6490882635116577,\n                    0.5961700081825256,\n                    -0.732341468334198,\n                    0.728740394115448,\n                    -0.7378347516059875,\n                    0.7071335911750793,\n                    -0.7337453365325928,\n                    0.6763103604316711,\n                    -0.8090028166770935,\n                    0.7429007291793823,\n                    -0.8436102867126465,\n                    0.9697718620300293,\n                    -0.6549477577209473,\n                    0.7189745903015137,\n                    -0.7040207386016846,\n                    0.7238574624061584,\n                    -0.60813307762146,\n                    0.7704890370368958,\n                    -0.660318911075592,\n                    0.7209888100624084,\n                    -0.6193026900291443,\n                    0.7827572822570801,\n                    -0.8352483510971069,\n                    0.7260547876358032,\n                    -0.660379946231842,\n                    0.7410086393356323,\n                    -0.6481117010116577,\n                    0.7150682806968689,\n                    -0.6699626445770264,\n                    0.9042801260948181,\n                    -0.8310979008674622,\n                    0.8059509992599487,\n                    -0.6742962002754211,\n                    0.728801429271698,\n                    -0.7739681005477905,\n                    0.6293125748634338,\n                    -0.6672770380973816,\n                    0.7403982877731323,\n                    -0.8583810329437256,\n                    0.7942931056022644,\n                    -0.8167544007301331,\n                    0.6702067852020264,\n                    -0.6576333045959473,\n                    0.6481727361679077,\n                    -0.6259555816650391,\n                    0.8276798725128174,\n                    -0.8381170630455017,\n                    0.7156786322593689,\n                    -0.8411688208580017,\n                    0.7587701082229614,\n                    -0.7866635918617249,\n                    0.7517509460449219,\n                    -0.7149462103843689,\n                    0.6456702351570129,\n                    -0.659037172794342,\n                    0.7269703149795532,\n                    -0.7813534736633301,\n                    0.7381399273872375,\n                    -0.8323186039924622,\n                    0.7972838878631592,\n                    -0.7154955267906189,\n                    0.7585259675979614,\n                    -0.8170595765113831,\n                    0.7494316101074219,\n                    -0.8765087127685547,\n                    0.8834668397903442,\n                    -0.8803539872169495,\n                    0.732036292552948,\n                    -0.8816357851028442,\n                    0.8638132214546204,\n                    -0.8831006288528442,\n                    0.7162889838218689,\n                    -0.850751519203186,\n                    0.6633707284927368,\n                    -0.9443198442459106,\n                    0.8063172101974487,\n                    -0.7432059049606323,\n                    0.7614557147026062,\n                    -0.8715648055076599,\n                    0.8310979008674622,\n                    -0.7615167498588562,\n                    0.9599450826644897,\n                    -0.6243076324462891,\n                    0.6840009093284607,\n                    -0.8061951398849487,\n                    0.6772258877754211,\n                    -0.7522392868995667,\n                    0.731853187084198,\n                    -0.7217822670936584,\n                    0.6530556082725525,\n                    -0.7722591161727905,\n                    0.6753948330879211,\n                    -0.853498101234436,\n                    0.6239414215087891,\n                    -0.7137865424156189,\n                    0.6476844549179077,\n                    -0.8106508255004883,\n                    0.6496986150741577,\n                    -0.7983214855194092,\n                    0.8238956332206726,\n                    -0.60929274559021,\n                    0.6910811066627502,\n                    -0.5969634652137756,\n                    0.8961012959480286,\n                    -0.6412146091461182,\n                    0.6693522334098816,\n                    -0.6381017565727234,\n                    0.5856107473373413,\n                    -0.46506446599960327,\n                    0.5470969676971436,\n                    -0.6349279284477234,\n                    0.7267872095108032,\n                    -0.540993332862854,\n                    0.7112840414047241,\n                    -0.5946440696716309,\n                    0.6798504590988159,\n                    -0.5499046444892883,\n                    0.5646143555641174,\n                    -0.920088529586792,\n                    0.661295473575592,\n                    -0.573342502117157,\n                    0.921736478805542,\n                    -0.6515907645225525,\n                    0.6232089996337891,\n                    -0.5680933594703674,\n                    0.5356832146644592,\n                    -0.5763332843780518,\n                    0.7530327439308167,\n                    -0.4169680178165436,\n                    0.5555809736251831,\n                    -0.4924696683883667,\n                    0.5763332843780518,\n                    -0.5015029907226562,\n                    0.6156405210494995,\n                    -0.6177767515182495,\n                    0.49771878123283386,\n                    -0.5611963272094727,\n                    0.6517738699913025,\n                    -0.41995880007743835,\n                    0.49729153513908386,\n                    -0.6285801529884338,\n                    0.5350728631019592,\n                    -0.5526512265205383,\n                    0.5678492188453674,\n                    -0.5782864093780518,\n                    0.5016250610351562,\n                    -0.42221713066101074,\n                    0.5328755378723145,\n                    -0.4275883138179779,\n                    0.5507591366767883,\n                    -0.5549706220626831,\n                    0.6174715757369995,\n                    -0.4891737103462219,\n                    0.5436789393424988,\n                    -0.43289846181869507,\n                    0.5091935396194458,\n                    -0.5470359325408936,\n                    0.5084000825881958,\n                    -0.46408790349960327,\n                    0.5666895508766174,\n                    -0.4422979950904846,\n                    0.6861371994018555,\n                    -0.45297932624816895,\n                    0.5640039443969727,\n                    -0.6275425553321838,\n                    0.5633935928344727,\n                    -0.47928586602211,\n                    0.3459830582141876,\n                    -0.48355841636657715,\n                    0.5179217457771301,\n                    -0.5937285423278809,\n                    0.658731997013092,\n                    -0.5237201452255249,\n                    0.5711451768875122,\n                    -0.45523765683174133,\n                    0.4917982816696167,\n                    -0.5516136288642883,\n                    0.4166628420352936,\n                    -0.43527886271476746,\n                    0.2858014702796936,\n                    -0.26260775327682495,\n                    0.37405967712402344,\n                    -0.3539177477359772,\n                    0.29538413882255554,\n                    -0.5893949866294861,\n                    0.6213778853416443,\n                    -0.8491645455360413,\n                    0.956649124622345,\n                    -0.6818646788597107,\n                    0.6271153092384338,\n                    -0.9877775311470032,\n                    0.5591821074485779,\n                    -1.0348362922668457,\n                    0.5071183443069458,\n                    -0.8545357584953308,\n                    0.6857099533081055,\n                    -0.504249632358551,\n                    0.5817654728889465,\n                    -0.5209124684333801,\n                    0.5644922852516174,\n                    -0.659342348575592,\n                    0.5577782988548279,\n                    -0.5568017363548279,\n                    0.5272602438926697,\n                    -0.4613412618637085,\n                    0.5432516932487488,\n                    -0.444312185049057,\n                    0.40329593420028687,\n                    -0.4720836281776428,\n                    0.43576714396476746,\n                    -0.5287250876426697,\n                    0.5596703886985779,\n                    -0.5771877765655518,\n                    0.6443884968757629,\n                    -0.5873197317123413,\n                    0.801922619342804,\n                    -0.7013351917266846,\n                    0.7191576957702637,\n                    -0.5936675071716309,\n                    0.6315709352493286,\n                    -0.6703288555145264,\n                    0.5575951933860779,\n                    -0.6211337447166443,\n                    0.6016632318496704,\n                    -0.7075608372688293,\n                    0.7118943929672241,\n                    -0.661539614200592,\n                    0.5833523869514465,\n                    -0.7455863356590271,\n                    0.5329976081848145,\n                    -0.7374075055122375,\n                    0.5013809204101562,\n                    -0.5813992619514465,\n                    0.5643091201782227,\n                    -0.5713282823562622,\n                    0.7732356786727905,\n                    -0.5492332577705383,\n                    0.572304904460907,\n                    -0.6850995421409607,\n                    0.6573891639709473,\n                    -0.661844789981842,\n                    0.8131532669067383,\n                    -0.7518119812011719,\n                    0.6714885234832764,\n                    -0.8431830406188965,\n                    0.7092088460922241,\n                    -0.6315709352493286,\n                    0.7017624378204346,\n                    -0.6854657530784607,\n                    0.6979171633720398,\n                    -0.60996413230896,\n                    0.5632715225219727,\n                    -0.7176928520202637,\n                    0.8169985413551331,\n                    -0.6005645990371704,\n                    0.7708552479743958,\n                    -0.5158464908599854,\n                    0.8246280550956726,\n                    -0.7003585696220398,\n                    0.7044479846954346,\n                    -0.6022735834121704,\n                    0.4583505094051361,\n                    -0.7017624378204346,\n                    0.5208514332771301,\n                    -0.6004425287246704,\n                    0.5899443030357361,\n                    -0.6402990818023682,\n                    0.5907377600669861,\n                    -0.5771877765655518,\n                    0.5556420087814331,\n                    -0.4750743806362152,\n                    0.6219882369041443,\n                    -0.5964141488075256,\n                    0.5842679738998413,\n                    -0.5470969676971436,\n                    0.5785915851593018,\n                    -0.4913710355758667,\n                    0.4717174172401428,\n                    -0.43772029876708984,\n                    0.7421072721481323,\n                    -0.4925307035446167,\n                    0.6778362989425659,\n                    -0.6820477843284607,\n                    0.6036164164543152,\n                    -0.7171435356140137,\n                    0.6249790191650391,\n                    -0.5821927189826965,\n                    0.5015640258789062,\n                    -0.7054246068000793,\n                    0.5363546013832092,\n                    -0.5628442764282227,\n                    0.6020904779434204,\n                    -0.540077805519104,\n                    0.695536732673645,\n                    -0.4479133188724518,\n                    0.5426413416862488,\n                    -0.6712443828582764,\n                    0.5422140955924988,\n                    -0.6424963474273682,\n                    0.504493772983551,\n                    -0.5805447697639465,\n                    0.4458380937576294,\n                    -0.5682764649391174,\n                    0.5235980749130249,\n                    -0.4458380937576294,\n                    0.5433127284049988,\n                    -0.5116960406303406,\n                    0.6426795125007629,\n                    -0.5853055715560913,\n                    0.5184710621833801,\n                    -0.5076066255569458,\n                    0.5461204051971436,\n                    -0.5013198852539062,\n                    0.5098039507865906,\n                    -0.5089493989944458,\n                    0.5691310167312622,\n                    -0.4802624583244324,\n                    0.442481130361557,\n                    -0.5605859756469727,\n                    0.6457923054695129,\n                    -0.5693141222000122,\n                    0.766094446182251,\n                    -0.5898832678794861,\n                    0.6338902711868286,\n                    -0.43936827778816223,\n                    0.5621728897094727,\n                    -0.4798352122306824,\n                    0.539467453956604,\n                    -0.6061798930168152,\n                    0.5713282823562622,\n                    -0.43643853068351746,\n                    0.5580834746360779,\n                    -0.5516746640205383,\n                    0.4943617880344391,\n                    -0.5013198852539062,\n                    0.5681543946266174,\n                    -0.5862210988998413,\n                    0.3976196050643921,\n                    -0.42368200421333313,\n                    0.41776150465011597,\n                    -0.43772029876708984,\n                    0.4577401280403137,\n                    -0.43521782755851746,\n                    0.5214617848396301,\n                    -0.45542076230049133,\n                    0.4122072160243988,\n                    -0.4966811537742615,\n                    0.4905165135860443,\n                    -0.46536964178085327,\n                    0.5582055449485779,\n                    -0.44925612211227417,\n                    0.6149690747261047,\n                    -0.5466697216033936,\n                    0.45334553718566895,\n                    -0.5419699549674988,\n                    0.4767223596572876,\n                    -0.5434958338737488,\n                    0.5471580028533936,\n                    -0.43271535634994507,\n                    0.5323872566223145,\n                    -0.3620355427265167,\n                    0.6687418818473816,\n                    -0.574502170085907,\n                    0.6337682008743286,\n                    -0.45139238238334656,\n                    0.4957656264305115,\n                    -0.46494239568710327,\n                    0.39005112648010254,\n                    -0.4458991289138794,\n                    0.3188830316066742,\n                    -0.45047685503959656,\n                    0.37491416931152344,\n                    -0.32883191108703613,\n                    0.3610589802265167,\n                    -0.34219881892204285,\n                    0.3678339719772339,\n                    -0.48709848523139954,\n                    0.42093539237976074,\n                    -0.4444342851638794,\n                    0.43375295400619507,\n                    -0.2984359562397003,\n                    0.39072251319885254,\n                    -0.4268558919429779,\n                    0.5834744572639465,\n                    -0.4294193983078003,\n                    0.38834211230278015,\n                    -0.3020981252193451,\n                    0.44925612211227417,\n                    -0.3304188549518585,\n                    0.5060807466506958,\n                    -0.43509575724601746,\n                    0.5119401812553406,\n                    -0.32675668597221375,\n                    0.25992217659950256,\n                    -0.5109025835990906,\n                    0.46787214279174805,\n                    -0.5243915319442749,\n                    0.3965209424495697,\n                    -0.43515679240226746,\n                    0.3307850658893585,\n                    -0.5268940329551697,\n                    0.3352407217025757,\n                    -0.46396583318710327,\n                    0.3027695119380951,\n                    -0.4413824677467346,\n                    0.4952773451805115,\n                    -0.42404821515083313,\n                    0.4100709557533264,\n                    -0.40579843521118164,\n                    0.4768444299697876,\n                    -0.31284046173095703,\n                    0.3519035577774048,\n                    -0.3643549382686615,\n                    0.3850461542606354,\n                    -0.33725491166114807,\n                    0.4308232367038727,\n                    -0.5107194781303406,\n                    0.46652933955192566,\n                    -0.4095826745033264,\n                    0.3794918656349182,\n                    -0.3854123651981354,\n                    0.34219881892204285,\n                    -0.3655146062374115,\n                    0.38736552000045776,\n                    -0.49942779541015625,\n                    0.4102540612220764,\n                    -0.4266727566719055,\n                    0.5333638787269592,\n                    -0.32242313027381897,\n                    0.3672236204147339,\n                    -0.29648280143737793,\n                    0.30618754029273987,\n                    -0.34128329157829285,\n                    0.43588921427726746,\n                    -0.383398175239563,\n                    0.30600443482398987,\n                    -0.34720379114151,\n                    0.35678645968437195,\n                    -0.3338368833065033,\n                    0.3319447636604309,\n                    -0.3981689214706421,\n                    0.4317997992038727,\n                    -0.45548179745674133,\n                    0.4574349522590637,\n                    -0.3633783459663391,\n                    0.3619134724140167,\n                    -0.28061342239379883,\n                    0.31320667266845703,\n                    -0.3459830582141876,\n                    0.33749905228614807,\n                    -0.3678339719772339,\n                    0.2743877172470093,\n                    -0.24362553656101227,\n                    0.287876695394516,\n                    -0.3511101007461548,\n                    0.29056230187416077,\n                    -0.3929808437824249,\n                    0.3039902448654175,\n                    -0.3163195252418518,\n                    0.3980468511581421,\n                    -0.2856793999671936,\n                    0.31107041239738464,\n                    -0.2695048451423645,\n                    0.29361408948898315,\n                    -0.2723735272884369,\n                    0.30734720826148987,\n                    -0.287022203207016,\n                    0.31039902567863464,\n                    -0.33743801712989807,\n                    0.2984969913959503,\n                    -0.35501641035079956,\n                    0.3461661636829376,\n                    -0.3500724732875824,\n                    0.31284046173095703,\n                    -0.35605400800704956,\n                    0.33933013677597046,\n                    -0.24814221262931824,\n                    0.2825055420398712,\n                    -0.19851987063884735,\n                    0.21353475749492645,\n                    -0.2996566593647003,\n                    0.22922103106975555,\n                    -0.24588388204574585,\n                    0.28207826614379883,\n                    -0.2370336502790451,\n                    0.20364691317081451,\n                    -0.1591515988111496,\n                    0.1743495911359787,\n                    -0.21915006637573242,\n                    0.2531471848487854,\n                    -0.5368428826332092,\n                    0.45535972714424133,\n                    -0.31314563751220703,\n                    0.49930572509765625,\n                    -0.4269169270992279,\n                    0.41702908277511597,\n                    -0.47782102227211,\n                    0.3498893678188324,\n                    -0.43436330556869507,\n                    0.41727322340011597,\n                    -0.4271000325679779,\n                    0.3973754346370697,\n                    -0.502174437046051,\n                    0.3303578197956085,\n                    -0.3199206590652466,\n                    0.29062333703041077,\n                    -0.3036240041255951,\n                    0.32486456632614136,\n                    -0.30753031373023987,\n                    0.32858777046203613,\n                    -0.3028915822505951,\n                    0.35471123456954956,\n                    -0.3805905282497406,\n                    0.4918593168258667,\n                    -0.3785153031349182,\n                    0.43772029876708984,\n                    -0.3322499394416809,\n                    0.4737316071987152,\n                    -0.32565805315971375,\n                    0.5265278220176697,\n                    -0.5471580028533936,\n                    0.46567481756210327,\n                    -0.39029526710510254,\n                    0.4603036642074585,\n                    -0.4123292863368988,\n                    0.5819485783576965,\n                    -0.4952773451805115,\n                    0.48203250765800476,\n                    -0.5095597505569458,\n                    0.47788205742836,\n                    -0.502906858921051,\n                    0.5539940595626831,\n                    -0.45133134722709656,\n                    0.6469520330429077,\n                    -0.504188597202301,\n                    0.7444266676902771,\n                    -0.5546044111251831,\n                    0.4813610911369324,\n                    -0.6484779119491577,\n                    0.40219730138778687,\n                    -0.6133211255073547,\n                    0.47122910618782043,\n                    -0.7279468774795532,\n                    0.60917067527771,\n                    -0.7729305028915405,\n                    0.5897001624107361,\n                    -0.5519798398017883,\n                    0.5081559419631958,\n                    -0.43302053213119507,\n                    0.4308842718601227,\n                    -0.502845823764801,\n                    0.4285648763179779,\n                    -0.6708781719207764,\n                    0.696391224861145,\n                    -0.47824826836586,\n                    0.5657740235328674,\n                    -0.4877088665962219,\n                    0.5356221795082092,\n                    -0.43826961517333984,\n                    0.6192416548728943,\n                    -0.5625391006469727,\n                    0.6305943131446838,\n                    -0.5207293629646301,\n                    0.6121614575386047,\n                    -0.4268558919429779,\n                    0.5617456436157227,\n                    -0.60794997215271,\n                    0.3933470547199249,\n                    -0.5072404146194458,\n                    0.43692684173583984,\n                    -0.48532843589782715,\n                    0.3976806402206421,\n                    -0.4463874399662018,\n                    0.5005874633789062,\n                    -0.4728160500526428,\n                    0.34366369247436523,\n                    -0.46945905685424805,\n                    0.4257572293281555,\n                    -0.5336080193519592,\n                    0.4280155599117279,\n                    -0.42227816581726074,\n                    0.35916686058044434,\n                    -0.3020370900630951,\n                    0.2695658802986145,\n                    -0.30740824341773987,\n                    0.30698099732398987,\n                    -0.3795529007911682,\n                    0.40769055485725403,\n                    -0.41831082105636597,\n                    0.5137712955474854,\n                    -0.3022812306880951,\n                    0.4473029673099518,\n                    -0.442969411611557,\n                    0.4901503026485443,\n                    -0.504371702671051,\n                    0.45059892535209656,\n                    -0.49851223826408386,\n                    0.4300297498703003,\n                    -0.3692378103733063,\n                    0.537880539894104,\n                    -0.43344777822494507,\n                    0.5979400277137756,\n                    -0.3197985887527466,\n                    0.39029526710510254,\n                    -0.4012817442417145,\n                    0.40280765295028687,\n                    -0.45542076230049133,\n                    0.38644999265670776,\n                    -0.3916380703449249,\n                    0.4131838083267212,\n                    -0.3453116714954376,\n                    0.46543067693710327,\n                    -0.4003662168979645,\n                    0.45438316464424133,\n                    -0.46756693720817566,\n                    0.5110246539115906,\n                    -0.538307785987854,\n                    0.4761730432510376,\n                    -0.48331424593925476,\n                    0.49839016795158386,\n                    -0.3916380703449249,\n                    0.47165635228157043,\n                    -0.48294803500175476,\n                    0.4103150963783264,\n                    -0.4275883138179779,\n                    0.40250247716903687,\n                    -0.3539177477359772,\n                    0.3686884939670563,\n                    -0.47141221165657043,\n                    0.3995117247104645,\n                    -0.4734874367713928,\n                    0.38950178027153015,\n                    -0.35532158613204956,\n                    0.32175174355506897,\n                    -0.34360265731811523,\n                    0.3034408986568451,\n                    -0.29245442152023315,\n                    0.3510490655899048,\n                    -0.31180286407470703,\n                    0.32224002480506897,\n                    -0.251010924577713,\n                    0.3331654965877533,\n                    -0.29312580823898315,\n                    0.32761120796203613,\n                    -0.32559701800346375,\n                    0.2738384008407593,\n                    -0.29074540734291077,\n                    0.26071563363075256,\n                    -0.382604718208313,\n                    0.27731746435165405,\n                    -0.3985961675643921,\n                    0.3315785527229309,\n                    -0.3962768018245697,\n                    0.3504997193813324,\n                    -0.38767069578170776,\n                    0.3854734003543854,\n                    -0.46762797236442566,\n                    0.45035478472709656,\n                    -0.37222859263420105,\n                    0.44034484028816223,\n                    -0.34018462896347046,\n                    0.3208972215652466,\n                    -0.38681620359420776,\n                    0.38864728808403015,\n                    -0.3205310106277466,\n                    0.30893415212631226,\n                    -0.2854352593421936,\n                    0.34219881892204285,\n                    -0.31180286407470703,\n                    0.3301136791706085,\n                    -0.31180286407470703,\n                    0.286167711019516,\n                    -0.31003281474113464,\n                    0.27859923243522644,\n                    -0.3186388909816742,\n                    0.33756008744239807,\n                    -0.2881819009780884,\n                    0.3314564824104309,\n                    -0.28213930130004883,\n                    0.40915539860725403,\n                    -0.251071959733963,\n                    0.29221028089523315,\n                    -0.27762264013290405,\n                    0.26254671812057495,\n                    -0.2400854527950287,\n                    0.3002060055732727,\n                    -0.3032577931880951,\n                    0.27780574560165405,\n                    -0.2380712628364563,\n                    0.18173494935035706,\n                    -0.17184710502624512,\n                    0.29019609093666077,\n                    -1.7083085775375366,\n                    1.547844648361206,\n                    -1.058640480041504,\n                    1.2567025423049927,\n                    -0.767132043838501,\n                    0.7768978476524353,\n                    -0.5475852489471436,\n                    0.6442053914070129,\n                    -0.4407721161842346,\n                    0.5070573091506958,\n                    -0.6503089666366577,\n                    0.7892881631851196,\n                    -0.6558022499084473,\n                    0.7218433022499084,\n                    -0.5925078392028809,\n                    0.7221484780311584,\n                    -0.7936217188835144,\n                    0.7139086127281189,\n                    -0.8110170364379883,\n                    0.730693519115448,\n                    -0.8561837077140808,\n                    0.8188906908035278,\n                    -0.8196231126785278,\n                    0.6789349317550659,\n                    -0.7757992148399353,\n                    0.853253960609436,\n                    -0.7725032567977905,\n                    0.8115053176879883,\n                    -0.7439383268356323,\n                    0.7084153294563293,\n                    -1.2809338569641113,\n                    1.1851072311401367,\n                    -0.8995193243026733,\n                    0.9849088191986084,\n                    -0.8912184238433838,\n                    0.8146181702613831,\n                    -0.801556408405304,\n                    0.7828183174133301,\n                    -0.8458076119422913,\n                    0.9824063181877136,\n                    -0.9121538400650024,\n                    0.6445105671882629,\n                    -0.9758144617080688,\n                    0.8562447428703308,\n                    -0.8357366323471069,\n                    0.923079252243042,\n                    -0.6517128348350525,\n                    0.764324426651001,\n                    -0.8299992084503174,\n                    0.7335622310638428,\n                    -0.8348211050033569,\n                    0.7028000354766846,\n                    -0.7710993885993958,\n                    0.6928511261940002,\n                    -0.7279468774795532,\n                    0.7716487646102905,\n                    -1.0124971866607666,\n                    0.7969176769256592,\n                    -0.7153734564781189,\n                    0.764385461807251,\n                    -0.9735561013221741,\n                    0.5975738167762756,\n                    -0.7488822937011719,\n                    0.6432288289070129,\n                    -0.7524223923683167,\n                    0.7003585696220398,\n                    -0.730022132396698,\n                    0.6497596502304077,\n                    -0.7069504857063293,\n                    0.6058747172355652,\n                    -0.7177538871765137,\n                    0.6163119077682495,\n                    -0.7480277419090271,\n                    0.6551308631896973,\n                    -0.6922407746315002,\n                    0.6681925654411316,\n                    -0.7515678405761719,\n                    0.5884184241294861,\n                    -0.6523842215538025,\n                    0.5206072926521301,\n                    -0.5997101068496704,\n                    0.5174944400787354,\n                    -0.4916762113571167,\n                    0.575234591960907,\n                    -0.5361104607582092,\n                    0.5207293629646301,\n                    -0.4467536509037018,\n                    0.538918137550354,\n                    -0.7695124745368958,\n                    0.8426337242126465,\n                    -0.696879506111145,\n                    0.8154726624488831,\n                    -0.6243076324462891,\n                    0.9107499718666077,\n                    -0.5973296761512756,\n                    0.7393606305122375,\n                    -0.7333791255950928,\n                    0.6412146091461182,\n                    -0.6213168501853943,\n                    0.6153353452682495,\n                    -0.6569008827209473,\n                    0.6323033571243286,\n                    -0.730266273021698,\n                    0.7756771445274353,\n                    -0.5367208123207092,\n                    0.575844943523407,\n                    -0.6247959136962891,\n                    0.5709620714187622,\n                    -0.8918287754058838,\n                    0.8954299092292786,\n                    -0.7535820603370667,\n                    1.1273670196533203,\n                    -0.6887617111206055,\n                    0.7341115474700928,\n                    -0.6390783786773682,\n                    0.6445105671882629,\n                    -0.6064240336418152,\n                    0.7429007291793823,\n                    -0.7619439959526062,\n                    0.8993362188339233,\n                    -0.8108949661254883,\n                    0.8149843811988831,\n                    -0.7049362659454346,\n                    0.7273365259170532,\n                    -0.4798352122306824,\n                    0.4169680178165436,\n                    -0.6830853819847107,\n                    0.6136263012886047,\n                    -0.5357442498207092,\n                    0.5896391272544861,\n                    -0.5605248808860779,\n                    0.5170671939849854,\n                    -0.5716334581375122,\n                    0.5262836813926697,\n                    -0.6288242936134338,\n                    0.6989547610282898,\n                    -0.6627603769302368,\n                    0.7024948596954346,\n                    -0.4808117747306824,\n                    0.3628290295600891,\n                    -0.43863585591316223,\n                    0.5063859224319458,\n                    -0.5342794060707092,\n                    0.41727322340011597,\n                    -0.4307622015476227,\n                    0.49765774607658386,\n                    -0.3942626118659973,\n                    0.5287861227989197,\n                    -0.5522850155830383,\n                    0.4894789159297943,\n                    -0.4469367563724518,\n                    0.5621728897094727,\n                    -0.46543067693710327,\n                    0.5360494256019592,\n                    -0.43442434072494507,\n                    0.4937514364719391,\n                    -0.5102311968803406,\n                    0.4811779856681824,\n                    -0.46720072627067566,\n                    0.443762868642807,\n                    -0.29575034976005554,\n                    0.3335317075252533,\n                    -0.5160295963287354,\n                    0.5196307301521301,\n                    -1.0180513858795166,\n                    1.0013885498046875,\n                    -0.6867475509643555,\n                    0.8665598630905151,\n                    -0.5982452034950256,\n                    0.8465400338172913,\n                    -0.6258335113525391,\n                    0.6371251940727234,\n                    -0.5261005759239197,\n                    0.6280308365821838,\n                    -0.6680094599723816,\n                    0.7259937524795532,\n                    -0.5117570757865906,\n                    0.43271535634994507,\n                    -0.3842526972293854,\n                    0.34689861536026,\n                    -0.46982529759407043,\n                    0.40494391322135925,\n                    -0.35770198702812195,\n                    0.502357542514801,\n                    -0.41953155398368835,\n                    0.29251545667648315,\n                    -0.24301518499851227,\n                    0.27469292283058167,\n                    -0.24631112813949585,\n                    0.18423743546009064,\n                    -0.24423590302467346,\n                    0.30582132935523987,\n                    -0.29086747765541077,\n                    0.24692149460315704,\n                    -0.4249027371406555,\n                    0.35727474093437195,\n                    -0.6666056513786316,\n                    0.5495994687080383,\n                    -0.3857175409793854,\n                    0.3997558653354645,\n                    -0.4103150963783264,\n                    0.40152591466903687,\n                    -0.537331223487854,\n                    0.4133669137954712,\n                    -0.6034942865371704,\n                    0.5445944666862488,\n                    -0.6908369660377502,\n                    0.6229037642478943,\n                    -0.6775310635566711,\n                    0.6753948330879211,\n                    -0.7941710352897644,\n                    0.538368821144104,\n                    -0.7483940124511719,\n                    0.5918364524841309,\n                    -0.7837949395179749,\n                    0.8443427085876465,\n                    -0.49906158447265625,\n                    0.6221103072166443,\n                    -0.4316166937351227,\n                    0.5634546279907227,\n                    -1.2009766101837158,\n                    0.8787060379981995,\n                    -1.30669105052948,\n                    1.2682383060455322,\n                    -0.9119096398353577,\n                    0.9400473237037659,\n                    -0.8198062181472778,\n                    0.7693904042243958,\n                    -0.7781795859336853,\n                    0.7578545808792114,\n                    -0.7532768845558167,\n                    0.8920729160308838,\n                    -0.7701228260993958,\n                    0.9177691340446472,\n                    -0.8677805662155151,\n                    0.8893873691558838,\n                    -0.8798657059669495,\n                    0.6514686942100525,\n                    -0.7140917181968689,\n                    0.7549248337745667,\n                    -0.8957961201667786,\n                    0.8890821933746338,\n                    -0.7429007291793823,\n                    0.696391224861145,\n                    -0.7109788656234741,\n                    0.7580376863479614,\n                    -0.503273069858551,\n                    0.5546044111251831,\n                    -0.9281452894210815,\n                    0.61112380027771,\n                    -0.6800945997238159,\n                    0.8749217987060547,\n                    -0.6413366794586182,\n                    0.6539101004600525,\n                    -1.062973976135254,\n                    0.8740673065185547,\n                    -0.8594796657562256,\n                    0.9650110602378845,\n                    -1.0173799991607666,\n                    1.0021820068359375,\n                    -0.9726405739784241,\n                    1.1266956329345703,\n                    -1.0411230325698853,\n                    0.8099793791770935,\n                    -1.061387062072754,\n                    0.9298542737960815,\n                    -0.8542305827140808,\n                    0.8317692875862122,\n                    -1.065842628479004,\n                    0.8383001685142517,\n                    -1.221667766571045,\n                    0.766094446182251,\n                    -0.7824521064758301,\n                    0.730449378490448,\n                    -1.3480736017227173,\n                    1.3848172426223755,\n                    -1.3654078245162964,\n                    1.1780880689620972,\n                    -1.2711070775985718,\n                    0.9535362720489502,\n                    -1.217029094696045,\n                    1.0226291418075562,\n                    -1.4272984266281128,\n                    0.991805911064148,\n                    -0.8540474772453308,\n                    0.9638513922691345,\n                    -1.0316014289855957,\n                    1.0297093391418457,\n                    -0.8275578022003174,\n                    0.8981155157089233,\n                    -0.8693065047264099,\n                    0.8951857686042786,\n                    -0.8079652190208435,\n                    0.8417791724205017,\n                    -0.6909590363502502,\n                    0.8297550678253174,\n                    -0.6376745104789734,\n                    0.6628824472427368,\n                    -0.8749828338623047,\n                    0.7325856685638428,\n                    -0.800946056842804,\n                    0.7537651658058167,\n                    -0.7095140218734741,\n                    0.7241016030311584,\n                    -0.6982833743095398,\n                    0.885358989238739,\n                    -0.6315709352493286,\n                    0.7561455965042114,\n                    -0.6708781719207764,\n                    0.6282139420509338,\n                    -1.3423972129821777,\n                    1.2842907905578613,\n                    -1.2297855615615845,\n                    0.9983978271484375,\n                    -1.095994472503662,\n                    1.1406118869781494,\n                    -0.7137255072593689,\n                    1.2244755029678345,\n                    -0.8388494849205017,\n                    1.093430995941162,\n                    -0.7863584160804749,\n                    0.8685740232467651,\n                    -0.7494316101074219,\n                    1.059372901916504,\n                    -0.6049591898918152,\n                    0.5235370397567749,\n                    -0.6704509258270264,\n                    0.6008087396621704,\n                    -0.5234149694442749,\n                    0.7132372260093689,\n                    -0.5805447697639465,\n                    0.5323872566223145,\n                    -1.090562343597412,\n                    1.1845579147338867,\n                    -0.9856412410736084,\n                    1.1719233989715576,\n                    -0.8957961201667786,\n                    0.7005416750907898,\n                    -0.9391927719116211,\n                    0.731425940990448,\n                    -0.6493934392929077,\n                    0.5618066787719727,\n                    -0.8572213053703308,\n                    0.852826714515686,\n                    -0.6999923586845398,\n                    0.7051804661750793,\n                    -0.7252613306045532,\n                    0.7804379463195801,\n                    -0.6426795125007629,\n                    0.8655833005905151,\n                    -0.8433661460876465,\n                    0.8129091262817383,\n                    -0.6483558416366577,\n                    0.7435721158981323,\n                    -0.7327687740325928,\n                    0.49826809763908386,\n                    -0.6861371994018555,\n                    0.7079270482063293,\n                    -0.7545586228370667,\n                    0.731120765209198,\n                    -0.7026779651641846,\n                    0.6813763380050659,\n                    -0.7000533938407898,\n                    0.7528496384620667,\n                    -0.8564278483390808,\n                    0.9374227523803711,\n                    -0.7981383800506592,\n                    0.8736400604248047,\n                    -0.7048141956329346,\n                    0.5250629186630249,\n                    -0.7631036639213562,\n                    0.6646524667739868,\n                    -0.6472572088241577,\n                    0.6805218458175659,\n                    -0.5948882102966309,\n                    0.5814602971076965,\n                    -0.538918137550354,\n                    0.5453879833221436,\n                    -0.444068044424057,\n                    0.47153428196907043,\n                    -0.4114747941493988,\n                    0.3359731435775757,\n                    -0.43527886271476746,\n                    0.4145265817642212,\n                    -0.3923704922199249,\n                    0.42124056816101074,\n                    -0.7812924385070801,\n                    0.7824521064758301,\n                    -1.0261081457138062,\n                    1.0417944192886353,\n                    -1.1216297149658203,\n                    1.2469978332519531,\n                    -1.3709620237350464,\n                    0.8236514925956726,\n                    -1.2512092590332031,\n                    0.853253960609436,\n                    -0.887129008769989,\n                    0.9176470637321472,\n                    -0.8978103399276733,\n                    0.9888151288032532,\n                    -0.8904249668121338,\n                    0.8351262807846069,\n                    -0.8215762376785278,\n                    0.8297550678253174,\n                    -0.6330968141555786,\n                    0.6460364460945129,\n                    -0.7128099203109741,\n                    0.6017242670059204,\n                    -0.576089084148407,\n                    0.5796291828155518,\n                    -0.6437781453132629,\n                    0.6367589831352234,\n                    -0.6300449967384338,\n                    0.7121995687484741,\n                    -0.6823529601097107,\n                    0.696696400642395,\n                    -0.6705729961395264,\n                    0.8690012693405151,\n                    -0.8339665532112122,\n                    0.7222705483436584,\n                    -0.7540703415870667,\n                    0.6150301098823547,\n                    -0.6807659864425659,\n                    0.6992599368095398,\n                    -0.7563897371292114,\n                    0.6905317902565002,\n                    -0.7968566417694092,\n                    0.8281071186065674,\n                    -0.8473334908485413,\n                    0.6335240602493286,\n                    -0.8035706281661987,\n                    0.6233310699462891,\n                    -0.8296329975128174,\n                    0.537209153175354,\n                    -0.6276646256446838,\n                    0.658548891544342,\n                    -0.7430838346481323,\n                    0.8641183972358704,\n                    -0.6977340579032898,\n                    0.6543984413146973,\n                    -1.0148165225982666,\n                    1.0198825597763062,\n                    -1.0347142219543457,\n                    0.885114848613739,\n                    -1.0182955265045166,\n                    1.323353886604309,\n                    -1.6956130266189575,\n                    1.47783625125885,\n                    -1.30577552318573,\n                    1.2549935579299927,\n                    -1.2679941654205322,\n                    1.2925306558609009,\n                    -1.1756465435028076,\n                    1.0853132009506226,\n                    -1.2932021617889404,\n                    1.2623178958892822,\n                    -1.149156928062439,\n                    1.2894788980484009,\n                    -1.0153048038482666,\n                    1.30125892162323,\n                    -0.8925611972808838,\n                    0.9851529598236084,\n                    -0.9980315566062927,\n                    0.9410238862037659,\n                    -1.0841535329818726,\n                    0.9977874159812927,\n                    -1.0198825597763062,\n                    0.9794766306877136,\n                    -0.9659265875816345,\n                    0.799176037311554,\n                    -0.7822690010070801,\n                    0.8624094128608704,\n                    -0.8726024031639099,\n                    0.9530479907989502,\n                    -0.6360265612602234,\n                    0.7328908443450928,\n                    -0.695292592048645,\n                    0.9797818064689636,\n                    -0.6445716023445129,\n                    0.6351110339164734,\n                    -0.6728923320770264,\n                    0.9947356581687927,\n                    -0.7184863090515137,\n                    0.8923170566558838,\n                    -1.2593880891799927,\n                    1.2568246126174927,\n                    -1.235950231552124,\n                    1.1832760572433472,\n                    -0.887251079082489,\n                    1.0129244327545166,\n                    -0.888166606426239,\n                    0.955428421497345,\n                    -0.7742732763290405,\n                    0.6309605836868286,\n                    -0.9308308362960815,\n                    0.8894484043121338,\n                    -0.6113680005073547,\n                    0.8162661194801331,\n                    -1.7634851932525635,\n                    1.2914930582046509,\n                    -0.8138856887817383,\n                    0.9852139949798584,\n                    -1.3535667657852173,\n                    1.005722165107727,\n                    -1.2610360383987427,\n                    0.9872282147407532,\n                    -1.2554208040237427,\n                    1.1364613771438599,\n                    -0.956710159778595,\n                    0.9972991347312927,\n                    -0.8412298560142517,\n                    0.9733729958534241,\n                    -0.6819257140159607,\n                    0.801373302936554,\n                    -0.9126421213150024,\n                    0.8560616374015808,\n                    -0.8939040303230286,\n                    0.8233463168144226,\n                    -0.8890821933746338,\n                    0.8429999351501465,\n                    -0.732036292552948,\n                    0.8919508457183838,\n                    -0.7807431221008301,\n                    1.0370947122573853,\n                    -0.9611657857894897,\n                    0.7857480645179749,\n                    -0.7363088130950928,\n                    0.6136873364448547,\n                    -0.5701686143875122,\n                    0.6990157961845398,\n                    -0.6020904779434204,\n                    0.7018845081329346,\n                    -1.1782711744308472,\n                    1.0434424877166748,\n                    -1.090867519378662,\n                    0.9767910242080688,\n                    -0.9957122206687927,\n                    1.1020370721817017,\n                    -1.0308079719543457,\n                    0.9522545337677002,\n                    -0.8844434022903442,\n                    0.8130922317504883,\n                    -0.7523613572120667,\n                    0.9462729692459106,\n                    -0.7350881099700928,\n                    0.8966506719589233,\n                    -0.7114671468734741,\n                    0.7160448431968689,\n                    -0.6233310699462891,\n                    0.6407873630523682,\n                    -0.5335469841957092,\n                    0.4407110810279846,\n                    -0.5180438160896301,\n                    0.800213634967804,\n                    -1.1050277948379517,\n                    1.2400397062301636,\n                    -0.957198441028595,\n                    1.1827267408370972,\n                    -0.9140459299087524,\n                    0.9641565680503845,\n                    -0.7631036639213562,\n                    0.9181353449821472,\n                    -0.7428396940231323,\n                    0.8459296822547913,\n                    -0.7805600166320801,\n                    0.766460657119751,\n                    -0.5642480850219727,\n                    0.6639810800552368,\n                    -0.5967803597450256,\n                    0.502479612827301,\n                    -0.5721827745437622,\n                    0.40823987126350403,\n                    -0.767437219619751,\n                    0.659037172794342,\n                    -0.7897764444351196,\n                    1.0030975341796875,\n                    -1.2104371786117554,\n                    1.0205539464950562,\n                    -1.0275731086730957,\n                    0.956282913684845,\n                    -0.7920348048210144,\n                    0.6299229264259338,\n                    -0.6236972808837891,\n                    0.6553750038146973,\n                    -0.8721141219139099,\n                    0.9177080988883972,\n                    -0.6567177772521973,\n                    0.5904936194419861,\n                    -0.5533837080001831,\n                    0.5682154297828674,\n                    -0.5718165636062622,\n                    0.802471935749054,\n                    -1.081040620803833,\n                    1.080125093460083,\n                    -0.8146181702613831,\n                    0.9794766306877136,\n                    -0.8768749237060547,\n                    1.1702754497528076,\n                    -0.922163724899292,\n                    0.8282902240753174,\n                    -0.7958190441131592,\n                    0.7427176237106323,\n                    -0.7364919781684875,\n                    0.7804379463195801,\n                    -0.7069504857063293,\n                    0.5481345653533936,\n                    -0.4731212258338928,\n                    0.6026397943496704,\n                    -0.574990451335907,\n                    0.6688029170036316,\n                    -0.7162279486656189,\n                    0.6883344650268555,\n                    -1.5379568338394165,\n                    1.528374195098877,\n                    -1.5098191499710083,\n                    1.30254065990448,\n                    -0.8940871357917786,\n                    0.9322347044944763,\n                    -0.956771194934845,\n                    0.7378347516059875,\n                    -0.9493858218193054,\n                    0.9642176032066345,\n                    -0.8602731227874756,\n                    0.9055008888244629,\n                    -0.8768138885498047,\n                    0.9739223122596741,\n                    -0.8253604769706726,\n                    0.8417181372642517,\n                    -0.852155327796936,\n                    0.9860074520111084,\n                    -0.6402990818023682,\n                    0.6812542676925659,\n                    -0.6058136820793152,\n                    0.7799496650695801,\n                    -0.7195849418640137,\n                    0.7409476041793823,\n                    -0.7266041040420532,\n                    0.694682240486145,\n                    -0.7090257406234741,\n                    0.8209658861160278,\n                    -0.851667046546936,\n                    0.6288242936134338,\n                    -0.6334630250930786,\n                    0.7373464703559875,\n                    -0.5632104873657227,\n                    0.6412756443023682,\n                    -0.5419699549674988,\n                    0.44010069966316223,\n                    -0.38815900683403015,\n                    0.47122910618782043,\n                    -0.46878767013549805,\n                    0.4755016267299652,\n                    -0.4883192181587219,\n                    0.4758678674697876,\n                    -0.3641718029975891,\n                    0.5077286958694458,\n                    -0.4285038411617279,\n                    0.43820858001708984,\n                    -0.3515983819961548,\n                    0.6232700347900391,\n                    -0.3999389708042145,\n                    0.5890898108482361,\n                    -0.34305334091186523,\n                    0.4636606276035309,\n                    -0.3656977117061615,\n                    0.37363240122795105,\n                    -0.442481130361557,\n                    0.4936293661594391,\n                    -0.7848325371742249,\n                    0.8833447694778442,\n                    -0.957503616809845,\n                    0.7392385601997375,\n                    -1.094102382659912,\n                    1.1086289882659912,\n                    -0.8170595765113831,\n                    1.0678569078445435,\n                    -0.9355916976928711,\n                    0.7042038440704346,\n                    -0.802471935749054,\n                    0.8224918246269226,\n                    -0.8743724822998047,\n                    0.9374227523803711,\n                    -0.8242008090019226,\n                    0.9310749769210815,\n                    -0.8086366057395935,\n                    0.730388343334198,\n                    -0.6068512797355652,\n                    0.9502403140068054,\n                    -0.7702448964118958,\n                    0.6875410079956055,\n                    -0.5166399478912354,\n                    0.4934462606906891,\n                    -0.5294575691223145,\n                    0.43961241841316223,\n                    -0.5666285157203674,\n                    0.7336232662200928,\n                    -0.5605248808860779,\n                    0.5193255543708801,\n                    -0.8372625112533569,\n                    0.767071008682251,\n                    -0.9046463966369629,\n                    1.096665859222412,\n                    -0.47006943821907043,\n                    0.4137941598892212,\n                    -0.4899671971797943,\n                    0.3607538044452667,\n                    -0.4114137589931488,\n                    0.4806897044181824,\n                    -0.5575951933860779,\n                    0.5447165369987488,\n                    -0.5494773983955383,\n                    0.5510643124580383,\n                    -0.5489280819892883,\n                    0.5819485783576965,\n                    -0.42398717999458313,\n                    0.4741588532924652,\n                    -0.43289846181869507,\n                    0.39047837257385254,\n                    -0.29257649183273315,\n                    0.46903181076049805,\n                    -0.34384679794311523,\n                    0.3607538044452667,\n                    -1.090318202972412,\n                    1.2936904430389404,\n                    -0.9650110602378845,\n                    0.8656443357467651,\n                    -1.0347142219543457,\n                    0.9689784049987793,\n                    -1.1740596294403076,\n                    1.1133898496627808,\n                    -0.9424887299537659,\n                    0.920515775680542,\n                    -0.6926680207252502,\n                    0.7844052910804749,\n                    -1.097642421722412,\n                    0.8046692609786987,\n                    -0.923567533493042,\n                    0.7508964538574219,\n                    -0.7604791522026062,\n                    0.730754554271698,\n                    -0.8632639050483704,\n                    0.6694132685661316,\n                    -0.7734187841415405,\n                    0.6550698280334473,\n                    -0.7367361187934875,\n                    0.7024338245391846,\n                    -0.6908369660377502,\n                    0.7082322239875793,\n                    -0.5485007762908936,\n                    0.7267872095108032,\n                    -0.6650797128677368,\n                    0.6509193778038025,\n                    -0.5084000825881958,\n                    0.9644617438316345,\n                    -0.5467307567596436,\n                    0.7603570818901062,\n                    -0.6454871296882629,\n                    0.6406042575836182,\n                    -0.5776150226593018,\n                    0.5591821074485779,\n                    -0.5478904247283936,\n                    0.6714885234832764,\n                    -0.8721141219139099,\n                    0.6366979479789734,\n                    -0.5560082197189331,\n                    0.7037765979766846,\n                    -0.6431677937507629,\n                    0.5292744040489197,\n                    -0.6660563349723816,\n                    0.6041657328605652,\n                    -0.6824750304222107,\n                    0.4952163100242615,\n                    -0.5655298829078674,\n                    0.7283741235733032,\n                    -0.5571069121360779,\n                    0.6728923320770264,\n                    -0.4953994154930115,\n                    0.5249408483505249,\n                    -0.7613946795463562,\n                    0.9866178631782532,\n                    -0.8830395936965942,\n                    0.8107118606567383,\n                    -0.8929274678230286,\n                    0.9737392067909241,\n                    -0.7702448964118958,\n                    0.6705729961395264,\n                    -0.7351491451263428,\n                    0.7102464437484741,\n                    -0.6850385069847107,\n                    0.7414358854293823,\n                    -1.095139980316162,\n                    1.1996338367462158,\n                    -1.0887311697006226,\n                    1.1586174964904785,\n                    -1.0861066579818726,\n                    1.1901731491088867,\n                    -1.0148775577545166,\n                    1.091966152191162,\n                    -0.8373235464096069,\n                    0.8550850749015808,\n                    -0.6447547078132629,\n                    0.8125429153442383,\n                    -0.5879911780357361,\n                    0.9701991081237793,\n                    -0.537941575050354,\n                    0.696818470954895,\n                    -0.7121385335922241,\n                    0.5683375000953674,\n                    -0.8269474506378174,\n                    0.7197680473327637,\n                    -0.887251079082489,\n                    0.6407263278961182,\n                    -1.011032223701477,\n                    0.5987945199012756,\n                    -0.731181800365448,\n                    0.7082932591438293,\n                    -0.5777981281280518,\n                    0.6384069323539734,\n                    -0.7573662996292114,\n                    0.6974288821220398,\n                    -0.6396887302398682,\n                    0.7530937790870667,\n                    -0.5544823408126831,\n                    0.7819027900695801,\n                    -0.5519188046455383,\n                    0.4270389974117279,\n                    -0.5983062386512756,\n                    0.6152743101119995,\n                    -0.33804836869239807,\n                    0.41989776492118835,\n                    -0.46707865595817566,\n                    0.3689936697483063,\n                    -0.5115739703178406,\n                    0.5154802799224854,\n                    -0.45578697323799133,\n                    0.3515373468399048,\n                    -1.2582284212112427,\n                    1.1146715879440308,\n                    -0.9942473769187927,\n                    1.1271228790283203,\n                    -0.6553139686584473,\n                    0.8439764976501465,\n                    -0.60874342918396,\n                    0.8050354719161987,\n                    -0.6139314770698547,\n                    0.8465400338172913,\n                    -0.5629053115844727,\n                    0.5826199650764465,\n                    -0.5549706220626831,\n                    0.60996413230896,\n                    -0.60801100730896,\n                    0.41763943433761597,\n                    -0.6720988750457764,\n                    0.6847333312034607,\n                    -0.5589990019798279,\n                    0.47861447930336,\n                    -0.6711833477020264,\n                    0.6705729961395264,\n                    -0.5331196784973145,\n                    0.5309224128723145,\n                    -0.5286640524864197,\n                    0.8035095930099487,\n                    -0.3454337418079376,\n                    0.4761730432510376,\n                    -0.9463340044021606,\n                    1.1355458498001099,\n                    -0.9379720687866211,\n                    1.0026702880859375,\n                    -1.0007171630859375,\n                    0.7866635918617249,\n                    -0.8979324102401733,\n                    0.8255435824394226,\n                    -1.216784954071045,\n                    1.163500428199768,\n                    -1.2793469429016113,\n                    1.1019150018692017,\n                    -1.167711853981018,\n                    1.0882428884506226,\n                    -0.7927672266960144,\n                    1.091416835784912,\n                    -0.993759036064148,\n                    0.9243610501289368,\n                    -0.5920195579528809,\n                    0.8141298294067383,\n                    -0.6164950132369995,\n                    0.6733806133270264,\n                    -0.6120393872261047,\n                    0.5437399744987488,\n                    -0.921980619430542,\n                    0.6511024832725525,\n                    -0.8304875493049622,\n                    0.8071717619895935,\n                    -0.801617443561554,\n                    0.9308308362960815,\n                    -0.8365300893783569,\n                    1.2587167024612427,\n                    -1.0275731086730957,\n                    1.0433814525604248,\n                    -1.2250248193740845,\n                    1.3369649648666382,\n                    -1.0400854349136353,\n                    1.093003749847412,\n                    -1.1788815259933472,\n                    1.1219959259033203,\n                    -1.075974702835083,\n                    0.9340657591819763,\n                    -1.1316395998001099,\n                    1.0480811595916748,\n                    -0.993209719657898,\n                    1.1563591957092285,\n                    -0.8935378193855286,\n                    0.9050736427307129,\n                    -1.0306859016418457,\n                    0.8104066252708435,\n                    -0.885236918926239,\n                    0.8845044374465942,\n                    -1.1188830137252808,\n                    0.8091248869895935,\n                    -1.1329823732376099,\n                    0.9060502052307129,\n                    -0.9498741030693054,\n                    0.8478828072547913,\n                    -0.9680018424987793,\n                    0.7987487316131592,\n                    -1.1060655117034912,\n                    1.1774166822433472,\n                    -0.9993743896484375,\n                    1.0413671731948853,\n                    -1.2262455224990845,\n                    1.0348973274230957,\n                    -1.30150306224823,\n                    0.9858243465423584,\n                    -1.464652419090271,\n                    1.163866639137268,\n                    -1.378835678100586,\n                    0.9631800055503845,\n                    -1.1358510255813599,\n                    0.9036697745323181,\n                    -1.0223850011825562,\n                    1.1246814727783203,\n                    -0.9075150489807129,\n                    1.1101548671722412,\n                    -0.9308308362960815,\n                    0.7941100001335144,\n                    -0.767193078994751,\n                    0.8719310164451599,\n                    -2,\n                    1.6599068641662598,\n                    -1.528984546661377,\n                    1.6766918897628784,\n                    -1.1774777173995972,\n                    1.0408178567886353,\n                    -0.8993972539901733,\n                    0.7267872095108032,\n                    -0.8057068586349487,\n                    0.7080491185188293,\n                    -1.079209566116333,\n                    0.695414662361145,\n                    -0.7564507722854614,\n                    0.7917906641960144,\n                    -0.7872129678726196,\n                    0.6715495586395264,\n                    -0.8176699280738831,\n                    0.6539711356163025,\n                    -0.800274670124054,\n                    0.7085373997688293,\n                    -0.7705500721931458,\n                    0.8269474506378174,\n                    -0.695048451423645,\n                    0.8591744899749756,\n                    -0.6251010894775391,\n                    0.7804989814758301,\n                    -0.5241473913192749,\n                    0.6240634918212891,\n                    -0.7155565619468689,\n                    0.7427786588668823,\n                    -0.6051422953605652,\n                    0.7856870293617249,\n                    -0.7070115208625793,\n                    0.658854067325592,\n                    -0.7169604301452637,\n                    0.8137025833129883,\n                    -0.9418783783912659,\n                    0.9841763973236084,\n                    -0.9375448226928711,\n                    1.1105821132659912,\n                    -0.8549630045890808,\n                    0.7254444360733032,\n                    -0.6996261477470398,\n                    0.7139696478843689,\n                    -0.5433127284049988,\n                    0.5470359325408936,\n                    -0.5574120879173279,\n                    0.7391164898872375,\n                    -0.5420920252799988,\n                    0.6203402876853943,\n                    -0.5660791993141174,\n                    0.6389563083648682,\n                    -0.6736857891082764,\n                    0.7156786322593689,\n                    -0.729411780834198,\n                    0.7723201513290405,\n                    -0.7819638252258301,\n                    0.8320744633674622,\n                    -0.8670481443405151,\n                    0.6464026570320129,\n                    -0.7016403675079346,\n                    0.6647135019302368,\n                    -0.4928969144821167,\n                    0.6047150492668152,\n                    -0.5796291828155518,\n                    0.7803158760070801,\n                    -0.5965972542762756,\n                    0.6362096667289734,\n                    -0.6922407746315002,\n                    0.5217670202255249,\n                    -0.4476691782474518,\n                    0.6224765181541443,\n                    -0.48203250765800476,\n                    0.4804455637931824,\n                    -0.5078507661819458,\n                    0.6860761642456055,\n                    -0.8920729160308838,\n                    0.9512169361114502,\n                    -0.8899366855621338,\n                    0.8847485780715942,\n                    -0.5870755910873413,\n                    0.6470741033554077,\n                    -0.6298618912696838,\n                    0.7358205318450928,\n                    -0.7007247805595398,\n                    0.6669108271598816,\n                    -0.48722055554389954,\n                    0.5446555018424988,\n                    -0.5433737635612488,\n                    0.3963988721370697,\n                    -0.4133058786392212,\n                    0.537453293800354,\n                    -0.4628671705722809,\n                    0.6153963804244995,\n                    -0.8640573620796204,\n                    0.6425573825836182,\n                    -0.4444342851638794,\n                    0.49802395701408386,\n                    -0.4761730432510376,\n                    0.3642328381538391,\n                    -0.3495231568813324,\n                    0.34750896692276,\n                    -0.30869001150131226,\n                    0.3152208626270294,\n                    -0.3793087601661682,\n                    0.43472954630851746,\n                    -0.251926451921463,\n                    0.3291371166706085,\n                    -0.22494849562644958,\n                    0.2706035077571869,\n                    -1.2861829996109009,\n                    0.8330510258674622,\n                    -1.4009307622909546,\n                    1.687739372253418,\n                    -1.097398281097412,\n                    1.2485237121582031,\n                    -1.1148546934127808,\n                    1.0722514390945435,\n                    -0.9178301692008972,\n                    1.2473640441894531,\n                    -1.0996567010879517,\n                    1.1876707077026367,\n                    -1.2061645984649658,\n                    1.238208532333374,\n                    -1.1949950456619263,\n                    1.095994472503662,\n                    -1.007370114326477,\n                    0.8940871357917786,\n                    -0.8234683871269226,\n                    1.0561379194259644,\n                    -1.0274510383605957,\n                    0.8945143818855286,\n                    -1.1550774574279785,\n                    0.7980773448944092,\n                    -0.8759593963623047,\n                    1.0008392333984375,\n                    -0.8986648321151733,\n                    1.0003509521484375,\n                    -0.9798428416252136,\n                    0.9091630578041077,\n                    -0.9813687205314636,\n                    1.0333104133605957,\n                    -0.9028152823448181,\n                    0.7950255870819092,\n                    -0.8173647522926331,\n                    0.7870908379554749,\n                    -0.7609063982963562,\n                    0.8273746967315674,\n                    -0.5534447431564331,\n                    0.7452201247215271,\n                    -0.7192797660827637,\n                    0.7986876964569092,\n                    -0.6789959669113159,\n                    0.7490043640136719,\n                    -0.7033493518829346,\n                    0.7382009625434875,\n                    -0.6232089996337891,\n                    0.6987716555595398,\n                    -0.6312657594680786,\n                    0.8060120344161987,\n                    -0.8754711151123047,\n                    0.8631418347358704,\n                    -0.6437781453132629,\n                    0.5861600637435913,\n                    -0.537209153175354,\n                    0.6234531402587891,\n                    -0.731853187084198,\n                    0.7042038440704346,\n                    -1.543267011642456,\n                    1.0124361515045166,\n                    -0.923811674118042,\n                    0.9267414212226868,\n                    -1.0998398065567017,\n                    1.2720226049423218,\n                    -0.9752041101455688,\n                    0.8718699812889099,\n                    -0.958113968372345,\n                    1.091111660003662,\n                    -0.9527428150177002,\n                    0.9772182703018188,\n                    -1.222461223602295,\n                    1.1541008949279785,\n                    -1.0239108800888062,\n                    0.8677805662155151,\n                    -0.9119096398353577,\n                    1.059678077697754,\n                    -0.851728081703186,\n                    0.9695887565612793,\n                    -0.7754330039024353,\n                    0.8602120876312256,\n                    -0.7238574624061584,\n                    0.5786526203155518,\n                    -0.9775844812393188,\n                    0.8055847883224487,\n                    -0.6638590097427368,\n                    0.8401922583580017,\n                    -0.8619821667671204,\n                    0.9122148752212524,\n                    -1.1229114532470703,\n                    0.7695735096931458,\n                    -0.8084535002708435,\n                    0.9032425284385681,\n                    -1.445120930671692,\n                    1.0472266674041748,\n                    -1.079331636428833,\n                    1.0417333841323853,\n                    -1.1542840003967285,\n                    0.8114442825317383,\n                    -0.9756923913955688,\n                    0.9408407807350159,\n                    -1.164476990699768,\n                    1.091172695159912,\n                    -0.7599908709526062,\n                    0.7937437891960144,\n                    -1.077866792678833,\n                    0.9548180103302002,\n                    -1.059739112854004,\n                    0.9786831736564636,\n                    -0.8660715818405151,\n                    0.7247730493545532,\n                    -0.696940541267395,\n                    0.7060349583625793,\n                    -1.5138475894927979,\n                    1.6308537721633911,\n                    -1.3522239923477173,\n                    1.6985427141189575,\n                    -1.3640040159225464,\n                    1.7321126461029053,\n                    -1.5638360977172852,\n                    1.2776379585266113,\n                    -1.6664987802505493,\n                    1.3648585081100464,\n                    -1.1728999614715576,\n                    1.219043254852295,\n                    -1.0726176500320435,\n                    1.0278782844543457,\n                    -1.096055507659912,\n                    1.1246814727783203,\n                    -0.8729075789451599,\n                    1.2901502847671509,\n                    -0.8053406476974487,\n                    1.3653467893600464,\n                    -0.8046692609786987,\n                    0.9681239128112793,\n                    -0.7562066316604614,\n                    0.7681697010993958,\n                    -1.0447852611541748,\n                    1.076707124710083,\n                    -0.7079270482063293,\n                    0.7527886033058167,\n                    -0.8367742300033569,\n                    0.6786297559738159,\n                    -0.6474403142929077,\n                    0.919966459274292,\n                    -0.7472342848777771,\n                    0.9116044640541077,\n                    -0.7538872361183167,\n                    0.6475013494491577,\n                    -1.30669105052948,\n                    1.2897230386734009,\n                    -1.4338903427124023,\n                    1.2437018156051636,\n                    -1.1118028163909912,\n                    1.1337758302688599,\n                    -0.9785000085830688,\n                    1.30785071849823,\n                    -0.9734340310096741,\n                    1.3157854080200195,\n                    -0.9352864623069763,\n                    1.318715214729309,\n                    -0.8437933921813965,\n                    1.321889042854309,\n                    -0.6634927988052368,\n                    0.8226749300956726,\n                    -0.6503700017929077,\n                    0.7189135551452637,\n                    -0.7900205850601196,\n                    0.886640727519989,\n                    -1.5737849473953247,\n                    1.8107881546020508,\n                    -1.165697693824768,\n                    1.3820706605911255,\n                    -0.8411077857017517,\n                    1.0254977941513062,\n                    -1.4199130535125732,\n                    0.8785839676856995,\n                    -1.1746089458465576,\n                    0.8651559948921204,\n                    -0.8776074051856995,\n                    1.1046615839004517,\n                    -1.1241931915283203,\n                    1.062790870666504,\n                    -1.2785534858703613,\n                    1.3099870681762695,\n                    -1.0122530460357666,\n                    1.1396963596343994,\n                    -1.165758728981018,\n                    1.0397802591323853,\n                    -1.1149157285690308,\n                    0.9678797721862793,\n                    -1.0318455696105957,\n                    0.853437066078186,\n                    -1.0425268411636353,\n                    0.9972991347312927,\n                    -0.958602249622345,\n                    0.8648508191108704,\n                    -0.7895323038101196,\n                    0.7194018363952637,\n                    -0.799115002155304,\n                    0.9358968734741211,\n                    -0.732219398021698,\n                    0.7364919781684875,\n                    -0.7336843013763428,\n                    0.8168154358863831,\n                    -0.9832608699798584,\n                    0.9813687205314636,\n                    -0.9427939057350159,\n                    0.9018387198448181,\n                    -0.7040817737579346,\n                    0.8481879830360413,\n                    -0.8766307830810547,\n                    0.6719157695770264,\n                    -0.658426821231842,\n                    0.6907759308815002,\n                    -0.6730754375457764,\n                    0.5865873098373413,\n                    -0.6924238801002502,\n                    0.502906858921051,\n                    -0.4773937463760376,\n                    0.7507133483886719,\n                    -0.5016250610351562,\n                    0.5865873098373413,\n                    -0.5580834746360779,\n                    0.6048981547355652,\n                    -1.2858167886734009,\n                    1.1367666721343994,\n                    -1.4993209838867188,\n                    1.6674143075942993,\n                    -1.0216525793075562,\n                    1.1437857151031494,\n                    -0.8839551210403442,\n                    0.9488975405693054,\n                    -0.6214389204978943,\n                    0.6060578227043152,\n                    -0.8077821135520935,\n                    0.6733195781707764,\n                    -0.7034103870391846,\n                    0.9024490714073181,\n                    -0.7192797660827637,\n                    0.6769207119941711,\n                    -0.6229647994041443,\n                    0.5359883904457092,\n                    -0.6711223125457764,\n                    0.7967345714569092,\n                    -0.4718394875526428,\n                    0.42075225710868835,\n                    -0.8791332840919495,\n                    0.6973678469657898,\n                    -0.732158362865448,\n                    0.6834515929222107,\n                    -0.6268100738525391,\n                    0.6439002156257629,\n                    -0.5119401812553406,\n                    0.4308232367038727,\n                    -0.4414435029029846,\n                    0.3996337950229645,\n                    -0.4278324544429779,\n                    0.3320057988166809,\n                    -0.35635918378829956,\n                    0.3605096638202667,\n                    -1.062973976135254,\n                    0.7252002954483032,\n                    -1.0268405675888062,\n                    0.8568550944328308,\n                    -1.0001678466796875,\n                    1.1050277948379517,\n                    -1.1037460565567017,\n                    0.8038147687911987,\n                    -0.7593194246292114,\n                    1.2246586084365845,\n                    -0.9854581356048584,\n                    0.660379946231842,\n                    -0.5980620980262756,\n                    0.61014723777771,\n                    -0.4447394609451294,\n                    0.5090714693069458,\n                    -0.3462882339954376,\n                    0.45273518562316895,\n                    -0.5630884170532227,\n                    0.7936827540397644,\n                    -0.9349812865257263,\n                    0.8810864686965942,\n                    -1.597772240638733,\n                    0.993453860282898,\n                    -1.0487525463104248,\n                    0.9084306359291077,\n                    -1.0525368452072144,\n                    0.6905928254127502,\n                    -0.8114442825317383,\n                    1.2438849210739136,\n                    -0.8179751038551331,\n                    0.730571448802948,\n                    -0.5777981281280518,\n                    0.7418631315231323,\n                    -0.6060578227043152,\n                    0.8934157490730286,\n                    -0.6234531402587891,\n                    0.7572442293167114,\n                    -0.5561913251876831,\n                    0.5805447697639465,\n                    -0.5494773983955383,\n                    0.5470359325408936,\n                    -0.45163652300834656,\n                    0.5410544276237488,\n                    -0.6200961470603943,\n                    0.5552147626876831,\n                    -0.5431296229362488,\n                    0.4617074728012085,\n                    -0.5365377068519592,\n                    0.5069962739944458,\n                    -0.42099642753601074,\n                    0.60874342918396,\n                    -0.45169755816459656,\n                    0.5824368596076965,\n                    -0.443152517080307,\n                    0.5508812069892883,\n                    -0.503334105014801,\n                    0.4758068323135376,\n                    -0.6801556348800659,\n                    0.5367818474769592,\n                    -0.6656900644302368,\n                    0.4612802267074585,\n                    -0.5593041777610779,\n                    0.43698787689208984,\n                    -0.5687037706375122,\n                    0.5326924324035645,\n                    -0.4623178541660309,\n                    0.539040207862854,\n                    -0.42032501101493835,\n                    0.42111849784851074,\n                    -0.48441290855407715,\n                    0.4137941598892212,\n                    -0.5519188046455383,\n                    0.5207903981208801,\n                    -1.3994048833847046,\n                    1.1291371583938599,\n                    -0.9982147216796875,\n                    1.0513771772384644,\n                    -1.30656898021698,\n                    1.30846107006073,\n                    -1.0540016889572144,\n                    1.1207751035690308,\n                    -1.238269567489624,\n                    1.074753999710083,\n                    -0.8436713218688965,\n                    0.9011673331260681,\n                    -0.7114061117172241,\n                    0.8677195310592651,\n                    -0.47025254368782043,\n                    0.6580605506896973,\n                    -0.5196307301521301,\n                    0.5918364524841309,\n                    -0.7057908177375793,\n                    0.5090104341506958,\n                    -0.6201571822166443,\n                    0.5551537275314331,\n                    -0.4634775221347809,\n                    0.5126115679740906,\n                    -0.4726939797401428,\n                    0.4742809236049652,\n                    -0.48612192273139954,\n                    0.5115739703178406,\n                    -0.6045929789543152,\n                    0.5516746640205383,\n                    -0.45328450202941895,\n                    0.4475471079349518,\n                    -0.4563363194465637,\n                    0.5012588500976562,\n                    -0.4267948567867279,\n                    0.43906310200691223,\n                    -1.0489356517791748,\n                    0.8093690276145935,\n                    -0.8597238063812256,\n                    0.8195010423660278,\n                    -0.728801429271698,\n                    0.9355916976928711,\n                    -0.8732128143310547,\n                    0.8845654726028442,\n                    -0.8813306093215942,\n                    0.7553520798683167,\n                    -0.993148684501648,\n                    0.7410696744918823,\n                    -0.8578317165374756,\n                    0.9310139417648315,\n                    -0.695109486579895,\n                    0.5177996754646301,\n                    -0.5138933658599854,\n                    0.539955735206604,\n                    -0.5633325576782227,\n                    0.3146715462207794,\n                    -0.8693065047264099,\n                    0.8337224125862122,\n                    -0.9621423482894897,\n                    1.166430115699768,\n                    -0.801312267780304,\n                    0.8798046708106995,\n                    -0.885236918926239,\n                    0.7033493518829346,\n                    -1.0469214916229248,\n                    0.8117494583129883,\n                    -1.0176851749420166,\n                    0.9194781184196472,\n                    -0.9979705214500427,\n                    0.9750210046768188,\n                    -1.0685282945632935,\n                    0.920820951461792,\n                    -0.8611886501312256,\n                    0.9134355783462524,\n                    -0.920027494430542,\n                    0.8585031032562256,\n                    -0.957381546497345,\n                    0.799420177936554,\n                    -0.8769970536231995,\n                    0.764873743057251,\n                    -0.9046463966369629,\n                    0.729289710521698,\n                    -0.7159838080406189,\n                    0.5818875432014465,\n                    -0.7523003220558167,\n                    0.7832456231117249,\n                    -0.6793621778488159,\n                    0.7591973543167114,\n                    -0.8277409076690674,\n                    0.6548256874084473,\n                    -0.8039368391036987,\n                    0.6396887302398682,\n                    -0.7197070121765137,\n                    0.5907377600669861,\n                    -1.0424047708511353,\n                    0.9660486578941345,\n                    -0.7969176769256592,\n                    0.8899977207183838,\n                    -0.8685129880905151,\n                    0.7405203580856323,\n                    -0.7566949129104614,\n                    0.7633478045463562,\n                    -0.8805981278419495,\n                    0.9087358117103577,\n                    -0.9678797721862793,\n                    1.0438697338104248,\n                    -0.7048141956329346,\n                    0.955306351184845,\n                    -0.6143587231636047,\n                    0.5091935396194458,\n                    -0.5121232867240906,\n                    0.7161669135093689,\n                    -0.6785076856613159,\n                    0.6919966340065002,\n                    -0.9702601432800293,\n                    0.8237735629081726,\n                    -1.8385595083236694,\n                    2,\n                    -1.232898473739624,\n                    1.1080796718597412,\n                    -1.1577630043029785,\n                    1.011032223701477,\n                    -1.1184557676315308,\n                    1.064194679260254,\n                    -1.1162585020065308,\n                    1.058945655822754,\n                    -1.063096046447754,\n                    1.1160753965377808,\n                    -1.0312352180480957,\n                    0.9749599695205688,\n                    -1.0309300422668457,\n                    0.9716640114784241,\n                    -1.0412451028823853,\n                    1.1086900234222412,\n                    -1.075120210647583,\n                    1.091966152191162,\n                    -1.008957028388977,\n                    1.160326600074768,\n                    -0.9595788717269897,\n                    1.0872663259506226,\n                    -0.9352254271507263,\n                    0.921187162399292,\n                    -0.9730067849159241,\n                    1.0514382123947144,\n                    -0.8774242997169495,\n                    0.920943021774292,\n                    -0.7808651924133301,\n                    0.8314641118049622,\n                    -0.8811475038528442,\n                    0.9735561013221741,\n                    -0.798870861530304,\n                    0.8147402405738831,\n                    -0.7465018630027771,\n                    0.8493476510047913,\n                    -0.9418173432350159,\n                    0.8461127877235413,\n                    -0.6172274351119995,\n                    0.6673380732536316,\n                    -0.5583886504173279,\n                    0.5655298829078674,\n                    -0.6443884968757629,\n                    0.6919966340065002,\n                    -0.7007858157157898,\n                    0.6149690747261047,\n                    -0.43576714396476746,\n                    0.43277639150619507,\n                    -0.3621576130390167,\n                    0.40793469548225403,\n                    -0.5080338716506958,\n                    0.6379796862602234,\n                    -1.913572907447815,\n                    0.7074387669563293,\n                    -1.007858395576477,\n                    1.0348362922668457,\n                    -0.8279240131378174,\n                    1.167345643043518,\n                    -0.9596399068832397,\n                    0.992843508720398,\n                    -0.9899137616157532,\n                    1.2132447957992554,\n                    -1.1057603359222412,\n                    1.145922064781189,\n                    -0.990951418876648,\n                    0.9630579352378845,\n                    -1.062119483947754,\n                    1.1819943189620972,\n                    -1.075730562210083,\n                    1.1140612363815308,\n                    -0.8667429685592651,\n                    1.2677500247955322,\n                    -1.1971312761306763,\n                    1.2932631969451904,\n                    -1.0408178567886353,\n                    1.1403067111968994,\n                    -0.8838330507278442,\n                    1.0563210248947144,\n                    -0.958724319934845,\n                    0.9457236528396606,\n                    -0.9449301958084106,\n                    0.9792324900627136,\n                    -1.0880597829818726,\n                    0.9492027163505554,\n                    -1.064805030822754,\n                    1.1407949924468994,\n                    -0.991073489189148,\n                    1.2278324365615845,\n                    -0.9521324634552002,\n                    0.8594796657562256,\n                    -0.8760814666748047,\n                    0.7514457702636719,\n                    -0.6525673270225525,\n                    0.7798886299133301,\n                    -0.6330306529998779,\n                    0.5683980584144592,\n                    -0.7322264313697815,\n                    0.8125286102294922,\n                    -0.8134143948554993,\n                    0.7327055931091309,\n                    -0.763987123966217,\n                    0.7444431781768799,\n                    -0.6354904174804688,\n                    0.6900348663330078,\n                    -0.5937030911445618,\n                    0.5941673517227173,\n                    -0.8167973160743713,\n                    1.35673987865448,\n                    -1.03694748878479,\n                    1.1281625032424927,\n                    -1.5344098806381226,\n                    1.464671015739441,\n                    -1.166108250617981,\n                    1.2308228015899658,\n                    -1.1350921392440796,\n                    0.9219574332237244,\n                    -0.889931857585907,\n                    0.9980651140213013,\n                    -0.9029492139816284,\n                    0.6471463441848755,\n                    -0.9603909254074097,\n                    0.719413161277771,\n                    -0.6757505536079407,\n                    0.6686469912528992,\n                    -0.6407576203346252,\n                    0.42853766679763794,\n                    -0.5070032477378845,\n                    0.41541555523872375,\n                    -0.4605036973953247,\n                    0.4486341178417206,\n                    -0.5440222024917603,\n                    0.4549615681171417,\n                    -0.43549156188964844,\n                    0.4907321631908417,\n                    -0.5691392421722412,\n                    0.6720384359359741,\n                    -0.5121976137161255,\n                    0.6381885409355164,\n                    -0.4321942925453186,\n                    0.7214685678482056,\n                    -0.4115365147590637,\n                    0.6175055503845215,\n                    -0.4358883202075958,\n                    0.6816121339797974,\n                    -0.40653225779533386,\n                    0.4126153290271759,\n                    -0.4770507514476776,\n                    0.6264201402664185,\n                    -0.4811229109764099,\n                    0.4441976249217987,\n                    -0.8013420701026917,\n                    0.5784554481506348,\n                    -0.5288562178611755,\n                    0.6862751841545105,\n                    -0.6168017387390137,\n                    0.566663920879364,\n                    -0.5058648586273193,\n                    0.6414676308631897,\n                    -0.5254924893379211,\n                    0.6366614103317261,\n                    -0.4034593403339386,\n                    0.45769810676574707,\n                    -1.4153287410736084,\n                    1.4167649745941162,\n                    -0.7166447639465332,\n                    0.7855062484741211,\n                    -0.7310202717781067,\n                    0.7519562840461731,\n                    -0.6496101021766663,\n                    0.8682194948196411,\n                    -0.7730820178985596,\n                    0.593519926071167,\n                    -0.476307213306427,\n                    0.6899430751800537,\n                    -0.4916378855705261,\n                    0.3781435191631317,\n                    -0.6019648313522339,\n                    0.4619580805301666,\n                    -0.4294808506965637,\n                    0.28077995777130127,\n                    -0.3889423608779907,\n                    0.4571744203567505,\n                    -0.5500168204307556,\n                    0.37773263454437256,\n                    -0.47042638063430786,\n                    0.2931026518344879,\n                    -0.34422606229782104,\n                    0.19882138073444366,\n                    -0.35224586725234985,\n                    0.25444141030311584,\n                    -0.44576871395111084,\n                    0.24141740798950195,\n                    -0.48690131306648254,\n                    0.40608251094818115,\n                    -0.5940442085266113,\n                    0.4542573094367981,\n                    -0.5600656867027283,\n                    0.4289086163043976,\n                    -0.573600709438324,\n                    0.4398760497570038,\n                    -0.6280304193496704,\n                    0.49832722544670105,\n                    -0.5570676326751709,\n                    0.545444667339325,\n                    -0.5394015908241272,\n                    0.4316972494125366,\n                    -0.5431017875671387,\n                    0.2942967414855957,\n                    -0.2702298164367676,\n                    0.21569634974002838,\n                    -0.22710709273815155,\n                    0.23217344284057617,\n                    -0.31410977244377136,\n                    0.29705435037612915,\n                    -0.1850583702325821,\n                    0.23866981267929077,\n                    -0.2123507261276245,\n                    0.1471244841814041,\n                    -0.23693019151687622,\n                    0.25641047954559326,\n                    -0.6288555860519409,\n                    0.9220134019851685,\n                    -0.5563777685165405,\n                    0.5322331190109253,\n                    -0.5372392535209656,\n                    0.5746791362762451,\n                    -0.41645610332489014,\n                    0.5218724608421326,\n                    -0.48456043004989624,\n                    0.5104222893714905,\n                    -0.5005975365638733,\n                    0.4759378731250763,\n                    -0.3500898778438568,\n                    0.3891648054122925,\n                    -0.258953720331192,\n                    0.2565487027168274,\n                    -0.24994051456451416,\n                    0.2342953085899353,\n                    -0.28698426485061646,\n                    0.2605912983417511,\n                    -0.21774764358997345,\n                    0.2647111415863037,\n                    -0.22370010614395142,\n                    0.24657657742500305,\n                    -0.1615915447473526,\n                    0.21160534024238586,\n                    -0.13139769434928894,\n                    0.15918894112110138,\n                    -0.1651952713727951,\n                    0.16639912128448486,\n                    -0.3495814800262451,\n                    0.44893014430999756,\n                    -0.2651251554489136,\n                    0.33338889479637146,\n                    -0.2998676598072052,\n                    0.32200080156326294,\n                    -0.3786753714084625,\n                    0.4093717634677887,\n                    -0.2642970383167267,\n                    0.3051892817020416,\n                    -0.2994071841239929,\n                    0.2620348334312439,\n                    -0.23367774486541748,\n                    0.29673686623573303,\n                    -0.26309913396835327,\n                    0.2550099492073059,\n                    -0.2558438777923584,\n                    0.23298759758472443,\n                    -0.2284746915102005,\n                    0.205486461520195,\n                    -0.15244001150131226,\n                    0.17462708055973053,\n                    -0.19623833894729614,\n                    0.1660933494567871,\n                    -0.27098599076271057,\n                    0.21138207614421844,\n                    -0.15227685868740082,\n                    0.174269899725914,\n                    -0.2571033537387848,\n                    0.16220656037330627,\n                    -0.2012714147567749,\n                    0.29959481954574585,\n                    -0.27946940064430237,\n                    0.2297862470149994,\n                    -0.2198197841644287,\n                    0.22954396903514862,\n                    -0.23283712565898895,\n                    0.18542735278606415,\n                    -0.20181027054786682,\n                    0.19545122981071472,\n                    -0.17846941947937012,\n                    0.18905609846115112,\n                    -0.16090407967567444,\n                    0.16146528720855713,\n                    -0.14803694188594818,\n                    0.14445117115974426,\n                    -0.1555200219154358,\n                    0.14320988953113556,\n                    -0.13831385970115662,\n                    0.1380603313446045,\n                    -0.13846811652183533,\n                    0.10920318216085434,\n                    -0.12586627900600433,\n                    0.09787466377019882,\n                    -0.09343449771404266,\n                    0.10160307586193085,\n                    -0.10759652405977249,\n                    0.09057675302028656,\n                    -0.1318528652191162,\n                    0.09335517138242722,\n                    -0.12335222214460373,\n                    0.13926969468593597,\n                    -0.0873481035232544,\n                    0.07380609959363937,\n                    -0.0676729828119278,\n                    0.07046963274478912,\n                    -0.09029506891965866,\n                    0.08234602957963943,\n                    -0.07486081123352051,\n                    0.057079922407865524,\n                    -0.05922399088740349,\n                    0.053009841591119766,\n                    -0.041432105004787445,\n                    0.04872540012001991,\n                    -0.033523984253406525,\n                    0.030514966696500778,\n                    -0.025850411504507065,\n                    0.023582356050610542,\n                    -0.019100334495306015,\n                    0.014474214054644108,\n                    -0.005777984857559204,\n                    0.006017440930008888\n                ]\n            },\n            \"startPoints\": [],\n            \"status\": \"ready\",\n            \"climaxPoints\": [],\n            \"urls\": {\n                \"LOW\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=1a1bbe3c4f4e7ef0441e126e28e110ac16eabff5&temp_url_expires=1541586980&version=v2\"\n            },\n            \"parts\": {},\n            \"mp3_url\": \"https://services.matchtune.com/testing/fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5.low.m4a?temp_url_sig=1a1bbe3c4f4e7ef0441e126e28e110ac16eabff5&temp_url_expires=1541586980&version=v2\",\n            \"timestamp\": 1541499158.089695,\n            \"license\": \"None\",\n            \"metadata\": {\n                \"recordId\": 206,\n                \"duration\": \"218295\",\n                \"subgenre\": \"Country\",\n                \"numerator\": \"4\",\n                \"tempo\": 86,\n                \"title\": \"BLUES ALLEY NATION\",\n                \"genre\": \"Blues\",\n                \"denominator\": \"4\",\n                \"pitch\": \"Fm\",\n                \"originalHash\": \"e2c6d95583c4436e820f417727bc5cc4654e01e2\",\n                \"cover\": {\n                    \"large\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-large.jpg\",\n                    \"medium\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-medium.jpg\",\n                    \"small\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-small.jpg\"\n                }\n            },\n            \"totalDuration\": 90000\n        }\n    }\n}"},{"id":"0dc67ec1-4b3a-4baf-a6b0-d5ef41890ae5","name":"Retreive an existing id card","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.matchtune.com/music/{{music_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Nov 2018 10:48:34 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"2756"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"music\",\n        \"attributes\": {\n            \"finalHash\": \"c3bf6944d0df552ae4d90a004c867138558091be\",\n            \"stems\": [\n                \"solos\",\n                \"rhythm section\",\n                \"bass\",\n                \"guitar\"\n            ],\n            \"parts\": {\n                \"intro2\": {\n                    \"cursor\": 10322.58064516129,\n                    \"endPos\": 2304,\n                    \"startPos\": 768,\n                    \"end\": 13,\n                    \"start\": 5,\n                    \"duration\": 20645.16129032258\n                },\n                \"verse\": {\n                    \"cursor\": 30967.741935483868,\n                    \"endPos\": 3840,\n                    \"startPos\": 2304,\n                    \"end\": 21,\n                    \"start\": 13,\n                    \"duration\": 20645.16129032258\n                },\n                \"verse2\": {\n                    \"cursor\": 61935.483870967735,\n                    \"endPos\": 6144,\n                    \"startPos\": 4608,\n                    \"end\": 33,\n                    \"start\": 25,\n                    \"duration\": 20645.16129032258\n                },\n                \"bridge\": {\n                    \"cursor\": 51612.90322580645,\n                    \"endPos\": 4608,\n                    \"startPos\": 3840,\n                    \"end\": 25,\n                    \"start\": 21,\n                    \"duration\": 10322.58064516129\n                },\n                \"adlib\": {\n                    \"cursor\": 82580.64516129032,\n                    \"endPos\": 6912,\n                    \"startPos\": 6144,\n                    \"end\": 37,\n                    \"start\": 33,\n                    \"duration\": 10322.58064516129\n                },\n                \"outro\": {\n                    \"cursor\": 92903.2258064516,\n                    \"endPos\": 7680,\n                    \"startPos\": 6912,\n                    \"end\": 41,\n                    \"start\": 37,\n                    \"duration\": 10322.58064516129\n                },\n                \"intro\": {\n                    \"cursor\": 0,\n                    \"endPos\": 768,\n                    \"startPos\": 0,\n                    \"end\": 5,\n                    \"start\": 1,\n                    \"duration\": 10322.58064516129\n                }\n            },\n            \"climaxPoints\": [\n                {\n                    \"startPos\": 2304,\n                    \"cursor\": 30967.741935483868,\n                    \"start\": 13\n                },\n                {\n                    \"startPos\": 5376,\n                    \"cursor\": 72258.06451612903,\n                    \"start\": 29\n                }\n            ],\n            \"startPoints\": [\n                {\n                    \"startPos\": 0,\n                    \"cursor\": 0,\n                    \"start\": 1\n                },\n                {\n                    \"startPos\": 768,\n                    \"cursor\": 10322.58064516129,\n                    \"start\": 5\n                },\n                {\n                    \"startPos\": 1536,\n                    \"cursor\": 20645.16129032258,\n                    \"start\": 9\n                },\n                {\n                    \"startPos\": 2304,\n                    \"cursor\": 30967.741935483868,\n                    \"start\": 13\n                },\n                {\n                    \"startPos\": 3840,\n                    \"cursor\": 51612.90322580645,\n                    \"start\": 21\n                },\n                {\n                    \"startPos\": 4608,\n                    \"cursor\": 61935.483870967735,\n                    \"start\": 25\n                },\n                {\n                    \"startPos\": 5376,\n                    \"cursor\": 72258.06451612903,\n                    \"start\": 29\n                }\n            ],\n            \"timestamp\": \"1530818635\",\n            \"totalDuration\": 103225.8064516129,\n            \"metadata\": {\n                \"originalHash\": \"b9cbef6e21a87ae9d4265519fedc9c21fbeb4898\",\n                \"duration\": \"209892\",\n                \"genre\": \"Blues\",\n                \"subgenre\": \"Country\",\n                \"tempo\": 93,\n                \"pitch\": \"Fm\",\n                \"numerator\": \"4\",\n                \"denominator\": \"4\",\n                \"recordId\": 1379,\n                \"cover\": {\n                    \"medium\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-medium.jpg\",\n                    \"large\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-large.jpg\",\n                    \"small\": \"https://assets.matchtune.com/covers/bf802e96aaa96834e2e01fe406b4e88d3f8bb730-small.jpg\"\n                },\n                \"title\": \"BLUES ALLEY NATION\"\n            },\n            \"license\": \"None\",\n            \"mp3_url\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/Matchtune-production/c3bf6944d0df552ae4d90a004c867138558091be.low.m4a?temp_url_sig=5f81157939b5777dfb8d1a2fbb1081f6aa8e462e&temp_url_expires=1542797494\",\n            \"urls\": {\n                \"LOW\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/Matchtune-production/c3bf6944d0df552ae4d90a004c867138558091be.low.m4a?temp_url_sig=5f81157939b5777dfb8d1a2fbb1081f6aa8e462e&temp_url_expires=1542797494\"\n            },\n            \"status\": \"ready\"\n        }\n    }\n}"}],"_postman_id":"6a71481a-84ca-48d8-98d2-ee36a9d9ef78"}],"id":"8322c999-6853-43cc-b719-f73765afc7ab","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"db599654-2cb3-435b-b586-e2d38df7531c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f10f46f2-3ad2-40c3-903c-863034a5d171"}}],"_postman_id":"8322c999-6853-43cc-b719-f73765afc7ab","description":""},{"name":"Extra features","item":[{"name":"Get all the tracks you licensed ","id":"0cf4db46-83ad-4a86-8fda-eb5ffcc4c95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.matchtune.com/music/purchase","description":"<p>Use this endpoint to list all the tracks you have licensed. \n'/music/purchase' is an alias of '/music'</p>\n","urlObject":{"protocol":"https","path":["music","purchase"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"e0bde9fa-8711-4419-86e3-39063a45031a","name":"Get all the tracks you licensed ","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/music/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:02:09 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"music\",\n        \"attributes\": [\n            {\n                \"finalHash\": \"c60a31a0cfc140438802a5b303f2cf226e7e39c0\",\n                \"data\": {\n                    \"name\": \"c60a31a0cfc140438802a5b303f2cf226e7e39c0\",\n                    \"license\": \"Standard\"\n                },\n                \"login\": \"john@gmail.com\",\n                \"date\": {\n                    \"$date\": 1541213316332\n                }\n            },\n            {\n                \"finalHash\": \"414d2ac794e5642934d22729bf7d373331b4396c\",\n                \"data\": {\n                    \"name\": \"414d2ac794e5642934d22729bf7d373331b4396c\",\n                    \"license\": \"Standard\"\n                },\n                \"login\": \"john@gmail.com\",\n                \"date\": {\n                    \"$date\": 1539943060913\n                }\n            },\n            {\n                \"finalHash\": \"da23ad20d1ee32623a6a710b5d61a7d5d701aef9\",\n                \"data\": {\n                    \"name\": \"da23ad20d1ee32623a6a710b5d61a7d5d701aef9\",\n                    \"license\": \"Standard\"\n                },\n                \"login\": \"john@gmail.com\",\n                \"date\": {\n                    \"$date\": 1539664511151\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"0cf4db46-83ad-4a86-8fda-eb5ffcc4c95f"},{"name":"Rate a track","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_music_id\", jsonData.data.attributes.finalHash);",""],"type":"text/javascript","id":"c4107dba-7c2e-460b-a57e-39aee5bfc26b"}}],"id":"319073df-d421-4787-845b-96e52be835db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"rating\",\n        \"attributes\": {\n            \"name\": \"My Dance EDM\",\n            \"rating\": \"5\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/music/{{music_hash}}/rating","description":"<p>After generating and listening to a song, you can use this endpoint to rate it. Songs that you rate are saved to your profile with a name you choose and you can get back to them.</p>\n","urlObject":{"protocol":"https","path":["music","{{music_hash}}","rating"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"fdfcb233-6ab5-4bb1-b541-79fb05deb653","name":"Rate a track","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"rating\",\n        \"attributes\": {\n            \"name\": \"My Dance EDM\",\n            \"rating\": \"5\"\n        }\n    }\n}"},"url":"https://api.matchtune.com/music/{{music_id}}/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"83","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 04 Apr 2018 00:45:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."}],"cookie":[],"responseTime":null,"body":"{\"data\": {\"type\": \"rating\", \"attributes\": {\"name\": \"My Dance EDM\", \"rating\": \"5\"}}}"}],"_postman_id":"319073df-d421-4787-845b-96e52be835db"},{"name":"Retreive all rated music","id":"340a3192-f859-4d89-b58b-499e50e93e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/music/rating","description":"<p>Use this endpoint to list all the music you have rating.</p>\n","urlObject":{"protocol":"https","path":["music","rating"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"face401d-f570-4dfc-b733-4262b1480367","name":"Get all rating music","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/music/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 10:44:38 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"rating\",\n        \"attributes\": [\n            {\n                \"finalHash\": \"fc2f62ea3f20c2a1b6cad95719b8f6611ee15ff5\",\n                \"data\": {\n                    \"name\": \"My Dance EDM\",\n                    \"rating\": \"5\"\n                },\n                \"date\": {\n                    \"$date\": 1541586659748\n                }\n            },\n            {\n                \"finalHash\": \"da23ad20d1ee32623a6a710b5d61a7d5d701aef9\",\n                \"data\": {\n                    \"name\": null,\n                    \"rating\": \"5\"\n                },\n                \"date\": {\n                    \"$date\": 1539664482130\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"340a3192-f859-4d89-b58b-499e50e93e46"},{"name":"Share your song(s) with a customer or a friend","event":[{"listen":"prerequest","script":{"exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","    console.log(response.json());","});"],"type":"text/javascript","id":"285d3e2c-42b4-459a-afce-c2361db98c27"}}],"id":"36b6e2cb-b711-4067-a543-ed6beea8df1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t    \"data\": {\r\n\t\t\"type\": \"share\",\r\n\t\t\"attributes\" : {\r\n\t\t    \"recipients\" : [\"bcmail98@gmail.com\"],\r\n\t\t    \"message\" : \"test email\",\r\n\t\t    \"items\" : [\"36J8V0Z8TKM6YMB30W25QFF39TRXCG1J\"]\r\n\t\t}\r\n\t    }\r\n\t}"},"url":"https://api.matchtune.com/share","description":"<p>Use this endpoint to share one or many songs with your friends. They will receive a link that will give them access to a console where you will be able to discuss the song.</p>\n","urlObject":{"protocol":"https","path":["share"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"1a3fce7a-fe08-4bfc-913c-99c912042aee","name":"Share song(s) to friend(s)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":""}],"body":{"mode":"raw","raw":""},"url":"https://api.matchtune.com/share"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Date","value":"Thu, 16 Aug 2018 14:43:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"gunicorn/19.7.1","name":"Server","description":"A name for the server"},{"key":"access-control-allow-headers","value":"Authorization","name":"access-control-allow-headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"access-control-allow-methods","value":"GET,POST,DELETE","name":"access-control-allow-methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"access-control-max-age","value":"1728000","name":"access-control-max-age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"content-length","value":"58","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json; charset=UTF-8","name":"content-type","description":"The mime type of this content"}],"cookie":[],"responseTime":null,"body":"{\"data\": {\"attributes\": {\"value\": true}, \"type\": \"share\"}}"}],"_postman_id":"36b6e2cb-b711-4067-a543-ed6beea8df1f"},{"name":"Get shared songs","id":"7677387d-ced1-4adf-b697-9e6a98cd7523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/share/{{share_accesscode}}","urlObject":{"protocol":"https","path":["share","{{share_accesscode}}"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"d3e11e78-3baf-47d3-a82f-9505f14d6208","name":"Get shared songs","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/share/{{share_accesscode}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 11:11:20 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"music\",\n        \"attributes\": [\n            {\n                \"finalHash\": \"6d461a81d62365779d795947724e24d6f6cbc2d0\",\n                \"stems\": [\n                    \"electric guitars\",\n                    \"bass\",\n                    \"drum\",\n                    \"pad\",\n                    \"acoustic guitar\"\n                ],\n                \"waveform\": {\n                    \"samples_per_pixel\": 1102,\n                    \"bits\": 8,\n                    \"length\": 7202,\n                    \"sample_rate\": 44100,\n                    \"data\": [\n                        -0.24339540302753448,\n                        0.23691986501216888,\n                        -0.6644915342330933,\n                        0.5381383299827576,\n                        -0.7143358588218689,\n                        0.6562905311584473,\n                        -0.7009689211845398,\n                        0.6720988750457764,\n                        -0.7425955533981323,\n                        0.7025558948516846,\n                        -0.7195849418640137,\n                        0.6762493252754211,\n                        -0.7579766511917114,\n                        0.697123646736145,\n                        -0.9497520327568054,\n                        0.6478675603866577,\n                        -0.5980620980262756,\n                        0.5931792259216309,\n                        -0.8722361922264099,\n                        0.6731364727020264,\n                        -0.7062790989875793,\n                        0.6558022499084473,\n                        -0.6335850954055786,\n                        0.6032501459121704,\n                        -0.7280689477920532,\n                        0.7808041572570801,\n                        -0.502601683139801,\n                        0.6741130948066711,\n                        -0.6883955001831055,\n                        0.60953688621521,\n                        -0.6714274883270264,\n                        0.7463797926902771,\n                        -0.6728923320770264,\n                        0.6813763380050659,\n                        -0.5991607308387756,\n                        0.5625391006469727,\n                        -0.5549095869064331,\n                        0.5179827809333801,\n                        -0.5716944932937622,\n                        0.6879072189331055,\n                        -0.7259327173233032,\n                        0.7016403675079346,\n                        -0.7561455965042114,\n                        0.6713664531707764,\n                        -0.7766537070274353,\n                        0.7239184975624084,\n                        -0.8669871091842651,\n                        0.6563515663146973,\n                        -0.8680247068405151,\n                        0.5431296229362488,\n                        -0.6804608106613159,\n                        0.6025177240371704,\n                        -0.6841840147972107,\n                        0.6472572088241577,\n                        -0.7968566417694092,\n                        0.8426337242126465,\n                        -0.7052415013313293,\n                        0.6805828809738159,\n                        -0.8429999351501465,\n                        0.7237964272499084,\n                        -0.7041428089141846,\n                        0.6480506658554077,\n                        -0.6805828809738159,\n                        0.7573052644729614,\n                        -0.5943999290466309,\n                        0.6988937258720398,\n                        -0.6871137619018555,\n                        0.6532997488975525,\n                        -0.7535210251808167,\n                        0.5480735301971436,\n                        -0.7541313767433167,\n                        0.5532006025314331,\n                        -0.6874799728393555,\n                        0.49759671092033386,\n                        -0.6838788390159607,\n                        0.4919813871383667,\n                        -0.5908598303794861,\n                        0.4919203519821167,\n                        -0.6407873630523682,\n                        0.5445944666862488,\n                        -0.5148699283599854,\n                        0.6728312969207764,\n                        -0.5785915851593018,\n                        0.5174334049224854,\n                        -0.5895780920982361,\n                        0.4952773451805115,\n                        -0.5916532874107361,\n                        0.4881361126899719,\n                        -0.6535438895225525,\n                        0.5215839147567749,\n                        -0.5834744572639465,\n                        0.5219501256942749,\n                        -0.5334859490394592,\n                        0.5505149960517883,\n                        -0.6309605836868286,\n                        0.6622720956802368,\n                        -0.8659495115280151,\n                        0.696879506111145,\n                        -0.7842221856117249,\n                        0.6208896040916443,\n                        -0.5555199384689331,\n                        0.5251849889755249,\n                        -0.6352941393852234,\n                        0.47898069024086,\n                        -0.5589379668235779,\n                        0.5624170303344727,\n                        -0.5477683544158936,\n                        0.6062409281730652,\n                        -0.5218280553817749,\n                        0.5323262214660645,\n                        -0.6872358322143555,\n                        0.5295186042785645,\n                        -0.766338586807251,\n                        0.5294575691223145,\n                        -0.4888685345649719,\n                        0.5434347987174988,\n                        -0.5355001091957092,\n                        0.4736095070838928,\n                        -0.5617456436157227,\n                        0.4258792996406555,\n                        -0.6137483716011047,\n                        0.49753567576408386,\n                        -0.6235141754150391,\n                        0.5609521865844727,\n                        -0.5154192447662354,\n                        0.5705348253250122,\n                        -0.5184710621833801,\n                        0.4724498391151428,\n                        -0.46713969111442566,\n                        0.4806897044181824,\n                        -0.5359883904457092,\n                        0.47806516289711,\n                        -0.5199969410896301,\n                        0.46659037470817566,\n                        -0.45169755816459656,\n                        0.4805676341056824,\n                        -0.5425803065299988,\n                        0.5901884436607361,\n                        -0.5638208389282227,\n                        0.43698787689208984,\n                        -0.4127565324306488,\n                        0.4139772653579712,\n                        -0.4923475980758667,\n                        0.43826961517333984,\n                        -0.5317769050598145,\n                        0.3638666272163391,\n                        -0.4929579496383667,\n                        0.40598154067993164,\n                        -0.4898451268672943,\n                        0.40549325942993164,\n                        -0.40292972326278687,\n                        0.48429083824157715,\n                        -0.3984740972518921,\n                        0.5270771384239197,\n                        -0.3531853258609772,\n                        0.40231937170028687,\n                        -0.35959410667419434,\n                        0.35550469160079956,\n                        -0.45420005917549133,\n                        0.4809338450431824,\n                        -0.5132219195365906,\n                        0.5472800731658936,\n                        -0.5561302900314331,\n                        0.5525901913642883,\n                        -0.4112916886806488,\n                        0.5500877499580383,\n                        -0.38651102781295776,\n                        0.4805676341056824,\n                        -0.3970702588558197,\n                        0.3956054151058197,\n                        -0.38785383105278015,\n                        0.35989928245544434,\n                        -0.4103150963783264,\n                        0.4092774987220764,\n                        -0.383703351020813,\n                        0.4263675808906555,\n                        -0.3990844488143921,\n                        0.3954833149909973,\n                        -0.40732434391975403,\n                        0.3619745075702667,\n                        -0.37015336751937866,\n                        0.3777218163013458,\n                        -0.40299075841903687,\n                        0.39090561866760254,\n                        -0.5292133688926697,\n                        0.4168459475040436,\n                        -0.5011367797851562,\n                        0.4611581563949585,\n                        -0.4456549882888794,\n                        0.4422979950904846,\n                        -0.35465019941329956,\n                        0.35934996604919434,\n                        -0.40567636489868164,\n                        0.37247273325920105,\n                        -0.37308308482170105,\n                        0.4131227731704712,\n                        -0.32419317960739136,\n                        0.2582741975784302,\n                        -0.7471732497215271,\n                        0.5492332577705383,\n                        -0.6757610440254211,\n                        0.765362024307251,\n                        -0.920515775680542,\n                        0.8830395936965942,\n                        -0.9384603500366211,\n                        0.7170825004577637,\n                        -0.7526665329933167,\n                        0.7505302429199219,\n                        -0.7749446630477905,\n                        0.8574655055999756,\n                        -0.8337224125862122,\n                        0.8594186305999756,\n                        -0.7245898842811584,\n                        0.8265202045440674,\n                        -0.8798046708106995,\n                        0.6177767515182495,\n                        -0.8574655055999756,\n                        0.6521400809288025,\n                        -0.8207217454910278,\n                        0.6896772980690002,\n                        -0.6403601169586182,\n                        0.6541542410850525,\n                        -0.658670961856842,\n                        0.6461585164070129,\n                        -0.5828030705451965,\n                        0.5640649795532227,\n                        -0.539406418800354,\n                        0.5226825475692749,\n                        -0.60849928855896,\n                        0.5293354988098145,\n                        -0.5914701819419861,\n                        0.5683375000953674,\n                        -0.5008316040039062,\n                        0.4750743806362152,\n                        -0.5248798131942749,\n                        0.6485389471054077,\n                        -0.5228656530380249,\n                        0.6329137086868286,\n                        -0.5899443030357361,\n                        0.505043089389801,\n                        -0.5467917919158936,\n                        0.6674601435661316,\n                        -0.4294193983078003,\n                        0.5558861494064331,\n                        -0.6409094333648682,\n                        0.5331196784973145,\n                        -0.4926527738571167,\n                        0.5615015029907227,\n                        -0.5243915319442749,\n                        0.5291523337364197,\n                        -0.661600649356842,\n                        0.6345006227493286,\n                        -0.7745784521102905,\n                        0.6636148691177368,\n                        -0.6700847148895264,\n                        0.659525454044342,\n                        -0.5248187780380249,\n                        0.5440451502799988,\n                        -0.5834744572639465,\n                        0.6791180372238159,\n                        -0.5859159231185913,\n                        0.659891664981842,\n                        -0.60935378074646,\n                        0.6716105937957764,\n                        -0.4302738904953003,\n                        0.540749192237854,\n                        -0.5365987420082092,\n                        0.574685275554657,\n                        -0.574746310710907,\n                        0.537331223487854,\n                        -0.4110475182533264,\n                        0.5015029907226562,\n                        -0.44870680570602417,\n                        0.5704737901687622,\n                        -0.5117570757865906,\n                        0.5305562019348145,\n                        -0.6517738699913025,\n                        0.443518728017807,\n                        -0.572365939617157,\n                        0.41861599683761597,\n                        -0.6336461305618286,\n                        0.5582665801048279,\n                        -0.5705958604812622,\n                        0.46390479803085327,\n                        -0.5016860961914062,\n                        0.5185320973396301,\n                        -0.4460211992263794,\n                        0.4911879003047943,\n                        -0.4764171838760376,\n                        0.5159685611724854,\n                        -0.5319600105285645,\n                        0.5325093269348145,\n                        -0.4954604506492615,\n                        0.43344777822494507,\n                        -0.5097428560256958,\n                        0.503822386264801,\n                        -0.48337528109550476,\n                        0.4633554518222809,\n                        -0.3942015767097473,\n                        0.40659189224243164,\n                        -0.5273212790489197,\n                        0.37143510580062866,\n                        -0.40305179357528687,\n                        0.47129014134407043,\n                        -0.539772629737854,\n                        0.4724498391151428,\n                        -0.4561532139778137,\n                        0.5262226462364197,\n                        -0.5359883904457092,\n                        0.5344625115394592,\n                        -0.5304951667785645,\n                        0.4740367829799652,\n                        -0.48654916882514954,\n                        0.40701913833618164,\n                        -0.41709011793136597,\n                        0.46726176142692566,\n                        -0.45011061429977417,\n                        0.4477302134037018,\n                        -0.3844968378543854,\n                        0.44852370023727417,\n                        -0.3667353391647339,\n                        0.43625542521476746,\n                        -0.41812771558761597,\n                        0.48661020398139954,\n                        -0.43918517231941223,\n                        0.4924086332321167,\n                        -0.3768062889575958,\n                        0.5767605304718018,\n                        -0.5002822875976562,\n                        0.4274662435054779,\n                        -0.5016250610351562,\n                        0.4277714192867279,\n                        -0.4599374234676361,\n                        0.4795300364494324,\n                        -0.38791486620903015,\n                        0.47031357884407043,\n                        -0.37033647298812866,\n                        0.41965362429618835,\n                        -0.46573585271835327,\n                        0.443152517080307,\n                        -0.4759289026260376,\n                        0.4162355959415436,\n                        -0.37528038024902344,\n                        0.37485313415527344,\n                        -0.3852292597293854,\n                        0.3775997459888458,\n                        -0.3035019338130951,\n                        0.4603646993637085,\n                        -0.39029526710510254,\n                        0.4292973279953003,\n                        -0.46805524826049805,\n                        0.37210652232170105,\n                        -0.4772106409072876,\n                        0.41770046949386597,\n                        -0.3206530809402466,\n                        0.40250247716903687,\n                        -0.27585259079933167,\n                        0.37106889486312866,\n                        -0.2508888244628906,\n                        0.33914703130722046,\n                        -0.3654535710811615,\n                        0.40720224380493164,\n                        -0.3649042546749115,\n                        0.4148927927017212,\n                        -0.30771344900131226,\n                        0.4478522837162018,\n                        -0.35617607831954956,\n                        0.3997558653354645,\n                        -0.35580986738204956,\n                        0.37253376841545105,\n                        -0.2996566593647003,\n                        0.3508659601211548,\n                        -0.34018462896347046,\n                        0.38974595069885254,\n                        -0.3353017568588257,\n                        0.34842449426651,\n                        -0.3816891610622406,\n                        0.39108872413635254,\n                        -0.3797970414161682,\n                        0.45023271441459656,\n                        -0.3618524372577667,\n                        0.46604105830192566,\n                        -0.37381550669670105,\n                        0.5983062386512756,\n                        -0.31198596954345703,\n                        0.4874036908149719,\n                        -0.32498663663864136,\n                        0.34836345911026,\n                        -0.4092774987220764,\n                        0.40476080775260925,\n                        -0.3188830316066742,\n                        0.28091859817504883,\n                        -0.32724499702453613,\n                        0.31149765849113464,\n                        -0.37473106384277344,\n                        0.3522087335586548,\n                        -0.34360265731811523,\n                        0.38791486620903015,\n                        -0.6835126280784607,\n                        0.5339742302894592,\n                        -0.7629815936088562,\n                        0.694865345954895,\n                        -0.8564278483390808,\n                        1.0185396671295166,\n                        -0.7753108739852905,\n                        0.8149843811988831,\n                        -0.8379339575767517,\n                        0.8295719623565674,\n                        -0.7097581624984741,\n                        0.6876020431518555,\n                        -0.8949416279792786,\n                        0.9364461898803711,\n                        -0.8275578022003174,\n                        0.7389944195747375,\n                        -0.6629434823989868,\n                        0.6763103604316711,\n                        -0.7366140484809875,\n                        0.7818417549133301,\n                        -0.7516288757324219,\n                        0.8606393337249756,\n                        -0.7933165431022644,\n                        0.6863813400268555,\n                        -0.7877012491226196,\n                        0.6572670936584473,\n                        -0.6229037642478943,\n                        0.8152285218238831,\n                        -0.8765697479248047,\n                        0.8472114205360413,\n                        -0.764568567276001,\n                        0.730632483959198,\n                        -0.7050583362579346,\n                        0.6054474711418152,\n                        -0.6813153028488159,\n                        0.5713282823562622,\n                        -0.6556801795959473,\n                        0.6415808200836182,\n                        -0.6161288022994995,\n                        0.5890898108482361,\n                        -0.6128328442573547,\n                        0.5096818208694458,\n                        -0.5829861760139465,\n                        0.61045241355896,\n                        -0.6407873630523682,\n                        0.573281466960907,\n                        -0.6307774186134338,\n                        0.6255893707275391,\n                        -0.572488009929657,\n                        0.5453879833221436,\n                        -0.5972686409950256,\n                        0.6380407214164734,\n                        -0.7159227728843689,\n                        0.6995040774345398,\n                        -0.7526054978370667,\n                        0.6721599102020264,\n                        -0.5860990285873413,\n                        0.7634698748588562,\n                        -0.60782790184021,\n                        0.6639810800552368,\n                        -0.7189745903015137,\n                        0.5806058049201965,\n                        -0.7056687474250793,\n                        0.6534218192100525,\n                        -0.7416800260543823,\n                        0.5718165636062622,\n                        -0.7087205052375793,\n                        0.801129162311554,\n                        -0.6403601169586182,\n                        0.7133592963218689,\n                        -0.6573281288146973,\n                        0.5914091467857361,\n                        -0.4758068323135376,\n                        0.6536659598350525,\n                        -0.7710383534431458,\n                        0.6474403142929077,\n                        -0.5575341582298279,\n                        0.5781033039093018,\n                        -0.5270771384239197,\n                        0.5185931324958801,\n                        -0.6775920987129211,\n                        0.5115129351615906,\n                        -0.5549706220626831,\n                        0.5281757712364197,\n                        -0.6537880301475525,\n                        0.6422522068023682,\n                        -0.6049591898918152,\n                        0.5365377068519592,\n                        -0.5713282823562622,\n                        0.6284580826759338,\n                        -0.7227588295936584,\n                        0.5472800731658936,\n                        -0.7081101536750793,\n                        0.6260166168212891,\n                        -0.7599298357963562,\n                        0.5780422687530518,\n                        -0.6272373795509338,\n                        0.6555581092834473,\n                        -0.7178149223327637,\n                        0.5320210456848145,\n                        -0.6464636921882629,\n                        0.696208119392395,\n                        -0.7845883965492249,\n                        0.5830472111701965,\n                        -0.6974288821220398,\n                        0.44980543851852417,\n                        -0.731486976146698,\n                        0.45316243171691895,\n                        -0.5425803065299988,\n                        0.43845272064208984,\n                        -0.5442892909049988,\n                        0.4570077061653137,\n                        -0.45151445269584656,\n                        0.4900282323360443,\n                        -0.443030446767807,\n                        0.4800793528556824,\n                        -0.3967040479183197,\n                        0.4750133454799652,\n                        -0.4473640024662018,\n                        0.40317386388778687,\n                        -0.4417486786842346,\n                        0.4324711859226227,\n                        -0.5105974078178406,\n                        0.4578621983528137,\n                        -0.3947508931159973,\n                        0.5356832146644592,\n                        -0.43527886271476746,\n                        0.5277485251426697,\n                        -0.5298237800598145,\n                        0.48294803500175476,\n                        -0.38742655515670776,\n                        0.5069962739944458,\n                        -0.41843289136886597,\n                        0.43393605947494507,\n                        -0.4315556585788727,\n                        0.4302128553390503,\n                        -0.4609750509262085,\n                        0.46414893865585327,\n                        -0.42301061749458313,\n                        0.4320439398288727,\n                        -0.45175859332084656,\n                        0.502235472202301,\n                        -0.505104124546051,\n                        0.5812771916389465,\n                        -0.5168230533599854,\n                        0.5536278486251831,\n                        -0.4451056718826294,\n                        0.4141603708267212,\n                        -0.504554808139801,\n                        0.43546196818351746,\n                        -0.4772106409072876,\n                        0.5173723697662354,\n                        -0.5087052583694458,\n                        0.40878918766975403,\n                        -0.35788509249687195,\n                        0.3990234136581421,\n                        -0.29550620913505554,\n                        0.3932249844074249,\n                        -0.38699930906295776,\n                        0.35587090253829956,\n                        -0.3802243173122406,\n                        0.4250858426094055,\n                        -0.34012359380722046,\n                        0.4152590334415436,\n                        -0.3949950337409973,\n                        0.39023423194885254,\n                        -0.4478522837162018,\n                        0.4410772919654846,\n                        -0.46909284591674805,\n                        0.40415045619010925,\n                        -0.3515373468399048,\n                        0.42099642753601074,\n                        -0.43595024943351746,\n                        0.3804684579372406,\n                        -0.443457692861557,\n                        0.39041733741760254,\n                        -0.40268558263778687,\n                        0.32553598284721375,\n                        -0.40415045619010925,\n                        0.37137407064437866,\n                        -0.40274661779403687,\n                        0.43588921427726746,\n                        -0.4419317841529846,\n                        0.3686274588108063,\n                        -0.38626688718795776,\n                        0.32809948921203613,\n                        -0.34232088923454285,\n                        0.32175174355506897,\n                        -0.42270541191101074,\n                        0.35666438937187195,\n                        -0.3794918656349182,\n                        0.32138553261756897,\n                        -0.40579843521118164,\n                        0.3804074227809906,\n                        -0.3955443799495697,\n                        0.3801022469997406,\n                        -0.3762569725513458,\n                        0.382360577583313,\n                        -0.37448692321777344,\n                        0.3349355161190033,\n                        -0.49869534373283386,\n                        0.4582894742488861,\n                        -0.7921568751335144,\n                        0.7562066316604614,\n                        -0.7399709820747375,\n                        0.8835889101028442,\n                        -0.7220874428749084,\n                        0.9609826803207397,\n                        -0.8124818801879883,\n                        0.693705677986145,\n                        -0.8108949661254883,\n                        0.7618829607963562,\n                        -0.8765087127685547,\n                        0.7679255604743958,\n                        -0.9792935252189636,\n                        0.8455023765563965,\n                        -0.8709544539451599,\n                        0.922041654586792,\n                        -0.920820951461792,\n                        0.9392538070678711,\n                        -0.7604181170463562,\n                        0.8804150223731995,\n                        -0.9125200510025024,\n                        0.7981383800506592,\n                        -0.8756542205810547,\n                        0.7834897637367249,\n                        -0.8808422684669495,\n                        0.8608224391937256,\n                        -0.8283512592315674,\n                        0.7119554281234741,\n                        -0.9717250466346741,\n                        0.9124590158462524,\n                        -0.802594006061554,\n                        0.9282063245773315,\n                        -1.2063477039337158,\n                        0.8488593697547913,\n                        -0.7418020963668823,\n                        0.8160219788551331,\n                        -0.8167544007301331,\n                        0.6056305766105652,\n                        -0.8755931854248047,\n                        0.7195849418640137,\n                        -0.7508354187011719,\n                        0.8412908911705017,\n                        -0.888593852519989,\n                        0.8306096196174622,\n                        -0.9398031830787659,\n                        0.9997406005859375,\n                        -0.8351262807846069,\n                        0.8035095930099487,\n                        -0.8119325637817383,\n                        0.8311589360237122,\n                        -0.7710993885993958,\n                        0.6990768313407898,\n                        -0.6883344650268555,\n                        0.9008621573448181,\n                        -0.885358989238739,\n                        0.8991531133651733,\n                        -0.9440757036209106,\n                        1.0848249197006226,\n                        -0.9263752102851868,\n                        0.9172198176383972,\n                        -1.0363622903823853,\n                        0.7177538871765137,\n                        -0.9516441822052002,\n                        0.8036316633224487,\n                        -1.0722514390945435,\n                        0.8403753638267517,\n                        -0.9445639848709106,\n                        0.7172045707702637,\n                        -1.006881833076477,\n                        0.6337071657180786,\n                        -0.8447699546813965,\n                        0.9478599429130554,\n                        -0.8046082258224487,\n                        0.9468833208084106,\n                        -0.8542916178703308,\n                        0.800274670124054,\n                        -0.8548409342765808,\n                        0.6282139420509338,\n                        -0.695597767829895,\n                        0.8246890902519226,\n                        -0.7615777850151062,\n                        0.6299839615821838,\n                        -0.6310216188430786,\n                        0.5623559951782227,\n                        -0.8289616107940674,\n                        0.6894330978393555,\n                        -0.6495765447616577,\n                        0.7799496650695801,\n                        -0.5702906847000122,\n                        0.6706950664520264,\n                        -0.6871137619018555,\n                        0.7352101802825928,\n                        -0.6049591898918152,\n                        0.5134050250053406,\n                        -0.5781643390655518,\n                        0.5813382267951965,\n                        -0.765545129776001,\n                        0.6355993151664734,\n                        -0.6349889636039734,\n                        0.6496986150741577,\n                        -0.7507133483886719,\n                        0.7226977944374084,\n                        -0.5999542474746704,\n                        0.6021515130996704,\n                        -0.8999465703964233,\n                        0.7964293956756592,\n                        -0.6800945997238159,\n                        0.7231860756874084,\n                        -0.6855878829956055,\n                        0.6049591898918152,\n                        -0.9625695943832397,\n                        0.6694743037223816,\n                        -0.660379946231842,\n                        0.6653848886489868,\n                        -0.6164339780807495,\n                        0.6727702617645264,\n                        -0.5542382001876831,\n                        0.60776686668396,\n                        -0.7266041040420532,\n                        0.60856032371521,\n                        -0.5956816673278809,\n                        0.6125887036323547,\n                        -0.5636987686157227,\n                        0.5234760046005249,\n                        -0.5979400277137756,\n                        0.5427634119987488,\n                        -0.8231632113456726,\n                        0.7079270482063293,\n                        -0.7706111073493958,\n                        0.6276646256446838,\n                        -0.695841908454895,\n                        0.5844510793685913,\n                        -0.5887235999107361,\n                        0.7905088663101196,\n                        -0.6128328442573547,\n                        0.7630426287651062,\n                        -0.5428854823112488,\n                        0.6205844283103943,\n                        -0.6862592697143555,\n                        0.7703669667243958,\n                        -0.6785076856613159,\n                        0.7093919515609741,\n                        -0.6978561282157898,\n                        0.5160906314849854,\n                        -0.5491111874580383,\n                        0.5143816471099854,\n                        -0.5627832412719727,\n                        0.49893948435783386,\n                        -0.5070573091506958,\n                        0.5282978415489197,\n                        -0.6646524667739868,\n                        0.6439002156257629,\n                        -0.6355993151664734,\n                        0.5898832678794861,\n                        -0.6744793057441711,\n                        0.6832684874534607,\n                        -0.5366597771644592,\n                        0.5637598037719727,\n                        -0.7414969205856323,\n                        0.6474403142929077,\n                        -0.695292592048645,\n                        0.4874647259712219,\n                        -0.5648584961891174,\n                        0.44998854398727417,\n                        -0.4253299832344055,\n                        0.5120622515678406,\n                        -0.502113401889801,\n                        0.49710842967033386,\n                        -0.5168230533599854,\n                        0.575295627117157,\n                        -0.4604257345199585,\n                        0.5124894976615906,\n                        -0.6008087396621704,\n                        0.4604257345199585,\n                        -0.5198748707771301,\n                        0.4560921788215637,\n                        -0.7737239599227905,\n                        0.8263370990753174,\n                        -0.7579766511917114,\n                        0.923079252243042,\n                        -0.7871519327163696,\n                        0.7823910713195801,\n                        -0.7430838346481323,\n                        0.7932555079460144,\n                        -0.6431677937507629,\n                        0.7814145088195801,\n                        -0.693766713142395,\n                        0.6876020431518555,\n                        -0.888105571269989,\n                        1.007003903388977,\n                        -0.7362477779388428,\n                        0.7447928786277771,\n                        -0.7495536804199219,\n                        0.8246280550956726,\n                        -0.7267872095108032,\n                        0.6580605506896973,\n                        -0.45139238238334656,\n                        0.48636606335639954,\n                        -0.4284428060054779,\n                        0.3603875935077667,\n                        -0.6702678203582764,\n                        0.6049591898918152,\n                        -1.6962844133377075,\n                        1.2008545398712158,\n                        -1.4567177295684814,\n                        1.1905393600463867,\n                        -1.2473640441894531,\n                        1.1841306686401367,\n                        -1.3444113731384277,\n                        1.145494818687439,\n                        -1.081223726272583,\n                        1.1229724884033203,\n                        -1.0986801385879517,\n                        1.2657968997955322,\n                        -1.2111696004867554,\n                        1.162401795387268,\n                        -1.237354040145874,\n                        1.0738383531570435,\n                        -1.093553066253662,\n                        1.144945502281189,\n                        -0.8982986211776733,\n                        1.0336766242980957,\n                        -0.9626916646957397,\n                        0.9863126277923584,\n                        -1.3310444355010986,\n                        1.094651699066162,\n                        -1.1731441020965576,\n                        1.005783200263977,\n                        -1.2295414209365845,\n                        1.2292362451553345,\n                        -1.2818493843078613,\n                        1.096482753753662,\n                        -1.1864500045776367,\n                        1.0987411737442017,\n                        -1.2675058841705322,\n                        0.9062333106994629,\n                        -1.0460669994354248,\n                        0.8773632645606995,\n                        -1.1889524459838867,\n                        0.8073548674583435,\n                        -1.0123751163482666,\n                        0.9746547937393188,\n                        -1.0848859548568726,\n                        1.0472266674041748,\n                        -1.0410619974136353,\n                        0.9121538400650024,\n                        -1.093430995941162,\n                        0.8564888834953308,\n                        -0.9102006554603577,\n                        0.7757381796836853,\n                        -1.3152360916137695,\n                        1.30174720287323,\n                        -1.1536126136779785,\n                        1.1378042697906494,\n                        -1.1600823402404785,\n                        1.48027765750885,\n                        -1.2491340637207031,\n                        1.093736171722412,\n                        -1.1832760572433472,\n                        1.0159151554107666,\n                        -1.1158922910690308,\n                        1.063889503479004,\n                        -1.0200046300888062,\n                        0.9390096664428711,\n                        -1.1206530332565308,\n                        0.9395590424537659,\n                        -1.1090562343597412,\n                        0.8655833005905151,\n                        -1.1089951992034912,\n                        0.9674525260925293,\n                        -1.1175402402877808,\n                        1.0687724351882935,\n                        -0.9662927985191345,\n                        0.8633859753608704,\n                        -0.8238345980644226,\n                        0.6897383332252502,\n                        -1.0521706342697144,\n                        0.8282902240753174,\n                        -1.1403067111968994,\n                        0.9155107736587524,\n                        -1.0427099466323853,\n                        0.9795376658439636,\n                        -0.9759975671768188,\n                        0.9946135878562927,\n                        -0.8099793791770935,\n                        0.7789120078086853,\n                        -0.9301594495773315,\n                        0.8213320970535278,\n                        -0.8960402607917786,\n                        0.8386663794517517,\n                        -0.8602731227874756,\n                        0.9490196108818054,\n                        -0.8036926984786987,\n                        0.9976043105125427,\n                        -0.9368124008178711,\n                        0.9346150755882263,\n                        -1.1884641647338867,\n                        0.9830167293548584,\n                        -1.2484016418457031,\n                        0.7819027900695801,\n                        -0.7977721691131592,\n                        1.0022430419921875,\n                        -0.9651941657066345,\n                        0.7188525199890137,\n                        -0.9433432221412659,\n                        0.7433279752731323,\n                        -0.7513236999511719,\n                        0.800640881061554,\n                        -0.7338674068450928,\n                        0.7192797660827637,\n                        -0.8907911777496338,\n                        0.7191576957702637,\n                        -0.8406195044517517,\n                        0.7907530069351196,\n                        -0.6579995155334473,\n                        0.7533989548683167,\n                        -0.7115892171859741,\n                        0.695902943611145,\n                        -0.7576104402542114,\n                        0.7741512060165405,\n                        -0.693400502204895,\n                        0.7036545276641846,\n                        -0.7820858955383301,\n                        0.7501029968261719,\n                        -0.7604791522026062,\n                        0.8350042104721069,\n                        -0.7831845283508301,\n                        0.8339665532112122,\n                        -1.0009002685546875,\n                        0.9058060646057129,\n                        -0.9792324900627136,\n                        0.7610284686088562,\n                        -0.8669871091842651,\n                        0.8495307564735413,\n                        -1.076585054397583,\n                        0.8802929520606995,\n                        -1.058945655822754,\n                        0.9517662525177002,\n                        -0.9322347044944763,\n                        0.8752269744873047,\n                        -0.8922560214996338,\n                        0.7565728425979614,\n                        -0.7084763646125793,\n                        0.8063782453536987,\n                        -0.7562676668167114,\n                        0.7571221590042114,\n                        -0.7167772650718689,\n                        0.7815365791320801,\n                        -0.6421301364898682,\n                        0.6567788124084473,\n                        -0.8607614040374756,\n                        0.9415732026100159,\n                        -0.9018387198448181,\n                        0.8640573620796204,\n                        -0.7916075587272644,\n                        0.8202334642410278,\n                        -0.6749675869941711,\n                        0.8456244468688965,\n                        -0.7080491185188293,\n                        0.9427939057350159,\n                        -0.7081101536750793,\n                        1.0394750833511353,\n                        -0.7472953200340271,\n                        1.0410009622573853,\n                        -0.7164720892906189,\n                        1.096421718597412,\n                        -0.659037172794342,\n                        0.8458686470985413,\n                        -0.697062611579895,\n                        0.9120317101478577,\n                        -0.7498588562011719,\n                        0.7899595499038696,\n                        -0.7433279752731323,\n                        0.7157396674156189,\n                        -0.6144197583198547,\n                        0.6031891107559204,\n                        -0.8903639316558838,\n                        0.6803997755050659,\n                        -0.8592355251312256,\n                        0.8051575422286987,\n                        -0.7842221856117249,\n                        0.6712443828582764,\n                        -0.7344167232513428,\n                        0.6466468572616577,\n                        -0.8245670199394226,\n                        0.7079880833625793,\n                        -0.8617380261421204,\n                        0.7203783988952637,\n                        -0.7118943929672241,\n                        0.8314030766487122,\n                        -0.7496147155761719,\n                        0.7175097465515137,\n                        -0.7480277419090271,\n                        0.7772030234336853,\n                        -0.7920348048210144,\n                        0.763775110244751,\n                        -0.6785687208175659,\n                        0.7884947061538696,\n                        -0.6992599368095398,\n                        0.8259097933769226,\n                        -0.956954300403595,\n                        0.8329899907112122,\n                        -1.1233997344970703,\n                        1.237476110458374,\n                        -0.8816357851028442,\n                        0.9985809326171875,\n                        -0.9881437420845032,\n                        0.8982986211776733,\n                        -0.8663767576217651,\n                        1.0519875288009644,\n                        -0.9982757568359375,\n                        1.096909999847412,\n                        -1.0282444953918457,\n                        0.9838101863861084,\n                        -1.1247425079345703,\n                        0.8113832473754883,\n                        -0.887556254863739,\n                        0.9170977473258972,\n                        -0.8933547139167786,\n                        0.887617290019989,\n                        -1.094407558441162,\n                        0.9372396469116211,\n                        -0.7485160827636719,\n                        1.0740824937820435,\n                        -0.732158362865448,\n                        0.7768368124961853,\n                        -0.9106279015541077,\n                        0.8373845815658569,\n                        -0.8225528597831726,\n                        1.0158541202545166,\n                        -0.8768138885498047,\n                        0.9598230123519897,\n                        -0.8806591629981995,\n                        1.0339207649230957,\n                        -0.6712443828582764,\n                        0.7907530069351196,\n                        -0.7602960467338562,\n                        0.7692683339118958,\n                        -0.7058518528938293,\n                        0.7530327439308167,\n                        -0.7822690010070801,\n                        0.8148012757301331,\n                        -0.6781414747238159,\n                        0.659098207950592,\n                        -0.7541313767433167,\n                        0.8332341313362122,\n                        -0.7405203580856323,\n                        0.6263828277587891,\n                        -0.6270542740821838,\n                        0.5777981281280518,\n                        -1.2260624170303345,\n                        1.0875715017318726,\n                        -1.2830090522766113,\n                        1.4217441082000732,\n                        -1.1022812128067017,\n                        1.1921263933181763,\n                        -1.0480201244354248,\n                        1.0566872358322144,\n                        -1.0143282413482666,\n                        0.9302815198898315,\n                        -0.9979094862937927,\n                        1.144701361656189,\n                        -0.9863737225532532,\n                        0.8639963269233704,\n                        -0.7593194246292114,\n                        0.9535973072052002,\n                        -0.8126039505004883,\n                        0.8282291889190674,\n                        -0.6307774186134338,\n                        0.6771648526191711,\n                        -0.8069886565208435,\n                        0.8245670199394226,\n                        -0.6658121347427368,\n                        0.729900062084198,\n                        -0.5856107473373413,\n                        0.6797283887863159,\n                        -0.9648279547691345,\n                        0.9792324900627136,\n                        -1.1135729551315308,\n                        0.9161211848258972,\n                        -1.0728617906570435,\n                        0.9098954796791077,\n                        -1.0219577550888062,\n                        0.9258258938789368,\n                        -1.062424659729004,\n                        0.9189288020133972,\n                        -0.8791332840919495,\n                        0.9436484575271606,\n                        -1.0411230325698853,\n                        0.7590752840042114,\n                        -1.064072608947754,\n                        0.9045243263244629,\n                        -0.8334172368049622,\n                        0.7006027102470398,\n                        -0.9406576752662659,\n                        0.8646066784858704,\n                        -0.7721980810165405,\n                        0.7541313767433167,\n                        -0.6664835810661316,\n                        0.729289710521698,\n                        -1.318104863166809,\n                        1.160204529762268,\n                        -1.0003509521484375,\n                        1.061142921447754,\n                        -1.1840085983276367,\n                        0.9944915175437927,\n                        -0.8238956332206726,\n                        0.8115663528442383,\n                        -1.0121309757232666,\n                        0.7784237265586853,\n                        -0.9359579086303711,\n                        0.7433279752731323,\n                        -0.9445639848709106,\n                        0.8783398270606995,\n                        -0.8595407009124756,\n                        0.6725261211395264,\n                        -0.9174029231071472,\n                        0.7753719091415405,\n                        -0.6746624112129211,\n                        0.659647524356842,\n                        -0.8269474506378174,\n                        0.6370641589164734,\n                        -0.5247577428817749,\n                        0.7124437093734741,\n                        -0.5778591632843018,\n                        0.5138323307037354,\n                        -0.8480659127235413,\n                        0.7560845613479614,\n                        -0.8200503587722778,\n                        0.849958062171936,\n                        -0.767009973526001,\n                        0.886152446269989,\n                        -0.851911187171936,\n                        0.694926381111145,\n                        -0.8383612036705017,\n                        0.8045471906661987,\n                        -0.8804150223731995,\n                        0.7392995953559875,\n                        -0.7768368124961853,\n                        0.800823986530304,\n                        -0.8369573354721069,\n                        0.7593804597854614,\n                        -0.7930113673210144,\n                        0.8274967670440674,\n                        -0.7945372462272644,\n                        0.7501640319824219,\n                        -0.7562676668167114,\n                        0.8253604769706726,\n                        -0.766704797744751,\n                        0.6824139952659607,\n                        -1.0897687673568726,\n                        1.0355077981948853,\n                        -0.9600061178207397,\n                        0.8095521330833435,\n                        -0.9437705278396606,\n                        0.886213481426239,\n                        -0.8080872893333435,\n                        0.6866254806518555,\n                        -0.8834058046340942,\n                        0.7830014228820801,\n                        -0.8668650388717651,\n                        0.8831616640090942,\n                        -0.8269474506378174,\n                        0.887190043926239,\n                        -0.8121767044067383,\n                        0.8453803062438965,\n                        -0.850751519203186,\n                        0.8262150287628174,\n                        -0.766094446182251,\n                        0.7690241932868958,\n                        -0.7890440225601196,\n                        0.8176088929176331,\n                        -0.8301213383674622,\n                        0.7825131416320801,\n                        -0.48264285922050476,\n                        0.5512474179267883,\n                        -0.9281452894210815,\n                        0.9015335440635681,\n                        -0.7595635652542114,\n                        0.8735790252685547,\n                        -0.8188906908035278,\n                        0.9067215919494629,\n                        -0.7902647256851196,\n                        0.7201342582702637,\n                        -0.8254825472831726,\n                        0.7903257608413696,\n                        -0.8073548674583435,\n                        0.8114442825317383,\n                        -0.6327306032180786,\n                        0.7382619976997375,\n                        -0.6757610440254211,\n                        0.5859769582748413,\n                        -0.7066453099250793,\n                        0.7959411144256592,\n                        -0.5701075792312622,\n                        0.7085984349250793,\n                        -0.8611886501312256,\n                        0.7046921253204346,\n                        -0.5892729163169861,\n                        0.5326924324035645,\n                        -1.0192720890045166,\n                        1.1009994745254517,\n                        -1.1765621900558472,\n                        1.2061645984649658,\n                        -1.2609139680862427,\n                        1.094834804534912,\n                        -0.8997024297714233,\n                        1.1949950456619263,\n                        -0.8556954264640808,\n                        1.1005722284317017,\n                        -0.9614709615707397,\n                        1.2401617765426636,\n                        -1.1172960996627808,\n                        1.1197985410690308,\n                        -1.0674296617507935,\n                        0.8757152557373047,\n                        -1.0501563549041748,\n                        0.8831006288528442,\n                        -1.1922484636306763,\n                        1.0363622903823853,\n                        -0.8306096196174622,\n                        1.1977416276931763,\n                        -1.217822551727295,\n                        0.7145799994468689,\n                        -0.8411688208580017,\n                        0.7742732763290405,\n                        -1.323781132698059,\n                        1.2843518257141113,\n                        -1.2401007413864136,\n                        1.2232547998428345,\n                        -1.1594719886779785,\n                        0.9994354248046875,\n                        -1.150377631187439,\n                        1.0247653722763062,\n                        -1.1249866485595703,\n                        1.0194551944732666,\n                        -1.1415274143218994,\n                        0.9955291152000427,\n                        -1.1402456760406494,\n                        0.9775234460830688,\n                        -0.9532921314239502,\n                        0.7922179102897644,\n                        -0.9813687205314636,\n                        0.694743275642395,\n                        -0.8237735629081726,\n                        0.8744945526123047,\n                        -0.9152666330337524,\n                        0.9722743630409241,\n                        -0.8493476510047913,\n                        0.7406424283981323,\n                        -0.853314995765686,\n                        0.7447928786277771,\n                        -1.2441900968551636,\n                        1.007614254951477,\n                        -1.1057603359222412,\n                        0.9358358383178711,\n                        -1.0187227725982666,\n                        0.9611047506332397,\n                        -0.9738002419471741,\n                        1.0500342845916748,\n                        -1.004989743232727,\n                        1.0481421947479248,\n                        -1.0308079719543457,\n                        0.9878385663032532,\n                        -1.2117799520492554,\n                        1.0171968936920166,\n                        -0.9103227257728577,\n                        1.1528191566467285,\n                        -0.853314995765686,\n                        0.9081254005432129,\n                        -0.7872740030288696,\n                        0.767376184463501,\n                        -0.8571602702140808,\n                        0.7178759574890137,\n                        -0.7604181170463562,\n                        0.6851605772972107,\n                        -1.1336537599563599,\n                        1.0875715017318726,\n                        -1.0491187572479248,\n                        1.1268787384033203,\n                        -1.1248645782470703,\n                        1.0679789781570435,\n                        -1.0162203311920166,\n                        1.1760739088058472,\n                        -1.0290989875793457,\n                        1.2994277477264404,\n                        -0.8596627712249756,\n                        1.0153658390045166,\n                        -0.9351033568382263,\n                        1.0882428884506226,\n                        -1.0220187902450562,\n                        0.9307087659835815,\n                        -1.0371557474136353,\n                        1.061570167541504,\n                        -0.9427939057350159,\n                        1.1078355312347412,\n                        -1.0177462100982666,\n                        1.009140133857727,\n                        -1.0036468505859375,\n                        0.9402304291725159,\n                        -0.8055847883224487,\n                        0.8659495115280151,\n                        -0.8798046708106995,\n                        0.8970779180526733,\n                        -0.9515831470489502,\n                        0.9047074317932129,\n                        -0.8979934453964233,\n                        0.9394980072975159,\n                        -0.886213481426239,\n                        0.8906080722808838,\n                        -0.8073548674583435,\n                        0.9056839942932129,\n                        -0.9421225190162659,\n                        0.888044536113739,\n                        -0.9882047772407532,\n                        0.7427176237106323,\n                        -0.8679636716842651,\n                        0.7179369926452637,\n                        -0.7982604503631592,\n                        0.8243839144706726,\n                        -0.7921568751335144,\n                        0.693522572517395,\n                        -0.8318303227424622,\n                        0.7886167764663696,\n                        -0.6383458971977234,\n                        0.7776913046836853,\n                        -0.8544136881828308,\n                        0.8343328237533569,\n                        -0.7685359120368958,\n                        0.9051346778869629,\n                        -0.7777523398399353,\n                        0.9027542471885681,\n                        -0.7862973809242249,\n                        0.8940261006355286,\n                        -0.8242618441581726,\n                        0.801922619342804,\n                        -0.7676203846931458,\n                        0.7939268946647644,\n                        -0.7784237265586853,\n                        0.8411077857017517,\n                        -0.7574883699417114,\n                        0.6868085861206055,\n                        -0.731609046459198,\n                        0.7281910181045532,\n                        -0.7147631049156189,\n                        0.8344548940658569,\n                        -0.7374075055122375,\n                        0.8588693141937256,\n                        -0.4876478314399719,\n                        0.4759289026260376,\n                        -0.9955901503562927,\n                        0.9191729426383972,\n                        -0.9272297024726868,\n                        0.8902418613433838,\n                        -0.7975890636444092,\n                        0.8930495381355286,\n                        -0.7331960201263428,\n                        0.7432059049606323,\n                        -0.7192797660827637,\n                        0.8354314565658569,\n                        -0.6670939326286316,\n                        0.9105668663978577,\n                        -0.60849928855896,\n                        0.6765545010566711,\n                        -0.6338292360305786,\n                        0.6804608106613159,\n                        -0.5790798664093018,\n                        0.7386282086372375,\n                        -0.5463035106658936,\n                        0.7762874960899353,\n                        -0.6224765181541443,\n                        0.7697566151618958,\n                        -0.5469748973846436,\n                        0.6340733766555786,\n                        -0.7234912514686584,\n                        0.8342717885971069,\n                        -0.8904249668121338,\n                        0.9502403140068054,\n                        -0.9376058578491211,\n                        0.9240558743476868,\n                        -0.8287785053253174,\n                        0.8447089195251465,\n                        -0.7696345448493958,\n                        0.8174257874488831,\n                        -0.60880446434021,\n                        0.7491874694824219,\n                        -0.5348287224769592,\n                        0.5876249074935913,\n                        -0.5525291562080383,\n                        0.5820706486701965,\n                        -0.5670557618141174,\n                        0.5451438426971436,\n                        -0.6363927721977234,\n                        0.48441290855407715,\n                        -0.5790798664093018,\n                        0.5123063921928406,\n                        -0.60904860496521,\n                        0.5077286958694458,\n                        -0.575844943523407,\n                        0.5918974876403809,\n                        -1.6585640907287598,\n                        1.614374041557312,\n                        -1.6544137001037598,\n                        1.5418630838394165,\n                        -1.2113527059555054,\n                        1.4515297412872314,\n                        -1.1932860612869263,\n                        1.2784314155578613,\n                        -1.0999008417129517,\n                        1.1866941452026367,\n                        -1.1271839141845703,\n                        1.2568856477737427,\n                        -1.3816434144973755,\n                        1.1576409339904785,\n                        -1.0324559211730957,\n                        1.1411612033843994,\n                        -0.9777675867080688,\n                        1.1909666061401367,\n                        -1.1271839141845703,\n                        0.9388265609741211,\n                        -1.3689478635787964,\n                        0.886091411113739,\n                        -1.146959662437439,\n                        0.9373006820678711,\n                        -0.8653391599655151,\n                        0.8153505921363831,\n                        -1.3388570547103882,\n                        1.3848172426223755,\n                        -1.1155871152877808,\n                        1.3842679262161255,\n                        -1.2040283679962158,\n                        1.0410009622573853,\n                        -1.316578984260559,\n                        1.081345796585083,\n                        -1.1053329706192017,\n                        1.1415274143218994,\n                        -0.8127870559692383,\n                        1.0139009952545166,\n                        -1.235156774520874,\n                        1.1277942657470703,\n                        -1.2711681127548218,\n                        1.547661542892456,\n                        -1.1824215650558472,\n                        1.4042878150939941,\n                        -1.2054321765899658,\n                        1.1075913906097412,\n                        -1.064133644104004,\n                        1.064805030822754,\n                        -1.3992217779159546,\n                        1.3671778440475464,\n                        -1.2616463899612427,\n                        1.614618182182312,\n                        -1.457755446434021,\n                        1.2402838468551636,\n                        -1.30626380443573,\n                        1.2626841068267822,\n                        -1.236560583114624,\n                        1.2662241458892822,\n                        -1.1810787916183472,\n                        1.1437857151031494,\n                        -1.1310292482376099,\n                        0.9348592162132263,\n                        -1.1835812330245972,\n                        1.063340187072754,\n                        -1.445304036140442,\n                        1.4354162216186523,\n                        -1.2063477039337158,\n                        1.5045701265335083,\n                        -1.094346523284912,\n                        1.233264684677124,\n                        -1.0348362922668457,\n                        1.1248035430908203,\n                        -1.0528420209884644,\n                        1.0364843606948853,\n                        -0.8625925183296204,\n                        0.8468452095985413,\n                        -1.1338979005813599,\n                        1.075120210647583,\n                        -0.8833447694778442,\n                        0.8984817266464233,\n                        -0.852277398109436,\n                        0.7690852284431458,\n                        -0.9787442088127136,\n                        0.5852445363998413,\n                        -0.9385213851928711,\n                        0.9421835541725159,\n                        -0.9175249934196472,\n                        0.8282291889190674,\n                        -0.8686960935592651,\n                        0.8605782985687256,\n                        -0.9455405473709106,\n                        0.7592583894729614,\n                        -0.7191576957702637,\n                        0.6489661931991577,\n                        -0.6837567687034607,\n                        0.659159243106842,\n                        -0.9377279281616211,\n                        0.538063645362854,\n                        -0.5942778587341309,\n                        0.6569619178771973,\n                        -1.3457541465759277,\n                        1.2936294078826904,\n                        -1.5785458087921143,\n                        1.6343327760696411,\n                        -1.5387502908706665,\n                        1.1317616701126099,\n                        -1.2844738960266113,\n                        1.0322728157043457,\n                        -1.1707637310028076,\n                        1.1042343378067017,\n                        -1.0338597297668457,\n                        1.074326753616333,\n                        -0.7627984881401062,\n                        0.8707103133201599,\n                        -1.1211414337158203,\n                        1.0712138414382935,\n                        -0.9683680534362793,\n                        1.3301289081573486,\n                        -0.885175883769989,\n                        1.0574806928634644,\n                        -0.9440757036209106,\n                        0.9724574685096741,\n                        -0.8644846081733704,\n                        1.0569313764572144,\n                        -0.7214770913124084,\n                        0.7709162831306458,\n                        -1.1820553541183472,\n                        1.1006942987442017,\n                        -1.0677348375320435,\n                        1.3371480703353882,\n                        -1.1744258403778076,\n                        1.1825436353683472,\n                        -1.0220187902450562,\n                        0.8995193243026733,\n                        -0.9019607901573181,\n                        0.7778133749961853,\n                        -1.0693827867507935,\n                        0.923567533493042,\n                        -1.4099030494689941,\n                        0.9159380197525024,\n                        -1.1278553009033203,\n                        1.1415884494781494,\n                        -0.9666590094566345,\n                        1.374990463256836,\n                        -0.9289387464523315,\n                        1.1050277948379517,\n                        -0.887861430644989,\n                        0.8794384598731995,\n                        -0.7806820869445801,\n                        0.6700847148895264,\n                        -1.090318202972412,\n                        0.9618982076644897,\n                        -0.9900358319282532,\n                        1.1738154888153076,\n                        -1.1128404140472412,\n                        1.079758882522583,\n                        -0.9362020492553711,\n                        0.9545738697052002,\n                        -0.8342717885971069,\n                        1.0006561279296875,\n                        -0.8262760639190674,\n                        0.9338826537132263,\n                        -0.7813534736633301,\n                        0.6728312969207764,\n                        -0.7740901708602905,\n                        0.7783016562461853,\n                        -0.7076829075813293,\n                        0.7626764178276062,\n                        -0.9071488380432129,\n                        0.8358587026596069,\n                        -0.6352331042289734,\n                        0.6799114942550659,\n                        -0.6214999556541443,\n                        0.5085221529006958,\n                        -0.731975257396698,\n                        0.5088273286819458,\n                        -1.0007781982421875,\n                        0.9446250200271606,\n                        -0.9442588090896606,\n                        1.149828314781189,\n                        -1.0211642980575562,\n                        0.8977493047714233,\n                        -0.9164263606071472,\n                        0.9509727358818054,\n                        -0.8136415481567383,\n                        0.8419013023376465,\n                        -0.6750286221504211,\n                        0.7695735096931458,\n                        -0.7829403877258301,\n                        0.8091248869895935,\n                        -0.9022659659385681,\n                        0.7827572822570801,\n                        -0.7510795593261719,\n                        0.9836270809173584,\n                        -0.853009819984436,\n                        0.60947585105896,\n                        -0.3981689214706421,\n                        0.4718394875526428,\n                        -0.33890289068222046,\n                        0.3770504295825958,\n                        -0.2207980453968048,\n                        0.19540703296661377,\n                        -1.6446479558944702,\n                        1.5962462425231934,\n                        -1.375356674194336,\n                        1.2114747762680054,\n                        -0.9808804392814636,\n                        1.146959662437439,\n                        -1.1098496913909912,\n                        1.1207140684127808,\n                        -1.164110779762268,\n                        0.9619592428207397,\n                        -1.0126192569732666,\n                        1.320241093635559,\n                        -0.9020828604698181,\n                        0.8097352385520935,\n                        -1.1867551803588867,\n                        0.9143511056900024,\n                        -0.8712596297264099,\n                        0.8674143552780151,\n                        -0.9504234194755554,\n                        0.9996795654296875,\n                        -0.8895704746246338,\n                        1.0432593822479248,\n                        -1.1159533262252808,\n                        0.921919584274292,\n                        -1.1779049634933472,\n                        0.9538414478302002,\n                        -1.2445563077926636,\n                        1.0823224782943726,\n                        -1.0828107595443726,\n                        0.9026932120323181,\n                        -1.079575777053833,\n                        0.8162661194801331,\n                        -0.9674525260925293,\n                        0.9658655524253845,\n                        -1.010421872138977,\n                        0.8071107268333435,\n                        -0.8712596297264099,\n                        0.9477989077568054,\n                        -1.0839093923568726,\n                        0.7527886033058167,\n                        -0.9993743896484375,\n                        0.8572213053703308,\n                        -0.8569161295890808,\n                        0.8735179901123047,\n                        -0.9062333106994629,\n                        0.850019097328186,\n                        -0.7403982877731323,\n                        0.9598230123519897,\n                        -1.0012054443359375,\n                        1.0981308221817017,\n                        -1.4536049365997314,\n                        1.533134937286377,\n                        -0.7776913046836853,\n                        0.9196612238883972,\n                        -0.993820071220398,\n                        0.7689021229743958,\n                        -0.7526054978370667,\n                        0.8179751038551331,\n                        -0.7073777318000793,\n                        0.697123646736145,\n                        -0.7438162565231323,\n                        0.7707942128181458,\n                        -0.885725200176239,\n                        0.60758376121521,\n                        -0.8420233726501465,\n                        0.6123445630073547,\n                        -0.7974669933319092,\n                        0.659403383731842,\n                        -0.8702220320701599,\n                        0.6510414481163025,\n                        -0.6645303964614868,\n                        0.5715724229812622,\n                        -0.6128938794136047,\n                        0.6055695414543152,\n                        -0.694010853767395,\n                        0.6365148425102234,\n                        -0.8456244468688965,\n                        0.6828412413597107,\n                        -0.7960631847381592,\n                        0.7601129412651062,\n                        -0.801861584186554,\n                        0.6732585430145264,\n                        -0.730388343334198,\n                        0.6395666599273682,\n                        -0.6788738965988159,\n                        0.6116731762886047,\n                        -0.6655069589614868,\n                        0.6781414747238159,\n                        -0.7227588295936584,\n                        0.6981002688407898,\n                        -0.7087205052375793,\n                        0.7161058783531189,\n                        -0.729472815990448,\n                        0.7584038972854614,\n                        -0.9966887831687927,\n                        0.7944151759147644,\n                        -1.0406957864761353,\n                        0.8254825472831726,\n                        -1.0886701345443726,\n                        1.010360836982727,\n                        -1.6599068641662598,\n                        1.3969634771347046,\n                        -0.8198062181472778,\n                        0.766887903213501,\n                        -0.4892958104610443,\n                        0.575661838054657,\n                        -0.5431906580924988,\n                        0.6814373731613159,\n                        -0.6298618912696838,\n                        0.6788738965988159,\n                        -0.6993209719657898,\n                        0.5972076058387756,\n                        -0.5070573091506958,\n                        0.574990451335907,\n                        -0.6041046977043152,\n                        0.5511253476142883,\n                        -0.5234149694442749,\n                        0.5365987420082092,\n                        -0.5414816737174988,\n                        0.5644922852516174,\n                        -0.5795681476593018,\n                        0.5956816673278809,\n                        -0.6507973074913025,\n                        0.6750896573066711,\n                        -0.5920195579528809,\n                        0.7252613306045532,\n                        -0.7839170098304749,\n                        0.6798504590988159,\n                        -0.7448539137840271,\n                        0.6463416218757629,\n                        -0.7401540875434875,\n                        0.6341954469680786,\n                        -0.8259097933769226,\n                        0.6796063184738159,\n                        -0.8409857153892517,\n                        0.801312267780304,\n                        -0.800213634967804,\n                        0.8145571351051331,\n                        -0.7418631315231323,\n                        0.696574330329895,\n                        -0.6205233931541443,\n                        0.6842450499534607,\n                        -0.6514076590538025,\n                        0.7065232396125793,\n                        -0.6116121411323547,\n                        0.6810101270675659,\n                        -0.5839627385139465,\n                        0.5876249074935913,\n                        -1.6821240186691284,\n                        1.392141580581665,\n                        -1.1255970001220703,\n                        1.2090944051742554,\n                        -0.7145189642906189,\n                        0.6581826210021973,\n                        -0.7032883167266846,\n                        0.729839026927948,\n                        -0.5710231065750122,\n                        0.8123598098754883,\n                        -0.7010299563407898,\n                        0.8352483510971069,\n                        -0.6050202250480652,\n                        0.8654612302780151,\n                        -0.6687418818473816,\n                        0.850812554359436,\n                        -0.6149080395698547,\n                        0.7053025364875793,\n                        -0.5916532874107361,\n                        0.7549858689308167,\n                        -0.6218661665916443,\n                        0.6799725294113159,\n                        -0.6882734298706055,\n                        0.5950713157653809,\n                        -0.5411154627799988,\n                        0.5155413150787354,\n                        -0.6327306032180786,\n                        0.6573281288146973,\n                        -0.7181811332702637,\n                        0.6759441494941711,\n                        -0.6750896573066711,\n                        0.6045319437980652,\n                        -0.6451209187507629,\n                        0.5681543946266174,\n                        -0.661112368106842,\n                        0.5948882102966309,\n                        -0.5994659066200256,\n                        0.6634927988052368,\n                        -0.6644083261489868,\n                        0.7383840680122375,\n                        -0.6565346717834473,\n                        0.5951323509216309,\n                        -0.7455253005027771,\n                        0.6315099000930786,\n                        -0.7434500455856323,\n                        0.6576943397521973,\n                        -0.6993209719657898,\n                        0.6927900910377502,\n                        -0.6413977146148682,\n                        0.6849164366722107,\n                        -0.7566338777542114,\n                        1.5670710802078247,\n                        -1.604486107826233,\n                        1.7298542261123657,\n                        -0.8376287221908569,\n                        0.7277637720108032,\n                        -0.8398870825767517,\n                        0.766521692276001,\n                        -0.7057908177375793,\n                        0.9125810861587524,\n                        -0.6917524933815002,\n                        0.8991531133651733,\n                        -0.9053788185119629,\n                        0.8293888568878174,\n                        -0.9388265609741211,\n                        0.7418020963668823,\n                        -0.7386282086372375,\n                        0.730144202709198,\n                        -0.7242236733436584,\n                        0.7516899108886719,\n                        -0.8476997017860413,\n                        0.7491264343261719,\n                        -0.8613107204437256,\n                        0.7945372462272644,\n                        -0.6900435090065002,\n                        0.6227816939353943,\n                        -0.7435110807418823,\n                        0.6782025098800659,\n                        -0.7250782251358032,\n                        0.8989700078964233,\n                        -0.6628214120864868,\n                        0.7846494317054749,\n                        -0.8064392805099487,\n                        0.7457084059715271,\n                        -0.6341344118118286,\n                        0.7128099203109741,\n                        -0.5879911780357361,\n                        0.6276035904884338,\n                        -0.5607080459594727,\n                        0.6894330978393555,\n                        -0.6637369394302368,\n                        0.6040436625480652,\n                        -0.5563133955001831,\n                        0.60978102684021,\n                        -0.6684367060661316,\n                        0.7098802328109741,\n                        -0.5537499189376831,\n                        0.5987334847450256,\n                        -0.6549477577209473,\n                        0.5499656796455383,\n                        -0.7825741767883301,\n                        1.0888532400131226,\n                        -1.389700174331665,\n                        1.6240787506103516,\n                        -0.9797818064689636,\n                        0.8321354985237122,\n                        -0.6886396408081055,\n                        0.6783856153488159,\n                        -0.6484779119491577,\n                        0.694132924079895,\n                        -0.6633707284927368,\n                        0.7515678405761719,\n                        -0.6891889572143555,\n                        0.7723811864852905,\n                        -0.5095597505569458,\n                        0.5948882102966309,\n                        -0.5966582894325256,\n                        0.575295627117157,\n                        -0.4946669638156891,\n                        0.5016860961914062,\n                        -0.5513084530830383,\n                        0.6581826210021973,\n                        -0.48160526156425476,\n                        0.5147478580474854,\n                        -0.43698787689208984,\n                        0.5438620448112488,\n                        -0.7168993949890137,\n                        0.6789349317550659,\n                        -0.8319523930549622,\n                        0.7813534736633301,\n                        -0.8362249135971069,\n                        0.7185473442077637,\n                        -0.8068055510520935,\n                        0.7406424283981323,\n                        -0.7855039238929749,\n                        0.6774700284004211,\n                        -0.6982833743095398,\n                        0.7536430954933167,\n                        -0.7926451563835144,\n                        0.5924468040466309,\n                        -0.8915846347808838,\n                        0.7258716821670532,\n                        -0.695475697517395,\n                        0.6055695414543152,\n                        -0.7425955533981323,\n                        0.7035324573516846,\n                        -0.6641641855239868,\n                        0.5992828011512756,\n                        -0.5212176442146301,\n                        0.6041657328605652,\n                        -0.8180971741676331,\n                        0.7855039238929749,\n                        -1.5417410135269165,\n                        1.5567559003829956,\n                        -0.8690012693405151,\n                        0.6547646522521973,\n                        -0.6207064986228943,\n                        0.5842679738998413,\n                        -0.7093309164047241,\n                        0.5912260413169861,\n                        -0.6872358322143555,\n                        0.6479896306991577,\n                        -0.5340352654457092,\n                        0.574135959148407,\n                        -0.6802166700363159,\n                        0.6214999556541443,\n                        -0.6820477843284607,\n                        0.5996490716934204,\n                        -0.45535972714424133,\n                        0.5891508460044861,\n                        -0.6217440962791443,\n                        0.48709848523139954,\n                        -0.4150148630142212,\n                        0.4915541410446167,\n                        -0.45395588874816895,\n                        0.37369343638420105,\n                        -1.3524070978164673,\n                        1.1052719354629517,\n                        -0.731364905834198,\n                        0.5166399478912354,\n                        -0.6626993417739868,\n                        0.7045700550079346,\n                        -0.7889219522476196,\n                        0.4764171838760376,\n                        -0.6625162363052368,\n                        0.6641641855239868,\n                        -0.6866254806518555,\n                        0.5990996956825256,\n                        -0.6230258345603943,\n                        0.6359044909477234,\n                        -0.6188753843307495,\n                        0.5450217723846436,\n                        -0.6532997488975525,\n                        0.6560463905334473,\n                        -0.6176546812057495,\n                        0.5962310433387756,\n                        -0.5832913517951965,\n                        0.660929262638092,\n                        -0.5800564289093018,\n                        0.5311055183410645,\n                        -0.8907911777496338,\n                        1.4269932508468628,\n                        -1.4949263334274292,\n                        1.1077134609222412,\n                        -0.7840390801429749,\n                        0.6570229530334473,\n                        -0.6804608106613159,\n                        0.6666666865348816,\n                        -0.6775310635566711,\n                        0.61002516746521,\n                        -0.6805828809738159,\n                        0.5212786793708801,\n                        -0.6777141690254211,\n                        0.7094529867172241,\n                        -0.660502016544342,\n                        0.6158236265182495,\n                        -0.7325856685638428,\n                        0.7369192242622375,\n                        -0.6325474977493286,\n                        0.576150119304657,\n                        -0.6454260945320129,\n                        0.6545815467834473,\n                        -0.6405432224273682,\n                        0.5715724229812622,\n                        -0.5574731230735779,\n                        0.6468909978866577,\n                        -0.7570000886917114,\n                        0.6730754375457764,\n                        -0.6387732028961182,\n                        0.696269154548645,\n                        -0.7012131214141846,\n                        0.7245898842811584,\n                        -0.6247959136962891,\n                        0.6147249341011047,\n                        -0.6701457500457764,\n                        0.6370641589164734,\n                        -0.6540321707725525,\n                        0.693400502204895,\n                        -0.503334105014801,\n                        0.6569008827209473,\n                        -0.4771496057510376,\n                        0.5080338716506958,\n                        -0.6066681742668152,\n                        0.6581215858459473,\n                        -0.46713969111442566,\n                        0.5910429358482361,\n                        -0.6855878829956055,\n                        0.5568627715110779,\n                        -0.4619516432285309,\n                        0.4612191915512085,\n                        -0.43510058522224426,\n                        0.6081515550613403,\n                        -0.8557655811309814,\n                        1.5618219375610352,\n                        -1.3583886623382568,\n                        1.0177462100982666,\n                        -1.0433204174041748,\n                        0.9488365054130554,\n                        -1.30431067943573,\n                        1.080491304397583,\n                        -1.0848859548568726,\n                        1.0210422277450562,\n                        -1.0182955265045166,\n                        0.990402102470398,\n                        -0.920576810836792,\n                        0.8914015293121338,\n                        -0.8162661194801331,\n                        0.853498101234436,\n                        -0.8682688474655151,\n                        0.8286564350128174,\n                        -0.8198672533035278,\n                        0.7430838346481323,\n                        -0.5900053381919861,\n                        0.5678492188453674,\n                        -0.7494316101074219,\n                        0.7773861289024353,\n                        -0.9412069916725159,\n                        0.8746776580810547,\n                        -0.957442581653595,\n                        0.9614099264144897,\n                        -0.8198062181472778,\n                        0.695292592048645,\n                        -0.7429617643356323,\n                        0.7423514127731323,\n                        -0.7151293158531189,\n                        0.7118333578109741,\n                        -0.7852597832679749,\n                        0.767009973526001,\n                        -1.094651699066162,\n                        0.7085984349250793,\n                        -1.006881833076477,\n                        0.7879453897476196,\n                        -0.9373617172241211,\n                        0.8348821401596069,\n                        -1.095933437347412,\n                        0.8602120876312256,\n                        -0.8472724556922913,\n                        0.8716868758201599,\n                        -0.6875410079956055,\n                        0.7686579823493958,\n                        -0.9344930052757263,\n                        0.9691004753112793,\n                        -1.1874265670776367,\n                        1.550041913986206,\n                        -0.8686960935592651,\n                        0.7685359120368958,\n                        -0.9440146684646606,\n                        0.6345006227493286,\n                        -0.887006938457489,\n                        0.6267490386962891,\n                        -0.694743275642395,\n                        0.6071564555168152,\n                        -0.6567788124084473,\n                        0.5149919986724854,\n                        -0.48258182406425476,\n                        0.5309834480285645,\n                        -0.539162278175354,\n                        0.45529869198799133,\n                        -0.5475852489471436,\n                        0.43418020009994507,\n                        -0.6247959136962891,\n                        0.3960326611995697,\n                        -0.6657510995864868,\n                        0.49918365478515625,\n                        -0.5848172903060913,\n                        0.4947890341281891,\n                        -0.38809797167778015,\n                        0.43283742666244507,\n                        -0.8920118808746338,\n                        1.011459469795227,\n                        -0.9180132746696472,\n                        0.6335240602493286,\n                        -0.6249790191650391,\n                        0.6637369394302368,\n                        -0.5295796394348145,\n                        0.5806668400764465,\n                        -0.538307785987854,\n                        0.48160526156425476,\n                        -0.5273823142051697,\n                        0.6346226930618286,\n                        -0.5298848152160645,\n                        0.6219272017478943,\n                        -0.5996490716934204,\n                        0.6702067852020264,\n                        -0.5525901913642883,\n                        0.6348058581352234,\n                        -0.6402990818023682,\n                        0.6811321973800659,\n                        -0.6358434557914734,\n                        0.6242465972900391,\n                        -0.6581215858459473,\n                        0.8912184238433838,\n                        -1.3484398126602173,\n                        1.5621271133422852,\n                        -0.8125429153442383,\n                        0.6229037642478943,\n                        -0.6327916383743286,\n                        0.799908459186554,\n                        -0.7529106736183167,\n                        0.7345387935638428,\n                        -0.8633859753608704,\n                        0.766338586807251,\n                        -0.6845502257347107,\n                        0.8644846081733704,\n                        -0.7947813868522644,\n                        0.7696955800056458,\n                        -1.0421606302261353,\n                        0.8437323570251465,\n                        -0.8167544007301331,\n                        0.9651331305503845,\n                        -0.6930342316627502,\n                        0.8574655055999756,\n                        -0.7847715020179749,\n                        0.8070496916770935,\n                        -0.7400320172309875,\n                        0.8243228793144226,\n                        -0.8409857153892517,\n                        0.5882353186607361,\n                        -1.1065537929534912,\n                        1.0867780447006226,\n                        -0.9250324368476868,\n                        1.0328221321105957,\n                        -0.8971999883651733,\n                        0.8713817000389099,\n                        -1.0029754638671875,\n                        0.851483941078186,\n                        -0.8822461366653442,\n                        0.8284122943878174,\n                        -0.8274967670440674,\n                        0.7104295492172241,\n                        -0.7781795859336853,\n                        0.7277027368545532,\n                        -0.8097352385520935,\n                        0.7028610706329346,\n                        -0.7385061383247375,\n                        0.6988937258720398,\n                        -0.885908305644989,\n                        0.8088197112083435,\n                        -0.801190197467804,\n                        0.7529106736183167,\n                        -1.4830853939056396,\n                        1.5095139741897583,\n                        -1.1094834804534912,\n                        1.5261768102645874,\n                        -0.8305485844612122,\n                        0.8057678937911987,\n                        -0.5883573889732361,\n                        0.7577935457229614,\n                        -0.5697413682937622,\n                        0.5362325310707092,\n                        -0.6213778853416443,\n                        0.5892729163169861,\n                        -0.45120927691459656,\n                        0.5429465174674988,\n                        -0.61014723777771,\n                        0.6403601169586182,\n                        -0.5447775721549988,\n                        0.60794997215271,\n                        -0.7613336443901062,\n                        0.8333562016487122,\n                        -0.6671549677848816,\n                        0.7764706015586853,\n                        -0.7145189642906189,\n                        0.8169375061988831,\n                        -0.5418478846549988,\n                        0.5651636719703674,\n                        -0.6683146357536316,\n                        0.48276492953300476,\n                        -0.6854657530784607,\n                        0.6634927988052368,\n                        -0.7681697010993958,\n                        0.6777141690254211,\n                        -0.6730754375457764,\n                        0.6224765181541443,\n                        -0.6497596502304077,\n                        0.5512474179267883,\n                        -0.6558632850646973,\n                        0.5813382267951965,\n                        -0.660990297794342,\n                        0.5699244737625122,\n                        -0.5829861760139465,\n                        0.5298237800598145,\n                        -0.5316548347473145,\n                        0.48288699984550476,\n                        -0.5967803597450256,\n                        0.5999542474746704,\n                        -0.540382981300354,\n                        0.5199969410896301,\n                        -0.5011978149414062,\n                        0.47757688164711,\n                        -0.48221561312675476,\n                        0.9826505184173584,\n                        -1.3486229181289673,\n                        0.9035477042198181,\n                        -0.8312199711799622,\n                        1.008895993232727,\n                        -0.7715877294540405,\n                        0.7980773448944092,\n                        -0.6801556348800659,\n                        0.8659495115280151,\n                        -0.7095750570297241,\n                        0.6929121613502502,\n                        -0.6150301098823547,\n                        0.572732150554657,\n                        -0.4928358793258667,\n                        0.5355001091957092,\n                        -0.5700465440750122,\n                        0.5487449169158936,\n                        -0.5818265080451965,\n                        0.6012970209121704,\n                        -0.6298618912696838,\n                        0.6126497387886047,\n                        -0.5316548347473145,\n                        0.5785915851593018,\n                        -0.43588921427726746,\n                        0.3658808171749115,\n                        -0.4970473647117615,\n                        0.5807889103889465,\n                        -0.538612961769104,\n                        0.6318150758743286,\n                        -0.5212786793708801,\n                        0.7417410612106323,\n                        -0.48557260632514954,\n                        0.6733195781707764,\n                        -0.4808117747306824,\n                        0.60794997215271,\n                        -0.3921263515949249,\n                        0.5113298296928406,\n                        -0.3844968378543854,\n                        0.3978027105331421,\n                        -0.694682240486145,\n                        0.8386053442955017,\n                        -0.6433508992195129,\n                        0.6169222593307495,\n                        -0.5677881836891174,\n                        0.60874342918396,\n                        -0.505470335483551,\n                        0.572610080242157,\n                        -0.5967193245887756,\n                        0.575722873210907,\n                        -0.5432516932487488,\n                        0.5676050782203674,\n                        -1.4288853406906128,\n                        1.448722004890442,\n                        -0.9419394135475159,\n                        0.7951476573944092,\n                        -0.5701686143875122,\n                        0.7859311699867249,\n                        -0.6045319437980652,\n                        0.8364690542221069,\n                        -0.7209277749061584,\n                        0.8194400072097778,\n                        -0.7560845613479614,\n                        0.885053813457489,\n                        -0.660685122013092,\n                        0.729411780834198,\n                        -0.5715113878250122,\n                        0.7588311433792114,\n                        -0.5915922522544861,\n                        0.6692301630973816,\n                        -0.5868314504623413,\n                        0.5805447697639465,\n                        -0.60819411277771,\n                        0.47898069024086,\n                        -0.40817883610725403,\n                        0.2895246744155884,\n                        -0.8406805396080017,\n                        1.010604977607727,\n                        -0.9363851547241211,\n                        0.9424887299537659,\n                        -0.6483558416366577,\n                        0.572426974773407,\n                        -0.5897611975669861,\n                        0.729167640209198,\n                        -0.7509574890136719,\n                        0.5876249074935913,\n                        -0.799237072467804,\n                        0.7250171899795532,\n                        -0.7361257076263428,\n                        0.7057297825813293,\n                        -0.8614328503608704,\n                        0.694010853767395,\n                        -0.8111391067504883,\n                        0.7169604301452637,\n                        -0.8058289289474487,\n                        0.799420177936554,\n                        -0.766094446182251,\n                        0.7180590629577637,\n                        -0.7741512060165405,\n                        0.6048981547355652,\n                        -0.6271153092384338,\n                        0.7222705483436584,\n                        -1.323720097541809,\n                        1.5805599689483643,\n                        -0.6496986150741577,\n                        0.6161288022994995,\n                        -0.4598763883113861,\n                        0.4894178807735443,\n                        -0.4929579496383667,\n                        0.4454108476638794,\n                        -0.45389485359191895,\n                        0.6468909978866577,\n                        -0.5117570757865906,\n                        0.7974669933319092,\n                        -0.8652781248092651,\n                        0.8771801590919495,\n                        -0.6785687208175659,\n                        0.7742732763290405,\n                        -0.5983062386512756,\n                        0.5495994687080383,\n                        -0.5772488117218018,\n                        0.5517967343330383,\n                        -0.5887235999107361,\n                        0.5589379668235779,\n                        -0.37033647298812866,\n                        0.45114824175834656,\n                        -1.3676050901412964,\n                        0.9015335440635681,\n                        -0.6330968141555786,\n                        0.9367513656616211,\n                        -0.6212558150291443,\n                        0.766155481338501,\n                        -0.6215609908103943,\n                        0.6168001890182495,\n                        -0.6327916383743286,\n                        0.6542763113975525,\n                        -0.5624780654907227,\n                        0.6647135019302368,\n                        -0.538124680519104,\n                        0.6493324041366577,\n                        -0.5334859490394592,\n                        0.5493553280830383,\n                        -0.5839017033576965,\n                        0.5860379934310913,\n                        -0.6301060318946838,\n                        0.5889067053794861,\n                        -0.7109178304672241,\n                        0.6489051580429077,\n                        -0.5352559685707092,\n                        0.47867551445961,\n                        -1.0884870290756226,\n                        1.0146334171295166,\n                        -1.4881513118743896,\n                        1.6641184091567993,\n                        -0.8691844344139099,\n                        0.695536732673645,\n                        -0.6633707284927368,\n                        0.6490882635116577,\n                        -0.7121995687484741,\n                        0.6551918983459473,\n                        -0.7679255604743958,\n                        0.5282978415489197,\n                        -0.730022132396698,\n                        0.5927519798278809,\n                        -0.660807192325592,\n                        0.6041046977043152,\n                        -0.8083314299583435,\n                        0.6804608106613159,\n                        -0.6123445630073547,\n                        0.6177157163619995,\n                        -0.7751277685165405,\n                        0.7331960201263428,\n                        -0.7842221856117249,\n                        0.695353627204895,\n                        -0.46512550115585327,\n                        0.46903181076049805,\n                        -0.5951323509216309,\n                        0.5972686409950256,\n                        -0.661295473575592,\n                        0.7147631049156189,\n                        -0.6271763443946838,\n                        0.5668726563453674,\n                        -0.5477683544158936,\n                        0.5636987686157227,\n                        -0.5491722226142883,\n                        0.5167009830474854,\n                        -0.6536049246788025,\n                        0.6167391538619995,\n                        -0.4012817442417145,\n                        0.6050202250480652,\n                        -0.6193637251853943,\n                        0.7009078860282898,\n                        -0.5688868761062622,\n                        0.48258182406425476,\n                        -0.6166781187057495,\n                        0.504249632358551,\n                        -0.5668726563453674,\n                        0.5120622515678406,\n                        -0.47025254368782043,\n                        0.39102768898010254,\n                        -1.0283665657043457,\n                        1.1211414337158203,\n                        -1.3639429807662964,\n                        1.1350575685501099,\n                        -0.7516899108886719,\n                        0.6916304230690002,\n                        -0.6667277216911316,\n                        0.7566338777542114,\n                        -0.6988937258720398,\n                        0.5967193245887756,\n                        -0.6813153028488159,\n                        0.6258945465087891,\n                        -0.7065842747688293,\n                        0.6145418286323547,\n                        -0.5710231065750122,\n                        0.4963759779930115,\n                        -0.7169604301452637,\n                        0.6871747970581055,\n                        -0.7750667333602905,\n                        0.7417410612106323,\n                        -0.48630502820014954,\n                        0.43729305267333984,\n                        -0.5331196784973145,\n                        0.5974517464637756,\n                        -0.43869689106941223,\n                        0.41818875074386597,\n                        -0.6993209719657898,\n                        0.7418631315231323,\n                        -0.8446478843688965,\n                        0.7485771179199219,\n                        -0.7488822937011719,\n                        0.800823986530304,\n                        -0.6315709352493286,\n                        0.6893110275268555,\n                        -0.5969024300575256,\n                        0.5615625381469727,\n                        -0.6988326907157898,\n                        0.6718547344207764,\n                        -0.6991378664970398,\n                        0.7115281820297241,\n                        -0.8736400604248047,\n                        0.7250782251358032,\n                        -0.6266269683837891,\n                        0.8239566683769226,\n                        -0.695353627204895,\n                        0.800701916217804,\n                        -0.6270542740821838,\n                        0.7038376331329346,\n                        -0.6451209187507629,\n                        0.8333562016487122,\n                        -1.30565345287323,\n                        0.8652781248092651,\n                        -1.075913667678833,\n                        1.0486915111541748,\n                        -0.8700999617576599,\n                        0.8791332840919495,\n                        -0.9729457497596741,\n                        0.767315149307251,\n                        -0.9474937319755554,\n                        0.8214541673660278,\n                        -0.7889829874038696,\n                        0.8172426819801331,\n                        -0.6211337447166443,\n                        0.6175326108932495,\n                        -0.6629434823989868,\n                        0.6996871829032898,\n                        -0.61014723777771,\n                        0.574074923992157,\n                        -0.6845502257347107,\n                        0.5997711420059204,\n                        -0.5420309901237488,\n                        0.5332418084144592,\n                        -0.5010147094726562,\n                        0.6252231597900391,\n                        -0.6301060318946838,\n                        0.5837796330451965,\n                        -0.9716640114784241,\n                        1.3492332696914673,\n                        -1.1874876022338867,\n                        1.4301670789718628,\n                        -0.8967727422714233,\n                        1.4120393991470337,\n                        -1.0411840677261353,\n                        0.9065995216369629,\n                        -0.9691004753112793,\n                        1.1048446893692017,\n                        -0.7338063716888428,\n                        0.7021286487579346,\n                        -0.6478675603866577,\n                        0.5711451768875122,\n                        -0.7354543209075928,\n                        0.7452201247215271,\n                        -0.695963978767395,\n                        0.6067292094230652,\n                        -0.695597767829895,\n                        0.6269932389259338,\n                        -0.8203555345535278,\n                        0.7219043374061584,\n                        -0.8561226725578308,\n                        0.6809490919113159,\n                        -0.9147173166275024,\n                        1.6396429538726807,\n                        -1.619195818901062,\n                        1.3424582481384277,\n                        -0.8441596031188965,\n                        0.6829633116722107,\n                        -0.7272754907608032,\n                        0.8094300627708435,\n                        -0.6178377866744995,\n                        0.41928741335868835,\n                        -0.6046540141105652,\n                        0.6812542676925659,\n                        -0.658793032169342,\n                        0.6217440962791443,\n                        -0.730998694896698,\n                        0.7222705483436584,\n                        -0.7824521064758301,\n                        0.5977569222450256,\n                        -0.849958062171936,\n                        0.6984664797782898,\n                        -0.6493324041366577,\n                        0.573891818523407,\n                        -0.5850003957748413,\n                        0.5590600371360779,\n                        -0.5185320973396301,\n                        0.4766613245010376,\n                        -0.7892271280288696,\n                        0.7149462103843689,\n                        -0.660563051700592,\n                        0.6252841949462891,\n                        -0.6860151290893555,\n                        0.6305943131446838,\n                        -0.7183642387390137,\n                        0.6335240602493286,\n                        -0.6579384803771973,\n                        0.5063859224319458,\n                        -0.5127336382865906,\n                        0.5664454102516174,\n                        -0.6039215922355652,\n                        0.5621728897094727,\n                        -0.5805447697639465,\n                        0.4926527738571167,\n                        -0.4911879003047943,\n                        0.4746471345424652,\n                        -0.5456931591033936,\n                        0.4915541410446167,\n                        -0.4142214059829712,\n                        0.5094987154006958,\n                        -0.32211795449256897,\n                        0.3963378369808197,\n                        -0.45273518562316895,\n                        0.48667123913764954,\n                        -0.9037308096885681,\n                        1.6362859010696411,\n                        -0.9872892498970032,\n                        0.8538033366203308,\n                        -0.6806439161300659,\n                        0.6995040774345398,\n                        -0.6345616579055786,\n                        0.5879301428794861,\n                        -0.5824368596076965,\n                        0.6335850954055786,\n                        -0.4896620213985443,\n                        0.4758068323135376,\n                        -0.3643549382686615,\n                        0.37564659118652344,\n                        -0.5326313972473145,\n                        0.5196307301521301,\n                        -0.45517662167549133,\n                        0.4614633321762085,\n                        -0.43320363759994507,\n                        0.4568856358528137,\n                        -0.2997176945209503,\n                        0.37289997935295105,\n                        -0.3965209424495697,\n                        0.4740367829799652,\n                        -0.6138094067573547,\n                        0.7549248337745667,\n                        -0.6028228998184204,\n                        0.6291294693946838,\n                        -0.5067521333694458,\n                        0.537697434425354,\n                        -0.41989776492118835,\n                        0.4409552216529846,\n                        -0.4168459475040436,\n                        0.5198138356208801,\n                        -0.3664911985397339,\n                        0.4258182644844055,\n                        -0.46921491622924805,\n                        0.42276644706726074,\n                        -0.4952163100242615,\n                        0.4813000559806824,\n                        -0.43326467275619507,\n                        0.5165178775787354,\n                        -0.5179827809333801,\n                        0.43747615814208984,\n                        -0.3643549382686615,\n                        0.3696650564670563,\n                        -0.35892271995544434,\n                        0.383764386177063,\n                        -0.6792401075363159,\n                        0.6069123148918152,\n                        -1.602594017982483,\n                        1.5723811388015747,\n                        -0.7813534736633301,\n                        0.7396047711372375,\n                        -0.8919508457183838,\n                        0.6879072189331055,\n                        -0.7273975610733032,\n                        0.6393835544586182,\n                        -0.6554970741271973,\n                        0.5456931591033936,\n                        -0.576150119304657,\n                        0.5974517464637756,\n                        -0.5682764649391174,\n                        0.6493324041366577,\n                        -0.5823758244514465,\n                        0.6718547344207764,\n                        -0.60984206199646,\n                        0.5910429358482361,\n                        -0.6546425819396973,\n                        0.61063551902771,\n                        -0.5495994687080383,\n                        0.5490501523017883,\n                        -0.35873961448669434,\n                        0.46878767013549805,\n                        -0.540505051612854,\n                        0.4566414952278137,\n                        -0.5279926657676697,\n                        0.40219730138778687,\n                        -0.5512474179267883,\n                        0.5209124684333801,\n                        -0.4138551950454712,\n                        0.3353017568588257,\n                        -0.3971923291683197,\n                        0.4136720895767212,\n                        -0.47086289525032043,\n                        0.47147324681282043,\n                        -0.49979400634765625,\n                        0.444129079580307,\n                        -0.6213168501853943,\n                        0.5168230533599854,\n                        -0.7145189642906189,\n                        0.4773327112197876,\n                        -0.6058747172355652,\n                        0.6019684076309204,\n                        -0.45407795906066895,\n                        0.3690547049045563,\n                        -0.4254520535469055,\n                        0.4880140423774719,\n                        -1.075852632522583,\n                        1.0687114000320435,\n                        -1.2844128608703613,\n                        1.2628061771392822,\n                        -0.8670481443405151,\n                        0.6114900708198547,\n                        -0.6581215858459473,\n                        0.6780804395675659,\n                        -0.6628824472427368,\n                        0.6623331308364868,\n                        -0.4634164869785309,\n                        0.5514915585517883,\n                        -0.6468909978866577,\n                        0.5312886238098145,\n                        -0.5273823142051697,\n                        0.5238422155380249,\n                        -0.4253910183906555,\n                        0.5694361925125122,\n                        -0.5108415484428406,\n                        0.4272831380367279,\n                        -0.5312275886535645,\n                        0.47800412774086,\n                        -0.5890898108482361,\n                        0.60984206199646,\n                        -0.4722667336463928,\n                        0.40610361099243164,\n                        -0.885969340801239,\n                        0.7777523398399353,\n                        -0.6055695414543152,\n                        0.6705119609832764,\n                        -0.7237964272499084,\n                        0.7832456231117249,\n                        -0.8742504119873047,\n                        0.6867475509643555,\n                        -0.4166628420352936,\n                        0.48429083824157715,\n                        -0.6807659864425659,\n                        0.694743275642395,\n                        -0.4272221028804779,\n                        0.5586327910423279,\n                        -0.49759671092033386,\n                        0.29275959730148315,\n                        -0.6853436827659607,\n                        0.4963149428367615,\n                        -0.5105363726615906,\n                        0.4970473647117615,\n                        -0.4922255277633667,\n                        0.4463874399662018,\n                        -0.6572670936584473,\n                        0.5445334315299988,\n                        -0.46915388107299805,\n                        0.9541466236114502,\n                        -1.5417410135269165,\n                        1.4755779504776,\n                        -0.5497825741767883,\n                        0.6655069589614868,\n                        -0.46488136053085327,\n                        0.7418631315231323,\n                        -0.5964751839637756,\n                        0.695414662361145,\n                        -0.45224690437316895,\n                        0.46567481756210327,\n                        -0.45377278327941895,\n                        0.6883955001831055,\n                        -0.7510185241699219,\n                        0.850934624671936,\n                        -0.6016021966934204,\n                        0.7167772650718689,\n                        -0.5523460507392883,\n                        0.60892653465271,\n                        -0.6064850687980652,\n                        0.5922636985778809,\n                        -0.5063248872756958,\n                        0.6239414215087891,\n                        -0.3948119282722473,\n                        0.42185091972351074,\n                        -0.4288700819015503,\n                        0.39145493507385254,\n                        -0.6426184773445129,\n                        0.6254062652587891,\n                        -0.5417868494987488,\n                        0.43570610880851746,\n                        -0.41757839918136597,\n                        0.47116807103157043,\n                        -0.5248798131942749,\n                        0.5111467242240906,\n                        -0.44034484028816223,\n                        0.3982909917831421,\n                        -0.45401692390441895,\n                        0.3502555787563324,\n                        -0.540810227394104,\n                        0.40872815251350403,\n                        -0.3942626118659973,\n                        0.3498283326625824,\n                        -0.2984359562397003,\n                        0.35477226972579956,\n                        -0.3857175409793854,\n                        0.4578011631965637,\n                        -0.32156863808631897,\n                        0.40811780095100403,\n                        -0.6071564555168152,\n                        0.46775004267692566,\n                        -1.2580453157424927,\n                        1.5597467422485352,\n                        -0.8163881897926331,\n                        0.6625162363052368,\n                        -0.6550087928771973,\n                        0.5562523603439331,\n                        -0.5931792259216309,\n                        0.7584038972854614,\n                        -0.5323262214660645,\n                        0.5968413949012756,\n                        -0.5274433493614197,\n                        0.43674373626708984,\n                        -0.7857480645179749,\n                        0.6387732028961182,\n                        -0.5992217659950256,\n                        0.6226596236228943,\n                        -0.3961547315120697,\n                        0.33963531255722046,\n                        -0.4924086332321167,\n                        0.46988633275032043,\n                        -0.4169069826602936,\n                        0.38724344968795776,\n                        -0.42026397585868835,\n                        0.3926756680011749,\n                        -0.6402380466461182,\n                        0.8613718152046204,\n                        -0.5495994687080383,\n                        0.6438391804695129,\n                        -0.5010147094726562,\n                        0.5125505328178406,\n                        -0.5104753375053406,\n                        0.42191195487976074,\n                        -0.34317541122436523,\n                        0.2999008297920227,\n                        -0.3208361864089966,\n                        0.2704814076423645,\n                        -0.5233539342880249,\n                        0.60868239402771,\n                        -0.3135118782520294,\n                        0.4154421389102936,\n                        -0.3638055920600891,\n                        0.4260624051094055,\n                        -0.3486686646938324,\n                        0.32693979144096375,\n                        -0.30698099732398987,\n                        0.2836652100086212,\n                        -0.28030824661254883,\n                        0.15426871180534363,\n                        -0.46414893865585327,\n                        0.4921034574508667,\n                        -0.7771419882774353,\n                        1.614251971244812,\n                        -1.147814154624939,\n                        0.9345540404319763,\n                        -0.8632028698921204,\n                        0.7563897371292114,\n                        -1.1196154356002808,\n                        0.7690241932868958,\n                        -0.9835660457611084,\n                        0.8317692875862122,\n                        -0.9281452894210815,\n                        0.7736629247665405,\n                        -0.800518810749054,\n                        0.6636759042739868,\n                        -0.7530937790870667,\n                        0.8071107268333435,\n                        -0.7593194246292114,\n                        0.7421683073043823,\n                        -0.7550469040870667,\n                        0.6667887568473816,\n                        -0.502174437046051,\n                        0.49875637888908386,\n                        -0.6676432490348816,\n                        0.5946440696716309,\n                        -0.886213481426239,\n                        0.766521692276001,\n                        -0.8635690808296204,\n                        0.8357976675033569,\n                        -0.801434338092804,\n                        0.7860532402992249,\n                        -0.7495536804199219,\n                        0.6640421152114868,\n                        -0.6883955001831055,\n                        0.6719157695770264,\n                        -0.7178149223327637,\n                        0.5928740501403809,\n                        -0.8813916444778442,\n                        0.7955749034881592,\n                        -1.0264743566513062,\n                        0.8816968202590942,\n                        -1.0550392866134644,\n                        1.0002288818359375,\n                        -1.1018539667129517,\n                        0.9591516256332397,\n                        -0.8754100799560547,\n                        0.9412069916725159,\n                        -0.6725871562957764,\n                        0.8390325903892517,\n                        -1.1008774042129517,\n                        0.885236918926239,\n                        -1.1165636777877808,\n                        1.5117112398147583,\n                        -0.8666819334030151,\n                        0.6719768047332764,\n                        -0.9275348782539368,\n                        0.6844891905784607,\n                        -0.921919584274292,\n                        0.7021286487579346,\n                        -0.7816586494445801,\n                        0.6302281022071838,\n                        -0.6704509258270264,\n                        0.5675440430641174,\n                        -0.5630884170532227,\n                        0.501991331577301,\n                        -0.4582284390926361,\n                        0.38950178027153015,\n                        -0.5058976411819458,\n                        0.48154422640800476,\n                        -0.6184481382369995,\n                        0.6185091733932495,\n                        -0.6689860224723816,\n                        0.6659952402114868,\n                        -0.6532997488975525,\n                        0.6215609908103943,\n                        -0.5351338982582092,\n                        0.4611581563949585,\n                        -0.6811932325363159,\n                        0.7696345448493958,\n                        -1.0880597829818726,\n                        0.8274967670440674,\n                        -0.6988326907157898,\n                        0.6322423219680786,\n                        -0.6237583160400391,\n                        0.6238803863525391,\n                        -0.575234591960907,\n                        0.6549477577209473,\n                        -0.5818265080451965,\n                        0.48294803500175476,\n                        -0.5138933658599854,\n                        0.5196917653083801,\n                        -0.5851835012435913,\n                        0.5331196784973145,\n                        -0.6250400543212891,\n                        0.6532387137413025,\n                        -0.5892729163169861,\n                        0.7388113141059875,\n                        -0.5464866161346436,\n                        0.7324635982513428,\n                        -0.6071564555168152,\n                        0.9853971004486084,\n                        -1.376028060913086,\n                        1.2300297021865845,\n                        -0.8769359588623047,\n                        0.7930724024772644,\n                        -0.7610895037651062,\n                        0.6520790457725525,\n                        -0.7012741565704346,\n                        0.6319371461868286,\n                        -0.8603341579437256,\n                        0.6736857891082764,\n                        -0.7007247805595398,\n                        0.5369649529457092,\n                        -0.7368581891059875,\n                        0.7944762110710144,\n                        -0.8465400338172913,\n                        0.7734187841415405,\n                        -0.8270084857940674,\n                        0.9012894034385681,\n                        -0.7064011693000793,\n                        0.8135194778442383,\n                        -0.7210498452186584,\n                        0.7361867427825928,\n                        -0.6686808466911316,\n                        0.7068284153938293,\n                        -0.6825971007347107,\n                        0.5499656796455383,\n                        -1.0541847944259644,\n                        1.0582741498947144,\n                        -0.8246890902519226,\n                        0.9445029497146606,\n                        -0.7618219256401062,\n                        0.9893034100532532,\n                        -0.7108567953109741,\n                        0.9129472970962524,\n                        -0.7495536804199219,\n                        0.7172656059265137,\n                        -0.8703441023826599,\n                        0.7431448698043823,\n                        -0.6483558416366577,\n                        0.6891889572143555,\n                        -0.7137865424156189,\n                        0.6431067585945129,\n                        -0.7275196313858032,\n                        0.6488441228866577,\n                        -0.7695735096931458,\n                        0.6726481914520264,\n                        -0.7009078860282898,\n                        0.6416418552398682,\n                        -0.6932173371315002,\n                        1.5621271133422852,\n                        -1.4719767570495605,\n                        1.1956053972244263,\n                        -0.8672312498092651,\n                        1.0684062242507935,\n                        -0.5884794592857361,\n                        0.696818470954895,\n                        -0.6430457234382629,\n                        0.6839398741722107,\n                        -0.5099260210990906,\n                        0.5000991821289062,\n                        -0.5286640524864197,\n                        0.4405279755592346,\n                        -0.5828030705451965,\n                        0.6202182173728943,\n                        -0.4898451268672943,\n                        0.48288699984550476,\n                        -0.6483558416366577,\n                        0.694132924079895,\n                        -0.5552147626876831,\n                        0.658793032169342,\n                        -0.5474021434783936,\n                        0.6579995155334473,\n                        -0.5434347987174988,\n                        0.6381627917289734,\n                        -0.45304036140441895,\n                        0.4920424222946167,\n                        -0.7172045707702637,\n                        0.7172045707702637,\n                        -0.7848935723304749,\n                        0.659281313419342,\n                        -0.6818036437034607,\n                        0.5254291892051697,\n                        -0.6775920987129211,\n                        0.505409300327301,\n                        -0.6236972808837891,\n                        0.5292744040489197,\n                        -0.6633096933364868,\n                        0.5471580028533936,\n                        -0.5136491656303406,\n                        0.5483787059783936,\n                        -0.6138704419136047,\n                        0.5762112140655518,\n                        -0.5353170037269592,\n                        0.5499046444892883,\n                        -0.5221332311630249,\n                        0.6027008295059204,\n                        -0.48368048667907715,\n                        0.5311665534973145,\n                        -0.5076066255569458,\n                        0.4303349256515503,\n                        -1.5054856538772583,\n                        1.097642421722412,\n                        -0.9733729958534241,\n                        1.0316014289855957,\n                        -0.7357594966888428,\n                        0.7759823203086853,\n                        -0.8688791990280151,\n                        0.6979171633720398,\n                        -0.6895552277565002,\n                        0.9330281615257263,\n                        -0.6255893707275391,\n                        0.802044689655304,\n                        -0.5536888837814331,\n                        0.6388952732086182,\n                        -0.7067673802375793,\n                        0.7168993949890137,\n                        -0.7979552745819092,\n                        0.6764934659004211,\n                        -0.7162889838218689,\n                        0.5662623047828674,\n                        -0.6353551745414734,\n                        0.6031891107559204,\n                        -0.5805447697639465,\n                        0.4769054651260376,\n                        -0.7252002954483032,\n                        0.8222476243972778,\n                        -0.6446936726570129,\n                        0.8455634117126465,\n                        -0.8104066252708435,\n                        0.958541214466095,\n                        -0.6539101004600525,\n                        0.7734798192977905,\n                        -0.5834744572639465,\n                        0.7161058783531189,\n                        -0.5442892909049988,\n                        0.60904860496521,\n                        -0.5888456702232361,\n                        0.6731975078582764,\n                        -0.9434653520584106,\n                        0.7687190175056458,\n                        -0.6313267946243286,\n                        0.8136415481567383,\n                        -0.7228808999061584,\n                        0.6726481914520264,\n                        -0.6247348785400391,\n                        0.8184024095535278,\n                        -0.6926069855690002,\n                        0.6829633116722107,\n                        -0.5477683544158936,\n                        0.4900892674922943,\n                        -1.3397115468978882,\n                        1.5808041095733643,\n                        -1.543328046798706,\n                        1.47783625125885,\n                        -0.5441061854362488,\n                        0.6114290356636047,\n                        -0.5572900176048279,\n                        0.6767986416816711,\n                        -0.6238193511962891,\n                        0.7588311433792114,\n                        -0.6537269949913025,\n                        0.8490424752235413,\n                        -0.7266041040420532,\n                        0.7022507190704346,\n                        -0.7123216390609741,\n                        0.7015793323516846,\n                        -0.6191195249557495,\n                        0.5611352920532227,\n                        -0.5764553546905518,\n                        0.5560692548751831,\n                        -0.5563744306564331,\n                        0.5791409015655518,\n                        -0.5610132217407227,\n                        0.5276874899864197,\n                        -0.8268864154815674,\n                        0.6424963474273682,\n                        -0.9014725089073181,\n                        1.0727397203445435,\n                        -0.6373693346977234,\n                        0.6227816939353943,\n                        -0.5544823408126831,\n                        0.6014190912246704,\n                        -0.6406652927398682,\n                        0.5613794326782227,\n                        -0.5933623313903809,\n                        0.60996413230896,\n                        -0.7872740030288696,\n                        0.7566949129104614,\n                        -0.8373235464096069,\n                        0.6719157695770264,\n                        -0.8115053176879883,\n                        0.6034332513809204,\n                        -0.8309758305549622,\n                        0.6857709884643555,\n                        -0.886091411113739,\n                        0.8218203783035278,\n                        -0.8210269212722778,\n                        0.8654612302780151,\n                        -0.5351949334144592,\n                        0.5511863827705383,\n                        -1.5353933572769165,\n                        1.461844801902771,\n                        -0.6821088194847107,\n                        0.5829251408576965,\n                        -0.5271992087364197,\n                        0.6346837282180786,\n                        -0.5212786793708801,\n                        0.574563205242157,\n                        -0.4477302134037018,\n                        0.5884794592857361,\n                        -0.6284580826759338,\n                        0.659952700138092,\n                        -0.7222095131874084,\n                        0.9343098998069763,\n                        -0.694682240486145,\n                        0.7696345448493958,\n                        -0.6249790191650391,\n                        0.8444037437438965,\n                        -0.5790188312530518,\n                        0.5825589299201965,\n                        -0.6000152826309204,\n                        0.5115739703178406,\n                        -0.4099488854408264,\n                        0.4473640024662018,\n                        -1.5027389526367188,\n                        1.2108644247055054,\n                        -0.728801429271698,\n                        0.8671702146530151,\n                        -0.7269092798233032,\n                        0.7050583362579346,\n                        -0.6334019899368286,\n                        0.6431067585945129,\n                        -0.7159838080406189,\n                        0.7059128880500793,\n                        -0.6263828277587891,\n                        0.6266880035400391,\n                        -0.6168001890182495,\n                        0.5708400011062622,\n                        -0.6681925654411316,\n                        0.5455100536346436,\n                        -0.6738078594207764,\n                        0.6351720690727234,\n                        -0.6995651125907898,\n                        0.6413366794586182,\n                        -0.6564126014709473,\n                        0.6753948330879211,\n                        -0.5481956005096436,\n                        0.6338292360305786,\n                        -1.0861676931381226,\n                        0.7786678671836853,\n                        -1.3405661582946777,\n                        1.6981765031814575,\n                        -0.6290073990821838,\n                        0.5120012164115906,\n                        -0.6216830611228943,\n                        0.6347447633743286,\n                        -0.5905546545982361,\n                        0.540993332862854,\n                        -0.540260910987854,\n                        0.504982054233551,\n                        -0.6207064986228943,\n                        0.5556420087814331,\n                        -0.7189745903015137,\n                        0.5803616642951965,\n                        -0.7491874694824219,\n                        0.6214389204978943,\n                        -0.5551537275314331,\n                        0.5447165369987488,\n                        -0.6231479644775391,\n                        0.6904707551002502,\n                        -0.659647524356842,\n                        0.6751506924629211,\n                        -0.6338902711868286,\n                        0.5522850155830383,\n                        -0.44943922758102417,\n                        0.5118181109428406,\n                        -0.7010299563407898,\n                        0.7557793259620667,\n                        -0.6542763113975525,\n                        0.6581826210021973,\n                        -0.6285801529884338,\n                        0.6000152826309204,\n                        -0.5015640258789062,\n                        0.5514915585517883,\n                        -0.7009078860282898,\n                        0.6899824738502502,\n                        -0.5075455904006958,\n                        0.6201571822166443,\n                        -0.6684977412223816,\n                        0.6515907645225525,\n                        -0.4155642092227936,\n                        0.5894560217857361,\n                        -0.6667277216911316,\n                        0.5948271751403809,\n                        -0.660929262638092,\n                        0.6133211255073547,\n                        -0.47782102227211,\n                        0.43283742666244507,\n                        -0.42038604617118835,\n                        1.1191881895065308,\n                        -1.5681697130203247,\n                        1.0820783376693726,\n                        -0.8290226459503174,\n                        0.5807278752326965,\n                        -0.7325856685638428,\n                        0.8383001685142517,\n                        -0.8685129880905151,\n                        0.8227359652519226,\n                        -0.7717708349227905,\n                        0.693827748298645,\n                        -0.6841840147972107,\n                        0.8094300627708435,\n                        -0.7527275681495667,\n                        0.6415808200836182,\n                        -0.695414662361145,\n                        0.6875410079956055,\n                        -0.5530174970626831,\n                        0.46634623408317566,\n                        -0.731364905834198,\n                        0.5535668134689331,\n                        -0.6572060585021973,\n                        0.6172274351119995,\n                        -0.47019150853157043,\n                        0.4480964243412018,\n                        -0.7540093064308167,\n                        0.7263599634170532,\n                        -1.0339818000793457,\n                        1.0354467630386353,\n                        -0.60941481590271,\n                        0.6746013760566711,\n                        -0.6749065518379211,\n                        0.6150911450386047,\n                        -0.7156175971031189,\n                        0.7450370192527771,\n                        -0.7070115208625793,\n                        0.5668726563453674,\n                        -0.7812924385070801,\n                        0.6762493252754211,\n                        -0.7025558948516846,\n                        0.8804760575294495,\n                        -0.9686121940612793,\n                        0.9835050106048584,\n                        -0.5628442764282227,\n                        0.6708171367645264,\n                        -0.6750286221504211,\n                        0.8188906908035278,\n                        -0.6766155362129211,\n                        0.7790340781211853,\n                        -1.3639429807662964,\n                        0.766643762588501,\n                        -1.0164644718170166,\n                        1.222339153289795,\n                        -0.9647058844566345,\n                        1.1044174432754517,\n                        -0.993026614189148,\n                        0.849897027015686,\n                        -0.9276569485664368,\n                        0.9503623843193054,\n                        -0.7591973543167114,\n                        0.8058289289474487,\n                        -0.6803997755050659,\n                        0.6528725028038025,\n                        -0.7919737696647644,\n                        0.7586480379104614,\n                        -0.7205615043640137,\n                        0.6552529335021973,\n                        -0.6930342316627502,\n                        0.5989776253700256,\n                        -0.7598688006401062,\n                        0.6137483716011047,\n                        -0.6399939060211182,\n                        0.5769436359405518,\n                        -0.6468909978866577,\n                        0.6072785258293152,\n                        -0.7106126546859741,\n                        0.7496757507324219,\n                        -1.3434348106384277,\n                        1.445975422859192,\n                        -1.2861219644546509,\n                        1.613519549369812,\n                        -1.1591057777404785,\n                        1.062973976135254,\n                        -0.9010452628135681,\n                        1.0995346307754517,\n                        -0.8152895569801331,\n                        0.8247501254081726,\n                        -0.8605172634124756,\n                        0.7097581624984741,\n                        -0.695536732673645,\n                        0.7426565885543823,\n                        -0.7760433554649353,\n                        0.7132372260093689,\n                        -0.7780575156211853,\n                        0.5675440430641174,\n                        -0.5920805931091309,\n                        0.539040207862854,\n                        -0.7231860756874084,\n                        0.5892729163169861,\n                        -0.659647524356842,\n                        1.4223544597625732,\n                        -1.6929885149002075,\n                        1.7178301811218262,\n                        -0.8729075789451599,\n                        0.6838788390159607,\n                        -0.765606164932251,\n                        0.6070343852043152,\n                        -0.6569008827209473,\n                        0.6542152762413025,\n                        -0.5597924590110779,\n                        0.5304341316223145,\n                        -0.5686427354812622,\n                        0.4730601906776428,\n                        -0.851789116859436,\n                        0.6783245801925659,\n                        -0.8577096462249756,\n                        0.7074387669563293,\n                        -0.8027771711349487,\n                        0.6890058517456055,\n                        -0.7883726358413696,\n                        0.7505302429199219,\n                        -0.7476004958152771,\n                        0.7234912514686584,\n                        -0.4405890107154846,\n                        0.3929808437824249,\n                        -0.6877241134643555,\n                        0.60868239402771,\n                        -0.6878461837768555,\n                        0.6171053647994995,\n                        -0.6782635450363159,\n                        0.6352941393852234,\n                        -0.6380407214164734,\n                        0.5786526203155518,\n                        -0.61081862449646,\n                        0.5248798131942749,\n                        -0.4958266615867615,\n                        0.5000381469726562,\n                        -0.6689249873161316,\n                        0.5417258143424988,\n                        -0.659220278263092,\n                        0.6672770380973816,\n                        -0.5664454102516174,\n                        0.4955214858055115,\n                        -0.48154422640800476,\n                        0.5157244205474854,\n                        -0.4324101507663727,\n                        0.504798948764801,\n                        -0.3309071362018585,\n                        0.3368886709213257,\n                        -0.4721446633338928,\n                        0.502906858921051,\n                        -1.0578469038009644,\n                        1.7081254720687866,\n                        -0.9391317367553711,\n                        0.8703441023826599,\n                        -0.6982223391532898,\n                        0.6973678469657898,\n                        -0.5353780388832092,\n                        0.4117799699306488,\n                        -0.5317769050598145,\n                        0.6346226930618286,\n                        -0.48575571179389954,\n                        0.5065079927444458,\n                        -0.3319447636604309,\n                        0.3963378369808197,\n                        -0.575600802898407,\n                        0.5215228796005249,\n                        -0.40561532974243164,\n                        0.442969411611557,\n                        -0.3492179811000824,\n                        0.32413214445114136,\n                        -0.4736705720424652,\n                        0.48593881726264954,\n                        -0.32187381386756897,\n                        0.3490348756313324,\n                        -0.6645303964614868,\n                        0.7925841212272644,\n                        -0.7599908709526062,\n                        0.6280918717384338,\n                        -0.4587777554988861,\n                        0.4800183176994324,\n                        -0.5568017363548279,\n                        0.5829251408576965,\n                        -0.5843900442123413,\n                        0.7523613572120667,\n                        -0.3299916088581085,\n                        0.5644311904907227,\n                        -0.5678492188453674,\n                        0.40244144201278687,\n                        -0.6037995219230652,\n                        0.5930571556091309,\n                        -0.6170443296432495,\n                        0.5185320973396301,\n                        -0.40695810317993164,\n                        0.4797131419181824,\n                        -0.6294956803321838,\n                        0.537392258644104,\n                        -0.34152743220329285,\n                        0.31168079376220703,\n                        -0.5540550947189331,\n                        0.48661020398139954,\n                        -1.5550469160079956,\n                        1.3507591485977173,\n                        -1.004684567451477,\n                        0.7934996485710144,\n                        -0.7524223923683167,\n                        0.8439154624938965,\n                        -0.8458076119422913,\n                        0.8495917916297913,\n                        -0.6992599368095398,\n                        0.7261158227920532,\n                        -0.7537041306495667,\n                        0.7861753106117249,\n                        -0.7722591161727905,\n                        0.8125429153442383,\n                        -0.7084763646125793,\n                        0.8179140686988831,\n                        -0.6926680207252502,\n                        0.6780194044113159,\n                        -0.7855649590492249,\n                        0.8239566683769226,\n                        -0.7504692077636719,\n                        0.6439002156257629,\n                        -0.6581826210021973,\n                        0.573464572429657,\n                        -0.7179369926452637,\n                        0.5907987952232361,\n                        -0.6800335645675659,\n                        0.6733195781707764,\n                        -0.7574883699417114,\n                        0.6577553749084473,\n                        -0.660624086856842,\n                        0.572915256023407,\n                        -0.659464418888092,\n                        0.6539711356163025,\n                        -0.5536278486251831,\n                        0.5609521865844727,\n                        -0.659769594669342,\n                        0.6130769848823547,\n                        -0.9474326968193054,\n                        0.9806973338127136,\n                        -0.7980773448944092,\n                        0.7839780449867249,\n                        -0.5555199384689331,\n                        0.540993332862854,\n                        -0.7009078860282898,\n                        0.5159075260162354,\n                        -0.383703351020813,\n                        0.4811169505119324,\n                        -1.5394216775894165,\n                        1.221362590789795,\n                        -1.6115052700042725,\n                        1.165148377418518,\n                        -0.9965056777000427,\n                        0.9805142283439636,\n                        -0.7493095397949219,\n                        0.8220645189285278,\n                        -0.5864652395248413,\n                        0.6376134753227234,\n                        -0.6312657594680786,\n                        0.5765774250030518,\n                        -0.5518577694892883,\n                        0.5345235466957092,\n                        -0.5458152294158936,\n                        0.5671167969703674,\n                        -0.47812619805336,\n                        0.382299542427063,\n                        -0.48563364148139954,\n                        0.48520636558532715,\n                        -0.48154422640800476,\n                        0.32352179288864136,\n                        -0.46689555048942566,\n                        0.4807507395744324,\n                        -0.3790035843849182,\n                        0.3456778824329376,\n                        -0.5416647791862488,\n                        0.8690623044967651,\n                        -0.9332112669944763,\n                        0.7549858689308167,\n                        -0.8352483510971069,\n                        0.8330510258674622,\n                        -0.5921416282653809,\n                        0.4593881070613861,\n                        -0.6697184443473816,\n                        0.4628061354160309,\n                        -0.40885022282600403,\n                        0.47861447930336,\n                        -0.6896162629127502,\n                        0.6530556082725525,\n                        -0.8039368391036987,\n                        0.7242236733436584,\n                        -0.5616846084594727,\n                        0.5825589299201965,\n                        -0.5596093535423279,\n                        0.3813839852809906,\n                        -0.5327534675598145,\n                        0.46750590205192566,\n                        -0.4939345419406891,\n                        0.38779279589653015,\n                        -0.539101243019104,\n                        0.7761654257774353,\n                        -1.5870908498764038,\n                        1.5651788711547852,\n                        -0.990707278251648,\n                        0.7488212585449219,\n                        -0.6822308897972107,\n                        0.658548891544342,\n                        -0.6579384803771973,\n                        0.7409476041793823,\n                        -0.5966582894325256,\n                        0.6063019633293152,\n                        -0.5797512531280518,\n                        0.5225604772567749,\n                        -1.1350575685501099,\n                        0.7172045707702637,\n                        -0.888166606426239,\n                        0.8281071186065674,\n                        -0.7945372462272644,\n                        0.6260776519775391,\n                        -0.5682764649391174,\n                        0.7159838080406189,\n                        -0.6063019633293152,\n                        0.575234591960907,\n                        -0.3453116714954376,\n                        0.382116436958313,\n                        -0.7744563817977905,\n                        0.5915922522544861,\n                        -0.9484092593193054,\n                        0.9893644452095032,\n                        -0.6215609908103943,\n                        0.6047760844230652,\n                        -0.44986647367477417,\n                        0.3032577931880951,\n                        -0.5090714693069458,\n                        0.5589379668235779,\n                        -0.46884870529174805,\n                        0.43851378560066223,\n                        -0.4750133454799652,\n                        0.7280079126358032,\n                        -0.6578164100646973,\n                        0.923506498336792,\n                        -0.6556801795959473,\n                        0.5469138622283936,\n                        -0.3310902714729309,\n                        0.4719005227088928,\n                        -0.5212786793708801,\n                        0.6692301630973816,\n                        -0.4740978181362152,\n                        0.503395140171051,\n                        -0.5298237800598145,\n                        0.6326085329055786,\n                        -1.2803845405578613,\n                        1.6116273403167725,\n                        -0.6691080927848816,\n                        0.9462119340896606,\n                        -0.6474403142929077,\n                        0.6735026836395264,\n                        -0.6785076856613159,\n                        0.6882734298706055,\n                        -0.4323491156101227,\n                        0.4929579496383667,\n                        -0.8978103399276733,\n                        0.6268711090087891,\n                        -1.0189669132232666,\n                        0.8410467505455017,\n                        -0.5603417754173279,\n                        0.5339742302894592,\n                        -0.7192797660827637,\n                        0.4964370131492615,\n                        -0.6072785258293152,\n                        0.61063551902771,\n                        -0.30862897634506226,\n                        0.3940795063972473,\n                        -0.30649271607398987,\n                        0.3347524106502533,\n                        -1.0480201244354248,\n                        1.066269874572754,\n                        -0.9380941390991211,\n                        0.7518730163574219,\n                        -0.8166933655738831,\n                        0.9632410407066345,\n                        -0.3945677876472473,\n                        0.5256122946739197,\n                        -0.382665753364563,\n                        0.4797131419181824,\n                        -0.38791486620903015,\n                        0.4148927927017212,\n                        -0.7183642387390137,\n                        0.6493934392929077,\n                        -0.42331579327583313,\n                        0.6379796862602234,\n                        -0.5888456702232361,\n                        0.4758068323135376,\n                        -0.5960479378700256,\n                        0.4759899377822876,\n                        -0.2859235405921936,\n                        0.4282597005367279,\n                        -0.288059800863266,\n                        0.37015336751937866,\n                        -0.3057847023010254,\n                        0.2528565526008606,\n                        -1.1683223247528076,\n                        1.151171088218689,\n                        -1.151293158531189,\n                        0.9380941390991211,\n                        -1.1759518384933472,\n                        0.8558174967765808,\n                        -1.1160753965377808,\n                        0.8842602968215942,\n                        -1.2291141748428345,\n                        0.8538033366203308,\n                        -1.090501308441162,\n                        1.0394140481948853,\n                        -0.9900968670845032,\n                        0.9330281615257263,\n                        -0.9340047240257263,\n                        1.0579079389572144,\n                        -1.1347523927688599,\n                        0.9845426082611084,\n                        -0.8992751836776733,\n                        1.0359960794448853,\n                        -0.8247501254081726,\n                        0.8248721957206726,\n                        -0.6868085861206055,\n                        0.5311665534973145,\n                        -0.801800549030304,\n                        0.801434338092804,\n                        -0.9257038235664368,\n                        0.956282913684845,\n                        -0.8904860019683838,\n                        0.7774471640586853,\n                        -0.7458915114402771,\n                        0.8256656527519226,\n                        -0.8228580355644226,\n                        0.7473563551902771,\n                        -0.9263752102851868,\n                        0.7843442559242249,\n                        -0.9047684669494629,\n                        0.7811703681945801,\n                        -0.9729457497596741,\n                        0.8553292155265808,\n                        -0.9179522395133972,\n                        0.849835991859436,\n                        -0.9022049307823181,\n                        0.884870707988739,\n                        -0.8617990612983704,\n                        0.9175860285758972,\n                        -0.6193026900291443,\n                        0.7179980278015137,\n                        -0.7187914848327637,\n                        0.46439307928085327,\n                        -0.920088529586792,\n                        1.0387426614761353,\n                        -1.216113567352295,\n                        0.9745326638221741,\n                        -1.2994887828826904,\n                        0.8784008622169495,\n                        -1.005416989326477,\n                        0.8701609969139099,\n                        -0.9297322034835815,\n                        0.8395819067955017,\n                        -0.7333791255950928,\n                        0.730266273021698,\n                        -0.8431830406188965,\n                        0.5924468040466309,\n                        -0.6794842481613159,\n                        0.503089964389801,\n                        -0.7915465235710144,\n                        0.6285191178321838,\n                        -0.8179140686988831,\n                        0.6464026570320129,\n                        -0.886091411113739,\n                        0.7388113141059875,\n                        -0.7933165431022644,\n                        0.6559853553771973,\n                        -0.6406652927398682,\n                        0.4891126751899719,\n                        -0.6636148691177368,\n                        0.5656519532203674,\n                        -0.7830624580383301,\n                        0.6398108005523682,\n                        -0.6375524401664734,\n                        0.6190584897994995,\n                        -0.6050812602043152,\n                        0.5617456436157227,\n                        -0.4596932828426361,\n                        0.5222553014755249,\n                        -0.6487220525741577,\n                        0.6258335113525391,\n                        -0.6923018097877502,\n                        0.7867246270179749,\n                        -0.8145571351051331,\n                        0.8470283150672913,\n                        -0.7049362659454346,\n                        0.8357976675033569,\n                        -0.7489433288574219,\n                        0.887373149394989,\n                        -0.697245717048645,\n                        0.7952697277069092,\n                        -0.6442053914070129,\n                        0.693766713142395,\n                        -0.7817807197570801,\n                        0.7405813932418823,\n                        -0.7978332042694092,\n                        0.885297954082489,\n                        -0.7165331244468689,\n                        0.9982757568359375,\n                        -0.7814755439758301,\n                        0.8115663528442383,\n                        -0.9154497385025024,\n                        0.7903257608413696,\n                        -0.9412069916725159,\n                        0.8398870825767517,\n                        -1.095445156097412,\n                        0.8674143552780151,\n                        -1.0579079389572144,\n                        0.8956740498542786,\n                        -1.0327000617980957,\n                        0.9638513922691345,\n                        -0.9086137413978577,\n                        0.7449759840965271,\n                        -0.8081483244895935,\n                        0.7331349849700928,\n                        -0.730876624584198,\n                        0.7564507722854614,\n                        -0.6056305766105652,\n                        0.6974288821220398,\n                        -0.8456854820251465,\n                        1.090562343597412,\n                        -0.921675443649292,\n                        0.9953460097312927,\n                        -0.8560616374015808,\n                        0.9406576752662659,\n                        -0.7750667333602905,\n                        0.7972838878631592,\n                        -0.7375906109809875,\n                        0.7842832207679749,\n                        -0.8106508255004883,\n                        0.8260928988456726,\n                        -0.7873960733413696,\n                        0.730693519115448,\n                        -0.730937659740448,\n                        0.6835126280784607,\n                        -0.7898985147476196,\n                        0.6719768047332764,\n                        -0.766582727432251,\n                        0.7076218724250793,\n                        -0.764446496963501,\n                        0.7694514393806458,\n                        -0.6867475509643555,\n                        0.7541313767433167,\n                        -0.8591134548187256,\n                        0.9449301958084106,\n                        -0.7095750570297241,\n                        0.6625772714614868,\n                        -0.5985503792762756,\n                        0.5922026634216309,\n                        -0.6558632850646973,\n                        0.5835965275764465,\n                        -0.730388343334198,\n                        0.8644235730171204,\n                        -0.6824750304222107,\n                        0.7035934925079346,\n                        -0.5424582362174988,\n                        0.5836575627326965,\n                        -0.5333638787269592,\n                        0.6044098734855652,\n                        -0.5248798131942749,\n                        0.6494544744491577,\n                        -0.5839627385139465,\n                        0.7139086127281189,\n                        -0.7931334376335144,\n                        0.7095140218734741,\n                        -0.6186312437057495,\n                        0.7275196313858032,\n                        -0.4407721161842346,\n                        0.3805294930934906,\n                        -0.7031052112579346,\n                        0.6175936460494995,\n                        -0.6984054446220398,\n                        0.5948882102966309,\n                        -0.6370031237602234,\n                        0.6999313235282898,\n                        -0.661173403263092,\n                        0.6035553812980652,\n                        -0.6835126280784607,\n                        0.6633096933364868,\n                        -0.6292515397071838,\n                        0.5694972276687622,\n                        -0.6401770114898682,\n                        0.6225375533103943,\n                        -0.6443274617195129,\n                        0.6370641589164734,\n                        -0.6574501991271973,\n                        0.5524070858955383,\n                        -0.6236362457275391,\n                        0.6452429890632629,\n                        -0.6659342050552368,\n                        0.6349279284477234,\n                        -0.3984740972518921,\n                        0.4258792996406555,\n                        -0.5124284625053406,\n                        0.4294193983078003,\n                        -0.6932173371315002,\n                        0.6540321707725525,\n                        -0.8340886831283569,\n                        0.575356662273407,\n                        -0.7394827008247375,\n                        0.538551926612854,\n                        -0.7082322239875793,\n                        0.5940337181091309,\n                        -0.6503700017929077,\n                        0.5673609375953674,\n                        -0.7176928520202637,\n                        0.7048752307891846,\n                        -0.7134813666343689,\n                        0.695109486579895,\n                        -0.7383230328559875,\n                        0.8216983079910278,\n                        -0.7828183174133301,\n                        0.7560845613479614,\n                        -0.6664835810661316,\n                        0.7469901442527771,\n                        -0.5173723697662354,\n                        0.5364156365394592,\n                        -0.49887844920158386,\n                        0.7779964804649353,\n                        -0.5776760578155518,\n                        0.8727855086326599,\n                        -0.6871747970581055,\n                        0.8323796391487122,\n                        -0.6229037642478943,\n                        0.8667429685592651,\n                        -0.5668116211891174,\n                        0.766887903213501,\n                        -0.48392462730407715,\n                        0.6157015562057495,\n                        -0.4932021200656891,\n                        0.5110856890678406,\n                        -0.6355993151664734,\n                        0.6195468306541443,\n                        -0.5887846350669861,\n                        0.5713282823562622,\n                        -0.46750590205192566,\n                        0.5622949600219727,\n                        -0.4300907850265503,\n                        0.537941575050354,\n                        -0.39121079444885254,\n                        0.5016250610351562,\n                        -0.3794308304786682,\n                        0.38919660449028015,\n                        -1.0417333841323853,\n                        1.079880952835083,\n                        -0.8741283416748047,\n                        0.9529259204864502,\n                        -0.7040817737579346,\n                        0.6761882901191711,\n                        -0.7364919781684875,\n                        0.7587090730667114,\n                        -0.7876402139663696,\n                        0.9039139151573181,\n                        -0.8476997017860413,\n                        1.0337986946105957,\n                        -0.9622033834457397,\n                        1.0433204174041748,\n                        -0.851972222328186,\n                        1.0370336771011353,\n                        -0.6838178038597107,\n                        0.9491416811943054,\n                        -0.6504310965538025,\n                        0.7522392868995667,\n                        -0.6994430422782898,\n                        0.6567788124084473,\n                        -0.7142137885093689,\n                        0.6912642121315002,\n                        -0.5887846350669861,\n                        0.5886015295982361,\n                        -0.6695353388786316,\n                        0.5969024300575256,\n                        -0.6383458971977234,\n                        0.5506981015205383,\n                        -0.6268100738525391,\n                        0.5640649795532227,\n                        -0.659220278263092,\n                        0.5805447697639465,\n                        -0.7268482446670532,\n                        0.6833905577659607,\n                        -0.7693293690681458,\n                        0.6867475509643555,\n                        -0.8482490181922913,\n                        0.7845273613929749,\n                        -0.887495219707489,\n                        0.8706492781639099,\n                        -0.7580376863479614,\n                        0.7598688006401062,\n                        -0.7740291357040405,\n                        0.7578545808792114,\n                        -0.9875944256782532,\n                        0.8252994418144226,\n                        -0.6388342380523682,\n                        0.5692530870437622,\n                        -1.0504615306854248,\n                        1.0897077322006226,\n                        -0.991317629814148,\n                        0.9285115003585815,\n                        -0.7123826742172241,\n                        0.799603283405304,\n                        -0.6414587497711182,\n                        0.731059730052948,\n                        -0.7051194310188293,\n                        0.7721980810165405,\n                        -0.5994659066200256,\n                        0.732097327709198,\n                        -0.6037995219230652,\n                        0.7095140218734741,\n                        -0.5170671939849854,\n                        0.6147249341011047,\n                        -0.505592405796051,\n                        0.572549045085907,\n                        -0.48728159070014954,\n                        0.5812161564826965,\n                        -0.5331807136535645,\n                        0.6223544478416443,\n                        -0.4322270452976227,\n                        0.6773479580879211,\n                        -0.5557640790939331,\n                        0.5943999290466309,\n                        -0.6576333045959473,\n                        0.6999923586845398,\n                        -0.6325474977493286,\n                        0.6393225193023682,\n                        -0.658548891544342,\n                        0.6741741299629211,\n                        -0.7039597034454346,\n                        0.5893949866294861,\n                        -0.5884794592857361,\n                        0.6206454634666443,\n                        -0.5587548613548279,\n                        0.5202410817146301,\n                        -0.5303120613098145,\n                        0.5183489918708801,\n                        -0.5175554752349854,\n                        0.5803006291389465,\n                        -0.6551308631896973,\n                        0.6661173701286316,\n                        -0.7198901176452637,\n                        0.6313267946243286,\n                        -0.7235522866249084,\n                        0.6841840147972107,\n                        -0.7524834275245667,\n                        0.6523231863975525,\n                        -0.8434271812438965,\n                        0.7532768845558167,\n                        -1.0171968936920166,\n                        0.8550850749015808,\n                        -0.7873350381851196,\n                        0.8367131948471069,\n                        -0.7595025300979614,\n                        0.763836145401001,\n                        -0.7733577489852905,\n                        0.7128099203109741,\n                        -0.7139086127281189,\n                        0.6556191444396973,\n                        -0.6406652927398682,\n                        0.60965895652771,\n                        -0.6504310965538025,\n                        0.6451819539070129,\n                        -0.7024948596954346,\n                        0.7263599634170532,\n                        -0.7336232662200928,\n                        0.6431677937507629,\n                        -0.6768596768379211,\n                        0.5926299095153809,\n                        -0.60941481590271,\n                        0.5931792259216309,\n                        -0.5329365730285645,\n                        0.45169755816459656,\n                        -0.7929503321647644,\n                        0.8185855150222778,\n                        -0.7855039238929749,\n                        0.729533851146698,\n                        -0.7821469306945801,\n                        0.6491492986679077,\n                        -0.7236743569374084,\n                        0.5583886504173279,\n                        -0.850568413734436,\n                        0.7601739764213562,\n                        -0.538551926612854,\n                        0.5644311904907227,\n                        -0.8290226459503174,\n                        0.7851987481117249,\n                        -0.6373082995414734,\n                        0.7034103870391846,\n                        -0.6714274883270264,\n                        0.6927290558815002,\n                        -0.5252460241317749,\n                        0.573586642742157,\n                        -0.5808499455451965,\n                        0.4924696683883667,\n                        -0.3329213261604309,\n                        0.31332874298095703,\n                        -0.730266273021698,\n                        0.8356145620346069,\n                        -0.9141680002212524,\n                        0.8125429153442383,\n                        -0.7839780449867249,\n                        0.7607843279838562,\n                        -0.7261768579483032,\n                        0.6130159497261047,\n                        -0.6201571822166443,\n                        0.5972686409950256,\n                        -0.7250782251358032,\n                        0.6529335379600525,\n                        -0.6822919249534607,\n                        0.7425345182418823,\n                        -0.8045471906661987,\n                        0.6843671202659607,\n                        -0.7790340781211853,\n                        0.7128099203109741,\n                        -0.5658350586891174,\n                        0.47006943821907043,\n                        -0.5076066255569458,\n                        0.6074005961418152,\n                        -0.5766994953155518,\n                        0.502662718296051,\n                        -0.9440757036209106,\n                        0.48422980308532715,\n                        -1.0154268741607666,\n                        0.9725185036659241,\n                        -0.7206225395202637,\n                        0.7789120078086853,\n                        -0.6749065518379211,\n                        0.6925459504127502,\n                        -0.6686198115348816,\n                        0.6222934126853943,\n                        -0.6381627917289734,\n                        0.8459296822547913,\n                        -0.8920118808746338,\n                        0.9540855884552002,\n                        -0.729655921459198,\n                        0.8377507925033569,\n                        -0.7129320502281189,\n                        0.7807431221008301,\n                        -0.6437171101570129,\n                        0.7093309164047241,\n                        -0.5993438363075256,\n                        0.8414739966392517,\n                        -0.8325017094612122,\n                        0.8735790252685547,\n                        -0.5522850155830383,\n                        0.5099870562553406,\n                        -0.7356374263763428,\n                        0.6562294960021973,\n                        -0.9316853880882263,\n                        1.0366674661636353,\n                        -0.9011062979698181,\n                        1.005478024482727,\n                        -0.8441596031188965,\n                        0.8938429951667786,\n                        -0.9148393869400024,\n                        0.9899747967720032,\n                        -0.6210116744041443,\n                        0.6736857891082764,\n                        -0.7464408278465271,\n                        0.6505531668663025,\n                        -0.5932402610778809,\n                        0.6714885234832764,\n                        -0.6663004755973816,\n                        0.5638818740844727,\n                        -0.7335011959075928,\n                        0.6196689009666443,\n                        -0.7267872095108032,\n                        0.7706111073493958,\n                        -0.6325474977493286,\n                        0.60947585105896,\n                        -0.6158846616744995,\n                        0.5910429358482361,\n                        -0.8594796657562256,\n                        0.8428168296813965,\n                        -0.9047074317932129,\n                        0.7802548408508301,\n                        -0.8535591959953308,\n                        0.851361870765686,\n                        -0.802105724811554,\n                        0.7815365791320801,\n                        -0.6822919249534607,\n                        0.7157396674156189,\n                        -0.6149080395698547,\n                        0.5992217659950256,\n                        -0.6887617111206055,\n                        0.7465628981590271,\n                        -0.6204013228416443,\n                        0.5539330244064331,\n                        -0.5952544212341309,\n                        0.6165560483932495,\n                        -0.7266651391983032,\n                        0.5665674805641174,\n                        -0.5907987952232361,\n                        0.5882353186607361,\n                        -0.4573739171028137,\n                        0.45456627011299133,\n                        -0.8538643717765808,\n                        0.7732356786727905,\n                        -0.8890821933746338,\n                        0.7574273347854614,\n                        -0.7957580089569092,\n                        0.8093690276145935,\n                        -0.6000152826309204,\n                        0.7186083793640137,\n                        -0.6138704419136047,\n                        0.5663843750953674,\n                        -0.6154574155807495,\n                        0.5626611709594727,\n                        -0.61008620262146,\n                        0.5254902243614197,\n                        -0.730266273021698,\n                        0.6373082995414734,\n                        -0.6868085861206055,\n                        0.7220264077186584,\n                        -0.693949818611145,\n                        0.6333409547805786,\n                        -0.6767376065254211,\n                        0.6147249341011047,\n                        -0.2824445068836212,\n                        0.2995345890522003,\n                        -0.5969024300575256,\n                        0.5803616642951965,\n                        -0.7533989548683167,\n                        0.6337682008743286,\n                        -0.697062611579895,\n                        0.6708171367645264,\n                        -0.660868227481842,\n                        0.60892653465271,\n                        -0.6272984147071838,\n                        0.5546654462814331,\n                        -0.6039826273918152,\n                        0.6124666333198547,\n                        -0.6224765181541443,\n                        0.6359044909477234,\n                        -0.6114290356636047,\n                        0.6826581358909607,\n                        -0.6804608106613159,\n                        0.6520790457725525,\n                        -0.504859983921051,\n                        0.5211566090583801,\n                        -0.4927748441696167,\n                        0.47165635228157043,\n                        -0.45548179745674133,\n                        0.44040587544441223,\n                        -0.33865872025489807,\n                        0.6202792525291443,\n                        -0.7257496118545532,\n                        0.8992141485214233,\n                        -0.7085373997688293,\n                        0.8609445095062256,\n                        -0.6225985884666443,\n                        0.7725642919540405,\n                        -0.5646753907203674,\n                        0.6701457500457764,\n                        -0.6008087396621704,\n                        0.6210727095603943,\n                        -0.5850003957748413,\n                        0.6882123947143555,\n                        -0.6522621512413025,\n                        0.5895780920982361,\n                        -0.4894178807735443,\n                        0.5209124684333801,\n                        -0.38699930906295776,\n                        0.4944228231906891,\n                        -0.3509880304336548,\n                        0.44040587544441223,\n                        -0.34207674860954285,\n                        0.4750133454799652,\n                        -0.60746169090271,\n                        0.6419470310211182,\n                        -0.8571602702140808,\n                        0.9818570017814636,\n                        -0.800701916217804,\n                        0.9315022230148315,\n                        -0.6738078594207764,\n                        0.729655921459198,\n                        -0.5804837346076965,\n                        0.6328526735305786,\n                        -0.5117570757865906,\n                        0.6138094067573547,\n                        -0.731120765209198,\n                        0.7609063982963562,\n                        -0.575661838054657,\n                        0.60892653465271,\n                        -0.5789577960968018,\n                        0.5185320973396301,\n                        -0.61124587059021,\n                        0.4637216627597809,\n                        -0.5497215390205383,\n                        0.503883421421051,\n                        -0.6373082995414734,\n                        0.6540932059288025,\n                        -0.6639200448989868,\n                        0.7118333578109741,\n                        -0.35452812910079956,\n                        0.5894560217857361,\n                        -0.801068127155304,\n                        0.8730907440185547,\n                        -0.9189288020133972,\n                        0.9189288020133972,\n                        -0.8066223859786987,\n                        0.7886778116226196,\n                        -0.8805981278419495,\n                        0.852582573890686,\n                        -0.9191729426383972,\n                        0.8401922583580017,\n                        -0.7372244000434875,\n                        0.9041580557823181,\n                        -0.6907148957252502,\n                        0.7447928786277771,\n                        -0.8041809797286987,\n                        0.7783016562461853,\n                        -0.6578774452209473,\n                        0.729350745677948,\n                        -0.8210269212722778,\n                        0.7134813666343689,\n                        -0.7509574890136719,\n                        0.730144202709198,\n                        -0.7077439427375793,\n                        0.7528496384620667,\n                        -0.3990234136581421,\n                        0.3628900647163391,\n                        -0.6869306564331055,\n                        0.5528343915939331,\n                        -0.7433890104293823,\n                        0.5231708288192749,\n                        -0.6381627917289734,\n                        0.6020294427871704,\n                        -0.6063629984855652,\n                        0.5322041511535645,\n                        -0.5347066521644592,\n                        0.5004653930664062,\n                        -0.5326313972473145,\n                        0.49857327342033386,\n                        -0.5709010362625122,\n                        0.4753185212612152,\n                        -0.5786526203155518,\n                        0.5490501523017883,\n                        -0.731670081615448,\n                        0.6782025098800659,\n                        -0.6037384867668152,\n                        0.5677271485328674,\n                        -0.5009536743164062,\n                        0.32803845405578613,\n                        -1.1284656524658203,\n                        1.080430269241333,\n                        -0.993514895439148,\n                        0.990890383720398,\n                        -0.852094292640686,\n                        0.9822842478752136,\n                        -0.6703288555145264,\n                        0.9268024563789368,\n                        -0.7480888366699219,\n                        0.7799496650695801,\n                        -0.7375295758247375,\n                        0.6845502257347107,\n                        -0.6324254274368286,\n                        0.6773479580879211,\n                        -0.6536659598350525,\n                        0.6267490386962891,\n                        -0.661356508731842,\n                        0.5637598037719727,\n                        -0.6257724761962891,\n                        0.6868085861206055,\n                        -0.6226596236228943,\n                        0.5892729163169861,\n                        -0.5948271751403809,\n                        0.5183489918708801,\n                        -0.5069352388381958,\n                        0.5837185978889465,\n                        -0.7377126812934875,\n                        0.6540932059288025,\n                        -0.8315861821174622,\n                        0.6506752371788025,\n                        -0.6392004489898682,\n                        0.6073395609855652,\n                        -0.6064240336418152,\n                        0.5075455904006958,\n                        -0.5552147626876831,\n                        0.4568246006965637,\n                        -0.538673996925354,\n                        0.43521782755851746,\n                        -0.5175554752349854,\n                        0.4267337918281555,\n                        -0.505104124546051,\n                        0.4454108476638794,\n                        -0.574013888835907,\n                        0.37540245056152344,\n                        -0.6424963474273682,\n                        0.40390631556510925,\n                        -0.5118181109428406,\n                        0.40457770228385925,\n                        -0.575112521648407,\n                        0.27518120408058167,\n                        -0.3848020136356354,\n                        0.3608148396015167,\n                        -0.9514610767364502,\n                        1.0559548139572144,\n                        -0.9251545071601868,\n                        0.8946974873542786,\n                        -0.7394827008247375,\n                        0.7801938056945801,\n                        -0.6287632584571838,\n                        0.765362024307251,\n                        -0.5892118811607361,\n                        0.8323796391487122,\n                        -0.6691080927848816,\n                        0.8275578022003174,\n                        -0.5919585227966309,\n                        0.7700617909431458,\n                        -0.765484094619751,\n                        0.7408255338668823,\n                        -0.5620508193969727,\n                        0.7457084059715271,\n                        -0.5523460507392883,\n                        0.6558632850646973,\n                        -0.4605478048324585,\n                        0.5792629718780518,\n                        -0.5091935396194458,\n                        0.8329899907112122,\n                        -0.35580986738204956,\n                        0.33963531255722046,\n                        -0.7846494317054749,\n                        0.4803234934806824,\n                        -0.6402380466461182,\n                        0.5013809204101562,\n                        -0.6033111810684204,\n                        0.5287861227989197,\n                        -0.539467453956604,\n                        0.46848249435424805,\n                        -0.5436179041862488,\n                        0.5357442498207092,\n                        -0.4599984884262085,\n                        0.5453879833221436,\n                        -0.49906158447265625,\n                        0.5212786793708801,\n                        -0.4730601906776428,\n                        0.5909819006919861,\n                        -0.4157473146915436,\n                        0.5427023768424988,\n                        -0.5079728364944458,\n                        0.7142748236656189,\n                        -0.5117570757865906,\n                        0.659708559513092,\n                        -0.43900206685066223,\n                        0.43753719329833984,\n                        -0.9834439754486084,\n                        0.8046692609786987,\n                        -1.1826046705245972,\n                        1.059067726135254,\n                        -0.9896085858345032,\n                        0.802288830280304,\n                        -0.8834058046340942,\n                        0.7618219256401062,\n                        -0.7443045973777771,\n                        0.8604562282562256,\n                        -0.9052567481994629,\n                        0.9038528800010681,\n                        -0.6415808200836182,\n                        0.6761882901191711,\n                        -0.766033411026001,\n                        0.5329365730285645,\n                        -0.6686808466911316,\n                        0.6281529068946838,\n                        -0.660563051700592,\n                        0.5317158699035645,\n                        -0.6065461039543152,\n                        0.5582665801048279,\n                        -0.5633325576782227,\n                        0.4452887773513794,\n                        -0.6130159497261047,\n                        0.5353170037269592,\n                        -0.6525673270225525,\n                        0.8372625112533569,\n                        -0.5854886770248413,\n                        0.6282749772071838,\n                        -0.6403601169586182,\n                        0.6148470044136047,\n                        -0.5172502994537354,\n                        0.4452277421951294,\n                        -0.5160906314849854,\n                        0.49875637888908386,\n                        -0.4571297764778137,\n                        0.4299687147140503,\n                        -0.4092774987220764,\n                        0.4316166937351227,\n                        -0.537453293800354,\n                        0.4097657799720764,\n                        -0.4945448935031891,\n                        0.4751354157924652,\n                        -0.35715267062187195,\n                        0.47110703587532043,\n                        -0.3310902714729309,\n                        0.3953002095222473,\n                        -0.3642939031124115,\n                        0.3511101007461548,\n                        -0.6484168767929077,\n                        0.504249632358551,\n                        -1.464774489402771,\n                        1.3710840940475464,\n                        -1.6235294342041016,\n                        0.9314411878585815,\n                        -1.3403830528259277,\n                        1.065903663635254,\n                        -1.8364232778549194,\n                        1.1320668458938599,\n                        -1.3249409198760986,\n                        1.1726558208465576,\n                        -0.9609216451644897,\n                        1.1094834804534912,\n                        -1.4245517253875732,\n                        1.2264896631240845,\n                        -1.2626841068267822,\n                        1.0404516458511353,\n                        -1.1746089458465576,\n                        1.0522927045822144,\n                        -0.9973601698875427,\n                        0.9369955062866211,\n                        -0.9457846879959106,\n                        0.6232700347900391,\n                        -1.0327000617980957,\n                        1.0842756032943726,\n                        -1.2392462491989136,\n                        1.2109254598617554,\n                        -0.9863126277923584,\n                        1.2278324365615845,\n                        -1.0332493782043457,\n                        0.7956359386444092,\n                        -1.1425650119781494,\n                        0.8363469839096069,\n                        -1.1259021759033203,\n                        0.8737010955810547,\n                        -1.2505378723144531,\n                        1.095384120941162,\n                        -1.144701361656189,\n                        1.1212024688720703,\n                        -1.2440069913864136,\n                        1.1135729551315308,\n                        -1.2058594226837158,\n                        0.9956511855125427,\n                        -1.2787365913391113,\n                        1.0684062242507935,\n                        -1.2408941984176636,\n                        1.0413061380386353,\n                        -1.1097276210784912,\n                        0.9255207180976868,\n                        -1.2879530191421509,\n                        1.3446555137634277,\n                        -1.3675440549850464,\n                        1.2652475833892822,\n                        -1.2479133605957031,\n                        1.0550392866134644,\n                        -1.1826657056808472,\n                        1.0984359979629517,\n                        -1.2757457494735718,\n                        0.9497520327568054,\n                        -1.0495460033416748,\n                        1.011398434638977,\n                        -1.0551003217697144,\n                        0.8597848415374756,\n                        -0.7234912514686584,\n                        0.9481651186943054,\n                        -0.9034866690635681,\n                        0.5950102806091309,\n                        -0.8152895569801331,\n                        0.6365148425102234,\n                        -0.923811674118042,\n                        0.8962233662605286,\n                        -0.9306477308273315,\n                        0.9477378726005554,\n                        -0.6901655793190002,\n                        0.7056687474250793,\n                        -0.9650720953941345,\n                        1.2427252531051636,\n                        -1.6279850006103516,\n                        1.2127565145492554,\n                        -0.8899366855621338,\n                        0.9333333373069763,\n                        -0.8140077590942383,\n                        0.8439764976501465,\n                        -0.7956359386444092,\n                        0.8962844014167786,\n                        -0.8158388733863831,\n                        0.9788662791252136,\n                        -0.6536049246788025,\n                        0.7246509790420532,\n                        -0.7478446364402771,\n                        0.6381627917289734,\n                        -0.6863813400268555,\n                        0.9296101331710815,\n                        -0.8129701614379883,\n                        0.7931334376335144,\n                        -0.7079880833625793,\n                        0.8808422684669495,\n                        -0.9498130679130554,\n                        0.7454032301902771,\n                        -0.6395056247711182,\n                        0.696086049079895,\n                        -0.923079252243042,\n                        1.1060044765472412,\n                        -0.9542076587677002,\n                        0.8264591693878174,\n                        -0.9977874159812927,\n                        0.9999847412109375,\n                        -1.2722057104110718,\n                        0.9724574685096741,\n                        -0.9483482241630554,\n                        0.7938048243522644,\n                        -1.0718852281570435,\n                        0.8786450028419495,\n                        -1.093430995941162,\n                        1.079697847366333,\n                        -1.0885480642318726,\n                        1.0508278608322144,\n                        -0.9693446159362793,\n                        0.9741664528846741,\n                        -0.9330281615257263,\n                        0.9605554342269897,\n                        -0.8676584959030151,\n                        0.8141908645629883,\n                        -0.5706568956375122,\n                        0.4939955770969391,\n                        -1.0467383861541748,\n                        1.0404516458511353,\n                        -0.9029373526573181,\n                        1.2650034427642822,\n                        -1.0211642980575562,\n                        1.231128454208374,\n                        -1.007064938545227,\n                        1.0892194509506226,\n                        -0.9712978005409241,\n                        1.1133288145065308,\n                        -1.005783200263977,\n                        0.9364461898803711,\n                        -1.0531471967697144,\n                        0.888593852519989,\n                        -1.0441138744354248,\n                        0.8933547139167786,\n                        -1.0003509521484375,\n                        0.7887998819351196,\n                        -0.8180361390113831,\n                        0.8125429153442383,\n                        -0.7906919717788696,\n                        0.9062333106994629,\n                        -0.6720378398895264,\n                        0.5703517198562622,\n                        -1.0240939855575562,\n                        0.8800488114356995,\n                        -1.236865758895874,\n                        1.1105821132659912,\n                        -0.8732128143310547,\n                        0.9523766040802002,\n                        -0.8301823735237122,\n                        0.9864957928657532,\n                        -0.7952086925506592,\n                        0.7558403611183167,\n                        -0.7206835746765137,\n                        0.6903486847877502,\n                        -0.7700007557868958,\n                        0.7391775250434875,\n                        -0.7099412679672241,\n                        0.6026397943496704,\n                        -0.8217593431472778,\n                        0.8903028964996338,\n                        -0.8628976941108704,\n                        0.660624086856842,\n                        -0.6482948064804077,\n                        0.7908750772476196,\n                        -0.6473182439804077,\n                        0.765178918838501,\n                        -0.6027618646621704,\n                        0.46738383173942566,\n                        -1.0194551944732666,\n                        0.8707713484764099,\n                        -0.8371404409408569,\n                        0.9404135346412659,\n                        -0.9064774513244629,\n                        0.8243228793144226,\n                        -0.8140077590942383,\n                        0.7546806931495667,\n                        -0.8060730695724487,\n                        0.4926527738571167,\n                        -0.802594006061554,\n                        0.7330129146575928,\n                        -0.6697184443473816,\n                        0.7365530133247375,\n                        -0.7957580089569092,\n                        0.7783626914024353,\n                        -0.6753337979316711,\n                        0.6527504324913025,\n                        -0.6377355456352234,\n                        0.6922407746315002,\n                        -0.60764479637146,\n                        0.5813992619514465,\n                        -0.5655909180641174,\n                        0.6214389204978943,\n                        -0.5558251142501831,\n                        0.7561455965042114,\n                        -1.0434424877166748,\n                        1.0168306827545166,\n                        -0.7416189908981323,\n                        0.7829403877258301,\n                        -0.7897764444351196,\n                        0.9344319701194763,\n                        -0.9881437420845032,\n                        0.8421454429626465,\n                        -0.9599450826644897,\n                        0.920332670211792,\n                        -0.6921797394752502,\n                        0.8144350051879883,\n                        -0.8700999617576599,\n                        0.7599908709526062,\n                        -0.7007247805595398,\n                        0.6867475509643555,\n                        -0.730876624584198,\n                        0.7076829075813293,\n                        -0.7450980544090271,\n                        0.7687800526618958,\n                        -0.8247501254081726,\n                        0.9298542737960815,\n                        -0.5795071125030518,\n                        0.6818646788597107,\n                        -0.6341344118118286,\n                        0.7678034901618958,\n                        -0.9707484841346741,\n                        0.6692301630973816,\n                        -0.8804760575294495,\n                        0.8483100533485413,\n                        -0.9896696209907532,\n                        0.7620050311088562,\n                        -0.7834287285804749,\n                        0.8567330241203308,\n                        -0.6164339780807495,\n                        0.7519951462745667,\n                        -0.7169604301452637,\n                        0.6894330978393555,\n                        -1.1174181699752808,\n                        0.8955519795417786,\n                        -0.8537423014640808,\n                        0.8548409342765808,\n                        -0.8674753904342651,\n                        0.6861982345581055,\n                        -0.7854428887367249,\n                        0.8948805928230286,\n                        -0.7486381530761719,\n                        0.5515525937080383,\n                        -0.957625687122345,\n                        1.0862897634506226,\n                        -0.9283894300460815,\n                        0.9089799523353577,\n                        -0.7696345448493958,\n                        0.7482109069824219,\n                        -0.8455023765563965,\n                        0.8185855150222778,\n                        -0.802655041217804,\n                        0.9420614838600159,\n                        -0.9496299624443054,\n                        1.1694209575653076,\n                        -0.888288676738739,\n                        1.1827267408370972,\n                        -0.8754100799560547,\n                        0.9484702944755554,\n                        -0.8211489915847778,\n                        0.8314030766487122,\n                        -0.884992778301239,\n                        0.8326237797737122,\n                        -0.8654612302780151,\n                        0.956832230091095,\n                        -0.8336613774299622,\n                        0.8841382265090942,\n                        -0.4729991555213928,\n                        0.4095826745033264,\n                        -1.2010376453399658,\n                        1.4771648645401,\n                        -1.008957028388977,\n                        1.1044174432754517,\n                        -0.9783779382705688,\n                        0.9605554342269897,\n                        -1.058762550354004,\n                        0.8632028698921204,\n                        -0.8809643983840942,\n                        0.9878996014595032,\n                        -0.7602960467338562,\n                        1.0008392333984375,\n                        -0.9989471435546875,\n                        0.9127031564712524,\n                        -1.0474097728729248,\n                        0.8826733827590942,\n                        -1.1165636777877808,\n                        0.8901808261871338,\n                        -1.0427709817886353,\n                        1.146166205406189,\n                        -0.8758983612060547,\n                        0.9943694472312927,\n                        -0.7059739232063293,\n                        0.5536888837814331,\n                        -0.9550621509552002,\n                        0.7762264609336853,\n                        -0.9252765774726868,\n                        0.8325627446174622,\n                        -0.7547417283058167,\n                        0.767009973526001,\n                        -0.6271153092384338,\n                        0.572732150554657,\n                        -0.574441134929657,\n                        0.7023727893829346,\n                        -0.5868924856185913,\n                        0.958785355091095,\n                        -0.8825513124465942,\n                        1.079209566116333,\n                        -0.8362249135971069,\n                        1.1548943519592285,\n                        -0.7068284153938293,\n                        0.9319905638694763,\n                        -0.6202792525291443,\n                        0.7599298357963562,\n                        -0.6256504058837891,\n                        0.764080286026001,\n                        -0.5127336382865906,\n                        0.6865644454956055,\n                        -0.5105974078178406,\n                        0.8030823469161987,\n                        -0.8807201981544495,\n                        0.8758983612060547,\n                        -0.9153276681900024,\n                        0.8539254069328308,\n                        -0.7866635918617249,\n                        0.7367361187934875,\n                        -0.6923628449440002,\n                        0.7189745903015137,\n                        -0.6654459238052368,\n                        0.7160448431968689,\n                        -0.6889448165893555,\n                        0.8301823735237122,\n                        -0.6694132685661316,\n                        0.6355993151664734,\n                        -0.6561684608459473,\n                        0.6730754375457764,\n                        -0.6707561016082764,\n                        0.6631265878677368,\n                        -0.7572442293167114,\n                        0.7635919451713562,\n                        -0.8210879564285278,\n                        0.798992931842804,\n                        -0.9336995482444763,\n                        0.731181800365448,\n                        -1.2810559272766113,\n                        1.4938277006149292,\n                        -1.1049667596817017,\n                        1.2668344974517822,\n                        -1.0035247802734375,\n                        1.1371939182281494,\n                        -0.7482109069824219,\n                        1.0728617906570435,\n                        -0.8229190707206726,\n                        0.9626916646957397,\n                        -0.8386663794517517,\n                        1.0571144819259644,\n                        -0.885786235332489,\n                        0.8793774247169495,\n                        -0.8616769909858704,\n                        0.8259097933769226,\n                        -0.9447470903396606,\n                        0.8923780918121338,\n                        -1.0666972398757935,\n                        0.886518657207489,\n                        -1.2266727685928345,\n                        0.9108110070228577,\n                        -0.8389105200767517,\n                        0.7703059315681458,\n                        -0.47147324681282043,\n                        0.5595483183860779,\n                        -0.9030594229698181,\n                        1.0236667394638062,\n                        -0.9536583423614502,\n                        0.801251232624054,\n                        -0.852582573890686,\n                        0.7987487316131592,\n                        -0.8462348580360413,\n                        0.802471935749054,\n                        -0.9180743098258972,\n                        0.8061951398849487,\n                        -0.958907425403595,\n                        0.9008621573448181,\n                        -0.6449988484382629,\n                        0.7356984615325928,\n                        -0.7383840680122375,\n                        0.7250782251358032,\n                        -0.8720530867576599,\n                        0.7748225927352905,\n                        -1.011032223701477,\n                        0.8372625112533569,\n                        -1.0386205911636353,\n                        0.7132982611656189,\n                        -0.5358663201332092,\n                        0.5311665534973145,\n                        -0.9374227523803711,\n                        1.079758882522583,\n                        -1.6129090785980225,\n                        1.2552987337112427,\n                        -0.8092469573020935,\n                        1.0457007884979248,\n                        -1.1760739088058472,\n                        1.1594719886779785,\n                        -1.0016326904296875,\n                        1.0473487377166748,\n                        -0.6204013228416443,\n                        0.7028610706329346,\n                        -0.6146638989448547,\n                        0.6797283887863159,\n                        -0.922774076461792,\n                        0.7704890370368958,\n                        -0.9712978005409241,\n                        0.8655833005905151,\n                        -0.6224154829978943,\n                        0.7630426287651062,\n                        -0.8218203783035278,\n                        0.9288777112960815,\n                        -0.5540550947189331,\n                        0.6772258877754211,\n                        -0.6805218458175659,\n                        0.7130541205406189,\n                        -1.220324993133545,\n                        1.2477912902832031,\n                        -1.145555853843689,\n                        0.9828946590423584,\n                        -0.8253604769706726,\n                        0.802594006061554,\n                        -0.8833447694778442,\n                        0.799542248249054,\n                        -0.6852216124534607,\n                        0.7747615575790405,\n                        -0.6153353452682495,\n                        0.6547646522521973,\n                        -0.7752498388290405,\n                        1.0179903507232666,\n                        -1.0283665657043457,\n                        1.1069200038909912,\n                        -0.8553292155265808,\n                        0.8573433756828308,\n                        -0.7924620509147644,\n                        1.0182955265045166,\n                        -0.7584038972854614,\n                        0.8766307830810547,\n                        -0.7938048243522644,\n                        0.8971999883651733,\n                        -0.7423514127731323,\n                        0.6860761642456055,\n                        -1.0728617906570435,\n                        1.1531243324279785,\n                        -1.1326161623001099,\n                        0.9276569485664368,\n                        -1.0435645580291748,\n                        0.9152666330337524,\n                        -0.8722972273826599,\n                        0.9344319701194763,\n                        -0.6836346983909607,\n                        0.6813763380050659,\n                        -0.9268024563789368,\n                        0.8965896368026733,\n                        -0.731548011302948,\n                        0.9630579352378845,\n                        -0.6489661931991577,\n                        0.6577553749084473,\n                        -0.572732150554657,\n                        0.5870755910873413,\n                        -0.5926909446716309,\n                        0.61081862449646,\n                        -0.5910429358482361,\n                        0.4750133454799652,\n                        -0.6623941659927368,\n                        0.7027390003204346,\n                        -1.090562343597412,\n                        1.4815595149993896,\n                        -1.2496223449707031,\n                        1.3686426877975464,\n                        -1.059128761291504,\n                        0.9958953261375427,\n                        -0.9059891700744629,\n                        0.7867246270179749,\n                        -0.8307316899299622,\n                        0.8201724290847778,\n                        -0.8936598896980286,\n                        0.8096742033958435,\n                        -0.767009973526001,\n                        0.7092088460922241,\n                        -0.7377737164497375,\n                        0.7707942128181458,\n                        -0.696513295173645,\n                        0.6459754109382629,\n                        -0.6036774516105652,\n                        0.5423361659049988,\n                        -0.6512855887413025,\n                        0.6648966073989868,\n                        -0.659342348575592,\n                        0.6736247539520264,\n                        -0.9365682601928711,\n                        0.8053406476974487,\n                        -1.0239108800888062,\n                        0.9789883494377136,\n                        -0.7408865690231323,\n                        0.6825360655784607,\n                        -0.5530785322189331,\n                        0.6417028903961182,\n                        -0.6564736366271973,\n                        0.7436331510543823,\n                        -0.697245717048645,\n                        0.6128938794136047,\n                        -0.8370183706283569,\n                        0.8734569549560547,\n                        -1.1895627975463867,\n                        0.9481040835380554,\n                        -0.8572823405265808,\n                        0.7839780449867249,\n                        -0.9045853614807129,\n                        0.920393705368042,\n                        -0.8901808261871338,\n                        0.8229190707206726,\n                        -0.5948271751403809,\n                        0.5904325842857361,\n                        -0.6487220525741577,\n                        0.4920424222946167,\n                        -0.6489661931991577,\n                        0.7850156426429749,\n                        -0.7686579823493958,\n                        0.6684977412223816,\n                        -0.7539482712745667,\n                        0.6860151290893555,\n                        -0.7458915114402771,\n                        0.7363088130950928,\n                        -0.6774089932441711,\n                        0.6307163834571838,\n                        -0.6042267680168152,\n                        0.7139696478843689,\n                        -0.6315709352493286,\n                        0.658976137638092,\n                        -0.5911650061607361,\n                        0.6775920987129211,\n                        -0.5694361925125122,\n                        0.5481956005096436,\n                        -0.6298618912696838,\n                        0.7245288491249084,\n                        -0.5087662935256958,\n                        0.504921019077301,\n                        -0.4729381203651428,\n                        0.61130690574646,\n                        -1.1968871355056763,\n                        1.6422064304351807,\n                        -1.318898320198059,\n                        1.3574120998382568,\n                        -1.0389868021011353,\n                        1.0201267004013062,\n                        -0.7215991616249084,\n                        0.7950866222381592,\n                        -0.8317692875862122,\n                        0.7918516993522644,\n                        -0.7461356520652771,\n                        0.6992599368095398,\n                        -0.49936676025390625,\n                        0.6359655261039734,\n                        -0.5455710887908936,\n                        0.799176037311554,\n                        -0.8388494849205017,\n                        0.7774471640586853,\n                        -0.660440981388092,\n                        0.6658121347427368,\n                        -0.7335011959075928,\n                        0.6778973340988159,\n                        -0.42282748222351074,\n                        0.4725108742713928,\n                        -0.9274128079414368,\n                        1.1558098793029785,\n                        -1.0518044233322144,\n                        0.9828336238861084,\n                        -0.7768368124961853,\n                        0.7939268946647644,\n                        -0.7089036107063293,\n                        0.8538033366203308,\n                        -0.7245898842811584,\n                        0.7955138683319092,\n                        -0.42087432742118835,\n                        0.48612192273139954,\n                        -0.538735032081604,\n                        0.5082169771194458,\n                        -0.8844434022903442,\n                        0.9154497385025024,\n                        -0.8132753372192383,\n                        0.6803997755050659,\n                        -0.7518730163574219,\n                        0.6407263278961182,\n                        -0.7476615309715271,\n                        0.7745784521102905,\n                        -0.5193255543708801,\n                        0.6324864625930786,\n                        -0.45297932624816895,\n                        0.43692684173583984,\n                        -1.30467689037323,\n                        1.5029220581054688,\n                        -1.30406653881073,\n                        1.7405966520309448,\n                        -0.7711604237556458,\n                        0.8574655055999756,\n                        -0.9260700345039368,\n                        0.8924391269683838,\n                        -0.9123369455337524,\n                        0.9156328439712524,\n                        -0.8495307564735413,\n                        0.7580376863479614,\n                        -0.7791561484336853,\n                        1.0424658060073853,\n                        -0.9950408339500427,\n                        1.1298085451126099,\n                        -0.7214160561561584,\n                        1.1019150018692017,\n                        -0.60886549949646,\n                        0.6933394074440002,\n                        -0.7186083793640137,\n                        0.7980163097381592,\n                        -0.6746013760566711,\n                        0.6478065252304077,\n                        -0.6665446162223816,\n                        0.4888074994087219,\n                        -1.093858242034912,\n                        1.1436636447906494,\n                        -1.2930190563201904,\n                        1.1221790313720703,\n                        -0.9089189171791077,\n                        1.0305027961730957,\n                        -0.728862464427948,\n                        0.7037765979766846,\n                        -0.7130541205406189,\n                        0.7409476041793823,\n                        -0.766521692276001,\n                        0.8847485780715942,\n                        -1.321156620979309,\n                        1.0179903507232666,\n                        -1.5166552066802979,\n                        1.004013180732727,\n                        -1.079331636428833,\n                        0.8704051375389099,\n                        -1.1060655117034912,\n                        0.7636529803276062,\n                        -0.8988479375839233,\n                        0.7485160827636719,\n                        -1.1828488111495972,\n                        1.2414435148239136,\n                        -0.9993133544921875,\n                        1.389272928237915,\n                        -1.2245975732803345,\n                        1.094224452972412,\n                        -0.765667200088501,\n                        0.9329671263694763,\n                        -0.8118715286254883,\n                        0.8369573354721069,\n                        -0.7453421950340271,\n                        0.8267643451690674,\n                        -0.5964751839637756,\n                        0.7171435356140137,\n                        -0.7466239333152771,\n                        0.7338063716888428,\n                        -1.165270447731018,\n                        1.0170748233795166,\n                        -1.080674409866333,\n                        1.0428320169448853,\n                        -0.8733348846435547,\n                        0.8810864686965942,\n                        -0.9239338040351868,\n                        0.7513847351074219,\n                        -0.8236514925956726,\n                        0.8392767310142517,\n                        -0.799725353717804,\n                        0.7609674334526062,\n                        -1.4062409400939941,\n                        1.0165865421295166,\n                        -0.8027771711349487,\n                        0.7344777584075928,\n                        -0.7689021229743958,\n                        0.6717936992645264,\n                        -0.5901274085044861,\n                        0.6252841949462891,\n                        -0.6836346983909607,\n                        0.46463721990585327,\n                        -0.444312185049057,\n                        0.6460364460945129,\n                        -0.538185715675354,\n                        0.5191424489021301,\n                        -0.48233768343925476,\n                        0.4277714192867279,\n                        -0.6157015562057495,\n                        0.43436330556869507,\n                        -0.5103532671928406,\n                        0.40781262516975403,\n                        -0.4919813871383667,\n                        0.43308156728744507,\n                        -0.3153429329395294,\n                        0.27866026759147644,\n                        -1.3443503379821777,\n                        1.0375829935073853,\n                        -1.374380111694336,\n                        1.091599941253662,\n                        -0.920515775680542,\n                        0.9158159494400024,\n                        -0.956893265247345,\n                        0.8713817000389099,\n                        -0.7498588562011719,\n                        0.9478599429130554,\n                        -0.852033257484436,\n                        0.7963073253631592,\n                        -0.7395437359809875,\n                        0.9013504385948181,\n                        -1.3526512384414673,\n                        1.0015716552734375,\n                        -0.9640955328941345,\n                        0.957137405872345,\n                        -0.9131914377212524,\n                        1.0265353918075562,\n                        -0.7859311699867249,\n                        0.7815976142883301,\n                        -0.7040817737579346,\n                        0.6913862824440002,\n                        -0.9954070448875427,\n                        1.1924315690994263,\n                        -1.0861066579818726,\n                        1.0585182905197144,\n                        -1.2539559602737427,\n                        0.887312114238739,\n                        -0.9434043169021606,\n                        0.8554512858390808,\n                        -0.8622263073921204,\n                        0.9507896304130554,\n                        -1.0159761905670166,\n                        0.8675364255905151,\n                        -0.6027008295059204,\n                        0.730205237865448,\n                        -1.1754634380340576,\n                        1.090379238128662,\n                        -0.993270754814148,\n                        1.0575417280197144,\n                        -0.9449301958084106,\n                        0.8044861555099487,\n                        -0.8731517791748047,\n                        1.1351186037063599,\n                        -1.0016326904296875,\n                        1.1855344772338867,\n                        -0.7007247805595398,\n                        0.5920195579528809,\n                        -1.777218222618103,\n                        1.5118334293365479,\n                        -1.2233768701553345,\n                        1.4531166553497314,\n                        -1.1048446893692017,\n                        1.078782320022583,\n                        -0.9723964333534241,\n                        1.0301976203918457,\n                        -0.7434500455856323,\n                        0.8709544539451599,\n                        -0.9351643919944763,\n                        0.8942702412605286,\n                        -0.885236918926239,\n                        0.9278401136398315,\n                        -0.7685969471931458,\n                        0.8763866424560547,\n                        -0.7716487646102905,\n                        0.6686198115348816,\n                        -0.8894484043121338,\n                        0.7086594700813293,\n                        -0.42288854718208313,\n                        0.3957274854183197,\n                        -0.4947279989719391,\n                        0.3617303669452667,\n                        -0.886823832988739,\n                        0.6008087396621704,\n                        -0.9883878827095032,\n                        0.9050736427307129,\n                        -0.6789349317550659,\n                        0.6810711622238159,\n                        -0.764202356338501,\n                        0.6436560750007629,\n                        -0.5714503526687622,\n                        0.6291905045509338,\n                        -0.5785305500030518,\n                        0.5600976347923279,\n                        -0.5645533204078674,\n                        0.6814373731613159,\n                        -0.3307850658893585,\n                        0.3306019604206085,\n                        -0.4301518201828003,\n                        0.4114747941493988,\n                        -0.4250248074531555,\n                        0.4627451002597809,\n                        -0.48563364148139954,\n                        0.37381550669670105,\n                        -0.33853664994239807,\n                        0.3669184446334839,\n                        -0.3817501962184906,\n                        0.39114975929260254,\n                        -1.146959662437439,\n                        1.0876935720443726,\n                        -1.4345617294311523,\n                        1.4106355905532837,\n                        -0.9131304025650024,\n                        0.9440146684646606,\n                        -0.8543526530265808,\n                        0.9050126075744629,\n                        -0.8461738228797913,\n                        0.7704280018806458,\n                        -0.8825513124465942,\n                        0.8087586760520935,\n                        -0.8322575688362122,\n                        0.8466010689735413,\n                        -0.8539254069328308,\n                        0.7518730163574219,\n                        -0.9803311228752136,\n                        0.8080262541770935,\n                        -0.8176088929176331,\n                        0.7982604503631592,\n                        -0.8633249402046204,\n                        0.9141069650650024,\n                        -0.7422293424606323,\n                        0.8152285218238831,\n                        -1.1310292482376099,\n                        0.921675443649292,\n                        -1.1284046173095703,\n                        0.9264362454414368,\n                        -1.059128761291504,\n                        1.093125820159912,\n                        -1.1594109535217285,\n                        1.0261691808700562,\n                        -1.061997413635254,\n                        0.8415350317955017,\n                        -0.9769130945205688,\n                        1.1218738555908203,\n                        -0.9496909976005554,\n                        0.7550469040870667,\n                        -0.8688181638717651,\n                        0.9823452830314636,\n                        -0.8730296492576599,\n                        0.8783398270606995,\n                        -0.8907301425933838,\n                        1.077073335647583,\n                        -1.007248044013977,\n                        1.0469825267791748,\n                        -0.7942931056022644,\n                        0.9534752368927002,\n                        -0.8036926984786987,\n                        0.7129320502281189,\n                        -1.4200961589813232,\n                        1.2277714014053345,\n                        -1.317982792854309,\n                        1.5418020486831665,\n                        -0.8780956864356995,\n                        0.8895094394683838,\n                        -1.008163571357727,\n                        0.8200503587722778,\n                        -0.8669871091842651,\n                        0.9008621573448181,\n                        -0.766216516494751,\n                        0.7218433022499084,\n                        -0.764629602432251,\n                        0.7618219256401062,\n                        -0.8709544539451599,\n                        0.5917753577232361,\n                        -0.8210879564285278,\n                        0.5815213322639465,\n                        -0.7940489649772644,\n                        0.6498817205429077,\n                        -0.8406805396080017,\n                        0.6773479580879211,\n                        -0.7217212319374084,\n                        0.5929350852966309,\n                        -0.6022735834121704,\n                        0.5786526203155518,\n                        -0.7428396940231323,\n                        0.8138856887817383,\n                        -1.3257343769073486,\n                        1.1542840003967285,\n                        -0.9119096398353577,\n                        0.8722972273826599,\n                        -0.9315632581710815,\n                        0.886274516582489,\n                        -0.9063553810119629,\n                        0.765850305557251,\n                        -0.6976119875907898,\n                        0.8365300893783569,\n                        -0.5904936194419861,\n                        0.5935454368591309,\n                        -0.6827802062034607,\n                        0.6733195781707764,\n                        -0.8317692875862122,\n                        0.7695735096931458,\n                        -0.9636682868003845,\n                        0.6741130948066711,\n                        -0.8829175233840942,\n                        0.8284733295440674,\n                        -0.9330281615257263,\n                        0.9131304025650024,\n                        -1.447623372077942,\n                        1.2794690132141113,\n                        -1.0874494314193726,\n                        1.1305409669876099,\n                        -0.7863584160804749,\n                        0.8588082790374756,\n                        -0.6989547610282898,\n                        0.9239338040351868,\n                        -0.8375676870346069,\n                        0.6746624112129211,\n                        -0.763897180557251,\n                        0.6143587231636047,\n                        -0.7950255870819092,\n                        0.8567330241203308,\n                        -0.5322041511535645,\n                        0.6850995421409607,\n                        -0.5720607042312622,\n                        0.7490653991699219,\n                        -0.5805447697639465,\n                        0.6437781453132629,\n                        -0.6720988750457764,\n                        0.7353932857513428,\n                        -0.7134203314781189,\n                        0.8617990612983704,\n                        -0.8072938323020935,\n                        0.8219424486160278,\n                        -0.9600671529769897,\n                        1.059800148010254,\n                        -1.1990233659744263,\n                        1.2510871887207031,\n                        -1.1146105527877808,\n                        0.9467002153396606,\n                        -1.064743995666504,\n                        0.9374227523803711,\n                        -1.0508278608322144,\n                        1.092942714691162,\n                        -1.1976195573806763,\n                        1.2130616903305054,\n                        -1.1076524257659912,\n                        1.2109254598617554,\n                        -1.1404287815093994,\n                        0.9852139949798584,\n                        -0.9767299890518188,\n                        0.9802090525627136,\n                        -0.9034866690635681,\n                        0.9026932120323181,\n                        -0.9106889367103577,\n                        0.9469443559646606,\n                        -0.6777141690254211,\n                        0.7716487646102905,\n                        -1.372121810913086,\n                        1.6456855535507202,\n                        -0.9276569485664368,\n                        1.5568779706954956,\n                        -0.696086049079895,\n                        0.7624322772026062,\n                        -0.6408483982086182,\n                        0.9742274880409241,\n                        -0.6374914050102234,\n                        0.9377279281616211,\n                        -0.6493934392929077,\n                        0.886518657207489,\n                        -0.8303654789924622,\n                        0.7247120141983032,\n                        -0.7939879298210144,\n                        0.7956359386444092,\n                        -0.6057526469230652,\n                        0.693705677986145,\n                        -0.7092698812484741,\n                        0.8805981278419495,\n                        -0.8762645721435547,\n                        0.7942931056022644,\n                        -0.5831692814826965,\n                        0.7726253271102905,\n                        -0.5364766716957092,\n                        0.4926527738571167,\n                        -0.6910200715065002,\n                        0.7028610706329346,\n                        -0.7597466707229614,\n                        0.6066681742668152,\n                        -0.8248111605644226,\n                        0.7448539137840271,\n                        -0.7424124479293823,\n                        0.6921187043190002,\n                        -0.6708171367645264,\n                        0.48337528109550476,\n                        -0.6834515929222107,\n                        0.6837567687034607,\n                        -0.6375524401664734,\n                        0.7024338245391846,\n                        -0.8679026365280151,\n                        0.7906919717788696,\n                        -0.9322347044944763,\n                        0.8914625644683838,\n                        -0.8270695209503174,\n                        0.7858701348304749,\n                        -0.6832074522972107,\n                        0.660746157169342,\n                        -0.6425573825836182,\n                        0.6368810534477234,\n                        -1.5093919038772583,\n                        1.3860989809036255,\n                        -1.6603342294692993,\n                        1.7348592281341553,\n                        -1.092515468597412,\n                        0.8897535800933838,\n                        -1.0576637983322144,\n                        0.7400930523872375,\n                        -0.8632028698921204,\n                        0.9540245532989502,\n                        -0.9609216451644897,\n                        0.9700770378112793,\n                        -0.8054016828536987,\n                        0.7856870293617249,\n                        -0.8639963269233704,\n                        0.7529717087745667,\n                        -0.7927061915397644,\n                        0.9029373526573181,\n                        -0.7335011959075928,\n                        0.887678325176239,\n                        -0.7729305028915405,\n                        0.6805828809738159,\n                        -0.6194247603416443,\n                        0.8972610235214233,\n                        -0.9499961733818054,\n                        0.7487602233886719,\n                        -0.8080262541770935,\n                        0.7217212319374084,\n                        -0.7973449230194092,\n                        0.9626306295394897,\n                        -0.8757762908935547,\n                        0.7156175971031189,\n                        -0.6844891905784607,\n                        0.697062611579895,\n                        -0.5890898108482361,\n                        0.6392614841461182,\n                        -0.5862821340560913,\n                        0.6652017831802368,\n                        -0.7891050577163696,\n                        0.8238345980644226,\n                        -0.7625543475151062,\n                        0.886396586894989,\n                        -0.7039597034454346,\n                        0.8720530867576599,\n                        -0.694743275642395,\n                        0.6774089932441711,\n                        -0.5811551213264465,\n                        0.6187533140182495,\n                        -0.7328908443450928,\n                        0.6908369660377502,\n                        -1.462394118309021,\n                        1.218127727508545,\n                        -1.4412755966186523,\n                        1.6966506242752075,\n                        -1.1848630905151367,\n                        0.661295473575592,\n                        -0.851789116859436,\n                        0.7001754641532898,\n                        -0.7567559480667114,\n                        0.8180971741676331,\n                        -0.6503700017929077,\n                        0.7237964272499084,\n                        -0.7125657796859741,\n                        0.886335551738739,\n                        -0.5936064720153809,\n                        0.6282139420509338,\n                        -0.6379186511039734,\n                        0.5706568956375122,\n                        -0.5517356991767883,\n                        0.5304951667785645,\n                        -0.6835126280784607,\n                        0.6877851486206055,\n                        -0.5585717558860779,\n                        0.6199740767478943,\n                        -0.443823903799057,\n                        0.6354162096977234,\n                        -1.2473030090332031,\n                        1.167833924293518,\n                        -1.2006714344024658,\n                        1.0584572553634644,\n                        -1.1218738555908203,\n                        0.9518272876739502,\n                        -0.887922465801239,\n                        0.8741283416748047,\n                        -1.0701762437820435,\n                        0.798992931842804,\n                        -0.8995803594589233,\n                        0.8622263073921204,\n                        -0.9264362454414368,\n                        0.9327229857444763,\n                        -1.0834211111068726,\n                        1.150499701499939,\n                        -1.1409780979156494,\n                        1.1216907501220703,\n                        -1.0319066047668457,\n                        1.0373388528823853,\n                        -0.9487754702568054,\n                        1.0178682804107666,\n                        -0.8299992084503174,\n                        0.7749446630477905,\n                        -1.4689249992370605,\n                        0.9387044906616211,\n                        -1.3111467361450195,\n                        1.374441146850586,\n                        -0.7732967138290405,\n                        0.8405584692955017,\n                        -0.7252002954483032,\n                        0.658670961856842,\n                        -0.920698881149292,\n                        0.8822461366653442,\n                        -1.0235446691513062,\n                        0.7344167232513428,\n                        -0.8083314299583435,\n                        0.7585259675979614,\n                        -0.993759036064148,\n                        0.6921797394752502,\n                        -0.6422522068023682,\n                        0.7944762110710144,\n                        -0.5922636985778809,\n                        0.8039978742599487,\n                        -0.7368581891059875,\n                        0.7443656325340271,\n                        -0.503028929233551,\n                        0.6746013760566711,\n                        -0.5444113612174988,\n                        0.4913100004196167,\n                        -1.6118714809417725,\n                        1.1423208713531494,\n                        -0.5721217393875122,\n                        0.7020065784454346,\n                        -0.8696727156639099,\n                        1.0187227725982666,\n                        -0.8121767044067383,\n                        0.7904478311538696,\n                        -0.8216372728347778,\n                        0.8774853348731995,\n                        -0.8214541673660278,\n                        0.7900205850601196,\n                        -0.7466239333152771,\n                        0.7814755439758301,\n                        -0.7750056982040405,\n                        0.5452048778533936,\n                        -0.8697947859764099,\n                        0.802655041217804,\n                        -0.7152513861656189,\n                        0.5665674805641174,\n                        -0.7814145088195801,\n                        0.8268864154815674,\n                        -0.6158236265182495,\n                        0.6313267946243286,\n                        -1.2498664855957031,\n                        1.6327458620071411,\n                        -1.1854124069213867,\n                        1.387197732925415,\n                        -0.7696955800056458,\n                        0.8265202045440674,\n                        -0.5198748707771301,\n                        0.7228198647499084,\n                        -0.6380407214164734,\n                        0.6410925388336182,\n                        -0.6526893973350525,\n                        0.6794842481613159,\n                        -0.6370031237602234,\n                        0.6334630250930786,\n                        -0.7284351587295532,\n                        0.9269855618476868,\n                        -0.7740291357040405,\n                        0.7341115474700928,\n                        -0.6732585430145264,\n                        0.6738689541816711,\n                        -0.6332799196243286,\n                        0.6296177506446838,\n                        -0.5698634386062622,\n                        0.7346608638763428,\n                        -0.502723753452301,\n                        0.48148319125175476,\n                        -0.7570611238479614,\n                        0.7559014558792114,\n                        -0.6199740767478943,\n                        0.6659952402114868,\n                        -0.7241016030311584,\n                        0.7090257406234741,\n                        -0.5077897310256958,\n                        0.5648584961891174,\n                        -0.7744563817977905,\n                        0.6819867491722107,\n                        -0.61094069480896,\n                        0.6009308099746704,\n                        -0.6274815201759338,\n                        0.6904707551002502,\n                        -0.7801327705383301,\n                        0.6464026570320129,\n                        -0.6622110605239868,\n                        0.7469291090965271,\n                        -0.5553978681564331,\n                        0.5859159231185913,\n                        -0.7225146889686584,\n                        0.5921416282653809,\n                        -0.5063859224319458,\n                        0.48392462730407715,\n                        -1.532463550567627,\n                        1.5067673921585083,\n                        -1.7402914762496948,\n                        1.4832074642181396,\n                        -0.992416262626648,\n                        1.1346913576126099,\n                        -0.9979094862937927,\n                        1.151659369468689,\n                        -0.7576714754104614,\n                        0.8768749237060547,\n                        -0.7494316101074219,\n                        0.9014725089073181,\n                        -0.9549400806427002,\n                        1.2475471496582031,\n                        -1.1249866485595703,\n                        1.0034027099609375,\n                        -1.0572365522384644,\n                        0.8904249668121338,\n                        -0.9310749769210815,\n                        0.9127031564712524,\n                        -0.8810864686965942,\n                        0.885969340801239,\n                        -0.8721751570701599,\n                        0.8556343913078308,\n                        -0.6761882901191711,\n                        0.8456244468688965,\n                        -1.1180895566940308,\n                        1.1939574480056763,\n                        -1.080125093460083,\n                        0.9329060912132263,\n                        -0.9491416811943054,\n                        0.8353704214096069,\n                        -1.1270618438720703,\n                        0.9958342909812927,\n                        -1.081162691116333,\n                        0.9380941390991211,\n                        -0.7423514127731323,\n                        0.7916685938835144,\n                        -0.886274516582489,\n                        1.0427099466323853,\n                        -1.0568703413009644,\n                        0.8790112137794495,\n                        -0.9253986477851868,\n                        0.9040970206260681,\n                        -0.7630426287651062,\n                        0.764080286026001,\n                        -1.0537575483322144,\n                        0.887861430644989,\n                        -0.9023880362510681,\n                        0.7572442293167114,\n                        -1.5724421739578247,\n                        1.446524739265442,\n                        -1.2777600288391113,\n                        1.1114976406097412,\n                        -1.0406347513198853,\n                        0.8224918246269226,\n                        -1.147814154624939,\n                        1.165636658668518,\n                        -1.0214084386825562,\n                        0.957930862903595,\n                        -0.8196231126785278,\n                        1.0021820068359375,\n                        -1.0174410343170166,\n                        1.0401464700698853,\n                        -1.1082627773284912,\n                        0.9844815731048584,\n                        -0.958297073841095,\n                        1.0234225988388062,\n                        -0.9521934986114502,\n                        1.1058824062347412,\n                        -0.886579692363739,\n                        0.8102235198020935,\n                        -0.6387121677398682,\n                        0.6809490919113159,\n                        -0.7524223923683167,\n                        0.7555962204933167,\n                        -1.4330967664718628,\n                        1.6467231512069702,\n                        -1.5193407535552979,\n                        1.6943923234939575,\n                        -0.9005569815635681,\n                        0.9738002419471741,\n                        -1.1060655117034912,\n                        1.2761729955673218,\n                        -1.2719615697860718,\n                        1.5626764297485352,\n                        -0.8465400338172913,\n                        0.8781567215919495,\n                        -1.0507667064666748,\n                        1.167833924293518,\n                        -1.2001221179962158,\n                        1.1550164222717285,\n                        -0.992172122001648,\n                        0.9722743630409241,\n                        -1.1053329706192017,\n                        1.0843366384506226,\n                        -1.2102540731430054,\n                        1.2422369718551636,\n                        -1.0212253332138062,\n                        1.0395971536636353,\n                        -1.543877363204956,\n                        1.6373846530914307,\n                        -1.1434195041656494,\n                        1.532585620880127,\n                        -1.065110206604004,\n                        0.920454740524292,\n                        -0.8461127877235413,\n                        1.0479590892791748,\n                        -0.6345616579055786,\n                        0.6735026836395264,\n                        -0.7696955800056458,\n                        0.8465400338172913,\n                        -0.9711146950721741,\n                        1.0894635915756226,\n                        -1.215930461883545,\n                        0.9062333106994629,\n                        -1.076157808303833,\n                        0.6565346717834473,\n                        -1.0002899169921875,\n                        0.8347600698471069,\n                        -0.8176699280738831,\n                        0.7714045643806458,\n                        -0.7096360921859741,\n                        0.7185473442077637,\n                        -0.7028000354766846,\n                        0.6905317902565002,\n                        -0.8129091262817383,\n                        0.8124818801879883,\n                        -0.7980773448944092,\n                        0.8901197910308838,\n                        -0.7331960201263428,\n                        0.7939268946647644,\n                        -0.6994430422782898,\n                        0.7428396940231323,\n                        -0.7764095664024353,\n                        0.7032272815704346,\n                        -0.7571221590042114,\n                        0.7760433554649353,\n                        -0.7745174169540405,\n                        0.9624475240707397,\n                        -0.7571221590042114,\n                        0.6774089932441711,\n                        -0.6361486315727234,\n                        0.8057068586349487,\n                        -0.6404211521148682,\n                        0.6910200715065002,\n                        -0.658609926700592,\n                        0.7849546074867249,\n                        -0.5107194781303406,\n                        0.4899671971797943,\n                        -1.009811520576477,\n                        1.7533531188964844,\n                        -1.218493938446045,\n                        1.5206226110458374,\n                        -0.7858090996742249,\n                        0.7115892171859741,\n                        -0.5994659066200256,\n                        0.6473182439804077,\n                        -0.5779201984405518,\n                        0.5920195579528809,\n                        -0.60752272605896,\n                        0.6434729695320129,\n                        -0.6736857891082764,\n                        0.6668497920036316,\n                        -0.5088273286819458,\n                        0.5666895508766174,\n                        -0.5885404944419861,\n                        0.6323643922805786,\n                        -0.503944456577301,\n                        0.5652857422828674,\n                        -0.5010757446289062,\n                        0.5063859224319458,\n                        -0.5800564289093018,\n                        0.4725108742713928,\n                        -0.6551308631896973,\n                        0.6572670936584473,\n                        -0.6980392336845398,\n                        0.7188525199890137,\n                        -0.7831234931945801,\n                        0.7476615309715271,\n                        -0.660074770450592,\n                        0.6746624112129211,\n                        -0.5915922522544861,\n                        0.6435950398445129,\n                        -0.5486838817596436,\n                        0.5489280819892883,\n                        -0.4623788893222809,\n                        0.5414206385612488,\n                        -0.5079728364944458,\n                        0.4607309103012085,\n                        -0.5428244471549988,\n                        0.46823835372924805,\n                        -0.5995269417762756,\n                        0.42331579327583313,\n                        -0.6216220259666443,\n                        0.4747692048549652,\n                        -0.5324482917785645,\n                        0.6012970209121704,\n                        -0.4106813073158264,\n                        0.5301899909973145,\n                        -1.5920958518981934,\n                        1.5593194961547852,\n                        -1.615716814994812,\n                        1.6487373113632202,\n                        -0.8625925183296204,\n                        1.008834958076477,\n                        -0.849958062171936,\n                        0.8724192976951599,\n                        -0.799969494342804,\n                        1.0207980871200562,\n                        -0.7201952934265137,\n                        0.8649728894233704,\n                        -0.8962844014167786,\n                        0.9623254537582397,\n                        -0.9142900705337524,\n                        1.0575417280197144,\n                        -0.956588089466095,\n                        0.7743343114852905,\n                        -0.8397039771080017,\n                        0.8807812333106995,\n                        -1.0477149486541748,\n                        0.9127641916275024,\n                        -0.7199511528015137,\n                        0.764385461807251,\n                        -0.6506142020225525,\n                        0.765423059463501,\n                        -0.9528648853302002,\n                        0.888105571269989,\n                        -0.8433051109313965,\n                        0.887129008769989,\n                        -0.8470283150672913,\n                        0.7977111339569092,\n                        -0.8915846347808838,\n                        0.8031433820724487,\n                        -0.7794613838195801,\n                        0.7862973809242249,\n                        -0.7233691811561584,\n                        0.695475697517395,\n                        -0.922346830368042,\n                        0.8356755971908569,\n                        -0.9062943458557129,\n                        0.9498741030693054,\n                        -1.0391699075698853,\n                        0.8797436356544495,\n                        -1.1318837404251099,\n                        0.694987416267395,\n                        -0.7579156160354614,\n                        0.7430838346481323,\n                        -1.2239261865615845,\n                        1.3356832265853882,\n                        -1.2485847473144531,\n                        1.5891660451889038,\n                        -1.701777696609497,\n                        1.3989166021347046,\n                        -1.1011825799942017,\n                        0.9362630844116211,\n                        -0.9976043105125427,\n                        1.160570740699768,\n                        -1.0173799991607666,\n                        1.0001678466796875,\n                        -1.004745602607727,\n                        0.802594006061554,\n                        -1.0423437356948853,\n                        0.9438925981521606,\n                        -1.0471045970916748,\n                        0.9825284481048584,\n                        -0.9368124008178711,\n                        0.8405584692955017,\n                        -1.2848401069641113,\n                        1.0514992475509644,\n                        -0.919966459274292,\n                        1.2722057104110718,\n                        -0.7089036107063293,\n                        1.1080186367034912,\n                        -1.0429540872573853,\n                        0.7978942394256592,\n                        -1.2050049304962158,\n                        1.232105016708374,\n                        -1.2572518587112427,\n                        1.232776403427124,\n                        -1.0186617374420166,\n                        1.0833600759506226,\n                        -0.8398260474205017,\n                        0.9149004220962524,\n                        -0.8421454429626465,\n                        0.8663767576217651,\n                        -0.8923170566558838,\n                        1.0284886360168457,\n                        -0.7884947061538696,\n                        0.8397650122642517,\n                        -0.9303425550460815,\n                        0.732341468334198,\n                        -0.7139696478843689,\n                        0.8401922583580017,\n                        -0.6813153028488159,\n                        0.6301060318946838,\n                        -0.9053788185119629,\n                        0.6919966340065002,\n                        -0.6879072189331055,\n                        0.6351720690727234,\n                        -1.4724650382995605,\n                        1.4228427410125732,\n                        -1.319752812385559,\n                        1.4501259326934814,\n                        -0.8035706281661987,\n                        0.8172426819801331,\n                        -0.8662546873092651,\n                        0.7390554547309875,\n                        -0.7127488851547241,\n                        0.7917296290397644,\n                        -0.7095140218734741,\n                        0.8186465501785278,\n                        -0.6442664265632629,\n                        0.7057297825813293,\n                        -0.6071564555168152,\n                        0.9132524728775024,\n                        -0.6545205116271973,\n                        0.885420024394989,\n                        -0.6438391804695129,\n                        0.7576104402542114,\n                        -0.5839017033576965,\n                        0.6511024832725525,\n                        -0.6186922788619995,\n                        0.6493934392929077,\n                        -0.48288699984550476,\n                        0.6655069589614868,\n                        -0.8907301425933838,\n                        0.6989547610282898,\n                        -0.7453421950340271,\n                        0.8152285218238831,\n                        -0.6554970741271973,\n                        0.5828030705451965,\n                        -0.6506142020225525,\n                        0.6903486847877502,\n                        -0.7569390535354614,\n                        0.6791180372238159,\n                        -0.6897993683815002,\n                        0.6783856153488159,\n                        -0.6793011426925659,\n                        0.7360036373138428,\n                        -0.7601129412651062,\n                        0.5525901913642883,\n                        -0.6356603503227234,\n                        0.6158846616744995,\n                        -0.5067521333694458,\n                        0.575967013835907,\n                        -0.6387121677398682,\n                        0.7623102068901062,\n                        -0.47794309258461,\n                        0.6563515663146973,\n                        -0.6679484248161316,\n                        1.6279239654541016,\n                        -1.3663233518600464,\n                        1.4914473295211792,\n                        -0.8738842010498047,\n                        0.958602249622345,\n                        -0.7703669667243958,\n                        0.8484321236610413,\n                        -0.7877622842788696,\n                        0.7824521064758301,\n                        -0.6979781985282898,\n                        0.7535820603370667,\n                        -0.6760051846504211,\n                        0.5896391272544861,\n                        -0.885725200176239,\n                        0.6117952466011047,\n                        -0.6399939060211182,\n                        0.5767605304718018,\n                        -0.8081483244895935,\n                        0.6889448165893555,\n                        -0.5571069121360779,\n                        0.5846952199935913,\n                        -0.6168612241744995,\n                        0.5444723963737488,\n                        -0.4480964243412018,\n                        0.4159304201602936,\n                        -1.0472877025604248,\n                        0.9714198708534241,\n                        -0.9448081254959106,\n                        1.095078945159912,\n                        -0.8770580887794495,\n                        0.8284733295440674,\n                        -0.9075150489807129,\n                        0.8401312232017517,\n                        -0.6984664797782898,\n                        0.7023727893829346,\n                        -0.8093690276145935,\n                        0.7621881365776062,\n                        -0.7400320172309875,\n                        0.8154116272926331,\n                        -0.8094910979270935,\n                        0.7477225661277771,\n                        -0.8910353183746338,\n                        0.850263237953186,\n                        -0.8375066518783569,\n                        0.8398870825767517,\n                        -0.5345235466957092,\n                        0.502113401889801,\n                        -0.4601815938949585,\n                        0.5106584429740906,\n                        -0.6341344118118286,\n                        0.443396657705307,\n                        -1.6673532724380493,\n                        1.4174715280532837,\n                        -0.9799038767814636,\n                        1.0370947122573853,\n                        -0.9532921314239502,\n                        1.165758728981018,\n                        -0.9949187636375427,\n                        1.2558480501174927,\n                        -0.8712596297264099,\n                        1.144701361656189,\n                        -0.9039139151573181,\n                        0.9789273142814636,\n                        -1.165697693824768,\n                        0.8831616640090942,\n                        -0.8925611972808838,\n                        1.0397192239761353,\n                        -0.8978103399276733,\n                        1.1005722284317017,\n                        -0.8329899907112122,\n                        1.005294919013977,\n                        -0.765117883682251,\n                        0.7017014026641846,\n                        -0.9781337976455688,\n                        0.7240405678749084,\n                        -1.1592278480529785,\n                        0.9448081254959106,\n                        -0.991805911064148,\n                        1.0584572553634644,\n                        -1.1582512855529785,\n                        1.1067368984222412,\n                        -1.151964545249939,\n                        0.8260928988456726,\n                        -0.8801098465919495,\n                        0.9034256339073181,\n                        -1.1095445156097412,\n                        0.8707103133201599,\n                        -1.148790717124939,\n                        1.095750331878662,\n                        -1.3336080312728882,\n                        0.9734340310096741,\n                        -1.167711853981018,\n                        1.1810787916183472,\n                        -1.163927674293518,\n                        1.060959815979004,\n                        -1.1149157285690308,\n                        1.1070420742034912,\n                        -0.9483482241630554,\n                        0.9076371192932129,\n                        -1.2618906497955322,\n                        1.3108415603637695,\n                        -1.4050812721252441,\n                        1.545647382736206,\n                        -0.9421835541725159,\n                        1.0195162296295166,\n                        -1.1044174432754517,\n                        0.799115002155304,\n                        -0.9833829402923584,\n                        0.8232242465019226,\n                        -0.8309147953987122,\n                        0.7712824940681458,\n                        -0.7945982813835144,\n                        0.765056848526001,\n                        -0.7959411144256592,\n                        0.572304904460907,\n                        -0.7172045707702637,\n                        0.5705958604812622,\n                        -0.7902036905288696,\n                        0.540627121925354,\n                        -0.9163653254508972,\n                        0.503578245639801,\n                        -0.9598840475082397,\n                        0.6277866959571838,\n                        -0.7410086393356323,\n                        0.5899443030357361,\n                        -0.6265659332275391,\n                        0.6143587231636047,\n                        -1.0869611501693726,\n                        0.8711375594139099,\n                        -0.8895094394683838,\n                        0.7608453631401062,\n                        -1.010177731513977,\n                        0.7977721691131592,\n                        -0.7189135551452637,\n                        0.6655679941177368,\n                        -0.658731997013092,\n                        0.7396047711372375,\n                        -0.7399709820747375,\n                        0.7082932591438293,\n                        -0.8386053442955017,\n                        0.8939650654792786,\n                        -0.7599908709526062,\n                        0.9043412208557129,\n                        -0.8618600964546204,\n                        0.8953688740730286,\n                        -1.0220187902450562,\n                        0.923201322555542,\n                        -1.235645055770874,\n                        1.0342869758605957,\n                        -1.2110475301742554,\n                        1.0282444953918457,\n                        -1.5773251056671143,\n                        1.5159838199615479,\n                        -0.9680628776550293,\n                        0.8240177035331726,\n                        -0.7192187309265137,\n                        1.0023040771484375,\n                        -0.6424353122711182,\n                        0.800030529499054,\n                        -0.8346990346908569,\n                        0.7707331776618958,\n                        -0.8153505921363831,\n                        0.9017166495323181,\n                        -0.5662623047828674,\n                        0.7760433554649353,\n                        -0.6492713689804077,\n                        0.8763866424560547,\n                        -0.574074923992157,\n                        0.7832456231117249,\n                        -0.6222323775291443,\n                        0.7861142754554749,\n                        -0.6522621512413025,\n                        0.7710383534431458,\n                        -0.731181800365448,\n                        0.6977340579032898,\n                        -0.9029983878135681,\n                        0.9686732292175293,\n                        -0.8914015293121338,\n                        1.009628415107727,\n                        -0.9396811127662659,\n                        0.9817349314689636,\n                        -0.7692683339118958,\n                        0.9880216717720032,\n                        -0.887861430644989,\n                        1.0559548139572144,\n                        -0.992660403251648,\n                        1.0168306827545166,\n                        -1.0314183235168457,\n                        1.0336155891418457,\n                        -1.074631929397583,\n                        1.149095892906189,\n                        -0.9116654992103577,\n                        1.0836652517318726,\n                        -0.9042190909385681,\n                        0.8319523930549622,\n                        -0.884931743144989,\n                        0.8602731227874756,\n                        -0.8186465501785278,\n                        0.8390936255455017,\n                        -1.4519569873809814,\n                        1.685481071472168,\n                        -1.234241247177124,\n                        1.5698176622390747,\n                        -1.0977035760879517,\n                        1.0234836339950562,\n                        -0.9548180103302002,\n                        1.2029297351837158,\n                        -0.8935378193855286,\n                        1.0124971866607666,\n                        -0.8199893236160278,\n                        1.079026460647583,\n                        -0.920637845993042,\n                        1.0019378662109375,\n                        -0.9410238862037659,\n                        1.0885480642318726,\n                        -0.9980315566062927,\n                        1.060776710510254,\n                        -1.1925536394119263,\n                        1.161669373512268,\n                        -1.147875189781189,\n                        1.1298085451126099,\n                        -1.079453706741333,\n                        1.1098496913909912,\n                        -0.7891660928726196,\n                        0.8431220054626465,\n                        -0.8187075853347778,\n                        0.802410900592804,\n                        -1.0980697870254517,\n                        0.7275806665420532,\n                        -0.9870451092720032,\n                        0.9041580557823181,\n                        -0.8624094128608704,\n                        0.7559014558792114,\n                        -0.887373149394989,\n                        0.8586251735687256,\n                        -0.7487602233886719,\n                        0.8338444828987122,\n                        -0.7610895037651062,\n                        0.6681925654411316,\n                        -0.9351643919944763,\n                        0.8050965070724487,\n                        -0.7109178304672241,\n                        0.659464418888092,\n                        -0.8411077857017517,\n                        0.7574883699417114,\n                        -0.7538262009620667,\n                        0.7265430688858032,\n                        -0.7830624580383301,\n                        0.920698881149292,\n                        -1.1386587619781494,\n                        1.4987716674804688,\n                        -1.6266422271728516,\n                        1.1534905433654785,\n                        -0.8575265407562256,\n                        1.0492408275604248,\n                        -0.992416262626648,\n                        0.7408255338668823,\n                        -0.7524834275245667,\n                        1.0834211111068726,\n                        -0.693888783454895,\n                        0.8549630045890808,\n                        -0.9644617438316345,\n                        0.8307927250862122,\n                        -0.8625925183296204,\n                        0.9130083322525024,\n                        -0.8661326169967651,\n                        0.9700160026550293,\n                        -0.8888990879058838,\n                        0.8970168828964233,\n                        -0.8491645455360413,\n                        0.7894712686538696,\n                        -1.1862058639526367,\n                        0.8387274146080017,\n                        -0.7068894505500793,\n                        0.5555199384689331,\n                        -0.7248951196670532,\n                        0.7176928520202637,\n                        -0.766216516494751,\n                        0.8260928988456726,\n                        -0.8470893502235413,\n                        0.8614938855171204,\n                        -0.7901426553726196,\n                        0.8323186039924622,\n                        -0.7277637720108032,\n                        0.697001576423645,\n                        -0.60856032371521,\n                        0.694804310798645,\n                        -0.5779812335968018,\n                        0.61112380027771,\n                        -0.7410086393356323,\n                        0.8890211582183838,\n                        -0.60825514793396,\n                        1.0018768310546875,\n                        -0.7528496384620667,\n                        0.7900205850601196,\n                        -0.7486991882324219,\n                        0.6345616579055786,\n                        -0.7701228260993958,\n                        0.6857099533081055,\n                        -0.9240558743476868,\n                        1.4142366647720337,\n                        -1.5424124002456665,\n                        1.6736400127410889,\n                        -0.9480430483818054,\n                        1.0986801385879517,\n                        -0.7548637986183167,\n                        0.8796215653419495,\n                        -0.8272526264190674,\n                        0.9981536865234375,\n                        -0.9331502318382263,\n                        0.9863126277923584,\n                        -0.887312114238739,\n                        1.0724345445632935,\n                        -0.7460746169090271,\n                        0.765545129776001,\n                        -0.9082475304603577,\n                        0.799481213092804,\n                        -0.6812542676925659,\n                        0.6665446162223816,\n                        -0.8157778382301331,\n                        0.7822079658508301,\n                        -0.6861982345581055,\n                        0.8444037437438965,\n                        -0.6272373795509338,\n                        0.5895170569419861,\n                        -1.0405126810073853,\n                        1.149278998374939,\n                        -1.1084458827972412,\n                        1.2048828601837158,\n                        -0.9498130679130554,\n                        0.993453860282898,\n                        -0.799420177936554,\n                        1.0890363454818726,\n                        -0.8686350584030151,\n                        0.9387655258178711,\n                        -0.8351873159408569,\n                        0.9744105935096741,\n                        -0.9820401072502136,\n                        0.8539864420890808,\n                        -0.9656214118003845,\n                        1.059250831604004,\n                        -0.9452353715896606,\n                        1.0212253332138062,\n                        -1.1849241256713867,\n                        1.1346303224563599,\n                        -0.9182574152946472,\n                        0.9611047506332397,\n                        -0.8571602702140808,\n                        0.992782473564148,\n                        -0.9349202513694763,\n                        0.9721522927284241,\n                        -1.373830795288086,\n                        1.5663385391235352,\n                        -0.8965896368026733,\n                        0.8043640851974487,\n                        -0.696147084236145,\n                        0.7239795327186584,\n                        -0.7842221856117249,\n                        0.7421683073043823,\n                        -0.6469520330429077,\n                        0.6800335645675659,\n                        -0.8034485578536987,\n                        0.7423514127731323,\n                        -0.956954300403595,\n                        0.6182650327682495,\n                        -0.6388342380523682,\n                        0.6354772448539734,\n                        -0.7086594700813293,\n                        0.5925078392028809,\n                        -0.6796063184738159,\n                        0.5773708820343018,\n                        -0.5133439898490906,\n                        0.5446555018424988,\n                        -0.6214389204978943,\n                        0.4806897044181824,\n                        -1.4175325632095337,\n                        1.1998779773712158,\n                        -0.7079270482063293,\n                        0.5292133688926697,\n                        -0.9119096398353577,\n                        0.8351262807846069,\n                        -0.7736018896102905,\n                        0.662088930606842,\n                        -1.0563210248947144,\n                        0.9114213585853577,\n                        -0.7461356520652771,\n                        0.8046082258224487,\n                        -0.7160448431968689,\n                        0.8199893236160278,\n                        -0.8465400338172913,\n                        0.5612573623657227,\n                        -0.7012131214141846,\n                        0.8179751038551331,\n                        -0.6681925654411316,\n                        0.694193959236145,\n                        -0.7516288757324219,\n                        0.9357748031616211,\n                        -0.5946440696716309,\n                        0.5682764649391174,\n                        -1.1878538131713867,\n                        1.6744945049285889,\n                        -1.4137483835220337,\n                        1.4732586145401,\n                        -1.092454433441162,\n                        0.8047302961349487,\n                        -0.6786907911300659,\n                        0.7750667333602905,\n                        -1.0022430419921875,\n                        0.886945903301239,\n                        -0.8091248869895935,\n                        0.7264820337295532,\n                        -0.9150835275650024,\n                        0.8169985413551331,\n                        -0.8781567215919495,\n                        0.8188296556472778,\n                        -1.1276721954345703,\n                        0.8616769909858704,\n                        -0.731120765209198,\n                        0.799298107624054,\n                        -0.8965896368026733,\n                        0.9531090259552002,\n                        -0.6494544744491577,\n                        0.8282902240753174,\n                        -0.5496605038642883,\n                        0.8148012757301331,\n                        -0.8484321236610413,\n                        0.7890440225601196,\n                        -0.8353093862533569,\n                        1.0381933450698853,\n                        -0.8744335174560547,\n                        0.9002517461776733,\n                        -0.8810254335403442,\n                        0.8423285484313965,\n                        -0.6562905311584473,\n                        0.7155565619468689,\n                        -0.8234683871269226,\n                        0.9785611033439636,\n                        -0.6044709086418152,\n                        0.6684367060661316,\n                        -0.6008087396621704,\n                        0.7063401341438293,\n                        -0.9641565680503845,\n                        0.9016556143760681,\n                        -0.9111161828041077,\n                        0.6746624112129211,\n                        -0.8130311965942383,\n                        0.8928053975105286,\n                        -0.6185702085494995,\n                        0.5341573357582092,\n                        -1.5405203104019165,\n                        1.3580834865570068,\n                        -1.6558175086975098,\n                        1.3336690664291382,\n                        -0.9993133544921875,\n                        1.005233883857727,\n                        -1.004501461982727,\n                        1.077805757522583,\n                        -1.0458838939666748,\n                        1.075730562210083,\n                        -0.7565118074417114,\n                        1.076340913772583,\n                        -0.9048905372619629,\n                        0.9121538400650024,\n                        -1.0312352180480957,\n                        0.8456854820251465,\n                        -1.217944622039795,\n                        0.8343328237533569,\n                        -1.3281147480010986,\n                        0.9366903305053711,\n                        -0.8259708285331726,\n                        1.0239719152450562,\n                        -0.8229190707206726,\n                        0.7957580089569092,\n                        -0.7396658062934875,\n                        0.7352712154388428,\n                        -1.0720072984695435,\n                        1.1314564943313599,\n                        -1.2581673860549927,\n                        1.1082017421722412,\n                        -0.9075760841369629,\n                        0.8946364521980286,\n                        -0.8928664326667786,\n                        0.8812085390090942,\n                        -0.9633631110191345,\n                        0.9130083322525024,\n                        -1.0162203311920166,\n                        1.074876070022583,\n                        -0.7975280284881592,\n                        1.0897077322006226,\n                        -1.1118028163909912,\n                        0.958846390247345,\n                        -1.010910153388977,\n                        0.8076600432395935,\n                        -0.8647897839546204,\n                        0.9004959464073181,\n                        -0.8545967936515808,\n                        0.8331120610237122,\n                        -0.9013504385948181,\n                        1.0450904369354248,\n                        -1.5961852073669434,\n                        1.2936904430389404,\n                        -1.2907606363296509,\n                        1.1303578615188599,\n                        -0.9004959464073181,\n                        1.096604824066162,\n                        -0.9419394135475159,\n                        0.922774076461792,\n                        -0.7856259942054749,\n                        0.9340657591819763,\n                        -1.149278998374939,\n                        0.9525597095489502,\n                        -0.7338674068450928,\n                        0.7838559746742249,\n                        -0.9891203045845032,\n                        0.7281299829483032,\n                        -1.0674906969070435,\n                        0.8628976941108704,\n                        -0.9435874223709106,\n                        0.7165941596031189,\n                        -0.695292592048645,\n                        0.5889677405357361,\n                        -0.7773250937461853,\n                        0.6791790723800659,\n                        -0.7209888100624084,\n                        0.8099793791770935,\n                        -1.2502937316894531,\n                        1.4213168621063232,\n                        -1.234912633895874,\n                        1.3513084650039673,\n                        -1.0385595560073853,\n                        1.1382925510406494,\n                        -1.0336766242980957,\n                        1.2465095520019531,\n                        -1.1404898166656494,\n                        1.219775676727295,\n                        -0.8308537602424622,\n                        0.9199053645133972,\n                        -0.7975280284881592,\n                        1.0857404470443726,\n                        -0.8672312498092651,\n                        1.004928708076477,\n                        -0.8599679470062256,\n                        0.8292057514190674,\n                        -0.7875791788101196,\n                        0.7891660928726196,\n                        -0.7971618175506592,\n                        0.8621652722358704,\n                        -0.8240787386894226,\n                        0.8491645455360413,\n                        -1.1309682130813599,\n                        1.5928282737731934,\n                        -1.7853971719741821,\n                        1.5671931505203247,\n                        -0.9982147216796875,\n                        1.1746699810028076,\n                        -0.8353093862533569,\n                        1.0184786319732666,\n                        -0.8588082790374756,\n                        0.6755169034004211,\n                        -1.009567379951477,\n                        0.7362477779388428,\n                        -0.8893263339996338,\n                        0.8292057514190674,\n                        -0.7729305028915405,\n                        0.7491874694824219,\n                        -0.8108339309692383,\n                        0.7120164632797241,\n                        -1.0120089054107666,\n                        0.8223697543144226,\n                        -0.6407873630523682,\n                        0.7604791522026062,\n                        -0.7075608372688293,\n                        0.7806210517883301,\n                        -0.6662394404411316,\n                        0.7635919451713562,\n                        -1.0731669664382935,\n                        0.9793545603752136,\n                        -0.7946593165397644,\n                        0.7709162831306458,\n                        -0.7915465235710144,\n                        0.8596627712249756,\n                        -0.7602350115776062,\n                        0.8907301425933838,\n                        -0.7732967138290405,\n                        0.8182802796363831,\n                        -0.6783245801925659,\n                        0.7249561548233032,\n                        -0.8376287221908569,\n                        0.8678416013717651,\n                        -0.8918287754058838,\n                        0.8296329975128174,\n                        -0.7751888036727905,\n                        0.7873350381851196,\n                        -0.9251545071601868,\n                        0.6837567687034607,\n                        -0.6774700284004211,\n                        0.7623712420463562,\n                        -0.5849393606185913,\n                        0.6196078658103943,\n                        -0.6652628183364868,\n                        1.161364197731018,\n                        -1.1080796718597412,\n                        1.6769360303878784,\n                        -0.7891660928726196,\n                        0.9883878827095032,\n                        -0.7472953200340271,\n                        0.8171206116676331,\n                        -0.5686427354812622,\n                        0.6846722960472107,\n                        -0.7909971475601196,\n                        0.731181800365448,\n                        -0.6466468572616577,\n                        0.573891818523407,\n                        -0.5303120613098145,\n                        0.6902876496315002,\n                        -0.7781185507774353,\n                        0.7538262009620667,\n                        -0.7189745903015137,\n                        0.6334630250930786,\n                        -0.6248569488525391,\n                        0.6020904779434204,\n                        -0.5895170569419861,\n                        0.6558632850646973,\n                        -0.7071335911750793,\n                        0.6068512797355652,\n                        -0.8450751304626465,\n                        1.079026460647583,\n                        -0.8105897903442383,\n                        0.9117875695228577,\n                        -0.730693519115448,\n                        0.7712824940681458,\n                        -0.9382772445678711,\n                        0.7685969471931458,\n                        -0.6312047243118286,\n                        0.6831464171409607,\n                        -0.6184481382369995,\n                        0.6863813400268555,\n                        -0.6488441228866577,\n                        0.6376745104789734,\n                        -0.7927061915397644,\n                        0.730083167552948,\n                        -0.6816815733909607,\n                        0.5897611975669861,\n                        -0.6890668869018555,\n                        0.7529106736183167,\n                        -0.6247959136962891,\n                        0.850324273109436,\n                        -0.853253960609436,\n                        0.6280308365821838,\n                        -1.215930461883545,\n                        1.5936827659606934,\n                        -1.6407415866851807,\n                        1.446829915046692,\n                        -1.1940184831619263,\n                        1.235461950302124,\n                        -1.1187609434127808,\n                        1.076524019241333,\n                        -0.8480659127235413,\n                        0.8373845815658569,\n                        -0.9676356315612793,\n                        1.0129854679107666,\n                        -1.0420385599136353,\n                        1.0508888959884644,\n                        -1.1415884494781494,\n                        1.2512092590332031,\n                        -0.9645838141441345,\n                        1.0441138744354248,\n                        -1.0008392333984375,\n                        1.2689096927642822,\n                        -0.9837491512298584,\n                        0.9697108268737793,\n                        -1.007858395576477,\n                        0.7913634181022644,\n                        -0.6775310635566711,\n                        0.764141321182251,\n                        -1.1902341842651367,\n                        1.2925916910171509,\n                        -1.1802242994308472,\n                        1.0294041633605957,\n                        -1.150255560874939,\n                        1.373159408569336,\n                        -0.7778133749961853,\n                        0.9964446425437927,\n                        -1.005050778388977,\n                        1.2451666593551636,\n                        -0.7961242198944092,\n                        0.7560845613479614,\n                        -1.078721284866333,\n                        1.5639581680297852,\n                        -1.30260169506073,\n                        0.9454184770584106,\n                        -1.0989242792129517,\n                        1.2449835538864136,\n                        -0.8654612302780151,\n                        0.9600061178207397,\n                        -1.0348362922668457,\n                        0.8572823405265808,\n                        -1.1192492246627808,\n                        0.8317082524299622,\n                        -1.7332112789154053,\n                        1.6348210573196411,\n                        -1.3342794179916382,\n                        1.460868239402771,\n                        -1.151781439781189,\n                        0.8393988013267517,\n                        -0.8457465767860413,\n                        0.9274128079414368,\n                        -0.9856412410736084,\n                        1.1725337505340576,\n                        -0.8337224125862122,\n                        0.7214770913124084,\n                        -0.9017776846885681,\n                        0.7415579557418823,\n                        -0.8494697213172913,\n                        0.8924391269683838,\n                        -0.8109560012817383,\n                        0.7762264609336853,\n                        -0.9256427884101868,\n                        0.8464179635047913,\n                        -0.728801429271698,\n                        0.9985198974609375,\n                        -0.7175097465515137,\n                        1.163073182106018,\n                        -0.8082093596458435,\n                        0.802410900592804,\n                        -1.1725337505340576,\n                        1.2578622102737427,\n                        -1.4211337566375732,\n                        1.093125820159912,\n                        -1.0264743566513062,\n                        0.9160601496696472,\n                        -0.8730907440185547,\n                        0.9454795122146606,\n                        -0.7516288757324219,\n                        1.077744722366333,\n                        -0.9125200510025024,\n                        0.8156557679176331,\n                        -1.090989589691162,\n                        0.9358968734741211,\n                        -1.005111813545227,\n                        1.0017547607421875,\n                        -1.1116807460784912,\n                        0.8257266879081726,\n                        -0.8569161295890808,\n                        0.7234302163124084,\n                        -0.9540855884552002,\n                        0.9025711417198181,\n                        -0.9491416811943054,\n                        0.9446250200271606,\n                        -1.1360341310501099,\n                        1.4678874015808105,\n                        -1.5382620096206665,\n                        1.528618335723877,\n                        -0.8937819600105286,\n                        0.8151674866676331,\n                        -0.767193078994751,\n                        0.8463569283485413,\n                        -0.8680247068405151,\n                        0.8812085390090942,\n                        -0.7118943929672241,\n                        0.7008468508720398,\n                        -0.6759441494941711,\n                        0.799237072467804,\n                        -1.2050659656524658,\n                        1.066330909729004,\n                        -0.7933165431022644,\n                        0.9081864356994629,\n                        -0.7445487380027771,\n                        0.7150072455406189,\n                        -0.7845883965492249,\n                        0.9684901237487793,\n                        -0.7839780449867249,\n                        0.6537269949913025,\n                        -0.5975127816200256,\n                        0.7214770913124084,\n                        -1.0363012552261353,\n                        0.8816357851028442,\n                        -1.0282444953918457,\n                        1.2715953588485718,\n                        -0.8810254335403442,\n                        0.766643762588501,\n                        -0.7455863356590271,\n                        0.7013962268829346,\n                        -0.9053177833557129,\n                        0.6026397943496704,\n                        -0.660746157169342,\n                        0.5017471313476562,\n                        -0.7469901442527771,\n                        0.8403143286705017,\n                        -0.8838330507278442,\n                        0.9744105935096741,\n                        -0.6881513595581055,\n                        0.7607232928276062,\n                        -0.6205844283103943,\n                        0.7843442559242249,\n                        -0.8292057514190674,\n                        0.801129162311554,\n                        -0.6115511059761047,\n                        0.5493553280830383,\n                        -1.147875189781189,\n                        0.9184405207633972,\n                        -1.1796749830245972,\n                        1.5517510175704956,\n                        -0.8274357318878174,\n                        0.887312114238739,\n                        -0.7587090730667114,\n                        1.0367895364761353,\n                        -1.009506344795227,\n                        1.0539406538009644,\n                        -0.8036316633224487,\n                        0.7580987215042114,\n                        -0.7154344916343689,\n                        0.6716105937957764,\n                        -1.005355954170227,\n                        0.8997634649276733,\n                        -0.6348668932914734,\n                        0.6572670936584473,\n                        -0.7381399273872375,\n                        0.6408483982086182,\n                        -0.7176928520202637,\n                        0.6896772980690002,\n                        -0.7400930523872375,\n                        0.5600976347923279,\n                        -0.5921416282653809,\n                        0.6266880035400391,\n                        -1.1941405534744263,\n                        1.2869764566421509,\n                        -1.2005493640899658,\n                        1.1949950456619263,\n                        -1.006637692451477,\n                        0.7988097667694092,\n                        -0.7872129678726196,\n                        0.8157168030738831,\n                        -0.800457775592804,\n                        0.7713435292243958,\n                        -0.7047531604766846,\n                        0.7983825206756592,\n                        -0.9195391535758972,\n                        1.062119483947754,\n                        -0.9965667128562927,\n                        1.0369726419448853,\n                        -0.9338216185569763,\n                        1.005783200263977,\n                        -0.6801556348800659,\n                        0.7599298357963562,\n                        -0.5467307567596436,\n                        0.6381017565727234,\n                        -0.5149919986724854,\n                        0.5581445097923279,\n                        -0.42410925030708313,\n                        0.572365939617157,\n                        -0.6363317370414734,\n                        0.6809490919113159,\n                        -0.8893263339996338,\n                        0.8201724290847778,\n                        -0.799237072467804,\n                        0.8082703948020935,\n                        -0.7867246270179749,\n                        1.0265964269638062,\n                        -0.8222476243972778,\n                        0.956404983997345,\n                        -0.6928511261940002,\n                        0.9163653254508972,\n                        -0.8181582093238831,\n                        0.8749828338623047,\n                        -0.7830624580383301,\n                        0.7334401607513428,\n                        -0.7466239333152771,\n                        1.0025482177734375,\n                        -0.5910429358482361,\n                        1.062119483947754,\n                        -0.6416418552398682,\n                        0.9822842478752136,\n                        -0.7699397206306458,\n                        0.8403143286705017,\n                        -0.8711985945701599,\n                        0.8563057780265808,\n                        -0.8314641118049622,\n                        0.8723582625389099,\n                        -0.7587090730667114,\n                        0.8356755971908569,\n                        -0.9036087393760681,\n                        0.9133745431900024,\n                        -0.8046082258224487,\n                        0.8560006022453308,\n                        -0.9799038767814636,\n                        0.8677805662155151,\n                        -0.8574044108390808,\n                        0.8964675068855286,\n                        -1.0372167825698853,\n                        0.8229190707206726,\n                        -1.0267184972763062,\n                        0.8386663794517517,\n                        -1.0323338508605957,\n                        0.8923170566558838,\n                        -1.0485084056854248,\n                        0.8160219788551331,\n                        -0.9957732558250427,\n                        0.9006180167198181,\n                        -0.8774853348731995,\n                        0.8904249668121338,\n                        -0.9112382531166077,\n                        0.8217593431472778,\n                        -0.8738231658935547,\n                        0.8473334908485413,\n                        -0.9900968670845032,\n                        0.8810864686965942,\n                        -0.8947585225105286,\n                        0.8143129348754883,\n                        -0.7968566417694092,\n                        0.7418631315231323,\n                        -0.8890821933746338,\n                        0.6672160029411316,\n                        -0.8620432019233704,\n                        0.6842450499534607,\n                        -0.8053406476974487,\n                        0.7084763646125793,\n                        -0.8184024095535278,\n                        0.7383840680122375,\n                        -0.6741130948066711,\n                        0.920515775680542,\n                        -0.6364538073539734,\n                        0.8456854820251465,\n                        -0.6863203048706055,\n                        0.7797055244445801,\n                        -0.8147402405738831,\n                        0.7034714221954346,\n                        -0.7784237265586853,\n                        0.660929262638092,\n                        -0.7635919451713562,\n                        0.7253834009170532,\n                        -0.7342336177825928,\n                        0.6293125748634338,\n                        -0.6345006227493286,\n                        0.6664225459098816,\n                        -0.6653848886489868,\n                        0.6679484248161316,\n                        -0.6735637187957764,\n                        0.6401770114898682,\n                        -0.6664835810661316,\n                        0.694926381111145,\n                        -0.6777141690254211,\n                        0.6902876496315002,\n                        -0.6034942865371704,\n                        0.6516517996788025,\n                        -0.763958215713501,\n                        0.6034332513809204,\n                        -0.6442053914070129,\n                        0.7157396674156189,\n                        -0.6895552277565002,\n                        0.6637979745864868,\n                        -0.6535438895225525,\n                        0.5994659066200256,\n                        -0.7220264077186584,\n                        0.6295567154884338,\n                        -0.7385061383247375,\n                        0.6196078658103943,\n                        -0.6932783722877502,\n                        0.6116121411323547,\n                        -0.6572670936584473,\n                        0.7074387669563293,\n                        -0.5765774250030518,\n                        0.7005416750907898,\n                        -0.6307163834571838,\n                        0.7606012225151062,\n                        -0.5597924590110779,\n                        0.7229419350624084,\n                        -0.6891279220581055,\n                        0.6457923054695129,\n                        -0.5524681210517883,\n                        0.6312047243118286,\n                        -0.5500877499580383,\n                        0.6504921317100525,\n                        -0.5474631786346436,\n                        0.6746013760566711,\n                        -0.6735637187957764,\n                        0.7687800526618958,\n                        -0.730571448802948,\n                        0.7213550209999084,\n                        -0.6758220791816711,\n                        0.7107957601547241,\n                        -0.574807345867157,\n                        0.729167640209198,\n                        -0.5890898108482361,\n                        0.7704280018806458,\n                        -0.6118562817573547,\n                        0.7263599634170532,\n                        -0.6356603503227234,\n                        0.697123646736145,\n                        -0.5828030705451965,\n                        0.7333791255950928,\n                        -0.6637979745864868,\n                        0.8090638518333435,\n                        -0.7128099203109741,\n                        0.7878233194351196,\n                        -0.695048451423645,\n                        0.7429007291793823,\n                        -0.5975738167762756,\n                        0.765056848526001,\n                        -0.6294956803321838,\n                        0.7618219256401062,\n                        -0.5589379668235779,\n                        0.6507973074913025,\n                        -0.6158236265182495,\n                        0.6432288289070129,\n                        -0.6504921317100525,\n                        0.6933394074440002,\n                        -0.5790188312530518,\n                        0.695902943611145,\n                        -0.5184710621833801,\n                        0.6381017565727234,\n                        -0.5120622515678406,\n                        0.5905546545982361,\n                        -0.47940793633461,\n                        0.5175554752349854,\n                        -0.48545053601264954,\n                        0.47757688164711,\n                        -0.5141985416412354,\n                        0.5530174970626831,\n                        -0.538429856300354,\n                        0.47043564915657043,\n                        -0.5353170037269592,\n                        0.5179827809333801,\n                        -0.5093766450881958,\n                        0.4878309369087219,\n                        -0.5165789127349854,\n                        0.5304341316223145,\n                        -0.5113298296928406,\n                        0.538796067237854,\n                        -0.5069352388381958,\n                        0.47879758477211,\n                        -0.49845120310783386,\n                        0.4319829046726227,\n                        -0.3968261182308197,\n                        0.3632562756538391,\n                        -0.3311513066291809,\n                        0.3343251645565033,\n                        -0.3353017568588257,\n                        0.32700082659721375,\n                        -0.33743801712989807,\n                        0.33792629837989807,\n                        -0.3207141160964966,\n                        0.32150760293006897,\n                        -0.3020981252193451,\n                        0.3011825680732727,\n                        -0.3013656735420227,\n                        0.24539558589458466,\n                        -0.1738002598285675,\n                        0.16757458448410034,\n                        -0.07815670967102051,\n                        0.07309071719646454,\n                        -0.03360036760568619,\n                        0.031158922240138054,\n                        -0.04147402197122574,\n                        0.0317082479596138,\n                        -0.03372243791818619,\n                        0.03299000486731529,\n                        -0.029144732281565666,\n                        0.029510948807001114,\n                        -0.026642251759767532,\n                        0.02523842267692089,\n                        -0.032684825360774994,\n                        0.022613869979977608,\n                        -0.025726711377501488,\n                        0.02371251955628395,\n                        -0.02841229923069477,\n                        0.02883955091238022,\n                        -0.026459144428372383,\n                        0.024383917450904846,\n                        -0.024811169132590294,\n                        0.018280308693647385,\n                        -0.01876859739422798,\n                        0.018036164343357086,\n                        -0.01748683862388134,\n                        0.019684137776494026,\n                        -0.016815442591905594,\n                        0.017120622098445892,\n                        -0.01333638560026884,\n                        0.01773098297417164,\n                        -0.014068818651139736,\n                        0.014007782563567162,\n                        -0.01254291646182537,\n                        0.011017014272511005,\n                        -0.009857328608632088,\n                        0.009674220345914364,\n                        -0.006927595939487219,\n                        0.006561379414051771,\n                        -0.006134126801043749,\n                        0.005767910275608301,\n                        -0.005767910275608301,\n                        0.0049134050495922565,\n                        -0.004058899823576212,\n                        0.003753719385713339,\n                        -0.0030212863348424435,\n                        0.0025329976342618465,\n                        -0.0018005645833909512,\n                        0.0018616006709635258,\n                        -0.0009460593573749065,\n                        0.0009460593573749065,\n                        -0.0003356984816491604,\n                        0.000396734569221735,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00003051804378628731,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00015259021893143654,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00015259021893143654,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00009155413135886192,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00003051804378628731,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        -0.00003051804378628731,\n                        0.00009155413135886192,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.00003051804378628731,\n                        0,\n                        0.0000248988490056945\n                    ]\n                },\n                \"startPoints\": [],\n                \"status\": \"ready\",\n                \"climaxPoints\": [],\n                \"urls\": {\n                    \"LOW\": \"https://services.matchtune.com/testing/6d461a81d62365779d795947724e24d6f6cbc2d0.low.m4a?temp_url_sig=cb0fa8736311d87747325f4e476e5fc89c32084a&temp_url_expires=1541589260&version=v2\"\n                },\n                \"parts\": {},\n                \"mp3_url\": \"https://services.matchtune.com/testing/6d461a81d62365779d795947724e24d6f6cbc2d0.low.m4a?temp_url_sig=cb0fa8736311d87747325f4e476e5fc89c32084a&temp_url_expires=1541589260&version=v2\",\n                \"timestamp\": 1541409230.5145893,\n                \"license\": \"None\",\n                \"metadata\": {\n                    \"recordId\": 679,\n                    \"duration\": \"237667\",\n                    \"subgenre\": \"Indie\",\n                    \"numerator\": \"4\",\n                    \"tempo\": 96,\n                    \"title\": \"LUMINOUS\",\n                    \"genre\": \"Rock\",\n                    \"denominator\": \"4\",\n                    \"pitch\": \"F\",\n                    \"originalHash\": \"b0508657d43ca8328eddb435bb057584af60a2a1\",\n                    \"cover\": {\n                        \"large\": \"https://assets.matchtune.com/covers/2099a36e48eaab63509f1f9e6540720424214520-large.jpg\",\n                        \"medium\": \"https://assets.matchtune.com/covers/2099a36e48eaab63509f1f9e6540720424214520-medium.jpg\",\n                        \"small\": \"https://assets.matchtune.com/covers/2099a36e48eaab63509f1f9e6540720424214520-small.jpg\"\n                    }\n                },\n                \"totalDuration\": 90000\n            }\n        ]\n    }\n}"}],"_postman_id":"7677387d-ced1-4adf-b697-9e6a98cd7523"},{"name":"Retreive comments on shared songs","id":"890bba3b-179b-4c29-9a41-d373d3fe88f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.matchtune.com/share/{{share_accesscode}}/comments","urlObject":{"protocol":"https","path":["share","{{share_accesscode}}","comments"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"c14d135c-ede7-4d21-9ceb-d5149f6c17a9","name":"Get comments on shared songs","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/share/{{share_accesscode}}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Nov 2018 11:14:31 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"share\",\n        \"attributes\": [\n            {\n                \"recipient\": \"tiffany@matchtune.com\",\n                \"message\": \"I love it !\",\n                \"date\": {\n                    \"$date\": 1541519804022\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"890bba3b-179b-4c29-9a41-d373d3fe88f3"},{"name":"Comment on a shared music","id":"f33cc6b8-a49c-4f73-88b2-fecc701abcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"data\" : {\r\n\t\t\"type\": \"comments\",\r\n\t\t\"attributes\" : {\r\n\t\t\t\"message\" : \"message\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://api.matchtune.com/share/{{share_accesscode}}/comments","urlObject":{"protocol":"https","path":["share","{{share_accesscode}}","comments"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"d87d812b-a772-423a-9292-ca9b39c9bc8b","name":"Post a comment on shared music","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"data\" : {\r\n\t\t\"type\": \"comments\",\r\n\t\t\"attributes\" : {\r\n\t\t\t\"message\" : \"message\"\r\n\t\t}\r\n\t}\r\n}"},"url":"https://api.matchtune.com/share/{{share_accesscode}}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 08:59:32 GMT"},{"key":"Server","value":"gunicorn/19.7.1"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"share\",\n        \"attributes\": {\n            \"value\": true\n        }\n    }\n}"}],"_postman_id":"f33cc6b8-a49c-4f73-88b2-fecc701abcd8"},{"name":"API Version Response","id":"9a612ffd-0eda-4043-847c-9bdc22d3f51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.matchtune.com/version","description":"<p>Get the current version of the API</p>\n","urlObject":{"protocol":"https","path":["version"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"b8aedeb6-6565-40b8-a949-d20cc0a02182","name":"API Version","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Nov 2018 04:08:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"version\",\n        \"attributes\": {\n            \"tier\": \"production\",\n            \"version\": \"0.7a\"\n        }\n    }\n}"}],"_postman_id":"9a612ffd-0eda-4043-847c-9bdc22d3f51e"}],"id":"febf7247-69ba-47f9-8ea7-864f006036b6","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"50c0fff3-1faa-486d-bb52-964ddc128552"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4ae8b32f-984d-4e5c-9a91-64fe6f7c775b"}}],"_postman_id":"febf7247-69ba-47f9-8ea7-864f006036b6","description":""},{"name":"Deep Analysis","item":[{"name":"Services","item":[{"name":"TuneBlades","item":[{"name":"Request TuneBlades Preprocess","id":"a0edd065-2661-4807-a04e-76dd5fb1f6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/blade-analyzer","description":"<p>Start TuneBlades preprocessor on an uploaded music</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","blade-analyzer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0edd065-2661-4807-a04e-76dd5fb1f6ce"},{"name":"Request TuneBlades Edit","id":"b3774662-8ae9-4826-b323-0d2c889da2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/blade-cut?duration=10000&enforceDuration=false&timeout=20","description":"<p>Request an edit of a Track based on a duration</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","blade-cut"],"host":["api","matchtune","com"],"query":[{"description":{"content":"<p>Duration of the edit in ms</p>\n","type":"text/plain"},"key":"duration","value":"10000"},{"description":{"content":"<p>Force to generate an edit with this exact same duration</p>\n","type":"text/plain"},"key":"enforceDuration","value":"false"},{"description":{"content":"<p>In seconds, gives more or less time to the AI to find the best solution</p>\n","type":"text/plain"},"key":"timeout","value":"20"}],"variable":[]}},"response":[],"_postman_id":"b3774662-8ae9-4826-b323-0d2c889da2ef"},{"name":"Request TuneBlades Render","id":"f01cc576-5a48-4d63-b123-6e885f230780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/blade-render?path_id=60c52f46-4cdc-401f-964f-bf535ff26119&index=0&watermark=true&format=mp3","description":"<p>Render an audio file based on the results of a Cut</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","blade-render"],"host":["api","matchtune","com"],"query":[{"description":{"content":"<p>path_id retruned by blade-cut</p>\n","type":"text/plain"},"key":"path_id","value":"60c52f46-4cdc-401f-964f-bf535ff26119"},{"description":{"content":"<p>index of the variation</p>\n","type":"text/plain"},"key":"index","value":"0"},{"description":{"content":"<p>include a watermark</p>\n","type":"text/plain"},"key":"watermark","value":"true"},{"description":{"content":"<p>audio file format mp3,m4a or wav</p>\n","type":"text/plain"},"key":"format","value":"mp3"}],"variable":[]}},"response":[],"_postman_id":"f01cc576-5a48-4d63-b123-6e885f230780"}],"id":"69624b19-4967-4948-843f-ecac3ec83245","_postman_id":"69624b19-4967-4948-843f-ecac3ec83245","description":""},{"name":"RightsLookup","item":[{"name":"RightsLookup query","id":"9b56fa75-b406-46cb-b9d6-29146de77107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/music-rights-lookup","description":"<p>Generate a precise music report containing all music information found on a music or video media file</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","music-rights-lookup"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b56fa75-b406-46cb-b9d6-29146de77107"},{"name":"RightsLookup report","id":"6a9f5b82-0530-4c07-94ab-f29d067a8ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/music-rights-lookup-download","description":"<p>Generate a precise music report in PDF containing all music information found on a music or video media file</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","music-rights-lookup-download"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a9f5b82-0530-4c07-94ab-f29d067a8ccd"}],"id":"31dd028d-5f20-4fdb-aba9-dd0f97192b2f","_postman_id":"31dd028d-5f20-4fdb-aba9-dd0f97192b2f","description":""},{"name":"Request service analysis","id":"61832f7c-a805-498c-9f7c-7ccb0ea0dbef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/{servicename}","description":"<p>Once a video or a music is uploaded you can request serveral services such as :</p>\n<ul>\n<li>\"validate\": Analyse a document lenght and integrity</li>\n<li>\"normalizer\": Normalize the sound of the track (creates a new document)</li>\n<li>\"analyzer\": Scientific analysis of a track</li>\n<li>\"moodizer\": Classify a track</li>\n<li>\"stemizer\": Split a track in serveral stems</li>\n<li>\"voice-mapping\": Analyse a track to get the timestamps of where music and voice are detected</li>\n<li>\"scenes\": Analyse a video to detect scene transitions</li>\n<li>\"subtitles\": Generate subtitle file</li>\n</ul>\n<p>Notes for subtitles : </p>\n<ul>\n<li>use parameter languages with language iso code (en-US by default)</li>\n<li>use parameter format (json,srt,ass) to specify a format (json by default)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["content","{fileid}","{servicename}"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"61832f7c-a805-498c-9f7c-7ccb0ea0dbef"},{"name":"Request validation","id":"33cd9727-f1e1-4ca3-9450-f5f51bb311e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/validate","description":"<p>Analyse a document lenght and integrity</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","validate"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"33cd9727-f1e1-4ca3-9450-f5f51bb311e5"},{"name":"Request normalization","id":"b337eb10-0b7c-4504-856f-b48e9c4225cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/normalizer","description":"<p>Normalize a track or the soundtrack of a video (creates a new document)</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","normalizer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b337eb10-0b7c-4504-856f-b48e9c4225cf"},{"name":"Request scientific analysis","id":"0ce2d686-9bb5-415a-b907-ec9793f68dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/analyzer","description":"<p>Scientific analysis of a track</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","analyzer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ce2d686-9bb5-415a-b907-ec9793f68dd0"},{"name":"Request moods analysis","id":"022af914-d290-4202-907c-449ca7a56854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/moodizer","description":"<p>Classify a track</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","moodizer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"022af914-d290-4202-907c-449ca7a56854"},{"name":"Request stems generation","id":"8ca8fe1f-3487-442d-86a5-58d3ef2111dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/stemizer","description":"<p>Split a track in serveral stems</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","stemizer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ca8fe1f-3487-442d-86a5-58d3ef2111dd"},{"name":"Request voice and music detection","id":"a30dfde6-33e8-4044-9654-0a54a7643c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/voice-mapping","description":"<p>Analyse a track to get the timestamps of where music and voice are detected</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","voice-mapping"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a30dfde6-33e8-4044-9654-0a54a7643c4e"},{"name":"Request scenes detection","id":"835e1af7-35b7-4f2e-aa68-e0868198118e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/scenes","description":"<p>Analyse a video to detect scene transitions</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","scenes"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"835e1af7-35b7-4f2e-aa68-e0868198118e"},{"name":"Request subtitles","id":"8c361a7f-d2db-4cb0-bdf1-9067df3f0348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/subtitles","description":"<p>Generate subtitle file </p>\n<p>Notes for subtitles : </p>\n<ul>\n<li>use parameter languages with language iso code (en-US by default)</li>\n<li>use parameter format (json,srt,ass) to specify a format (json by default)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["content","{fileid}","subtitles"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c361a7f-d2db-4cb0-bdf1-9067df3f0348"},{"name":"Request video analysis","id":"43bd9b53-2845-4de0-b4d3-d76ae514a68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.matchtune.com/content/{fileid}/video-analyzer","description":"<p>Generate analysis file from a video</p>\n<p>This will tell you the tempo you need to search in out database for your video</p>\n","urlObject":{"protocol":"https","path":["content","{fileid}","video-analyzer"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"43bd9b53-2845-4de0-b4d3-d76ae514a68d"}],"id":"0b8cf559-d8ba-4900-9395-9785bb1bec43","_postman_id":"0b8cf559-d8ba-4900-9395-9785bb1bec43","description":""},{"name":"Upload content","id":"27b43009-038f-46db-af31-ccb209669435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"content\", \n        \"attributes\": {\n\t\t\t\"metadata\" : {\n\t\t\t\t\"name\" : \"video-client-1.mp4\"\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://api.matchtune.com/content","description":"<p>Request a location to upload a video or music.\nThe file will have to be sent using a PUT request on the profided URL</p>\n","urlObject":{"protocol":"https","path":["content"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"21cc96cd-11a5-4857-ae25-8b28cd82aca6","name":"Upload content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"content\", \n        \"attributes\": {\n\t\t\t\"metadata\" : {\n\t\t\t\t\"name\" : \"video-client-1.mp4\"\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://api.matchtune.com/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2019 16:33:23 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,UPDATE,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"544956e3dceaedd3-CDG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"content\",\n        \"attributes\": {\n            \"metadata\": {\n                \"name\": \"video-client-1.mp4\"\n            },\n            \"description\": \"original\",\n            \"status\": \"pending\",\n            \"fileid\": \"0a5f6b0f-7749-4cfc-9821-373b646f48e4\",\n            \"creation\": 1576254803.1688142,\n            \"url\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/MatchTuneUserData-production/0a5f6b0f-7749-4cfc-9821-373b646f48e4?temp_url_sig=eeb3cd832a45c919070694cbacc4e145a3f71ca3&temp_url_expires=1576254983\"\n        }\n    }\n}"},{"id":"470e6987-f846-4ef6-99ee-46c3d8efdf27","name":"Upload content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\" : {\n\t\t\"name\" : \"video-client-1.mp4\"\n\t}\n}"},"url":"https://api.matchtune.com/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2019 16:25:06 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,UPDATE,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"54494ac03aadedd3-CDG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"content\",\n        \"attributes\": {\n            \"description\": \"original\",\n            \"status\": \"pending\",\n            \"fileid\": \"81a68512-9de1-4183-a9fa-cd1e81af2429\",\n            \"creation\": 1576254305.9698403,\n            \"url\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/MatchTuneUserData-production/81a68512-9de1-4183-a9fa-cd1e81af2429?temp_url_sig=66015c4324569e7b5910b28bdb245a684131f75e&temp_url_expires=1576254485\"\n        }\n    }\n}"}],"_postman_id":"27b43009-038f-46db-af31-ccb209669435"},{"name":"List content","id":"0f1918c8-6022-4ebb-a9ea-62ff85716ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.matchtune.com/content","description":"<p>List all documents</p>\n","urlObject":{"protocol":"https","path":["content"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[{"id":"71c54523-581a-4d5f-97a6-01b286a8898b","name":"List content","originalRequest":{"method":"GET","header":[],"url":"https://api.matchtune.com/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2019 16:31:50 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,POST,UPDATE,DELETE"},{"key":"access-control-allow-headers","value":"Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"544954a26df4edd3-CDG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"content\",\n        \"attributes\": [\n            {\n                \"url\": \"https://storage.gra3.cloud.ovh.net/v1/AUTH_60d21e3b624d48079cf6c7448603a31a/MatchTuneUserData-testing/5e2b93cd-90e7-4277-9197-f248427fc855.mp4?temp_url_sig=0467a4e6742be6aa4b776123a37695c96d30bb5d&temp_url_expires=1576243447\",\n                \"status\": \"validated\",\n                \"fileid\": \"5e2b93cd-90e7-4277-9197-f248427fc855.mp4\",\n                \"creation\": 1576243267.478646,\n                \"duration\": \"116.657\",\n                \"size\": \"14602173\",\n                \"description\": \"original\",\n                \"name\": \"video-client1.mp4\",\n                \"type\": \"video\",\n                \"mediainfo\": {\n                    \"container\": \"MPEG-4\",\n                    \"fileSize\": \"14602173\",\n                    \"duration\": \"116.657\",\n                    \"bitrate\": \"1001375\",\n                    \"haveVideo\": 1,\n                    \"videoCodec\": \"AVC\",\n                    \"videoCodecProfile\": \"Main@L3.1\",\n                    \"videoDuration\": \"116.64\",\n                    \"videoBitrate\": \"869719\",\n                    \"videoWidth\": 1280,\n                    \"videoHeight\": 720,\n                    \"videoAspectRatio\": \"1.778\",\n                    \"videoFrameRate\": \"25.000\",\n                    \"videoFrameCount\": \"2916\",\n                    \"haveAudio\": 1,\n                    \"audioCodec\": \"AAC\",\n                    \"audioCodecProfile\": \"LC\",\n                    \"audioDuration\": \"116.657\",\n                    \"audioBitrate\": \"128000\",\n                    \"audioChannel\": \"2\",\n                    \"audioSamplingRate\": \"44100\"\n                },\n                \"hash\": \"a3d0563344da1f094645968c92f4861488e88916\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0f1918c8-6022-4ebb-a9ea-62ff85716ef0"},{"name":"Delete content","id":"b264147f-cabe-4fb4-b803-4ded33bf62be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.matchtune.com/content/{fileid}","urlObject":{"protocol":"https","path":["content","{fileid}"],"host":["api","matchtune","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b264147f-cabe-4fb4-b803-4ded33bf62be"}],"id":"2b4d1993-64d3-447a-be58-832ce85542e3","_postman_id":"2b4d1993-64d3-447a-be58-832ce85542e3","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6e945299-0755-4c82-bcef-48809a001a69"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"81214ed9-be20-4323-b6ae-5ac2d1411307"}}],"variable":[{"key":"token","value":""}]}