We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0_Check_Environment is failing while importing tensorflow. kernel is dying while running this. Tried recreating the environment multiple times.
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
I had to update my enviromment.yml to:
name: ztdl channels: - defaults dependencies: - python=3.9.* - bz2file==0.98 - cython==0.29.* - pip==21.2.* - numpy==1.23.* - jupyter==1.0.* - matplotlib==3.4.* - setuptools==52.0.* - scikit-learn==0.24.* - scipy==1.9.* - pandas==1.3.* - pillow==8.3.* - seaborn==0.11.* - pytest==6.2.* - twisted==21.2.* - pip: - tensorflow-macos==2.10.*
Note that I have the macos version of tensorflow as I have an M1 mac.
And the 0_Check_Environment notebook should look like this:
check_version(pip, '21.2') check_version(numpy, '1.23') check_version(matplotlib, '3.4') check_version(sklearn, '0.24') check_version(scipy, '1.9') check_version(pandas, '1.3') check_version(PIL, '8.3') check_version(seaborn, '0.11') check_version(tensorflow, '2.10')
I'm not sure if the entire course code will work with these versions, but at least the first deep learning model notebook is running fine.
No branches or pull requests
0_Check_Environment is failing while importing tensorflow.
kernel is dying while running this.
Tried recreating the environment multiple times.
The text was updated successfully, but these errors were encountered: