Skip to content

Commit

Permalink
Adding notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterScrat committed Jul 20, 2022
1 parent b3f0c9a commit 0b971cb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Specifically, the features we've added allow for better scaling of training on T
* πŸ’Ύ Google Cloud Storage (GCS) integration/dataset sharding between workers
* πŸ– Quality-of-life improvements (e.g. improved W&B logging)

**[This food does not exist! Click to see more πŸͺ🍰🍣🍹](https://nyx-ai.github.io/stylegan2-flax-tpu/)**
**[This food does not exist! Click to see more samples πŸͺ🍰🍣🍹](https://nyx-ai.github.io/stylegan2-flax-tpu/)**

[![These Cookies Do Not Exist](https://user-images.githubusercontent.com/140592/179369671-32cf8c67-a3d5-43a4-a200-1ba91e736ae2.png)](https://nyx-ai.github.io/stylegan2-flax-tpu/)

Expand All @@ -29,7 +29,7 @@ Specifically, the features we've added allow for better scaling of training on T

## πŸ–Ό Generate images

Download checkpoints from the [latest release](https://github.com/nyx-ai/stylegan2-flax-tpu/releases).
Download the pretrained models from the [latest release](https://github.com/nyx-ai/stylegan2-flax-tpu/releases).

```
python generate_images.py \
Expand Down
36 changes: 36 additions & 0 deletions notebook/image_generation.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 0b971cb

Please sign in to comment.