We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002c25a commit 913ee82Copy full SHA for 913ee82
readme/reference_guide.md
@@ -37,7 +37,7 @@ All parameters are described below.
37
"NB_WORKERS": -1, // maximum number of Workers that can connect to the Server (-1 for infinite)
38
"WANDB_PROJECT": "tmrl", // your wandb project name
39
"WANDB_ENTITY": "tmrl", // your wandb entity name
40
- "WANDB_KEY": "df28d4daa98d2df2557d74caf78e40c68adaf288", // your wandb key
+ "WANDB_KEY": "YourWandbApiKey", // your wandb key
41
"PORT": 55555, // public port of your Server
42
"LOCAL_PORT_SERVER": 55556, // localhost Server port (must not overlap)
43
"LOCAL_PORT_TRAINER": 55557, // localhost Trainer port (must not overlap)
0 commit comments