From c26cd92eae949f5822bee4ade03c3f7afd7a4ded Mon Sep 17 00:00:00 2001 From: Shikhar Mathur Date: Fri, 16 Jun 2017 18:28:56 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1ce6be..9472a1c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ The following converted models have been verified on the ILSVRC2012 validation s ## Notes +- This project is only supporting legacy versions of Python (eg-2.7), and it doesn't support Python 3. + - Only the new Caffe model format is supported. If you have an old model, use the `upgrade_net_proto_text` and `upgrade_net_proto_binary` tools that ship with Caffe to upgrade them first. Also make sure you're using a fairly recent version of Caffe. - It appears that Caffe and TensorFlow cannot be concurrently invoked (CUDA conflicts - even with `set_mode_cpu`). This makes it a two-stage process: first extract the parameters with `convert.py`, then import it into TensorFlow.