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

Defining Global and local Discriminator

Open
#10 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

**Defining a global Discriminator and its parameters**

For global :
Use convolution layers on a concatenation of the Masked Input and Output

For Local :
Use convolution layers on a concatenation of the Original content of the masked area and Corresponding content in the output.

You may wish to make a PatchGan Discriminator you can find some good resources [here](https://www.researchgate.net/figure/The-patchGAN-discriminator-input-of-discriminator-is-either-the-pair-of-sketch-yellow_fig2_325291567)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the issue's global and local discriminator requirements and the linked PatchGAN reference. Determine how the convolution layers and parameters should differ for the two discriminators. Done means both definitions cover the specified concatenated inputs and their parameters are documented or implemented.

Written by the indexing model from the issue text.

Assessment

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.