CoLab设置使用GPU和TPU
##tf2.4.0
from tensorflow.python.keras.callbacks import EarlyStopping
from tensorflow.python.keras.layers import Embedding, SpatialDropout1D, LSTM, Dense
from tensorflow.python.keras.models import Sequential
import tensorflow as tf
import os
##下面6行为GP...
原创
2021-08-11 22:09:41 ·
3821 阅读 ·
2 评论