google-research / big_transfer

Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
https://arxiv.org/abs/1912.11370
Apache License 2.0
1.5k stars 175 forks source link

Invalid argument: slice index 0 of dimension 0 out of bounds. #32

Open sahilwalke17 opened 4 years ago

sahilwalke17 commented 4 years ago

Following is the error message that I got on fine tuning on CIFAR-100 dataset.

InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: slice index 0 of dimension 0 out of bounds. [[{{node strided_slice_1}}]] [[IteratorGetNext]] [[IteratorGetNext/_2]] (1) Invalid argument: slice index 0 of dimension 0 out of bounds. [[{{node strided_slice_1}}]] [[IteratorGetNext]] 0 successful operations. 0 derived errors ignored. [Op:__inference_train_function_141597]

Function call stack: train_function -> train_function