alias123
alias123
About
- Username
- alias123
- Location
- california
- Joined
- Visits
- 15
- Last Active
- Roles
- Member
- Location
- california
Comments
-
Update The source of my huge reduction in training accuracy was that I had inadvertently updated from Tensorflow 1.15 on the first system to Tensorflow 2.x on the second system. After some poking around, I found that TF2.x made "eager executio…
-
Hmm ok back to the drawing board to figure out why identical code+data is performing 2x better on one operating system vs. another Thanks for your quick responses William!
-
Hi William, Sorry my original question wasn't totally clear. I see the way the data is setup (e.g. the headers/columns) when I look at the raw CSV file in say Notepad. In Python you typically import files with a "encoding=utf-8" or something simila…
-
Many thanks to you two. I’ll give the LSL avenue a try and report back if it works.