-
Notifications
You must be signed in to change notification settings - Fork 129
Comparing changes
Open a pull request
base repository: facebookresearch/theseus
base: 0.1.0-b.1
head repository: facebookresearch/theseus
compare: 0.1.0-b.2
- 15 commits
- 50 files changed
- 8 contributors
Commits on Dec 6, 2021
-
Added clearer explanation at the end of Tutorial 0 and fixed doc typos (
#2) * Added clearer explanation at the end of Tutorial 0 and fixed typo in wget for motion planning example. * Added license header to tactile_pose_estimation.py.
Configuration menu - View commit details
-
Copy full SHA for b0b01ea - Browse repository at this point
Copy the full SHA b0b01eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f6ce3 - Browse repository at this point
Copy the full SHA c3f6ce3View commit details
Commits on Dec 17, 2021
-
* Add plots to tutorials * add semicolon to stop spurious matplotlib prints; fix typo; rerun all cells * rerun tutorials 1 and 2 with python 3.8 Co-authored-by: Mustafa Mukadam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50a7556 - Browse repository at this point
Copy the full SHA 50a7556View commit details -
update text in Tutorial 2 per issue #27 (#31)
* update text in Tutorial 2 per issue #27 Co-authored-by: Shobha Venkataraman <[email protected]> Co-authored-by: Mustafa Mukadam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4699b4d - Browse repository at this point
Copy the full SHA 4699b4dView commit details
Commits on Dec 20, 2021
-
update continuous integration (#21)
* update continuous integration * update cuda installs in ci * fix install of torch tools in ci Co-authored-by: Maurizio Monge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1d0cd0 - Browse repository at this point
Copy the full SHA e1d0cd0View commit details
Commits on Dec 21, 2021
-
cusolver based batched LU solver (#22)
* cublas-based sparse LU solver class * update cuda installs in ci * add test to ci * add C++ extensions to gitignore Co-authored-by: Maurizio Monge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec9546c - Browse repository at this point
Copy the full SHA ec9546cView commit details -
CUDA batch matrix multiplication and ops (#23)
* update continuous integration * cublas-based sparse LU solver class * batched sparse cuda matrix operations * update cuda installs in ci * add test to ci * add missing files * add missing files * fix install of torch tools in ci * add missing new line * add C++ extensions to gitignore * clear lingering printf * license, move tests and utils * license, move tests * fix tests in ci * fix comparisons * rename util to random_sparse_binary_matrix, rename init_batch_size for clarity * rename util to random_sparse_binary_matrix * restore looping idiom, random_sparse_binary_matrix in toplevel __init__ * re-remove from toplevel init * cols/rows -> num_cols/num_rows * cols/rows -> num_cols/num_rows Co-authored-by: Maurizio Monge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbb3943 - Browse repository at this point
Copy the full SHA dbb3943View commit details
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b3ba0f - Browse repository at this point
Copy the full SHA 3b3ba0fView commit details
Commits on Dec 27, 2021
-
Adds support for energy based learning with NLL loss (LEO) (#30)
* add tests for leo with GN/LM optimizers * add sampler to GN/LM optimizers * run leo on 2d state estimation, add viz, learning_method options
Configuration menu - View commit details
-
Copy full SHA for b021b08 - Browse repository at this point
Copy the full SHA b021b08View commit details
Commits on Jan 19, 2022
-
Initial implicit/truncated backward modes (#29)
* Initial WIP commit of implicit/truncated backward modes * spacing * add numdifftools requirement * fix mypy and GPU issues * import BackwardMode as part of the main thesus module * add ValueError messages * add comments to backward_modes and add it to examples/README * Remove error_increase_induces * move converged_indices from the info back into the optimizaiton loop * fix gradient scaling for #39 * update backward tests * add type hints/remove unused track_best_solution * remove erroneous update
Configuration menu - View commit details
-
Copy full SHA for 6d89db7 - Browse repository at this point
Copy the full SHA 6d89db7View commit details
Commits on Jan 24, 2022
-
Changed TheseusLayer.forward() to receive optimizer_kwargs as a singl…
…e dict (#45) * [refactor] Changed TheseusLayer so that optimizer_kwargs are passed as a single dict. * Updated all tutorials to use optimizer_kwargs dict in forward(). * Updated examples to use optimizer_kwargs dict in forward(). * Add additional test to check that TheseusLayer.forward(aux_vars=) is not accepted.
Configuration menu - View commit details
-
Copy full SHA for 58d3c6e - Browse repository at this point
Copy the full SHA 58d3c6eView commit details
Commits on Jan 31, 2022
-
CUDA-based solver class and autograd function (#24)
* update continuous integration * cublas-based sparse LU solver class * batched sparse cuda matrix operations * cuda-based sparse autograd function and solver * update cuda installs in ci * add test to ci * fix install of torch tools in ci * add C++ extensions to gitignore * add support for damping in cusolver lu solver (all types) * testing multiple solver contexts * add cuda mark to tests requiring cuda Co-authored-by: Maurizio Monge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0308a9a - Browse repository at this point
Copy the full SHA 0308a9aView commit details -
Co-authored-by: Maurizio Monge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62a1ae4 - Browse repository at this point
Copy the full SHA 62a1ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3eb9a8 - Browse repository at this point
Copy the full SHA f3eb9a8View commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 03f76b0 - Browse repository at this point
Copy the full SHA 03f76b0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.0-b.1...0.1.0-b.2