Day 378
Adding numbers in Bash
integer arithmetic - How can I add numbers in a bash script - Stack Overflow
num=$((num1 + num2))
num=$(($num1 + $num2))
.. which is what I used in the updated create.sh script.
FILE=_posts/$(date +%Y-%m-%d)-day$((365+$(date +%j))).markdown
Tensorflow
- TODO - why can’t
tf.convert_to_tensor()convert stuff to other types (int64->float32) and I have to usetf.cast()afterwards? tf.in_train_phase()– both x and y have to be the same shape- In a custom layer,
compute_mask()can return a singleNoneeven if there are multiple output layers!
German
Erfahrungsmäßig
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus