Skip to content

Commit

Permalink
Update seed with correct image hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jul 27, 2023
1 parent b7fd04e commit 33f935a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def seed(args):
"parameters_hash": "2b28ab34a12e0c0767ea9022ab14e9a0dfba67f2",
"image_tarball_url": "",
"image_tarball_hash": "",
"image_hash": "4cefa8a2b9580220a0503076f1e961e4d86ec72dad8e1e78b9c43444dee9a4cd",
"additional_files_tarball_url": "",
"additional_files_tarball_hash": "",
"metadata": {},
Expand Down Expand Up @@ -206,6 +207,7 @@ def seed(args):
"chestxray_tutorial/cnn_weights.tar.gz"
),
"additional_files_tarball_hash": "6c2346c11a3e5e7afa575bce711eea755266b1ed",
"image_hash": "63d48be95598a7474d1bd26fdee41dcc20a752a436c28b35dbd33796087a6d29",
"image_tarball_url": "",
"image_tarball_hash": "",
"metadata": {},
Expand Down Expand Up @@ -246,6 +248,7 @@ def seed(args):
"parameters_hash": "277598e53d6a75431e9bec610595e8590be5bf01",
"image_tarball_url": "",
"image_tarball_hash": "",
"image_hash": "2dbea6a3ba40d553905427c8bb156f219970306f55061462918fd19b220e9b51",
"additional_files_tarball_url": "",
"additional_files_tarball_hash": "",
"metadata": {},
Expand Down Expand Up @@ -345,6 +348,7 @@ def seed(args):
"additional_files_tarball_hash": "b99eb6d11a141e32333389d234e819da7a409c17",
"image_tarball_url": "",
"image_tarball_hash": "",
"image_hash": "7ae4a8ecbe899b5486c699d934d74bce7f3aa73d779e0138e6d119cd8040b46e",
"metadata": {},
},
"id",
Expand Down

0 comments on commit 33f935a

Please sign in to comment.