-
i enter 'python my_train.py -params models/r2c++_res101_attribute/default.json -folder models/saves/base -plot models/saves/base_plot' command.
i have a problem like this!
> Traceback (most recent…
-
Hi @jkkummerfeld
I think "(SELECT" in the code below should change into "( SELECT" for the consistency.
https://github.com/jkkummerfeld/text2sql-data/blob/7aaae5bfcce37a54d1d713cabb27ee60dc9ba42…
-
System
- OS: Google Colab
- Python version: 3.6
- AllenNLP version: 0.9.0
- Torch version: 1.3.1
**Question**
I'm trying to train a custom Model using `allennlp train \path\to\the\config\…
-
**System:**
- OS: OSX (High Sierra)
- Python version: 3.7
- AllenNLP version: 0.9.0
**Question**
The terminal freezes for hours after I run the command "allennlp test-install" after installi…
-
**System (please complete the following information):**
OS: Windows 10 pro
Python version: 3.6.8
AllenNLP version: allennlp 0.8.4-unreleased
PyTorch version: 1.1.0
**Question**
I was followi…
-
-
ModuleNotFoundError: No module named 'unique_cuda'
Since my pytorch version is 1.0.0. I cannot install torch-unique with pip, it gives me error, seems didn't support 1.0.0, which confuses me a lot.…
-
Hi,
Can i use the data of ATIS data set from here to train AllenNLP Text2SQL model?
Thank you!
-
When setting the model_param `inference.beam_search.beam_width` to a value greater than 1, I get the following error during inference:
```ValueError: Tried to convert 'input' to a tensor and failed…
-
Hi, when I run 'python test.py --ca' to get execution results, it fails at 'print("Dev execution acc: {}".format(epoch_exec_acc(model, BATCH_SIZE, val_sql_data, val_table_data, DEV_DB)))'.
The error …