Skip to content
Snippets Groups Projects
Commit 270f8202 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent dac969e9
Branches
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ class IcingIntensityNN: ...@@ -232,6 +232,7 @@ class IcingIntensityNN:
def get_in_mem_data_batch(self, idxs, is_training): def get_in_mem_data_batch(self, idxs, is_training):
# Pretty much dead, but left in here for reference (See note above)
if CACHE_DATA_IN_MEM: if CACHE_DATA_IN_MEM:
key = frozenset(idxs) key = frozenset(idxs)
tup = self.in_mem_data_cache.get(key) tup = self.in_mem_data_cache.get(key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment