-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Getting this error:
ValueError Traceback (most recent call last)
[<ipython-input-23-d72c61a34340>](https://localhost:8080/#) in <module>
----> 1 y_predict_test_before = SimCLR.predict(data_test)
2 frames
[/usr/local/lib/python3.7/dist-packages/keras/engine/data_adapter.py](https://localhost:8080/#) in select_data_adapter(x, y)
986 "Failed to find data adapter that can handle "
987 "input: {}, {}".format(
--> 988 _type_name(x), _type_name(y)))
989 elif len(adapter_cls) > 1:
990 raise RuntimeError(
ValueError: Failed to find data adapter that can handle input: <class 'DataGeneratorSimCLR.DataGeneratorSimCLR'>, <class 'NoneType'>
when running:
y_predict_test_before = SimCLR.predict(data_test)
Metadata
Metadata
Assignees
Labels
No labels