Closed stylebased closed 3 years ago
The conda environment can be created by running:
conda env create --name envname --file=psp_env.yaml
where envname
is the name you want to use for the environment and psp_env.yaml
is the environment file provided in this repo.
Thanks.
Can you share the codes for building the running environment for your code? I spent a lot of time setting the environment. But I always meet inconsistency problems. Thanks