TrafficFlowPrediction
TrafficFlowPrediction copied to clipboard
Problem intalling keras
I tried to install keras using the command
conda install -c conda-forge keras in anaconda prompt
Run the following codes in order:
- conda create --name new_env
- activate new_env
- install -c anaconda keras