1fb8c70fd6ecd0195c0b2b3702833ad84452cbb9,gen_util.py,,display_batch,#Any#Any#Any#,197
Before Change
ax.get_xaxis().set_visible(False)
ax.get_yaxis().set_visible(False)
ax.imshow(img_nuc, cmap="gray", interpolation="bilinear", vmin=-3, vmax=3)
plt.show()
// display chunks
z_mid_chunk = batch[0].shape[2]//2 // z-dim
for i in range(n_chunks):
After Change
print("light volume slice | z =", z_max_big)
show_img(img_light)
print("-----")
print("nuc volume slice | z =", z_max_big)
show_img(img_nuc)
// display chunks
z_mid_chunk = batch[0].shape[2]//2 // z-dim
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances
Project Name: AllenCellModeling/pytorch_fnet
Commit Name: 1fb8c70fd6ecd0195c0b2b3702833ad84452cbb9
Time: 2017-06-20
Author: chek.o@outlook.com
File Name: gen_util.py
Class Name:
Method Name: display_batch
Project Name: BindsNET/bindsnet
Commit Name: eec37e1ef3381df6462316c0a510c2e03c1a4bd5
Time: 2018-03-12
Author: hananel@hazan.org.il
File Name: examples/benchmark_similar_to_brain2.py
Class Name:
Method Name:
Project Name: nipy/dipy
Commit Name: 19e44874b62532ad4018ea40c82408a1fae3d5f5
Time: 2017-06-20
Author: riddhishb@gmail.com
File Name: doc/examples/denoise_localpca.py
Class Name:
Method Name:
Project Name: freelunchtheorem/Conditional_Density_Estimation
Commit Name: 508078a326ad01638f825e560db8d4a369f5fb27
Time: 2019-01-06
Author: jonas.rothfuss@gmx.de
File Name: cde/empirical_evaluation/moments_time_series.py
Class Name:
Method Name: main
Project Name: biotite-dev/biotite
Commit Name: c9c407951adfd5c101a1875e2761db98eb1f8fa8
Time: 2020-08-18
Author: patrick.kunzm@gmail.com
File Name: doc/examples/scripts/sequence/quality_control.py
Class Name:
Method Name: