-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial 4 - ValueError: CrypTen does not support ONNX op Identity. #455
Comments
Hi,have you solved this problem now? |
The same issue remains |
I am receiving the same error when running Tutorial 4 on Google Colab - "ValueError: CrypTen does not support ONNX op Identity." To run Crypten on Python 3.10, I downgraded the following - !pip install torch>=1.7.0 torchvision>=0.9.1 omegaconf>=2.0.6 onnx>=1.7.0 pandas>=1.2.2 pyyaml>=5.3.1 tensorboard future scipy>=1.6.0 |
Run Crypten on Python 3.9 |
Changed value from 17 to 11 per facebookresearch#455 (comment)
Hi I also encountered the same problem and tried to solve it the way you did, but it still didn't work. Are there any other special operations? I have installed the following packages in python3.9: |
Use this command inside your project directory to apply the changes: |
Hi, I am receiving a
ValueError: CrypTen does not support ONNX op Identity.
when trying to run tutorial 4's "Classifying Encrypted Data with Encrypted Model" section. I haven't made any changes to the code except adding a%env CUDA_VISIBLE_DEVICES=""
to bypass CUDA initialization error. How do I get around this? Thank youLog is below.
The text was updated successfully, but these errors were encountered: