minhduc66532

Results 6 issues of minhduc66532

My system: - GTX 1660Ti 6GB - 16GB of RAM - Windows 10 - cuDNN 7.6.5 for CUDA 10 - CUDA 8, CUDA 10.1, CUDA 11 (why ? for some...

The title say it all. I follow tensorflow official guide (https://www.tensorflow.org/lite/guide/get_started) ![image](https://user-images.githubusercontent.com/66398066/101988112-590cbf00-3cca-11eb-8f6a-ede3aae3f53a.png) But there is no Interpreter class

missing feature/s

I'm doing some stuff that dynamic rrt 2D will fit perfectly. But I'm having a really hard time understand the code. I know the basics of RRT and RRT* but...

I want to translate this python code to C# ``` class ReflectionPadding2D(tf.keras.layers.Layer): def __init__(self, padding=(1, 1), **kwargs): self.padding = tuple(padding) self.input_spec = [tf.keras.layers.InputSpec(ndim=4)] super(ReflectionPadding2D, self).__init__(**kwargs) def compute_output_shape(self, s): return (s[0],...

The title says it all: ![image](https://user-images.githubusercontent.com/66398066/107137154-30a4e800-693c-11eb-8720-d67acfd9eead.png)

missing feature/s

There is no [np.linalg.norm()](https://numpy.org/doc/stable/reference/generated/numpy.linalg.norm.html) function

missing feature/s