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

will change the deep learning framework from tensorflow to pytorch [The description is attatched below] #18

Open
shravya312 opened this issue Oct 3, 2024 · 16 comments

Comments

@shravya312
Copy link
Contributor

shravya312 commented Oct 3, 2024

A dynamic computation graph is a key feature of PyTorch that allows the framework to create a map of calculations while the program is running.

Key Points:
Built While Running: The graph is formed as you run your code, not before. This means it can change every time you execute it.

Flexible and Adaptive: You can easily change how your model behaves based on the data you provide. For example, if the input data is different, the graph adjusts accordingly.

Easy to Debug: Since the graph is created as the code runs, you can use regular Python tools to check for errors right where they happen, making it easier to fix problems.

@shravya312 shravya312 reopened this Oct 3, 2024
@shravya312
Copy link
Contributor Author

please assign me the task @Devanik21

@shravya312
Copy link
Contributor Author

if u have any suggestions u can surely let me know @Devanik21

@Devanik21
Copy link
Owner

A dynamic computation graph is a key feature of PyTorch that allows the framework to create a map of calculations while the program is running.

Key Points: Built While Running: The graph is formed as you run your code, not before. This means it can change every time you execute it.

Flexible and Adaptive: You can easily change how your model behaves based on the data you provide. For example, if the input data is different, the graph adjusts accordingly.

Easy to Debug: Since the graph is created as the code runs, you can use regular Python tools to check for errors right where they happen, making it easier to fix problems.

Alright, try!🫡

@shravya312
Copy link
Contributor Author

Thanks a lot for giving me this opportunity @Devanik21 I will try my best!

@Devanik21
Copy link
Owner

Thanks a lot for giving me this opportunity @Devanik21 I will try my best!

hello, are u working on it? @shravya312

@Devanik21 Devanik21 added enhancement New feature or request gssoc-ext level2 labels Oct 6, 2024
@shravya312
Copy link
Contributor Author

shravya312 commented Oct 6, 2024

I am working on it,its taking time I will submit pr as soon its done can u please add labels to pull request accepted the leader board is live the pr is not reflecting @Devanik21

@Devanik21
Copy link
Owner

I am working on it,its taking time I will submit pr as soon its done can u please add labels to pull request accepted the leader board is live the pr is not reflecting @Devanik21

I have updated the labels to official ones, now it will be counted.

@shravya312
Copy link
Contributor Author

shravya312 commented Oct 6, 2024

No not in the issue in the pr @Devanik21

@shravya312
Copy link
Contributor Author

image

@shravya312
Copy link
Contributor Author

in the right side labels is none yet

@Devanik21
Copy link
Owner

Please wait

@shravya312
Copy link
Contributor Author

shravya312 commented Oct 6, 2024

haa sure 😇

@shravya312
Copy link
Contributor Author

the pr should be assigned to me and labels should be added
image

@Devanik21
Copy link
Owner

the pr should be assigned to me and labels should be added image

plz check if its updated

@shravya312
Copy link
Contributor Author

shravya312 commented Oct 6, 2024

Thanks a lot It is updated !!😇

@shravya312
Copy link
Contributor Author

By today it will be done @Devanik21

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

No branches or pull requests

2 participants