You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since YAML provides a convenient way to include lists directly in the config file, allow Data:file_list to accept either a path to a file containing file paths (the current method) or a list of file paths written directly in the config file.
The text was updated successfully, but these errors were encountered:
Replace DataLoader and ImageMapper with DL1DataReader and use Transforms
to replace DataProcessor. The config file has been rewritten to match
the DL1DH API. In addition, the input_fn and associated config arguments
have been cleaned up to fix#41. In fact, because DL1DH now returns the
examples directly, there is no need to use map at all and prefetching
should be solely relied on for parallelizing the data input pipeline. In
addition, this commit incidentally fixes#40 to allow data files to be
listed directly in the config file.
Since YAML provides a convenient way to include lists directly in the config file, allow Data:file_list to accept either a path to a file containing file paths (the current method) or a list of file paths written directly in the config file.
The text was updated successfully, but these errors were encountered: