“Unable to get Filesystem for path” error when training neural network on google cloud

后端 未结 3 1862
南笙
南笙 2021-02-06 05:00

I am using Google Cloud to train a neural network on the cloud like in the following example:

https://cloud.google.com/blog/big-data/2016/12/how-to-classify-images-with-

3条回答
  •  时光取名叫无心
    2021-02-06 05:15

    It looks like your apache-beam library installation might be incomplete.

    try pip install apache-beam[gcp]

    It allows apache beam to access files stored on Google Cloud Storage.

    Apache Beam package available here

提交回复
热议问题