itslukeypookie commited on
Commit
ce0da6d
·
verified ·
1 Parent(s): 62127bb

wandb test

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -29,6 +29,13 @@ from tqdm import tqdm
29
  from PIL import Image
30
  import gradio as gr
31
 
 
 
 
 
 
 
 
32
  # from utils import progress_bar
33
 
34
  # CSS theme styling
 
29
  from PIL import Image
30
  import gradio as gr
31
 
32
+ from transformers import TrainingArguments
33
+
34
+ args = TrainingArguments(
35
+ # other args and kwargs here
36
+ report_to="wandb", # enable logging to W&B
37
+ )
38
+
39
  # from utils import progress_bar
40
 
41
  # CSS theme styling