tf-Faster-RCNN icon indicating copy to clipboard operation
tf-Faster-RCNN copied to clipboard

No module named TensorBase.tensorbase.base

Open Marouane1993 opened this issue 6 years ago • 3 comments

Error when I try to run the model (MNIST) with the command : $python faster_rcnn_conv5.py -n [Model num, ex 1] -e [Num of epochs, ex 5]

Traceback (most recent call last): File "faster_rcnn_conv5.py", line 16, in from Lib.TensorBase.tensorbase.base import Model, Data ImportError: No module named TensorBase.tensorbase.base

Marouane1993 avatar Aug 02 '18 15:08 Marouane1993

I meet the same problem too.when i replace "from Lib.TensorBase.tensorbase.base import Model, Data" with "import Models, Data",the problem solved.But it still arises a question image.

Albert337 avatar Oct 30 '18 13:10 Albert337

@kevinjliang the file in path Lib.TensorBase is lost, why?

longzeyilang avatar Dec 13 '18 13:12 longzeyilang

Did anyone figure out how to fix this ?

susmariababy avatar Dec 07 '19 02:12 susmariababy