Robert Neale

Results 53 comments of Robert Neale

I'm getting this too after a fresh install today. ``` PS C:\> pyenv --version pyenv 3.1.1 PS C:\> pyenv install 3.9.13 :: [Info] :: Mirror: https://www.python.org/ftp/python :: [Installing] :: 3.9.13...

I did. I tried no value, `.`, the full path to the packages dir, to a new directory, etc. - all got the same error. I just tried again, creating...

I just tested this on a Linux machine and got the same error. However, I did some digging online and found this (edit: likely unrelated) [issue](https://github.com/nrwl/nx/issues/8588). I rolled back my...

After doing some more testing, it looks like minor version 10 is when the failure started. NX version `13.9.7` (and all before I tried) did not have a problem, but...

@prionkor You are using some module that is running the extract-loader. In my case it was the extract-loader after css-loader. Setting the option `esModule: false` on the css-loader I believe...

You are not compiling against TF 2.10.0 despite having it installed. That line in tflite_op_shim.h is not a function in version 2.10 and 2.11. So you must be compiling against...

@ethiel Your error is mismatching versions. On nightly, we switched the shims from using OpName member variable to method. Likely you need to check out the TF Text branch of...

This is great @DuongTSon! With step 2, are you saying that the conditional is not failing so it's executing the prepare_tf_dep.sh inproperly, or that you need it to execute that...

Thanks for the interest. We are working on providing something for tf.lite even if it's not as a fully featured.

Hi, I'm glad you found it! That page is the best resource. We are trying to have all new ops convertible to TF Lite, and converted some of our more...