Nazar03
November 12, 2024, 5:17am
1
I got this message when submitting my results:
Unexpected error occurred during variable check. We expected variable train_dataset
to be of type <class ‘int’>. Please check that this variable is initialized and is of the right type.
i don’t get it where i’m wrong.
have you selected the right specialisation?
can you post a screenshot of your submission
Nazar03
November 12, 2024, 5:28am
3
I think I’m in the right specialization.
it is looking for your train dataset to be integer type, so make sure you applied int function to the dataset
Nazar03
November 12, 2024, 6:27am
6
I just changed the label to an integer, but I’m still getting the same error message.
can you post screenshot of the complete error log.
check does image class type selected is correct or not as choosing image and label of different class type can also throw such error
Nazar03
November 12, 2024, 6:52am
10
I just followed the instructions for the image data type.
Nazar03
November 12, 2024, 10:13am
11
I just finished it. thank you for the help and response @Deepti_Prasad
1 Like