Shane Keller

Results 6 issues of Shane Keller

Similar to https://github.com/uber/petastorm/issues/210

`make_one_shot_iterator` [has been deprecated in tensorflow V2](https://github.com/tensorflow/tensorflow/issues/29252), but petastorm documentation still recommends using it. That results in an exception: ``` 'MapDataset' object has no attribute 'make_one_shot_iterator' ``` The new approach...

Thanks for sharing this content! It's very helpful. In https://github.com/chiphuyen/machine-learning-systems-design/blob/master/content/design-a-machine-learning-system.md, "[Machine learning project flow](https://github.com/chiphuyen/machine-learning-systems-design/blob/master/content/ml_project_flow.png)" leads to a 404.

``` /usr/local/opt/redis/bin/redis-server /usr/local/etc/redis.conf >& /tmp/redis.log & sudo dns >& /tmp/dns.log & curl -X PUT -H 'Content-Type: application/json' -d '{"ipv4":["192.168.1.1"], "ipv6":["2605:f8b0:4006:802:0:0:0:1010"]}' http://localhost:8053/dns/api/v1/name/database.domain.com > Cannot PUT /dns/api/v1/name/database.domain.com # tmp/dns.log info: 127.0.0.1 -...

When I run a spark job with this library downloaded as a package, I get an error that `tensorflow` is not found. I would expect that downloading this library as...

For example: [H2O.ai has documentation](https://h2o-release.s3.amazonaws.com/sparkling-water/master/284_nightly/doc/deployment/sw_google_cloud_dataproc.html). Here's what I have tried so far. I copied the requirements from this repo's `environment.yml` file. The cluster initialization step fails though. ``` gcloud dataproc...