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”?
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
add a comment |
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
add a comment |
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
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
machine-learning google-cloud-platform
edited Mar 6 at 19:59
user1902291
asked Mar 6 at 19:48
user1902291user1902291
1,01421228
1,01421228
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Nevermind, I got it
gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Nevermind, I got it
gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo
add a comment |
Nevermind, I got it
gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo
add a comment |
Nevermind, I got it
gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo
Nevermind, I got it
gcloud ml-engine local train --module-name=foo.bar.baz --package-path foo
answered Mar 6 at 20:08
user1902291user1902291
1,01421228
1,01421228
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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