Guest User

Untitled

a guest
Jan 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. C:UsersDELL>python C:UsersDELLMiniconda3etckerasload_config.py 1>temp.txt
  2. C:UsersDELL>set /p KERAS_BACKEND= 0<temp.txt
  3. C:UsersDELL>del temp.txt
  4. C:UsersDELL>python -c "import keras" 1>nul 2>&1
  5. C:UsersDELL>if errorlevel 1 (
  6. ver 1>nul
  7. set "KERAS_BACKEND=theano"
  8. python -c "import keras" 1>nul 2>&1
  9. )
  10. 'chcp' is not recognized as an internal or external command,
  11. operable program or batch file.
Add Comment
Please, Sign In to add comment