Francisco 'Cisco' Zabala

Results 9 comments of Francisco 'Cisco' Zabala

Technically, @alaneuler is right. The description uses the term "dimensions" which in this context is interchangeable with "axes" or "rank" ([see TensorFlow's documentation](https://www.tensorflow.org/guide/tensor)). Whether this was intentional or not, a...

Assuming you have `tensorflow-macos` installed, a solution is to change lines 19 and 20 in `setup.py`: ``` if get_dist('tensorflow>='+tf_ver) is None and get_dist('tensorflow_gpu>='+tf_ver) is None: install_deps.append('tensorflow>='+tf_ver) ``` to: ``` if...

See PR #59 for more details on the issue.

true for Ubuntu as well, not sure it's an m1 specific issue

+1 Tensorboard 2.13.0 and werkzeug 2.3.6 on AWS SageMaker notebook

In the meantime, here's a way (Python script) for getting the country-by-date data. I iterate through each day, and add the reports for each region in a country. It saves...

thank @EthanHNguyen. confirming `https` change worked for me.

did you ever figure this out @fferroni?