When i run test.py i am getting the following error.
Using TensorFlow backend.
Traceback (most recent call last):
File "test.py", line 6, in
from utils import GetData
File "../utils/GetData.py", line 6, in
import utils.tensor_try as tensor_tucker
tensor_try does not seem to exist.
Am i missing something?
Can you please help
When i run test.py i am getting the following error.
Using TensorFlow backend.
Traceback (most recent call last):
File "test.py", line 6, in
from utils import GetData
File "../utils/GetData.py", line 6, in
import utils.tensor_try as tensor_tucker
tensor_try does not seem to exist.
Am i missing something?
Can you please help