-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Added DLSR using AutoEncoders #1113
Conversation
@Kushal997-das Sir the link which you attached for the duplicate repo is this same repo and the same PR page.. It does not open any other repo and as far as I can find, I only made one PR for this repo and one task on this topic for this PR. |
@Kushal997-das Yes I did deleted the comment because I would definitely trust you when you say that I made a duplicate repo.So I apologized before even checking. I would not go this far cheating for 10 points. Its not worth it |
I have seen it clearly, by mistake I put another link. I'll not accept your PR. |
its okay you might not accept. But why are you accusing me of cheating here for "10 points" ? And now you cannot provide me the proof? I had 10 repo yesterday and I have the same right now too. I have mailed all my work to the GSSOC team yesterday regarding leaderboard so they have the proof of my work. I dont know how this all adds up to " that seems how you are". |
Okey, I'll open it again make sure there shouldn't be any duplicate I don't
have much time to check thoroughly.
…On Fri, 31 May, 2024, 11:14 am Soubeer Koley, ***@***.***> wrote:
its okay you might not accept. But why are you accusing me of cheating
here for "10 points" ? And now you cannot provide me the proof?
This is not how things work in github ig? There is always a log of changes
somewhere.
I dont want to be rude but this is not acceptable from my side as well. I
have checked other PRs also and they have been given the proof of duplicate
task.
I will accept my fault if you can give me mine.
I had 10 repo yesterday and I have the same right now too. I have mailed
all my work to the GSSOC team yesterday regarding leaderboard so they have
the proof of my work. I dont know how this all adds up to " that seems how
you are".
—
Reply to this email directly, view it on GitHub
<#1113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUDPZKV7KRC7JHIHVXCMELZFAE3LAVCNFSM6AAAAABIOAJS46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRGI3TCNZQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you Sir, I have checked again now , there are no duplicate repos having the same task. |
@Kushal997-das can you open this and merge my file if its okay and provide me with a level? |
@Soubeer Will check . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Soubeer, the following things need attention:
Add the project under the "basic" section.
Your .ipynb file is not opening.
Update the readme.md file.
Provide detailed instructions in the readme.md file.
Change the project name from Deep_Learning to a more logical name.
Machine Learning and Data Science/Intermediate/Deep_Learning_Super_Resolution/READme.md
Outdated
Show resolved
Hide resolved
@Kushal997-das changes made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Soubeer Hi, I'm not feeling well, so I'm taking some time to rest.
Could you please give the project a more logical name? 'Deep_learning' doesn't seem suitable. Try to come up with a name that better fits the nature of the project.
Also, make sure you fetch the updated version of the project.
@Kushal997-das Changed the name to Super_Resolution_Using_Deep_Learning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Soubeer As mentioned in last comment fetch the repo once again.
@Kushal997-das updated all the necessities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mb Sir, updated and provided the link for the readme in basic with the main branch from ur repo...should activate the link once its approved...kindly check if there are any more problems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kushal997-das looks good now, should solve the problem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Soubeer 👍🏻
@Soubeer Hurray, your PR got merged into our Project-Guidance 🥳. Thanks a bunch. Feel free to take another Issue. 💖 |
Have you read the Contributing Guidelines ?
Yes
Description
In this project, I developed a deep learning model using autoencoders to enhance the resolution of low-resolution or damaged images. By training the autoencoder on a dataset of paired high-resolution and low-resolution images, the model learns to reconstruct high-quality images from degraded inputs. This technique leverages the power of neural networks to perform image super-resolution, effectively restoring and improving image quality, making it applicable for various uses such as photo restoration and enhancing visual content in low-bandwidth environments.
Fixes #1016
Checklist
README.md
and link to my code.Related Issues or Pull Requests
Nothing similar