Matthew Dornfeld
Matthew Dornfeld
Could this be extended to support a distributed algorithm like Impala?
I'm doing the following: 1. Creating an instance of SwayDB that saves about 4 GBs of data to the file system 2. Exiting the process then starting a new one,...
I want to use those variables to make a directory to store tensorboard logs. Is it possible?
Basic reproduce ``` Class Model: @hybrid_property def property(self): pass @property.setter # error appears on this line def property(self): pass ```
I ran into an issue using ktlint to format a file containing a value class. I opened an issue on the ktlint repo. I'm also crossposting here in case the...
## Expected Behavior I have a Kotlin file `KmsKeyId.kt` that contains only this line of code ``` @JvmInline value class KmsKeyId(val kmsKeyId: String) ``` I am using the Bazel kotlin_rules...
I have several Python datetime objects in my configs being sent to Sacred. In Sacredboard these are displayed as ``` start_dt | {...} -- | -- __reduce__[{...}, [B+IMDgUILwnL0A==]]py/objectdatetime.datetime | __reduce__...
I'm following along with this [tutorial](http://imposm.org/docs/imposm/latest/tutorial.html). I am to read a pbf file into imposm. `imposm --read germany.osm.pbf` However, when I try to write to the database with `imposm --write...
I'm running the below example in tf 2.0 and I get an error `AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'export_meta_graph'`. It seems the build_graph function is incompatible with the tf...