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
Add the dataset name to the ADIOS output file. Accordingly, while reading the data, set it in the dataset_name attribute of the Pytorch Data class.
dataset_name
Data
The text was updated successfully, but these errors were encountered:
adds dataset_name attribute to the base class and reads it into a dat…
083ae32
…a sample ORNL#319
adds dataset_name to the Data class a kwarg ORNL#319
edafeb5
dataset_name example for csce ORNL#319
8fca19f
formatting edits ORNL#319
ca57aa4
formatting ORNL#319
c62961d
checking to see if dataset_name is in keys before attempting to remov…
4c3e53c
…e it ORNL#319
kshitij-v-mehta
No branches or pull requests
Add the dataset name to the ADIOS output file. Accordingly, while reading the data, set it in the
dataset_name
attribute of the PytorchData
class.The text was updated successfully, but these errors were encountered: