Skip to content

Commit

Permalink
🚑 Quickfix incorrectly connected LeakyReLU in residual block
Browse files Browse the repository at this point in the history
Patches c2f3ec2. Residual block was not constructed properly, as we used uppercase 'X' instead of lowercase 'x' inside the python function. That means the generator network's parameter counts have changed again...

Only retrained twice to test if this fixed residual block performs better. This commit specifically references experiment at https://www.comet.ml/weiji14/deepbedmap/497bd90c68d74aaa97a63818161b3897. The RMSE_test metric is slightly above 100, similar to the best result before, but perhaps less prone to exploding/vanishing gradients? Visual inspection of results in deepbedmap.ipynb does look better than previous run though.
  • Loading branch information
weiji14 committed Jan 7, 2019
1 parent c2f3ec2 commit e1e7144
Show file tree
Hide file tree
Showing 5 changed files with 1,339 additions and 489 deletions.
64 changes: 32 additions & 32 deletions deepbedmap.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit e1e7144

Please sign in to comment.