Use this tag to ask questions about the Intel® Distribution for Python* which is an integrated package that delivers faster application performance on Intel® platforms. It is used to accelerate compute-intense applications—including numeric, scientific, data analytics, machine learning–that use NumPy, SciPy, scikit-learn*, and more.
Questions tagged [intel-python]
22 questions
0
votes
1 answer
Trying to Perform Vtune Analysis Using Python 3.6
I am created Tensor Flow (1.15.5) environment using python 3.6
Model name: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
OS:Ubuntu 18.04.5 LTS
import tensorflow as tf
w1=tf.Variable(tf.random_normal(([2,3]),stddev=1.0,seed=1) ) …

Aishwarya
- 29
- 4
0
votes
1 answer
How do we find vi-like key bindings in Intel python?
I have set up the system default python to accept the vi-like key bindings (e.g. k for previous line in the history) by writing the following line in `~/.inputrc
set editing-mode vi
The system's built-in Python REPL uses the 'readline' library,…

Aishwarya
- 29
- 4
0
votes
0 answers
PyCharm and/or numpy randomly breaks even when nothing changes
Every once in a while my PyCharm, Numpy or conda environment breaks numpy and I get this error:
D:\Miniconda3\envs\main_env\python.exe "C:\Program Files\JetBrains\PyCharm 2021.1.3\plugins\python\helpers\pydev\pydevconsole.py" --mode=client…

krolic
- 51
- 2
0
votes
1 answer
Getting the IntelOneAPI to work in Windows 10
I have successfully installed the offline Intel OneAPI base package in my Windows 10 machine. I cose the custom installation and picked only the following to install;
Intel® oneAPI Data Analytics Library.
Intel® oneAPI Deep Neural Network…

Anoban Karunananthan
- 80
- 2
- 12
0
votes
1 answer
python dependency error while installing a package
Whenever I install a python package I get this error. I am using Intel development python in Miniconda environment. The package is getting installed but always this dependency error arises.
The following is an example.
pip install keras
The…

G.MAHESH
- 120
- 11
0
votes
0 answers
How to use intel python on docker?
My objective is to use Intel Python to accelerate some NumPy process, mainly the FFT function. But when I use Intel Python inside a docker it has the same efficiency that "normal" Python. How do I solve it?
Some useful information, to test the…

Lucas Araújo
- 429
- 5
- 17
-1
votes
1 answer
Unable to Import Numba Package Getting Error
I had run the test code in the comon conda python3.8 with…

Aishwarya
- 29
- 4