dont-stop-pretraining icon indicating copy to clipboard operation
dont-stop-pretraining copied to clipboard

what's the correct version of allennlp and vampire?

Open shizhediao opened this issue 4 years ago • 3 comments

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"

shizhediao avatar Sep 20 '20 05:09 shizhediao

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

wxs1208 avatar Jan 22 '21 02:01 wxs1208

@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

heeh avatar Feb 08 '21 23:02 heeh

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

kernelmachine avatar Mar 17 '21 07:03 kernelmachine