How can I create a dataset in tensorflow with multiple outputs and data sources? [closed]

情到浓时终转凉″ 提交于 2020-12-15 05:31:30

问题


I have a structure like this:

file01,file02... file_output(all dictionaries) structure of files

where each file is a dataframe with features as columns and a single file in output with 4 numbers that rapresent the output or y of my network. How can I feed multiple folders like these in a network? Basically I have to associate multiple dataframe to a single list of outputs and create a dataset with multiple structures like these.

files in output are dataframes like this: output

来源:https://stackoverflow.com/questions/65182728/how-can-i-create-a-dataset-in-tensorflow-with-multiple-outputs-and-data-sources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!