From a691c4c5bbe014813c92dc9a10661103aeda0ff1 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 15 Jul 2021 10:00:34 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/jigsaw_toxic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tasks/jigsaw_toxic.py b/python/tasks/jigsaw_toxic.py index 388839b..b0383e9 100644 --- a/python/tasks/jigsaw_toxic.py +++ b/python/tasks/jigsaw_toxic.py @@ -295,4 +295,4 @@ def kernel_3( # Try printing first 2 elements of xtrain_seq you will see every word is represented as a digit now # %% [code] - xtrain_seq[:1] + o_2['xtrain_seq'][:1]