You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loss =2**-epoch + random.random() / epoch + offset
39
45
trackio.log({"acc": acc, "loss": loss})
40
-
41
-
trackio.finish()
42
-
43
-
# To launch the Gradio UI:
44
-
trackio.ui()
45
46
```
46
47
47
48
Trackio is designed to be lightweight (<500 lines of code total), not fully-featured. It is designed in a modular way so that developers can easily fork the repository and add functionality that they care about.
0 commit comments