PAGI 0.1.1
Pre-release
Pre-release
- Added
max_to_keep
option to thetf.train.Saver
to increase the number of checkpoints saved - Combined
leaky-relu
andleaky_relu
in the activation function selector as one condition, so either option should returntf.nn.leaky_relu
- Fixed a major bug where
tf_do_training
was always returning the training op, even at test time - Added softmax nonlinearity to the activation function selector
- Major improvements to the Embedding base class
- Other bug fixes and minor improvements