You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this way I believe tensorflow is including the whole dataset into the graph. Is that the correct way of doing linear regression? How can I avoid hitting such limit? Other examples are doing smth similar, e.g.:
Hello,
I am hitting tensorflow limits when feeding a larger dataset to the model.
my model looks like:
In this way I believe tensorflow is including the whole dataset into the graph. Is that the correct way of doing linear regression? How can I avoid hitting such limit? Other examples are doing smth similar, e.g.:
https://github.com/pymc-devs/pymc4/blob/master/notebooks/radon_hierarchical.ipynb
Thanks in advance
C
The text was updated successfully, but these errors were encountered: