Ritesh Bhalerao
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
Comments
Recent activity by Ritesh Bhalerao-
Thank you for your response, I just need to ask can the following system specs be able to handle this problem GPU Card: NVIDIA 10800 Pytorch SSD Memory: 1500 GB GPU Memory: 80 GB Ram : 115 GB OS: ...
-
#Distance.shape = (2000,2000) type = np.matrixB = m.addMVar((2000,2000), vtype= GRB.CONTINUOUS , lb = 0 , name = B_name )X = m.addMVar((2000,2000), vtype= GRB.BINARY)exp1 = (Distance * B * X).sum()...