Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchami committed Oct 31, 2018
0 parents commit a2ebedd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Pix2Pix for Denoise

AnoGAN

# denresult

# code
以下コードの説明です

## anogan.py


## load.py

## model.py


# model

### Dsicriminator

### Generator

# Requirement

- Software
- python3.6.3
- tensorflow==1.7.0
- keras==2.1.5
- numpy==1.14.0
- matplotlib==2.2.2
- opencv-python==3.4.1.15

0 comments on commit a2ebedd

Please sign in to comment.