Andrei Buin

Results 6 issues of Andrei Buin

I'm trying to get model as large as possible through load_flash API calls, however i've noticed that using Darknet modification of tiny yolo which goes fine through nncase (all of...

You have memory leak on pix_to_ai or garbage collector is not fast enough to clean up released memory.

awaiting reply

# Feature Request ### What is the problem that this feature solves? When I use the Isaac SDK TensorRT inference using the onnx file from the current SSD-mobilenet onnx file,...

enhancement

Just curious, if it is possible to capture inter-dependencies in hidden states by using CRF as middle layer i.e.Model: "sequential_1" as shown below without introducing extra energies and other factors...

I've noticed that BatchSize even it is there for Fine Tuning it is always 1 to make sure it functions properly. If one wants to set it bigger than 1,...

When running decode.py in sample regime i'm getting following error: KeyError: "The name 'model_with_buckets/embedding_attention_seq2seq_1/rnn/rnn/embedding_wrapper/embedding_wrapper/multi_rnn_cell/cell_0/cell_0/gru_cell/add_59:0' refers to a Tensor which does not exist. The operation, 'model_with_buckets/embedding_attention_seq2seq_1/rnn/rnn/embedding_wrapper/embedding_wrapper/multi_rnn_cell/cell_0/cell_0/gru_cell/add_59', does not exist in the...