Jump to This TimeTranscription Text
00:00:00I tried adjusting several variables in my coin recognition model but the one that seemed to have the most effect was adjusting the batch size apparently I had my batch size set to 2 which as it turns out resulted in nearly the longest
00:00:15run time possible oops batch size affects how often the weights and biases of your tensors are updated setting this to two meant that the tensor values were updated after every other step by changing just this one
00:00:27parameter back to the default value of 32 the epics went from 21 hours down to about 40 minutes which meant that at least this one model could meet the goal of running multiple ethics while I slept