Ricky Han

Results 24 issues of Ricky Han

I am a seq2seq beginner so these are just my 2 cents. Correct me if I'm wrong. * Variable length output * Add weights to the loss function. e.g. the...

enhancement
help wanted

Context: the API for L2 norm is different so it's not implemented as a variant of [`Norm`](https://docs.rs/imageproc/0.17.0/imageproc/distance_transform/enum.Norm.html). I looked at the code it appears conjugating with inverse works for L2...

get_frame_count is now deprecated in favor of frame_count but there is no way to safely get a context. It appears that frame_count does not need &Context: https://docs.rs/imgui/0.1.0/src/imgui/lib.rs.html#102-104

```rust let minimum_blocksize = texture.overlap * 2; ui.drag_int( im_str!("Overlap"), &mut texture.overlap) .min(1) .build(); ui.drag_int(im_str!("Block Size"), &mut texture.blocksize) .min(minimum_blocksize) .build(); ``` This sample code does not function as intended. It appears...

This seems to be an error with the d3 component. Will add more info later.

``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(SubgraphInsufficientInputsForOutputs(["prediction_loss_gradient"]), State { next_error: None, backtrace: Some(stack backtrace: 0: 0x55d11fc81d54 - backtrace::backtrace::libunwind::trace at /home/g/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.4/src/backtrace/libunwind.rs:53 - backtrace::backtrace::trace at /home/g/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.4/src/backtrace/mod.rs:42 1:...

Can you add a dockerfile for easier build? Similar to this: https://github.com/benoitsteiner/tensorflow-opencl/tree/master/tensorflow/tools/docker

Currently there is no way to learn how to use this library. There should be a duckdb-rs book for the best practices to do common operations such as inserting, querying...

# Summary of the new feature/enhancement In [i3](https://i3wm.org/docs/refcard.html), user can switch focus to adjacent zones in 4 directions using hotkeys (`Mod1 + jkl;`). # Proposed technical implementation details (optional) FancyZones...

Idea-Enhancement
FancyZones-Dragging&UI
Product-FancyZones