microsoft / SwinBERT

Research code for CVPR 2022 paper "SwinBERT: End-to-End Transformers with Sparse Attention for Video Captioning"
https://arxiv.org/abs/2111.13196
MIT License
238 stars 34 forks source link

What are the entire packages and dependencies for running the code? Is someone run the code in local conda environment successfully? #39

Closed tiesanguaixia closed 1 year ago

tiesanguaixia commented 2 years ago

Hi!:smiley::smiley:I want to run your code in conda environment and I generate the environment.yaml from base conda environment in the docker container. But when I conda env create -f environment.yaml, there are always many errors like the packages are conflicting😥. It makes me so crazy:tired_face:. So I wonder if you can do me a favor about how to run the code in conda environment locally? Thank you very much!!!

Space-Xun commented 1 year ago

Hi!😃😃I want to run your code in conda environment and I generate the environment.yaml from base conda environment in the docker container. But when I conda env create -f environment.yaml, there are always many errors like the packages are conflicting😥. It makes me so crazy😫. So I wonder if you can do me a favor about how to run the code in conda environment locally? Thank you very much!!!

hello, have you solved the problem? I want to run the project in conda envs too. Can you share a conda env?