Commit ffaf2ec6 authored by Kelly Chang's avatar Kelly Chang

kelly

parent 58019eea
......@@ -801,7 +801,7 @@
{
"cell_type": "code",
"execution_count": 496,
"id": "7b584062",
"id": "f4665493",
"metadata": {},
"outputs": [
{
......@@ -814,7 +814,7 @@
}
],
"source": [
"def encoder(list_dic):\n",
"def encoder(list_dic,diff):\n",
" encoded = new_error.reshape((512,640)).copy().astype(str).astype(object)\n",
" for i in range(encoded.shape[0]):\n",
" for j in range(encoded.shape[1]):\n",
......@@ -841,7 +841,7 @@
{
"cell_type": "code",
"execution_count": 472,
"id": "0db56037",
"id": "4927a12f",
"metadata": {},
"outputs": [
{
......@@ -909,7 +909,7 @@
{
"cell_type": "code",
"execution_count": 481,
"id": "e3b2f3a7",
"id": "23b4c68b",
"metadata": {},
"outputs": [],
"source": [
......@@ -942,7 +942,7 @@
{
"cell_type": "code",
"execution_count": 487,
"id": "1358d386",
"id": "f33ed5ae",
"metadata": {},
"outputs": [],
"source": [
......@@ -952,7 +952,7 @@
{
"cell_type": "code",
"execution_count": 488,
"id": "d9c7fb94",
"id": "74eafda3",
"metadata": {},
"outputs": [],
"source": [
......@@ -991,7 +991,7 @@
{
"cell_type": "code",
"execution_count": 489,
"id": "76317e71",
"id": "0c40bfe1",
"metadata": {},
"outputs": [
{
......@@ -1009,7 +1009,7 @@
{
"cell_type": "code",
"execution_count": 494,
"id": "ecdd3a13",
"id": "5495cb59",
"metadata": {},
"outputs": [
{
......@@ -1041,7 +1041,7 @@
{
"cell_type": "code",
"execution_count": 495,
"id": "fe17a80c",
"id": "c1f26059",
"metadata": {},
"outputs": [
{
......@@ -1062,7 +1062,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fbe1a2f7",
"id": "9200fa53",
"metadata": {},
"outputs": [],
"source": []
......
master @ a201ec66
Subproject commit a201ec66510780f4a976076e75b64fc4c7f253bc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment