Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you give the detailed environment Requirement ? #260

Open
zhguo9 opened this issue Feb 2, 2024 · 1 comment
Open

Could you give the detailed environment Requirement ? #260

zhguo9 opened this issue Feb 2, 2024 · 1 comment

Comments

@zhguo9
Copy link

zhguo9 commented Feb 2, 2024

Thank you for all the work you have done !!

however, there are several environment problems about numpy, torchvision and so on. So i'm asking for the probability of listing the environment.
for example , versions of python, numpy and so on .
or just give the total environment for the TLL lib.

Thanks again!

following is some errors due to the environment problems.
image
image

@thucbx99
Copy link
Collaborator

We're sorry that the versions of torch and torchvision used in TLlib are somewhat out of date. At present, the issues that have received a lot of feedback are mainly related to torchvision and numpy. The version of torchvision can be referenced in each task (an example https://github.com/thuml/Transfer-Learning-Library/tree/master/examples/domain_adaptation/image_classification). For numpy, you can consider manually lowering the version, or modifying it according to the error report, mainly the type, etc. (for example, np.int should be modified to np.int32).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants