Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tf #133

Open
wants to merge 112 commits into
base: ae-rnn
Choose a base branch
from
Open

add tf #133

wants to merge 112 commits into from

Conversation

heruohan
Copy link

sorry,this is a test.

nfmcclure and others added 30 commits November 30, 2015 14:16
Reason for edit:  the sample line below requires the sum(p) == 1. This is not the case always, due to int32 type rounding "errors".  Instead, let's implement a sampling algorithm that samples per weighted p.
Changed Sampling Procedure in model.py
Updated code in order to work with the newest tensorflow version 0.7.1
suggested sampling type argument --sample
when training, model can be initialized from previously saved model
refactored for tensorflow 0.9
Add encoding parameter to TextLoader, default to utf-8.
Make sample play nicer with unicode.
They were saved in binary mode so they must be opened in binary mode as
well.
hugovk and others added 29 commits March 12, 2017 09:56
There is a random segfault in Travis even if the command generates
valid output. So test that output looks good, not if the command exits
cleanly.

Revisit this later as it may lead to tests passing when they shouldn't.

Also adds build status shield to README
Use tmp directory for CI build save/log dirs
 - Add an appropriate unix shebang
 - chmod u+x
 - ordered so that parameters of the model are separated from other non meaningfull configuration (paths, save freq...)
 - add some more information to help newcommers like me understand some parameters
TensorFlow no longer supports Python 3.3
Removed unnecessary line
Add explanatory comments to files
…ipts

Enable execution of main Python scripts train.py and sample.py
Use most fequent character as prime instead of ' ' to not fail on mod…
This is to make the output more readable and assessable.
decoding again from the utf-8 format
@hugovk
Copy link
Contributor

hugovk commented May 14, 2019

@heruohan OK to close this test now?

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.