Skip to content

Commit 67f0182

Browse files
authored
Merge pull request #346 from astro-informatics/update-lexci-models
Move test model into repo instead of submodule
2 parents df448b0 + 85ec1e9 commit 67f0182

20 files changed

+5
-8
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "lexci_models"]
2-
path = lexci_models
3-
url = git@github.com:astro-informatics/lexci_models.git

cpp/tests/cppflow_model.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TEST_CASE("Cppflow Model"){
3232
cppflow::tensor input_tensor = sopt::cppflowutils::convert_image_to_tensor(image, image_rows, image_cols);
3333

3434
// Read in model
35-
cppflow::model model(std::string(sopt::notinstalled::models_directory() + "/DnCNN/snr_15_model.pb/"));
35+
cppflow::model model(std::string(sopt::notinstalled::models_directory() + "/snr_15_model.pb/"));
3636

3737
// Run model on image
3838
// TODO: Automatically detect the string parameters, see issue #320
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)