Skip to content

Commit

Permalink
font post first commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtorres committed Feb 2, 2016
1 parent fa402be commit df5125d
Show file tree
Hide file tree
Showing 9 changed files with 337 additions and 0 deletions.
335 changes: 335 additions & 0 deletions font-blog/a_fontastic_voyage.ipynb

Large diffs are not rendered by default.

Binary file added font-blog/pretrained/gan_model_dec.h5
Binary file not shown.
Binary file added font-blog/pretrained/gan_model_dec_opt.h5
Binary file not shown.
Binary file added font-blog/pretrained/gan_model_disc.h5
Binary file not shown.
Binary file added font-blog/pretrained/gan_model_disc_opt.h5
Binary file not shown.
1 change: 1 addition & 0 deletions font-blog/pretrained/gan_model_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"latent_width": 2, "rectifier": "sigmoid", "decode_layers": [300, 800, 1000], "disc_layers": [1000, 600, 300], "img_width": 64, "flag_gpu": true, "color_channels": 1, "dec_adam_beta1": 0.5, "dropout_ratio": 0.5, "dec_adam_alpha": 0.0003, "disc_adam_beta1": 0.5, "disc_adam_alpha": 0.0001, "img_height": 64, "mode": "convolution"}
1 change: 1 addition & 0 deletions font-blog/pretrained/vae_model_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"kl_ratio": 0.001, "adam_alpha": 0.0003, "latent_width": 40, "rectifier": "clipped_relu", "decode_layers": [300, 800, 1000], "img_width": 64, "adam_beta1": 0.9, "img_height": 64, "encode_layers": [1000, 600, 300], "flag_gpu": true, "color_channels": 62, "mode": "convolution"}
Binary file added font-blog/pretrained/vae_model_model.h5
Binary file not shown.
Binary file added font-blog/pretrained/vae_model_opt.h5
Binary file not shown.

0 comments on commit df5125d

Please sign in to comment.