what should happen when
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I ran the following in the shell window in google colab.
```shell
/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
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.
Contributor guide
Assessment
This issue has not been assessed yet.