- Nov 19, 2019
-
-
Christian Fuß authored
-
- Nov 17, 2019
-
-
Christian Fuß authored
added option for teacher forcing. Fixed SoftmaxCrossEntropyIgnoreIndices loss. Added test for Show, attend and tell architecture
-
- Nov 14, 2019
-
-
Christian Fuß authored
-
- Nov 12, 2019
-
-
Christian Fuß authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
Renamed load_data(batch_size, img_size) to load_data_img because it clashes with load_data(train_batch_size, test_batch_size)
-
Sebastian Nickels authored
-
Christian Fuß authored
-
Sebastian Nickels authored
-
- Nov 11, 2019
-
-
Julian Dierkes authored
-
Christian Fuß authored
-
Sebastian Nickels authored
Fixed a bug which occurred when an empty network (a network which contains only an assignment) was used
-
Sebastian Nickels authored
-
- Nov 07, 2019
-
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
Removed inline mode, changed generation of execute and python execute and implemented beam search for both python and c++
-
- Nov 05, 2019
-
-
Christian Fuß authored
Added possibility to save the visual attention for Show, attend and tell architecture as an image. Adjusted axis parameter in softmax layer to ignore batch size. Fixed a problem with some states not being initialized correctly in C++ code due to previous changes to the inline mode
-
- Oct 31, 2019
-
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
- Oct 30, 2019
-
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
- Oct 28, 2019
-
-
Christian Fuß authored
Added BroadcastAdd and Multiply layer. Renamed Multiply layer to BroadcastMultiply. Added axis parameter to Softmax layer. Added SoftmaxCrossEntropyLossIgnoreIndices to SupervisedTrainer for now, in order to ignore certain words/indices for loss computation in NLP applications
-
- Oct 18, 2019
-
-
Sebastian Nickels authored
-
Sebastian Nickels authored
-
- Oct 11, 2019
-
-
Christian Fuß authored
-
Sebastian Nickels authored
-
- Oct 08, 2019
-
-
Christian Fuß authored
-
Christian Fuß authored
-
- Oct 06, 2019
-
-
Christian Fuß authored
-
- Oct 04, 2019
-
-
Nicola Gatto authored
-
- Sep 27, 2019
-
-
Nicola Gatto authored
-
Christian Fuß authored
-
- Sep 26, 2019
-
-
Christian Fuß authored
-
- Sep 24, 2019
-
-
Christian Fuß authored
-
- Sep 23, 2019
-
-
Christian Fuß authored
fixed various bugs, in particular to allow integer outputs in C++ code generation and to fix shape errors for LSTM inputs
-