Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pix2pix-tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Hartmann
pix2pix-tensorflow
Commits
0a28df3e
Commit
0a28df3e
authored
8 years ago
by
Merrin Macleod
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
55e8c3f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-11
11 additions, 11 deletions
README.md
with
11 additions
and
11 deletions
README.md
+
11
−
11
View file @
0a28df3e
...
...
@@ -168,17 +168,6 @@ python pix2pix.py \
In this mode, image A is the black and white image (lightness only), and image B contains the color channels of that image (no lightness information).
### Exporting the model
You can export the model to be served or uploaded:
```
sh
python pix2pix.py
\
--mode
export
\
--output_dir
facades_export
\
--checkpoint
facades_train
```
### Tips
You can look at the loss and computation graph using tensorboard:
...
...
@@ -208,6 +197,17 @@ The test run will output an HTML file at `facades_test/index.html` that shows in
<img
src=
"docs/test-html.png"
width=
"300px"
/>
## Exporting
You can export the model to be served or uploaded with
`--mode export`
. As with testing, you should specify the checkpoint to use with
`--checkpoint`
.
```
sh
python pix2pix.py
\
--mode
export
\
--output_dir
facades_export
\
--checkpoint
facades_train
```
## Code Validation
Validation of the code was performed on a Linux machine with a ~1.3 TFLOPS Nvidia GTX 750 Ti GPU and an Azure NC6 instance with a K80 GPU.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment