Error in 2a_OMOP_ETL tutorial #179
Unanswered
sonali-tamhankar
asked this question in
Q&A
Replies: 2 comments
-
This appears to be a bug in the synthetic data generation. I created an issue to track this. #182 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello,
Thank you. We were able to fix this by changing lines 250 and 256 in
extractors/omop.py.
I am now stuck on tutorial 5, training CLMBR. I am running on Windows 11,
WSL Ubuntu. I was able to install cuda successfully, I have an NVIDIA
GeForce RTX4060. The laptop has 64GB memory. I am getting segmentation
fault when I try to train CLMBR.
Has anyone successfully run this code on WSL? Just want to check that it is
supposed to run in this environment, as I continue to debug.
Thanks,
Sonali.
…On Sun, Feb 18, 2024 at 10:45 AM Ethan Steinberg ***@***.***> wrote:
This appears to be a bug in the synthetic data generation. I created an
issue to track this. #182 <#182>
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUXPTFKEYBEZF5EJTM5ZJ3YUJD35AVCNFSM6AAAAABDHDGQ5KVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMBZGEZDC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, several of us are trying to walk through the tutorials, and we were able to do the first one. In the second tutorial, we are getting an error on the etl_generic_omop line, resulting in warnings that zero lines were written. Part of the error message says:
[MainThread ] [ERROR] Failing on input/omop/observation/2.csv _ConceptTableConverter(prefix='observation', file_suffix='', concept_id_field=None, string_value_field='value_as_string', numeric_value_field='value_as_number', concept_id_value_field='value_as_concept_id', force_concept_id=None)
Any idea what might be the issue here? I am also getting an error for 4.csv.
Beta Was this translation helpful? Give feedback.
All reactions