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
could you share some examples how to bind tfrecord files to gin with my own data?
More description of creating my own tfrecord.gin in tutorial would be really appreciated.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the feedback. More tutorials would be great for sure, and we'll try to get there as the library matures. You shouldn't actually have to make your own gin file, as you can pass in flags to configure gin, the key one is
Alternatively, you can just add the line: TFRecordProvider.file_pattern='/path/to/dataset_name*.tfrecord'
to your new gin file based on tfrecord.gin to make that gin file specific to a single dataset, and then you don't need to pass the other flag.
Hi,
could you share some examples how to bind tfrecord files to gin with my own data?
More description of creating my own tfrecord.gin in tutorial would be really appreciated.
Many thanks!
The text was updated successfully, but these errors were encountered: