We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好! 您的NCF的这段代码,创建迭代器,并迭代数据的操作。
#创建迭代器,可以读取不同数据,测试集/训练集 iterator = tf.data.Iterator.from_structure(train_data.output_types, train_data.output_shapes)
我查了下资料发现这个迭代器每次获取数据的时候,都是从数据的前端获取数据。那这是不是意味着您的代码只利用了部分数据,不知道我的理解对不对?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好!
您的NCF的这段代码,创建迭代器,并迭代数据的操作。
#创建迭代器,可以读取不同数据,测试集/训练集
iterator = tf.data.Iterator.from_structure(train_data.output_types,
train_data.output_shapes)
我查了下资料发现这个迭代器每次获取数据的时候,都是从数据的前端获取数据。那这是不是意味着您的代码只利用了部分数据,不知道我的理解对不对?
The text was updated successfully, but these errors were encountered: