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

Traning tests #24

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Traning tests #24

wants to merge 9 commits into from

Conversation

guibo-tech
Copy link

No description provided.

guibo-tech and others added 9 commits May 14, 2023 15:12
delete pytorch and torchvision, use the system-level libraries
Replace all dtype=np.long to dtype=np.int64
Replace all dtype=torch.long to dtype=torch.int64
NumPy versions prior to 1.20 used the data type 'long' to represent 64-bit integers. Starting from NumPy version 1.20, the 'long' data type was deprecated, and the equivalent data type 'int64' should be used instead.
- update some outdated methods in the code
- create the config files with training parameters
- modify/reduce training parameters in a way to reduce the use of GPU memory, it seems in the results that the quality and accuracy was affected.
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

Successfully merging this pull request may close these issues.

1 participant