[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-15 08:30:32 +03:00
parent fa1a10804b
commit 0d2aefa2b3

@ -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()