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

Changed the view function by reshape #47

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

Conversation

amine0110
Copy link

The function view in utils.py was causing problems (maybe it is due to the newer versions of PyTorch), so it needed to be switched to reshape

The function view was causing problem and not giving the same tensor size for the input, maybe in the new versions of PyTorch this function is not working. I remplaced it by reshape which does the job.
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