hassonlab / 247-main

This is the top-level repository for all 247 related sub-projects
1 stars 2 forks source link

Update requirements.yml #15

Closed hvgazula closed 1 year ago

hvgazula commented 3 years ago

@zkokaja Can you please update the environment file as well to reflect any new modules you may be using as part of the last 2 PRs? Thanks.

zkokaja commented 2 years ago

Let's all put our latest environment here so we can agree on one environment for all

miahong commented 2 years ago

@hvgazula it seems I cannot upload yml file here, so just emailed you the file I used laterly. let me know if you have more questions.

hvgazula commented 2 years ago

Here's mine hg-reqs.txt

@miahong You can make a text file and then 'drag-and-drop' here.

hvgazula commented 2 years ago

FYI, the command I used is as follows: conda env export > hg-reqs.txt

VeritasJoker commented 2 years ago

Mine is the exact same as the yaml file in 247-main.

On Wed, Apr 20, 2022 at 2:36 PM H Gazula @.***> wrote:

FYI, the command I used is as follows: conda env export > hg-reqs.txt

— Reply to this email directly, view it on GitHub https://github.com/hassonlab/247-main/issues/15#issuecomment-1104319831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZU6UQQD7ELE52PK3VL67TVGBFDBANCNFSM5AWAMXUQ . You are receiving this because you were assigned.Message ID: @.***>

hvgazula commented 2 years ago

Mine is the exact same as the yaml file in 247-main. Best, Ken On Wed, Apr 20, 2022 at 2:36 PM H Gazula @.> wrote: FYI, the command I used is as follows: conda env export > hg-reqs.txt — Reply to this email directly, view it on GitHub <#15 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZU6UQQD7ELE52PK3VL67TVGBFDBANCNFSM5AWAMXUQ . You are receiving this because you were assigned.Message ID: @.>

Are you sure yours is that simple? Why not just run the command and put your file there so i makes it easy for comparison? :)

VeritasJoker commented 2 years ago

Ah my bad, I thought you meant the original yaml file. Here is my hg-reqs.txt hq-reqs.txt

zkokaja commented 2 years ago

Here's mine! zz-reqs.txt

hvgazula commented 2 years ago

@miahong Can you too please post your reks file here using the command above (in this chain)? I am about to diff and merge all our requirements.

miahong commented 2 years ago

name: 247-main channels:

miahong commented 2 years ago

hg-reqs.txt

zkokaja commented 2 years ago

@hvgazula some useful tools to list only what is relevant:

hvgazula commented 2 years ago

I like the first one. I guess that is what you did instead of manually :P.

zkokaja commented 2 years ago

@zkokaja @hvgazula @VeritasJoker @miahong run conda env export --from-history > ${USER}.txt from your 247-main conda environment and upload it here as a file.

miahong commented 2 years ago

mh6546.txt

zkokaja commented 2 years ago

zzada.txt

VeritasJoker commented 2 years ago

kw.txt sorry for the late file

hvgazula commented 2 years ago

Hello All, ultimately after some tests, I've come up with this requirements file for pickling and encoding. Please be aware that this environment does not include packages/modules supporting code that is not part of the final codebase.

https://github.com/hassonlab/247-encoding/blob/pkl_hierarchy/requirements.yml

zkokaja commented 2 years ago

Note for the above requirements file. I had to remove the torch lines with cuda versions and install manually using: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113