-
AssertionError: If encoder isn't an AutoEncoder, it should have weights 'W_enc', 'W_dec', 'b_enc', 'b_dec'
Gated SAE do not have b_enc and it seems AutoEncoder is not suitable for gated SAE.
-
### Describe the Bug
I have a simple example where I have a stack viewport, upon toggling images the RAM keeps increasing everytime the image is rendered. Note this is not just the initial load siz…
-
**Describe the bug**
On mac OS,10.15.1 `Failed to find service port for display` when trying to visualize a ply file.
**To Reproduce**
Steps to reproduce the behavior:
`xzy = np.random.random((…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
### Start with the `why`:
OpenCV approach for visualization is quite limited - it doesn't easily support graphs (eg. IMU logging) or pointclouds (would need open3d) and has some strange quirks (examp…
-
Kudos to @pigoz for suggesting all these UI improvements. His great [effect-sql](https://github.com/pigoz/effect-sql) project will be used in as an example in the following screen shots.
The goal o…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
RT
-
This feature request is about an automated creation of visualizations from PyTorch/Keras sequential architectures.
## Current State
Neural network structures need to be explicitly created for vi…
-
- Add examples for how to use the module.
- Must add examples for both, Jupyter notebook and Python file.
- Examples for standard BO include:
- [ ] Hyperparameter tuning for an ML model (like SVM…