Skip to content

Commit

Permalink
Update tensorflow version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Taegyun Jeon committed Aug 31, 2016
1 parent 4636875 commit 4672e50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ cuda (to run examples on GPU)
#### Dataset

- Energy Price Forecast 2016: http://complatt.smartwatt.net
- Or use the uploaded csv file for price history for 2015.

#### Current issues

- ```tf:split_squeeze``` is deprecated and will be removed after 2016-08-01. Use ```tf.unpack``` instead.
- ```tf:dnn``` is deprecated and will be removed after 2016-08-01. Use ```tf.contrib.layers.stack``` instead.

Now I am working on modifying previous source code for tensorflow ver. 0.10.0rc0.

0 comments on commit 4672e50

Please sign in to comment.