Skip to content

Commit

Permalink
ADD faster generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Dec 31, 2018
1 parent d66373b commit d22fa11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avocado/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def sequential_data_generator(celltypes, assays, data, n_positions, batch_size):

tracks = data.values()

print("hello there")

while True:
celltype_idxs = numpy.zeros(batch_size, dtype='int32')
assay_idxs = numpy.zeros(batch_size, dtype='int32')
Expand Down

0 comments on commit d22fa11

Please sign in to comment.