From 3ee0815e93aeae45f0474a709dabb6dc4a1ce3dd Mon Sep 17 00:00:00 2001 From: James Sutton <1892175+zeryx@users.noreply.github.com> Date: Wed, 10 Feb 2021 17:42:52 -0400 Subject: [PATCH 1/2] replacing python2 gpu image hash on test --- src/images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/images.py b/src/images.py index 15ce045..37680a5 100644 --- a/src/images.py +++ b/src/images.py @@ -12,5 +12,5 @@ "pytorch-1.7": "5b027084-5fa7-431a-bdbd-f4f8eefc6ae1", "tensorflow-1.14": "27d3d02d-1da0-4868-986e-e0c6937e7d16", "tensorflow-2.3": "e9c1291c-1295-41b9-a4c5-30f7f44920aa", - "python2-gpu": "6f57e041-54e0-4e1a-8b2f-4589bb2c06f8" -} \ No newline at end of file + "python2-gpu": "81a527be-1721-4ef4-b1e2-b4d3997dd758" +} From ba092c640e3b214db69a3a59900cacf8a8edd1c9 Mon Sep 17 00:00:00 2001 From: James Sutton <1892175+zeryx@users.noreply.github.com> Date: Wed, 10 Feb 2021 19:25:13 -0400 Subject: [PATCH 2/2] removed nudity detection due to conflicts with the expected dependencies --- workflows/nuditydetectioni2v.json | 44 ------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 workflows/nuditydetectioni2v.json diff --git a/workflows/nuditydetectioni2v.json b/workflows/nuditydetectioni2v.json deleted file mode 100644 index 38a8805..0000000 --- a/workflows/nuditydetectioni2v.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "source_info": { - "cluster_address": "https://api.algorithmia.com" - }, - "test_info": { - "entrypoint": "NudityDetectioni2v", - "tests": [ - { - "name": "10 calls in 60 sec", - "payload": 10, - "timeout": 60 - }, - { - "name": "100 calls in 5 min", - "payload": 100, - "timeout": 300 - } - ] - }, - "algorithms": [ - { - "name": "SmartImageDownloader", - "language": "python2", - "data_files": [ - "data://.my/artifacts/willow_example.jpeg" - ], - "test_payload": { - "image": "data://.my/smartimagedownloader/willow_example.jpeg", - "resize": 600 - } - }, - { - "name": "NudityDetectioni2v", - "data_files": [ - "data://.my/artifacts/illust2vec_tag_ver200.caffemodel", - "data://.my/artifacts/illust2vec_tag.prototxt", - "data://.my/artifacts/tag_list.json", - "data://.my/artifacts/willow_example.jpeg" - ], - "language": "python2-gpu", - "test_payload": "data://.my/boundingboxonimage/willow_example.jpeg" - } - ] -} \ No newline at end of file