-
Notifications
You must be signed in to change notification settings - Fork 310
Same as #50 and #73: NSInvalidArgumentException #116
Comments
Thank you very much for reporting this. This is a very generic crash. Is it possible for you to create a smaller reproducible test case that you could share? |
I'm having the same problem with the most out-of-the-box configuration I believe to be possible for this installation. I'm using Python 3.8.7 on a 2020 MBP with an AMD Radeon Pro 5500M 8 GB and 2.4 GHz 8-Core Intel Core i9 running Mac OS X Big Sur. |
I'm having the same issue on a M1 Mac, 16 Gb RAM, running MacOS Big Sur. 2021-02-18 10:31:20.063847: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.2 |
Mine too. It would crash once it get to the training point. However it seems that only the LSTM layer is affected. If I remove the LSTM layer, the training goes fine. I also tried TensorFlow on Linux and no such error occurred. |
Hi there, thank you so much for this fork! This looks promising and want to try this out on my Mac (MacBook Pro 15, 2018, Radeon Pro 560X)
As similar as the issues currently open (#50 and #73), I also get an error due to an exception
NSInvalidArgumentException
.Also I see the same issue mentioned in #71, however, it seems not linked to this.
I can't share you the code at this point, but I configured the TF like this:
please check the console log in below to investigate the issue. I hope it helps 🙏
Environment: MBP15, 2018, RadeonPro 560X, macOS11.1
The text was updated successfully, but these errors were encountered: