31bfc7c1ce9dac771dbd5e2edf2d5e789d8b1aaa,evaluate.py,,from_pipe,#Any#,18
Before Change
"\n\n %s" % ffmpeg_error))
pipe_out.stdin.close()
pipe_in.stdout.close()
pipe_out.terminate()
pipe_in.terminate()
del pipe_in
del pipe_out
raise IOError(error)
After Change
if len(raw_image) != nbytes:
last = True
X = X[:count]
batch_shape = (count, height, width, 3)
img_placeholder = tf.placeholder(tf.float32, shape=batch_shape,
name="img_placeholder")
preds = transform.net(img_placeholder)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: lengstrom/fast-style-transfer
Commit Name: 31bfc7c1ce9dac771dbd5e2edf2d5e789d8b1aaa
Time: 2016-12-23
Author: jonathan.e.m.bocker@gmail.com
File Name: evaluate.py
Class Name:
Method Name: from_pipe
Project Name: EpistasisLab/tpot
Commit Name: 831f5ce7aad0b8172f965c519d0835465ecc7a12
Time: 2017-03-31
Author: weixuanf@upenn.edu
File Name: tpot/base.py
Class Name: TPOTBase
Method Name: _evaluate_individuals
Project Name: mne-tools/mne-python
Commit Name: c9fa690f0d551f4290872e1a4fba69d25ea2f6a3
Time: 2019-04-23
Author: teon.brooks@gmail.com
File Name: mne/realtime/tests/test_lsl_client.py
Class Name:
Method Name: test_lsl_client