Hi i am getting error while i use this command in jupyter note books, I check first two lines in the program, they are working fine, but i cant go pass this stage. Can you help me?
import sys
sys.path.append('C:\Users\kiran\Desktop\tdb-master')
import tdb
from tdb.examples import mnist, viz
Hi i am getting error while i use this command in jupyter note books, I check first two lines in the program, they are working fine, but i cant go pass this stage. Can you help me?
import sys
sys.path.append('C:\Users\kiran\Desktop\tdb-master')
import tdb
from tdb.examples import mnist, viz