jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.72k stars 3.03k forks source link

remove 'env' from 'conda env create...' in installation guide #150

Closed jpcompartir closed 1 year ago

jpcompartir commented 2 years ago

Hi,

Thanks for this repo- the installation guide is extremely helpful in dealing with common Mac Mx issues, there's a teeny tiny error in the installation guide of this notebook:.

"conda env create -f tensorflow-apple-metal.yml -n tensorflow"

I believe should be changed to:

"conda create -f tensorflow-apple-metal.yml -n tensorflow"

Thanks!

jeffheaton commented 1 year ago

I tried it as I have it, and it seems to work. I believe the command is valid either way, just to keep it consistant with my video I will leave it as I have it.