Skip to content
Discussion options

You must be logged in to vote

Thanks for the prompt help, and helping to find a solution via pathMappings.
I solved it now by just adapting my launch.json file and doing pathMappings between the original and the NVFlare-copied file. This is my launch.json:

{
    "version": "0.2.0",
    "configurations": [
      {
        "name": "Run KMeans Job",
        "type": "python",
        "request": "launch",
        "program": "${workspaceFolder}/src/kmeans_job.py",
        "console": "integratedTerminal",
        "args": [
          "--workspace_dir", "/tmp/nvflare/workspace/works/kmeans",
          "--job_dir", "/tmp/nvflare/workspace/jobs/kmeans",
          "--client_data_paths",
          "/som/path/to/data.csv,/another/p…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@yhwen
Comment options

@mbujo
Comment options

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