ACM-VIT / ACM-VIT/Fill-In-the-Blanks

Create and design Generator Model

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
good first issue hacktoberfest
Dominant language
Jupyter Notebook
Stars
13
Forks
6
PR merge metrics
No merged PRs in 30d

Description

**You have to define a Generator function and decide its parameters **

We have planned on making a U-Net architecture for the (Generator:https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/)

Following are the points you have to keep in mind :
- Make Encoder using Convolution layers
- Make Decoder using Transposed Convolution layers
- Create skip connections between the encoder and decoder (as in U-Net).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the linked U-Net reference and the repository's existing notebook structure. Define the Generator's parameters, then implement an encoder with convolution layers, a decoder with transposed convolutions, and U-Net-style skip connections; it is done when the model design and implementation satisfy all three listed requirements.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
computer-vision, machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.