tf-Faster-RCNN
tf-Faster-RCNN copied to clipboard
No module named TensorBase.tensorbase.base
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
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
.
@kevinjliang the file in path Lib.TensorBase is lost, why?
Did anyone figure out how to fix this ?