
获得徽章 0
赞了这篇文章
#新人报道#
python 3.12.0
tensorflow 2.16.2
mac
人工智能
报错是哪里问题
in get_data_adapter
raise ValueError(f"Unrecognized data type: x={x} (of type {type(x)})")
ValueError: Unrecognized data type: x=[8.0] (of type <class 'list'>)
python 3.12.0
tensorflow 2.16.2
mac
人工智能
报错是哪里问题
in get_data_adapter
raise ValueError(f"Unrecognized data type: x={x} (of type {type(x)})")
ValueError: Unrecognized data type: x=[8.0] (of type <class 'list'>)
展开
4
点赞
赞了这篇文章