Skip to content

[Q&A] job is not execute after submit the job #3065

Answered by YuanTingHsieh
Gozilasim asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the reply!
We will be happy if you want to contribute your detection logic back as well!

If you make all resource_spec empty for the job's meta.json:

{
"name": "cifar10_fedavg_stream_tb_alpha1.0",
"resource_spec": {
},
"deploy_map": {
"cifar10_fedavg_stream_tb": [
"@ALL"
]
},
"min_clients": 1
}

And leave the "resource.json" at each site empty:

{
"format_version": 2,
"client": {
"retry_timeout": 30,
"compression": "Gzip"
},
"components": [
{
"id": "resource_manager",
"path": "nvflare.app_common.resource_managers.gpu_resource_manager.GPUResourceManager",
"args": {
}
},
{
"id": "resource_consumer",
"path": "nvflare.app_common.resource_consumers.gpu_resource_consumer.GPUResourceCo…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Gozilasim
Comment options

@YuanTingHsieh
Comment options

Answer selected by Gozilasim
@Gozilasim
Comment options

@YuanTingHsieh
Comment options

@holgerroth
Comment options

@Gozilasim
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants