Git Product home page Git Product logo

when i run the command "python3 -m vit_jax.train --name ViT-B_16-cifar10_`date +%F_%H%M%S` --model ViT-B_16 --logdir /tmp/vit_logs --dataset cifar10",I encountered the error"Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Couldn't resolve host 'metadata'Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Couldn't resolve host 'metadata'"."." about vision_transformer HOT 3 OPEN

KrisLee512 avatar KrisLee512 commented on August 21, 2024
when i run the command "python3 -m vit_jax.train --name ViT-B_16-cifar10_`date +%F_%H%M%S` --model ViT-B_16 --logdir /tmp/vit_logs --dataset cifar10",I encountered the error"Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Couldn't resolve host 'metadata'Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Couldn't resolve host 'metadata'"."."

from vision_transformer.

Comments (3)

andsteing avatar andsteing commented on August 21, 2024

Maybe you run into problems connecting to a server for downloading the cifar10 dataset? If that is the reason the the command python -c 'import tensorflow_datasets as tfds; tfds.builder("cifar10").download_and_prepare()' should result in the same error message. Make sure to have internet connection from the computer where you're running the code, or prepare the dataset on another computer and then copy the ~/tensorflow_datasets directory.

from vision_transformer.

lyw615 avatar lyw615 commented on August 21, 2024

Maybe you run into problems connecting to a server for downloading the cifar10 dataset? If that is the reason the the command python -c 'import tensorflow_datasets as tfds; tfds.builder("cifar10").download_and_prepare()' should result in the same error message. Make sure to have internet connection from the computer where you're running the code, or prepare the dataset on another computer and then copy the ~/tensorflow_datasets directory.

I have prepared cifar10 in local, but have no idea to prevent the program connecting tensorflow_datasets. Does any args tell the program getting data from local? Or any operation to function get_data of input_pipeline.py can achieve it ?

from vision_transformer.

Chenyu-Tian avatar Chenyu-Tian commented on August 21, 2024

I met exactly the same problem, and I found it is a mistake of version. I replace the version to tensorflow-datasets=2.1.0 and tensorflow=2.3.0. Problem solved!

from vision_transformer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.