Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the correct version of allennlp and vampire? #19

Open
shizhediao opened this issue Sep 20, 2020 · 3 comments
Open

what's the correct version of allennlp and vampire? #19

shizhediao opened this issue Sep 20, 2020 · 3 comments

Comments

@shizhediao
Copy link

Hi,
When I was running the vampire training, I found there are some issues due to the consistent version of allennlp and vampire.
If allennlp==0.9.0, it says "no import module and submodule"
If allennlp==1.0.0, it says "from_files need 2 arguments but 4 are given"

@wxs1208
Copy link

wxs1208 commented Jan 22, 2021

you can try allennlp==1.1.0rc3 ,torch ==1.6.0

@heeh
Copy link

heeh commented Feb 8, 2021

@wxs1208 Could you share the environment.yml?
The following setup does not work.

# environment.yml
name: domains
channels:
  - defaults
dependencies:
  - python=3.7
  - pip
  - pip:
    - torch==1.6.0
    - pytorch-transformers==1.2.0
    - transformers
    - allennlp==1.1.0rc3

@kernelmachine
Copy link
Contributor

Hi there, sorry about the delay. did you try the pinned version of allennlp in the environment.yml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants