ej0cl6 / deep-active-learning

Deep Active Learning
MIT License
802 stars 184 forks source link

Gurobi License #4

Closed vietth-bka closed 2 years ago

vietth-bka commented 3 years ago

Thanks for your incredible lines of code. There are no problems until I run model.optimize() in file full_solver_gurobi.py, it raises error: 'GurobiError: Model too large for size-limited license; visit https://www.gurobi.com/free-trial for a full license'. Gurobi seem not to be free with large size models (because I ran 35000 vectors size of 512) I just want to quickly reproduce the reported results of the paper but not any commercial purposes. Is there any other way to reproduce the results of Core-Set [3] paper or to get the free Gurobi license?

ej0cl6 commented 2 years ago

Currently, our package has been updated and does not support core-set method anymore. Please refer to the original repo (https://github.com/ozansener/active_learning_coreset) of core-set method.