lucid/modelzoo/vision_base.py (3 lines): - line 300: report.append(" {}=_, # TODO (eg. {!r})".format(key, suggestions[key])) - line 416: # TODO: consider if we can tell you the path of the faulty manifest here - line 422: if model_path.startswith("./"): # TODO: can we be less specific here? lucid/scratch/atlas_pipeline/grid.py (3 lines): - line 59: # TODO: don't append a point if it doesn't match a filter function provided in params - line 74: # TODO: this isn't being used right now, will need to be - line 96: # TODO: use named parameters? lucid/scratch/atlas_pipeline/pipeline.py (3 lines): - line 14: # TODO: this is where we would distribute the tile processing - line 24: # TODO: write out summary? might be useful for the client-side renderer - line 104: # TODO: enable summarizing of meta attributes? lucid/misc/ndimage_utils.py (2 lines): - line 51: # TODO: maybe allow -1 in target_size to signify aspect-ratio preserving resize? - line 82: # TODO: warn if resulting coordinates are out of bounds? lucid/scratch/js/src/Sprite.html (1 line): - line 47: // TODO this redraws one too many times on when you change the index and url at the same time. lucid/optvis/param/random.py (1 line): - line 28: # TODO: DRY with regard to fft_image from lucid.optvis.param.spatial lucid/modelzoo/caffe_models/AlexNet.py (1 line): - line 38: # TODO - Sanity check this graph and layers lucid/modelzoo/util.py (1 line): - line 123: # TODO: merge with pretty_graph's Graph class. Until then, only use this internally lucid/misc/io/reading.py (1 line): - line 215: # TODO: once dropping Python <3.3 compat, update to `yield from ...` lucid/optvis/param/spatial.py (1 line): - line 86: image_t = image_t / 4.0 # TODO: is that a magic constant? lucid/modelzoo/slim_models/Inception.py (1 line): - line 202: # TODO: understand this graph, see if we can delete some add or relu nodes from layers lucid/misc/io/serialize_array.py (1 line): - line 100: # TODO: Python 3 could save a copy here by using `getbuffer()` instead.