Griffin Tabor
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Griffin Tabor-
Griffin Tabor commented,
We are totally on the same page on what is going on. Thank you for explaining it so much more succinctly than I did. The example case A*A*A*A*A*A*A*x is pretty contrived and is easily solved by pre...
-
Griffin Tabor commented,
My current short term solution is to call this prune function occasionally but its pretty sloppy. Each array will go up and down in ram usage by 10x every function call. Also it is clearly pretty s...
-
Griffin Tabor created a post,
Numpy matrix multiplication causes massive Ram usage + crash
AnsweredI have a gurobi model where I need to do a lot of matrix math operations. In Gurobi 8.1 I have been able to leverage numpy to give me the functions I required. Loading vars into numpy like so ```...