问题
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