Tyler Davis

Results 24 comments of Tyler Davis

I can reproduce this 2/3 times by doing the following: 1. Launch Macs Fan Control on laptop while not connected to external display 2. Close the window 3. Connect to...

I wonder if it's specific to a particular hardware or OS version? I'm on a 16 inch M1 Pro MacBook Pro, running macOS 12.

It looks like it does, I reproduced it just now.

I also realized my previous instructions could be more clear, updated instructions below, note new step 6 1. Launch Macs Fan Control on laptop while not connected to external display...

Just now installed the 1.15.3 beta and the issue persists

I tried reproducing following the steps in https://github.com/crystalidea/macs-fan-control/issues/577#issuecomment-1101900044 while running beta 1.5.14 on macOS 12.4, and I was unable to reproduce the issue. Is this expected given any code changes?

I believe the reason for this is that TF Keras was [moved out of the main TensorFlow repository](https://discuss.tensorflow.org/t/keras-project-moved-to-new-repository-in-https-github-com-keras-team-keras/1999). The link you're looking for is https://github.com/keras-team/keras/blob/master/keras/applications/efficientnet_weight_update_util.py

Is this issue resolved now that https://github.com/keras-team/keras-tuner/pull/711 has been merged?

Hi all, Thank you for your work on this issue. I was wondering if there is a recommended workaround (besides using TF 2.8), or if there is an estimate for...

Hi Luke, Here is my augmentation code. I am using augment_inputs() to wrap multiple layers within my model, and model.fit() is being fed with a tf.data.DataSet. Please let me know...