Skip to content

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