DocProduct icon indicating copy to clipboard operation
DocProduct copied to clipboard

Medical Q&A with Deep Language Models

Results 25 DocProduct issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0-alpha0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.0.0-alpha0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

``` ModuleNotFoundError Traceback (most recent call last) in () 1 #@title Load model weights and Q&A data. Double click to see code 2 ----> 3 from docproduct.predictor import RetreiveQADoc 4...

ImportError: cannot import name 'export_saved_model' from 'tensorflow.python.keras.saving.saved_model' (/usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/saving/saved_model/__init__.py) I take this error when ı run Install Faiss, TF 2.0, and our Github. Double Click to see code block.

Upon running the "Train your own medical Q&A retrieval model" colab notebook I found that even though the pandas dataframe can read the file in "data/sampleData.csv" but running the "d...

it shows import error tensorflow as tf . please help

Hello, Is it possible to get the training data used to train the DocProduct? I mean all the scraped data.

Unable to import the package. The solution seems to be to update the tf but then its throwing an error that the DocProduct doesn't support tf==2.1 Failed to load GPU...

I would be happy to see some of the training trajectories, can you publish some (Even just a screen-shot here would be appreciated) Thank you

Hi all, First of all, thank you so much for releasing such a brilliant work. I need your help in understanding the tutorial jupyter-notebook of training our own QA. Before...