print('Training Model | Estimated Left Time for this Epoch: '+"%.2f h"%Time_Estimate+"| Current Average Loss: "+"%.5f"%avg_loss+'| Batches Left:'+str(round((len(train_dataset)-count*batch_size)/batch_size)),end='\r')
last_time=current_time
count+=1
"""
Every Epoch the Model gets Saved Plus the Training History containing all Loses and Accurarcys for every Batch