tensorboarX to tensorboardX (#136)

* tensorboarX to tensorboardX

* Update properties.md
This commit is contained in:
sebftw
2019-08-18 18:17:05 -04:00
committed by William Falcon
parent 23a4421595
commit b2a49197e4
+1 -1
View File
@@ -10,7 +10,7 @@ Current dtype
---
#### experiment
An instance of test-tube Experiment which you can use to log anything for tensorboarX.
An instance of test-tube Experiment which you can use to log anything for tensorboard (subclass of [PyTorch SummaryWriter](https://pytorch.org/docs/stable/tensorboard.html)).
```{.python}
self.experiment.add_embedding(...)
self.experiment.log({'val_loss': 0.9})