gchhablani commited on
Commit
175f542
1 Parent(s): 4bb9586

Change TensorBoard ports

Browse files
Files changed (1) hide show
  1. apps/article.py +2 -2
apps/article.py CHANGED
@@ -28,7 +28,7 @@ def app(state=None):
28
  toc.subsubheader("MLM Model")
29
  st.write(read_markdown("pretraining/model.md"))
30
  toc.subsubheader("MLM Training Logs")
31
- st_tensorboard(logdir='./logs/pretrain_logs', port=6006)
32
 
33
 
34
  toc.subheader("Finetuning")
@@ -37,7 +37,7 @@ def app(state=None):
37
  toc.subsubheader("VQA Model")
38
  st.write(read_markdown("finetuning/model.md"))
39
  toc.subsubheader("VQA Training Logs")
40
- st_tensorboard(logdir='./logs/finetune_logs', port=6007)
41
 
42
  toc.header("Challenges and Technical Difficulties")
43
  st.write(read_markdown("challenges.md"))
 
28
  toc.subsubheader("MLM Model")
29
  st.write(read_markdown("pretraining/model.md"))
30
  toc.subsubheader("MLM Training Logs")
31
+ st_tensorboard(logdir='./logs/pretrain_logs', port=8000)
32
 
33
 
34
  toc.subheader("Finetuning")
 
37
  toc.subsubheader("VQA Model")
38
  st.write(read_markdown("finetuning/model.md"))
39
  toc.subsubheader("VQA Training Logs")
40
+ st_tensorboard(logdir='./logs/finetune_logs', port=8010)
41
 
42
  toc.header("Challenges and Technical Difficulties")
43
  st.write(read_markdown("challenges.md"))