提交 0fa4b3c4 编写于 作者: W wanghaoshuang

Remove unused files.

上级 39e03270
import paddle.fluid as fluid
from paddleslim.nas.darts.search_space import ConvBERTClassifier
place = fluid.CUDAPlace(fluid.dygraph.parallel.Env().dev_id)
with fluid.dygraph.guard(place):
bert = ConvBERTClassifier(3)
bert.fit("./data/glue_data/MNLI/",
5,
batch_size=16,
use_data_parallel=False,
learning_rate=0.00005,
save_steps=1000)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册