Harvey Wang

Results 6 issues of Harvey Wang

Resolve the following warning ```bash python/framework/indexed_slices.py:433: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. "Converting sparse IndexedSlices to a...

enhancement

- Short description - Where and how they're created (file, class, function/method) - Type - How they should be used Examples (some are more self-explanatory than others, but docs/wikis are...

documentation

Not all keys have been replaced by those in the Key class. First replace all string values in all files with `"`.

enhancement
dependencies

Ideally, each particular key in Key class refers to the same variable no matter the context and dictionary: if two dictionaries contain the same object/data, they can share the same...

documentation
enhancement

Rename variables with prefixes `my_` to be more descriptive. E.g. - `my_data` - `my_cycle` - `my_barcode`

documentation
enhancement
question

The code should still run without the v_curves folder. TODO: - fill v_curves with a bunch of zeros and turn off the relevant loss term

enhancement