From 6e6724309cc5a9b57e0bfaae7273cb02fe8142a7 Mon Sep 17 00:00:00 2001 From: SebastianCavada Date: Fri, 19 May 2023 09:43:56 +0200 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=90=9B=20extra=5Frequirements=20now?= =?UTF-8?q?=20have=20a=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/image_classification/extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/image_classification/extra_requirements.txt b/recipes/image_classification/extra_requirements.txt index 281c8ae..94c9777 100644 --- a/recipes/image_classification/extra_requirements.txt +++ b/recipes/image_classification/extra_requirements.txt @@ -1 +1 @@ -timm +timm==0.6.13 \ No newline at end of file From 797f80d3cd4f79df968c14d6a07bc68d04b437cc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 May 2023 12:01:34 +0200 Subject: [PATCH 2/6] fixed linter errors --- recipes/image_classification/extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/image_classification/extra_requirements.txt b/recipes/image_classification/extra_requirements.txt index 94c9777..bdbf074 100644 --- a/recipes/image_classification/extra_requirements.txt +++ b/recipes/image_classification/extra_requirements.txt @@ -1 +1 @@ -timm==0.6.13 \ No newline at end of file +timm==0.6.13 From 59d0c77192b6fa7c94b8630987e6184ecbec1af5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 May 2023 12:15:30 +0200 Subject: [PATCH 3/6] testing actions --- recipes/image_classification/extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/image_classification/extra_requirements.txt b/recipes/image_classification/extra_requirements.txt index bdbf074..4583151 100644 --- a/recipes/image_classification/extra_requirements.txt +++ b/recipes/image_classification/extra_requirements.txt @@ -1 +1 @@ -timm==0.6.13 +timm==0.6.13 \ No newline at end of file From ec4f5e29c037cbb17b7c2ba8edaf0e3152a3a1dd Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 May 2023 12:17:42 +0200 Subject: [PATCH 4/6] fixed linter --- recipes/image_classification/extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/image_classification/extra_requirements.txt b/recipes/image_classification/extra_requirements.txt index 4583151..bdbf074 100644 --- a/recipes/image_classification/extra_requirements.txt +++ b/recipes/image_classification/extra_requirements.txt @@ -1 +1 @@ -timm==0.6.13 \ No newline at end of file +timm==0.6.13 From 9d241331510723300a6979b3cb58a894105f4137 Mon Sep 17 00:00:00 2001 From: fpaissan Date: Fri, 26 May 2023 12:24:23 +0200 Subject: [PATCH 5/6] removing tf_probability --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a387602..a2b4fc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ conversion = [ "openvino2tensorflow==1.34.0", "tensorflow_datasets==4.8.1", "tensorflow==2.11.0", - "tensorflow_probability" + # "tensorflow_probability" ] [project.urls] From f0d84dc8b824b603c7d750309d33c2b1eb1f69db Mon Sep 17 00:00:00 2001 From: fpaissan Date: Fri, 26 May 2023 14:14:52 +0200 Subject: [PATCH 6/6] fixed tf prob version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2b4fc5..1900659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ conversion = [ "openvino2tensorflow==1.34.0", "tensorflow_datasets==4.8.1", "tensorflow==2.11.0", - # "tensorflow_probability" + "tensorflow_probability==0.19.0" ] [project.urls]