Skip to content
Snippets Groups Projects
Commit 6c947e57 authored by Picon Ruiz, Artzai's avatar Picon Ruiz, Artzai
Browse files

fucking notebooks included

parent a48ab5b6
No related branches found
No related tags found
No related merge requests found
...@@ -133,8 +133,8 @@ if __name__ == "__main__": ...@@ -133,8 +133,8 @@ if __name__ == "__main__":
(trainX_data,trainX_img, trainY, testX_data,testX_img,testY), normalizer = load_house_dataset_data(test_size=0.2,random_state=666,type=DatasetType.Both) (trainX_data,trainX_img, trainY, testX_data,testX_img,testY), normalizer = load_house_dataset_data(test_size=0.2,random_state=666,type=DatasetType.Both)
trainX = trainX_img['frontal_img'] trainX = trainX_img['bathroom_img']
testX = testX_img['frontal_img'] testX = testX_img['bathroom_img']
input_shape = trainX.shape[1] input_shape = trainX.shape[1]
if pre_train_with_cifar100: if pre_train_with_cifar100:
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment