Update train.sh
Browse files
train.sh
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
|
|
|
3 |
echo "Starting attempt at training with default from git repo!"
|
4 |
#cd teaching_arithmetic
|
5 |
# --wandb_log=False \
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
wandb login ${wandb_api_key}
|
4 |
echo "Starting attempt at training with default from git repo!"
|
5 |
#cd teaching_arithmetic
|
6 |
# --wandb_log=False \
|