I hereby claim:
- I am zaccharieramzi on github.
- I am zaccharier (https://keybase.io/zaccharier) on keybase.
- I have a public key ASA1fJLnO3sHlc2TnS3ia8uBuCOupkv16ahYFYrDGljJfwo
To claim this, I am signing this object:
| # convenience cd | |
| function cdvenv(){ | |
| cd $1; | |
| source venv/bin/activate; | |
| } | |
| compdef _dirs cdvenv |
I hereby claim:
To claim this, I am signing this object:
| pylint | |
| matplotlib | |
| numpy | |
| tqdm | |
| pandas | |
| jupyter |
| """Inspired by https://stackoverflow.com/a/49363251/4332585""" | |
| import io | |
| from keras.callbacks import Callback | |
| import numpy as np | |
| from PIL import Image | |
| from skimage.util import img_as_ubyte | |
| import tensorflow as tf | |
| def make_image(tensor): |
| tensorboard dev list | grep tensorboard | while read line ; do tensorboard dev delete --experiment_id ${line: -23: -1} ; done |
| #!/bin/bash | |
| offline_runs="$1/offline-run*" | |
| while : | |
| do | |
| for ofrun in $offline_runs | |
| do | |
| wandb sync $ofrun; | |
| done | |
| sleep 5m |