From b7a0d0bb7eab256a23fe3a13fb18804c098ea48a Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Mon, 1 Jun 2020 12:08:18 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 841cc6b..b6d1246 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,10 @@ Finally, fill out the INIT_LR from what you learned from above You will find the accuracy measures in the table. Find the model in fire_detection.model - +## TF Versions +- TF 2.0 should be on pip path +- TF1.15 is available in the conda environment tf15 + - To start type: conda activate tf15 -- GitLab