عند تنفيذ الكود اعطاني الخطأ التالي : ValueError Traceback (most recent call last) Cell In[4], line 31 29 """ Load the dataset """ 30 dataset_path = os.path.join("data", "train") ---> 31 (train_x, train_y), (valid_x, valid_y) = load_data(dataset_path, split=0.2) ValueError: test_size=0 should be either positive and smaller than the number of samples 0 or a float in the (0, 1) range
ValueError: Cannot take the length of shape with unknown rank.
I am getting this error. Hey can you please tell me the version of tensorflow
Its very urgent, I am doing my engineering project and i need to submit it day after tomorrow.
عند تنفيذ الكود اعطاني الخطأ التالي :
ValueError Traceback (most recent call last)
Cell In[4], line 31
29 """ Load the dataset """
30 dataset_path = os.path.join("data", "train")
---> 31 (train_x, train_y), (valid_x, valid_y) = load_data(dataset_path, split=0.2)
ValueError: test_size=0 should be either positive and smaller than the number of samples 0 or a float in the (0, 1) range
ايه اكتيفيشن ريليو؟