Giter Site home page Giter Site logo

yandex-research / sparqling-queries Goto Github PK

View Code? Open in Web Editor NEW
34.0 4.0 7.0 9.54 MB

This repo in the implementation of EMNLP'21 paper "SPARQLing Database Queries from Intermediate Question Decompositions" by Irina Saparina, Anton Osokin

Home Page: https://arxiv.org/abs/2109.06162

License: MIT License

Python 97.05% Jsonnet 2.89% Shell 0.06%
text-to-sql semantic-parsing natural-language-inference

sparqling-queries's People

Contributors

saparina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sparqling-queries's Issues

Attribute Error: Can't pickle local object 'EncDecModel.Preproc.dataset.<locals>.<lambda>'

Hi,
I'm using this on Windows and was able to run through the initial setup steps including running the preprocess of one of the experiment tests for text2qdmr. Though when I attempt to train the config file, it results in an attribute error. I've tried finding some solutions for it, but haven't been able to get around it. Any help is appreciated, thanks!

(env-torch1.9) D:\GitInstalls\sparqling-queries>python run_text2qdmr.py train ./text2qdmr/configs/experiments/bert_qdmr_train.jsonnet
Running with 1 GPU
[2022-02-11T14:19:49] Logging to logdir/bert_qdmr_train\bs=6,lr=7.4e-04,bert_lr=3.0e-06,end_lr=0e0,att=1
Some weights of the model checkpoint at bert-large-uncased-whole-word-masking were not used when initializing BertModel: ['cls.predictions.bias', 'cls.seq_relationship.bias', 'cls.seq_relationship.weight', 'cls.predictions.transform.dense.weight', 'cls.predictions.transform.LayerNorm.bias', 'cls.predictions.transform.LayerNorm.weight', 'cls.predictions.decoder.weight', 'cls.predictions.transform.dense.bias']

  • This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
  • This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
    C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\site-packages\transformers\optimization.py:309: FutureWarning: This implementation of AdamW is deprecated and will be removed in a future version. Use thePyTorch implementation torch.optim.AdamW instead, or set no_deprecation_warning=True to disable this warning
    FutureWarning,
    Loaded dataset size: 4321
    [2022-02-11T14:20:11] Running on git commit 'e04d0bfd507c4859be3f35d4e0d8eb57434bb4f6'
    [2022-02-11T14:20:12] Result of conda info:
    [2022-02-11T14:20:12]
    active environment : env-torch1.9
    active env location : C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9
    shell level : 2
    user config file : C:\Users\a2ewmk.condarc
    populated config files : C:\Users\a2ewmk.condarc
    conda version : 4.11.0
    conda-build version : 3.21.6
    python version : 3.9.7.final.0
    virtual packages : __cuda=10.2=0
    __win=0=0
    __archspec=1=x86_64
    base environment : C:\Users\a2ewmk\Anaconda3 (writable)
    conda av data dir : C:\Users\a2ewmk\Anaconda3\etc\conda
    conda av metadata url : None
    channel URLs : https://repo.anaconda.com/pkgs/main/win-64
    https://repo.anaconda.com/pkgs/main/noarch
    https://repo.anaconda.com/pkgs/r/win-64
    https://repo.anaconda.com/pkgs/r/noarch
    https://repo.anaconda.com/pkgs/msys2/win-64
    https://repo.anaconda.com/pkgs/msys2/noarch
    package cache : C:\Users\a2ewmk\Anaconda3\pkgs
    C:\Users\a2ewmk.conda\pkgs
    C:\Users\a2ewmk\AppData\Local\conda\conda\pkgs
    envs directories : C:\Users\a2ewmk\Anaconda3\envs
    C:\Users\a2ewmk.conda\envs
    C:\Users\a2ewmk\AppData\Local\conda\conda\envs
    platform : win-64
    user-agent : conda/4.11.0 requests/2.26.0 CPython/3.9.7 Windows/10 Windows/10.0.18363
    administrator : False
    netrc file : None
    offline mode : False

[2022-02-11T14:20:12] pytorch version: 1.9.0
[2022-02-11T14:20:12] transformers version: 4.16.2
Traceback (most recent call last):
File "run_text2qdmr.py", line 181, in
main()
File "run_text2qdmr.py", line 123, in main
train.main(train_config, distributed=args.distributed)
File "D:\GitInstalls\sparqling-queries\text2qdmr\commands\train.py", line 456, in main
trainer.train(config, modeldir=args.logdir, tb_name=os.path.join('runs_train', args.name))
File "D:\GitInstalls\sparqling-queries\text2qdmr\commands\train.py", line 280, in train
for batch in train_data_loader:
File "D:\GitInstalls\sparqling-queries\text2qdmr\commands\train.py", line 392, in _yield_batches_from_epochs
for batch in loader:
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\site-packages\torch\utils\data\dataloader.py", line 354, in iter
self._iterator = self._get_iterator()
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\site-packages\torch\utils\data\dataloader.py", line 305, in _get_iterator
return _MultiProcessingDataLoaderIter(self)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\site-packages\torch\utils\data\dataloader.py", line 918, in init
w.start()
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\process.py", line 112, in start
self._popen = self._Popen(self)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\popen_spawn_win32.py", line 89, in init
reduction.dump(process_obj, to_child)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'EncDecModel.Preproc.dataset..'

(env-torch1.9) D:\GitInstalls\sparqling-queries>Running with 1 GPU
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "C:\Users\a2ewmk\Anaconda3\envs\env-torch1.9\lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
EOFError: Ran out of input

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.