gcloud ml-engine local train … No module named XXX2019 Community Moderator Electionml-engine - no module named trainerTypeError: Value passed to parameter 'input' has DataType string not in list of allowed values: int32, int64, complex64, float32, float64, bool, int8Tensorflow install from Source (Win7): bazel, python -> No module named 'encodings'Tensorflow object detection train.py fails when running on cloud machine learning enginegoogle cloud - permission denied when running dynamic inventory through ansibleinstall python-tk using apt-get before running tensorflow on Google Cloud-MLHow do you pass vocabulary text files to a model and train it on google cloud platforms machine learning engineGoogle Cloud Platform, ML Engine, “No module named absl”Google Cloud Platform, Ml Engine, No module named sklearn_crfsuite.estimatorError training object-detection model on Google Cloud ML Engine no module netsWhy does gcloud ml-engine submit command give “requested cpu s exceed quota”?

Awsome yet unlucky path traversal

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Hacking a Safe Lock after 3 tries

Why Choose Less Effective Armour Types?

Recruiter wants very extensive technical details about all of my previous work

How to use deus ex machina safely?

PTIJ: Who should I vote for? (21st Knesset Edition)

Sailing the cryptic seas

How do anti-virus programs start at Windows boot?

What approach do we need to follow for projects without a test environment?

Is it possible to upcast ritual spells?

Unexpected result from ArcLength

Why doesn't using two cd commands in bash script execute the second command?

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Can a druid choose the size of its wild shape beast?

My adviser wants to be the first author

It's a yearly task, alright

Welcoming 2019 Pi day: How to draw the letter π?

What's the meaning of “spike” in the context of “adrenaline spike”?

Python if-else code style for reduced code for rounding floats

Why do passenger jet manufacturers design their planes with stall prevention systems?

In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf



gcloud ml-engine local train … No module named XXX



2019 Community Moderator Electionml-engine - no module named trainerTypeError: Value passed to parameter 'input' has DataType string not in list of allowed values: int32, int64, complex64, float32, float64, bool, int8Tensorflow install from Source (Win7): bazel, python -> No module named 'encodings'Tensorflow object detection train.py fails when running on cloud machine learning enginegoogle cloud - permission denied when running dynamic inventory through ansibleinstall python-tk using apt-get before running tensorflow on Google Cloud-MLHow do you pass vocabulary text files to a model and train it on google cloud platforms machine learning engineGoogle Cloud Platform, ML Engine, “No module named absl”Google Cloud Platform, Ml Engine, No module named sklearn_crfsuite.estimatorError training object-detection model on Google Cloud ML Engine no module netsWhy does gcloud ml-engine submit command give “requested cpu s exceed quota”?










0















I am having a similar issue as



ml-engine - no module named trainer



I have a trivial GoogleCloud ML project structure



/foo
__init__.py
setup.py
/bar
__init__.py
baz.py


my setup.py is



"""Cloud ML Engine package configuration."""
from setuptools import find_packages
from setuptools import setup

REQUIRED_PACKAGES = []

setup(
name='foo',
version='1.0',
install_requires=REQUIRED_PACKAGES,
packages=find_packages(),
include_package_data=True,
description='Foo'
)


but when I run



gcloud ml-engine local train --module-name=bar --package-path foo 


I get



/Users/peter.wolf/.conda/envs/ie/bin/python: No module named bar


What am I missing? Why is it doing this?



Many thanks
P










share|improve this question




























    0















    I am having a similar issue as



    ml-engine - no module named trainer



    I have a trivial GoogleCloud ML project structure



    /foo
    __init__.py
    setup.py
    /bar
    __init__.py
    baz.py


    my setup.py is



    """Cloud ML Engine package configuration."""
    from setuptools import find_packages
    from setuptools import setup

    REQUIRED_PACKAGES = []

    setup(
    name='foo',
    version='1.0',
    install_requires=REQUIRED_PACKAGES,
    packages=find_packages(),
    include_package_data=True,
    description='Foo'
    )


    but when I run



    gcloud ml-engine local train --module-name=bar --package-path foo 


    I get



    /Users/peter.wolf/.conda/envs/ie/bin/python: No module named bar


    What am I missing? Why is it doing this?



    Many thanks
    P










    share|improve this question


























      0












      0








      0








      I am having a similar issue as



      ml-engine - no module named trainer



      I have a trivial GoogleCloud ML project structure



      /foo
      __init__.py
      setup.py
      /bar
      __init__.py
      baz.py


      my setup.py is



      """Cloud ML Engine package configuration."""
      from setuptools import find_packages
      from setuptools import setup

      REQUIRED_PACKAGES = []

      setup(
      name='foo',
      version='1.0',
      install_requires=REQUIRED_PACKAGES,
      packages=find_packages(),
      include_package_data=True,
      description='Foo'
      )


      but when I run



      gcloud ml-engine local train --module-name=bar --package-path foo 


      I get



      /Users/peter.wolf/.conda/envs/ie/bin/python: No module named bar


      What am I missing? Why is it doing this?



      Many thanks
      P










      share|improve this question
















      I am having a similar issue as



      ml-engine - no module named trainer



      I have a trivial GoogleCloud ML project structure



      /foo
      __init__.py
      setup.py
      /bar
      __init__.py
      baz.py


      my setup.py is



      """Cloud ML Engine package configuration."""
      from setuptools import find_packages
      from setuptools import setup

      REQUIRED_PACKAGES = []

      setup(
      name='foo',
      version='1.0',
      install_requires=REQUIRED_PACKAGES,
      packages=find_packages(),
      include_package_data=True,
      description='Foo'
      )


      but when I run



      gcloud ml-engine local train --module-name=bar --package-path foo 


      I get



      /Users/peter.wolf/.conda/envs/ie/bin/python: No module named bar


      What am I missing? Why is it doing this?



      Many thanks
      P







      machine-learning google-cloud-platform






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 6 at 19:59







      user1902291

















      asked Mar 6 at 19:48









      user1902291user1902291

      1,01421228




      1,01421228






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Nevermind, I got it



          gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo





          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55031108%2fgcloud-ml-engine-local-train-no-module-named-xxx%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Nevermind, I got it



            gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo





            share|improve this answer



























              0














              Nevermind, I got it



              gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo





              share|improve this answer

























                0












                0








                0







                Nevermind, I got it



                gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo





                share|improve this answer













                Nevermind, I got it



                gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 6 at 20:08









                user1902291user1902291

                1,01421228




                1,01421228





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55031108%2fgcloud-ml-engine-local-train-no-module-named-xxx%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                    Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                    Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved