maxpumperla / betago

BetaGo: AlphaGo for the masses, live on GitHub.
http://maxpumperla.github.io/betago
MIT License
680 stars 162 forks source link

Fix TF graph issue & flask_ext issue #55

Closed tanmayb123 closed 6 years ago

tanmayb123 commented 6 years ago

This PR fixes 2 issues:

  1. TF's complaint about is not an element of this graph.
  2. Changed from flask.ext.cors import CORS to from flask_cors import CORS
maxpumperla commented 6 years ago

awesome, thank you!