mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-24 08:50:26 +01:00
tensorflow version unpined, tensorboard support, home variable fix
This commit is contained in:
@@ -10,3 +10,9 @@ nbd() {
|
||||
# echo "How change $CHECKPOINT_COPY into $WORKING_COPY"
|
||||
nbdiff "$CHECKPOINT_COPY" "$WORKING_COPY" --ignore-details
|
||||
}
|
||||
|
||||
tb() {
|
||||
python -m tensorboard.main --logdir=tf_logs
|
||||
}
|
||||
|
||||
alias tensorboard="python -m tensorboard.main"
|
||||
|
||||
Reference in New Issue
Block a user