Qiran Wu
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Qiran Wu-
Incompatible dimensions in Python
AnsweredHi, I'm using Gurobi in Python to solve a Mixed Integer Programming. This is a reformulation of a Neural Network problem. My `x` is a 1-D vector of 200 variables. The first layer has 50 neurons. ...