Implementing approach from a new paper read last night (pytorch)

This commit is contained in:
saymrwulf 2018-12-16 20:49:00 +01:00
parent 6bde058d37
commit 7ecb4e4ef4

View file

@ -143,3 +143,4 @@
2018-11-14T03:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)
2018-11-14T23:58:00 - Refactor for clarity, might break a few tests though (pytorch)
2018-12-16T02:43:00 - Minor doc updates: linking to article on quantization (pytorch)
2018-12-16T20:49:00 - Implementing approach from a new paper read last night (pytorch)