Skip to content

Conversation

@makagan
Copy link
Owner

@makagan makagan commented Aug 11, 2015

No description provided.

fchollet and others added 30 commits July 2, 2015 13:02
Fix unitnorm to be a class, like other constraints
New pull request -- much cleaner
Fix parenthesis typo in examples.md
fchollet and others added 28 commits July 31, 2015 10:38
Proper handling of output values in Masking layer
Updated adam solver to v8 of paper
Added Poisson Loss as an objective
urlretrieve will blindly swallow any 4xx and 5xx responses
and then save the html error response in the local file. This
is probably exactly what we don't want, because not only will
the program crash if there is a network hiccup when the error
file cannot be opened, but it will continue to do so when rerun
until the corrupt cached file is found and manually removed.

Luckily, urlretrieve is just a thin wrapper around
FancyURLopener, so we can make our own thin wrapper
that throws an exception instead of caching the
wrong file.

Tested to be working as before when running cached and
uncached datasets, and also verified to fail loudly
when asked to fetch http://httpstat.us/500
There was some confusion around whether you could mask individual
timesteps.
Should downsample on `steps`.
For all other questions, the full vocab is in the stories and the queries
+ reduce function disappeared (requires import from functools)
+ tarfiles and encodings - decoding bytes to ASCII at line level
Fixes and full results for bAbi RNN example
data_utils: add error handling on url fetches
Add documentation for time distributed sample weighting
Fix conv layers loading for model_from_config
makagan added a commit that referenced this pull request Aug 11, 2015
@makagan makagan merged commit 97cd18f into makagan:master Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.