# Loading the data (cat/non-cat)
train_set_x_orig, train_set_y, test_set_x_orig, test_set_y, classes = load_dataset()
这个代码报错的话
将datasets放在jupyter同级目录下,
查找jupyter的目录的方法:
import os
print(os.path.abspath('.'))
# Loading the data (cat/non-cat)
train_set_x_orig, train_set_y, test_set_x_orig, test_set_y, classes = load_dataset()
这个代码报错的话
将datasets放在jupyter同级目录下,
查找jupyter的目录的方法:
import os
print(os.path.abspath('.'))