Commit d6b7e71e authored by pirapakaran's avatar pirapakaran
Browse files

Update project_report.md

parent 8c030f7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ In the end, we found that the following complications were to blame: <br>
- python version 3.6 was required
- the requirement of keras was not mentioned anywhere, but is a necessity for the execution of the code
- keras version has to be 2.2.4 because everything higher upgrades tensorflow automatically to tensorflow 2.0 
  while antyhing lower does not support certain modules needed for the code 
  while anything lower does not support certain modules needed for the code 
- and tensorflow 2.0 has so many technical changes, that it is not compatible with our models 
> The final versions that worked for us can be found in README.md
<br>