mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
copy model weights to install directory
This commit is contained in:
parent
0a5f7010fe
commit
67053fc662
@ -7,11 +7,15 @@ set(runtime_files
|
|||||||
barite_200_rt.R
|
barite_200_rt.R
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(model_weights
|
||||||
|
barite_trained.weights.h5)
|
||||||
|
|
||||||
# add_custom_target(barite_bench DEPENDS ${bench_files} ${runtime_files})
|
# add_custom_target(barite_bench DEPENDS ${bench_files} ${runtime_files})
|
||||||
|
|
||||||
ADD_BENCH_TARGET(barite_bench
|
ADD_BENCH_TARGET(barite_bench
|
||||||
bench_files
|
bench_files
|
||||||
runtime_files
|
runtime_files
|
||||||
|
model_weights
|
||||||
"barite"
|
"barite"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,14 @@ set(runtime_files
|
|||||||
dolo_interp_rt_dt2000.R
|
dolo_interp_rt_dt2000.R
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(model_weights
|
||||||
|
dolomite_trained.weights.h5)
|
||||||
|
|
||||||
ADD_BENCH_TARGET(
|
ADD_BENCH_TARGET(
|
||||||
dolo_bench
|
dolo_bench
|
||||||
bench_files
|
bench_files
|
||||||
runtime_files
|
runtime_files
|
||||||
|
model_weights
|
||||||
"dolo"
|
"dolo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user