Akshay Sharma

Results 8 issues of Akshay Sharma

Hi team, I have added a check so creating an empty dev file can be skipped in colab and this will reduce infer time as well. Thanks.

cla: yes

Previous related issue https://github.com/microsoft/rat-sql/issues/21 My command line output: ``` DB connections: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████| 166/166 [00:00

### Hi Team, thanks for the wonderful tool. I am trying to quantize savedmodel with multiple inputs but facing below issue. Code: ``` import tensorflow as tf from neural_compressor.experimental import...

Hi Abhishek, thanks for making such a wonderful library. Is there a way to log the validation score in a text file that will be saved as output in last?...

While running run_sparc_editsql.sh script on my added data I am facing the following issue. ``` read_data_json data/sparc/train_no_value.json 3034 read_data_json data/sparc/dev_no_value.json 423 continue OOV! Doc_name continue ``` and I am not...

Hi Team, thanks for creating this wonderful library. Can you guide where I can find a Multi-arm Multi-play Setting example? Note: I am familiar with Multi-arm Single-play setting example of...

Hi Team, Thanks for creating such wonderful notebooks and examples. 😊 I have successfully trained a model(For movie lens data) using a training script mentioned in the example section(https://github.com/tensorflow/agents/blob/master/tf_agents/bandits/agents/examples/v2/train_eval_movielens.py) Can...

In requiremnet.txt can you mention which version should be used for each dependency. I am facing issues in producing the output from this repo. Thanks