@@ -18,7 +18,7 @@ great model and the generated fake images are really funny.
...
@@ -18,7 +18,7 @@ great model and the generated fake images are really funny.
This demo only works with CycleGAN mode, read [CycleGAN train doc](https://github.com/Superjomn/pytorch-CycleGAN-and-pix2pix#cyclegan-traintest) and [changes to the original code](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/compare/master...Superjomn:master) for more information.
This demo only works with CycleGAN mode, read [CycleGAN train doc](https://github.com/Superjomn/pytorch-CycleGAN-and-pix2pix#cyclegan-traintest) and [changes to the original code](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/compare/master...Superjomn:master) for more information.
## MxNet Mnist
## MxNet MNIST
Locates in `./mxnet_demo`.
Locates in `./mxnet_demo`.
By adding VisualDL as callbacks to `model.fit`,
By adding VisualDL as callbacks to `model.fit`,
...
@@ -32,3 +32,9 @@ Locates in `./pytorch`.
...
@@ -32,3 +32,9 @@ Locates in `./pytorch`.
This shows how to use VisualDL in PyTorch for a CNN on `cifar10` dataset. We visualize the loss in Scalar,
This shows how to use VisualDL in PyTorch for a CNN on `cifar10` dataset. We visualize the loss in Scalar,
two convolutional layers in Image, the change trend of conv1 weights in Histogram and the final model graph
two convolutional layers in Image, the change trend of conv1 weights in Histogram and the final model graph
in Graph.
in Graph.
## Caffe2 MNIST
Locates in `./caffe2`.
This shows how to use VisualDL in Caffe2 for LeNet model on `mnist` dataset. We visualize the loss and accuracy in Scalar,