Skip to content

Commit

Permalink
remove multiproc that crashes vmem
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed May 17, 2023
1 parent aec53f3 commit bb26bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions estimators/glmnet.interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
Q_continuous:
model: RestrictedInteractionGLMNetRegressor
nfolds: 3
parallel: true
order: 2

# For the estimation of E[Y|W, T]: binary target
Q_binary:
model: RestrictedInteractionGLMNetClassifier
nfolds: 3
parallel: true
order: 2

# For the estimation of p(T| W)
G:
model: GLMNetClassifier
parallel: true
nfolds: 3
2 changes: 1 addition & 1 deletion modules/tmle.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ process TMLE {
hdf5option = params.SAVE_IC == true ? "--hdf5-out=${hdf5out}" : ""
"""
TEMPD=\$(mktemp -d)
JULIA_DEPOT_PATH=\$TEMPD:/opt julia --project=/TargetedEstimation.jl --procs=${task.cpus} --threads=${task.cpus} --startup-file=no /TargetedEstimation.jl/scripts/tmle.jl \
JULIA_DEPOT_PATH=\$TEMPD:/opt julia --project=/TargetedEstimation.jl --threads=${task.cpus} --startup-file=no /TargetedEstimation.jl/scripts/tmle.jl \
$data $parameterfile $estimatorfile $csvout \
$hdf5option \
--chunksize=100 \
Expand Down

0 comments on commit bb26bf2

Please sign in to comment.