Some code snippets.
- google_drive.py: Download files from Google Drive using terminal
- merge.ipynb: Merge two images into one (one on the left and the other one on the right, visually similar to
A\B
)
Sometimes when you try to use tensorboard to visualize something, you don't have the write access. You can try
export TMPDIR=/tmp/$USER; mkdir -p $TMPDIR; tensorboard --logdir $LOGDIR
sum(p.numel() for p in model.parameters() if p.requires_grad)