When working on a remote server, you can use SSH tunneling to forward the port of the remote server to your local machine at port (port 6006 in this example)
ssh -L 6006:localhost:6006 containner_name
Then launch on remote server with 2.1 or 2.2 command
On local machine
2.1 Normal tensorboard
tensorboard --logdir=runs
2.2 Dev Tensorboard (able to share link)
tensorboard dev upload --logdir runs
Usage
write log to runs file
python3 demo2.py
Examples after follow instructions
Losses
Weight distribution
Hyperparameters interaction
Owner
It's not question of Will, it's question of showing that there's a Way
Tools to create pixel-wise object masks, bounding box labels (2D and 3D) and 3D object model (PLY triangle mesh) for object sequences filmed with an RGB-D camera. This project prepares training and t
Image data augmentation is a technique that can be used to artificially expand the size of a training dataset by creating modified versions of images in the dataset.