diff --git a/d1/jigsaw_toxic.py b/d1/jigsaw_toxic.py index 303382d..3bf07dc 100644 --- a/d1/jigsaw_toxic.py +++ b/d1/jigsaw_toxic.py @@ -185,7 +185,7 @@ xvalid_pad = sequence.pad_sequences(xvalid_seq, maxlen=max_len) word_index = token.word_index # %% [code] -%%time +#%%time with strategy.scope(): # A simpleRNN without any pretrained embeddings and one dense layer model = Sequential()