Jason Ansel
Jason Ansel
Perhaps you are looking for: ``` --test-limit TEST_LIMIT stop tuning after given tests count --stop-after STOP_AFTER stop tuning after given seconds ``` Adding `--stop-after=259200` would tune for 3 days then...
Some others were exploring that, but I am not sure how it went.
Torczon is one of the less optimized techniques so hasn't gotten a lot of attention. It tends to only work on simple+smooth search spaces, while opentuner is designed for more...
For the first two, we should just use https://docs.python.org/2/library/tempfile.html This will respect OS-specific environment variables to find temporary storage. On Thu, Sep 10, 2015 at 7:08 PM, Jeffrey Bosboom [email protected]...
Going directly to at:Tensor would allow us to bypass the python data structures that wrap size objects. Every integer/tuple in python is an object that must be allocated, while at...
> I am still investigating the CI failures. That said, do you have any idea of why that is happening? > > ``` > OSError: /tmp/torchinductor_jenkins/jf/cjfwzugaedyclbugrkjgubl7th5t4sp6yci4knbcctdgi2vju5mh.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_S2_ >...
I'm not actively working on OpenTuner anymore, though pull requests to improve things are welcome. I'll review/merge those and cut new releases as needed.
From `--help` > Assume that I'm optimizing the Rosenbrock function, is there a way to let OpenTuner stop after a pre-defined number of function evaluations? ``` --test-limit TEST_LIMIT stop tuning...
It is the same json file format that is output for the final config found.
@pytorchbot merge