Skip to content

Commit

Permalink
add unittest for dataset;test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danleifeng committed Jul 5, 2021
1 parent 094f147 commit 041a4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_communicator_ps_gpu(self):
batch_size=32, thread_num=1, pipe_command="cat", use_var=slots_vars)
dataset.set_filelist(["test_communicator_ps_gpu.txt"])
dataset._set_use_ps_gpu(1)
dataset.load_into_memory()
dataset.load_into_memory(is_shuffle=True)

os.environ["TEST_MODE"] = "1"
exe = fluid.Executor(fluid.CPUPlace())
Expand Down

1 comment on commit 041a4b2

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 041a4b2 Jul 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍PR: #33159 Commit ID: 041a4b2 contains failed CI.

Please sign in to comment.