Open IceCapriccio opened 2 years ago
@IceCapriccio have you found the solution?
No. Because I'm not familiar with docker, so I run this project in the physical machine directly. Now everything is going well.
@IceCapriccio can you share, how exactly did you install without docker? And it would be so much help if you share the versions of packages. Thanks in advance!
Of course. I record all what I do to launch this project, and saved some links I referred, but most pages are in Chinese.
All version of dependencies is same to the version in links or the requirements.txt
I uploaded.
By the way, I don't have sudo permission so all what I do goes in my user directory.
spacy link en_core_web_sm en
x
permision to ROUGE-1.5.5.pl
UserAgent
and DB_File
module.UserAgent
from cpan (you can simply run ROUGE-1.5.5.pl
to get which module is missing) and install it manually.DB_File
module (not found db.h
), so I followed this page to install it.MAX_SENT_NUM
and MAX_GEN_LENGTH
to compress the model. (most finally I run this model in A100 and got very closed results to the results in paper)@IceCapriccio can you share, how exactly did you install without docker? And it would be so much help if you share the versions of packages. Thanks in advance!
When I ran sudo
docker build . -t hmnet
,errors occurred inStep 10/35 : RUN apt-get update && apt-get install -y --allow-change-held-packages --no-install-recommends software-properties-common openssh-client openssh-server pdsh curl sudo net-tools vim iputils-ping wget perl libxml-parser-perl libcudnn7=${CUDNN_VERSION} libnccl2=${NCCL_VERSION} libnccl-dev=${NCCL_VERSION} --allow-downgrades
:It seems that in the docker apt can't find the package. Is it my fault somewhere? or the docker may exist some bugs?