-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I ran the following in the shell window in google colab.
/content# UQensemble --generatedata
Reading settings from cli and default, dumping to temp config: ./DeepUQResources/temp/temp_config_DE_20241103185749.yml
generating the data
shape of input (1000, 32, 32) shape of output (1000,) type of input <class 'numpy.ndarray'>
save final checkpoint has this value False
model name is DE
dim is 2D
norm params None
model 0
model 1
model 2
model 3
model 4
/content#
/content#
/content# ls
DeepUQResources sample_data
/content# ls DeepUQResources/
temp
/content# ls DeepUQResources/temp/
temp_config_DE_20241103185749.yml
/content# ls sample_data/
anscombe.json california_housing_train.csv mnist_train_small.csv
california_housing_test.csv mnist_test.csv README.md- What is the expected output for this?
- Should the data or model be saved somewhere?
- Should there be any plots saved for the user to check?
I'm not sure what I'm supposed to get from this code snippet/example as a user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation