Atul Kakrana

Results 5 issues of Atul Kakrana

Hi, It will help a lot if you can add some examples for FHIR client (`client-py`) on how we can authenticate sessions/calls from Python? For example - how can we...

documentation

Hi Authors, I am trying to fine tune BioBERT for NER task. I am using datasets from BioNLP challenges. I am having two issues: ### ISSUE-1 I see thousands of...

I got this error while running `train.sh` ``` 2023-03-30 23:04:06 | INFO | fairseq.data.data_utils | loaded 35 examples from: ../../data/BC5CDR/relis-bin/train.x-y.x 2023-03-30 23:04:06 | INFO | fairseq.data.data_utils | loaded 18 examples...

## Description Running bundled tutorial `tutorial4_time_series.ipynb` raises an error at the synthesis step. ## How to Reproduce Run notebook `tutorial4_time_series.ipynb`. This step gives an error: `syn_model.generate(count=100).dataframe()` ## System Information -...

## Description Using `timegan` and `timevae` for timeseries / sequential data leads to an error: ``` File ~/miniconda3/envs/syncity/lib/python3.10/site-packages/synthcity/plugins/core/models/ts_model.py:251, in TimeSeriesModel.forward(self, static_data, temporal_data, observation_times) 240 @validate_arguments(config=dict(arbitrary_types_allowed=True)) 241 def forward( 242 self,...