Skip to content

Commit

Permalink
Updated component wise training
Browse files Browse the repository at this point in the history
  • Loading branch information
larsson4 committed Mar 22, 2024
1 parent 8afde66 commit a8d664f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENV LIBROM_DIR=$LIB_DIR/libROM

# install python
RUN sudo apt-get update && sudo apt-get install -yq python3 python3-pip
RUN sudo pip3 install --upgrade pip && sudo pip3 install numpy scipy argparse tables PyYAML h5py
RUN sudo pip3 install --upgrade pip && sudo pip3 install numpy scipy argparse tables PyYAML h5py matplotlib

# install h5dump and gmsh
RUN sudo apt-get install -yq hdf5-tools gmsh
Expand Down
1 change: 1 addition & 0 deletions examples/linelast/linelast.comp_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ sample_generation:

basis:
prefix: "linelast_cwtrain"
number_of_basis: 16
tags:
- name: "joint2D"
number_of_basis: 16
Expand Down

0 comments on commit a8d664f

Please sign in to comment.