Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
a30c47c6
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
a30c47c6
编写于
10月 10, 2022
作者:
N
Nyakku Shigure
提交者:
GitHub
10月 10, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[CodeStyle][F401] remove unused imports in fluid/tests/test_*, book (#46716)
上级
9f83d3c6
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
0 addition
and
10 deletion
+0
-10
python/paddle/fluid/tests/book/notest_understand_sentiment.py
...on/paddle/fluid/tests/book/notest_understand_sentiment.py
+0
-1
python/paddle/fluid/tests/book/test_image_classification.py
python/paddle/fluid/tests/book/test_image_classification.py
+0
-1
python/paddle/fluid/tests/book/test_label_semantic_roles.py
python/paddle/fluid/tests/book/test_label_semantic_roles.py
+0
-1
python/paddle/fluid/tests/book/test_recognize_digits.py
python/paddle/fluid/tests/book/test_recognize_digits.py
+0
-1
python/paddle/fluid/tests/book/test_rnn_encoder_decoder.py
python/paddle/fluid/tests/book/test_rnn_encoder_decoder.py
+0
-2
python/paddle/fluid/tests/book/test_word2vec_book.py
python/paddle/fluid/tests/book/test_word2vec_book.py
+0
-1
python/paddle/fluid/tests/test_beam_search_decoder.py
python/paddle/fluid/tests/test_beam_search_decoder.py
+0
-2
python/paddle/fluid/tests/test_error_clip.py
python/paddle/fluid/tests/test_error_clip.py
+0
-1
未找到文件。
python/paddle/fluid/tests/book/notest_understand_sentiment.py
浏览文件 @
a30c47c6
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
paddle.fluid.layers.device
import
get_places
import
unittest
import
paddle.fluid
as
fluid
import
paddle
...
...
python/paddle/fluid/tests/book/test_image_classification.py
浏览文件 @
a30c47c6
...
...
@@ -21,7 +21,6 @@ import numpy
import
unittest
import
os
import
tempfile
import
numpy
as
np
paddle
.
enable_static
()
...
...
python/paddle/fluid/tests/book/test_label_semantic_roles.py
浏览文件 @
a30c47c6
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
import
contextlib
import
math
import
numpy
as
np
import
os
import
time
...
...
python/paddle/fluid/tests/book/test_recognize_digits.py
浏览文件 @
a30c47c6
...
...
@@ -22,7 +22,6 @@ import numpy
import
paddle
import
paddle.fluid
as
fluid
from
paddle.fluid.layers.device
import
get_places
paddle
.
enable_static
()
...
...
python/paddle/fluid/tests/book/test_rnn_encoder_decoder.py
浏览文件 @
a30c47c6
...
...
@@ -15,9 +15,7 @@
import
numpy
as
np
import
paddle
import
paddle.fluid
as
fluid
import
paddle.fluid.core
as
core
import
paddle.fluid.framework
as
framework
import
paddle.fluid.layers
as
layers
import
contextlib
import
math
import
sys
...
...
python/paddle/fluid/tests/book/test_word2vec_book.py
浏览文件 @
a30c47c6
...
...
@@ -14,7 +14,6 @@
import
paddle
import
paddle.fluid
as
fluid
from
paddle.fluid.layers.device
import
get_places
import
unittest
import
os
import
numpy
as
np
...
...
python/paddle/fluid/tests/test_beam_search_decoder.py
浏览文件 @
a30c47c6
...
...
@@ -19,13 +19,11 @@ import contextlib
import
numpy
as
np
import
paddle
import
paddle.fluid
as
fluid
import
paddle.fluid.core
as
core
import
paddle.fluid.framework
as
framework
import
paddle.fluid.layers
as
layers
from
paddle.fluid.executor
import
Executor
from
paddle.fluid.contrib.decoder.beam_search_decoder
import
*
import
unittest
import
os
paddle
.
enable_static
()
...
...
python/paddle/fluid/tests/test_error_clip.py
浏览文件 @
a30c47c6
...
...
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import
numpy
as
np
import
paddle
import
paddle.fluid
as
fluid
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录