python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Integrate pre-compiled libraries into C++ codebase with CMake ExternalProject
I want to integrate CasADi into a CMake-based C++ codebase as an ExternalProject. For this purpose, I would like to use pre-compiled libraries because building from source is not recommended. So far, ...
fdev
Votes: 0
Answers: 1
How to improve the execution time of gradient estimation using tf.GradientTape in tensorflow 2.x
The objective is to implement https://web.casadi.org/blog/tensorflow/, which was written using Tensorflow 1.x and gpflow 1.x, using Tensorflow 2.x and gpflow 2.x .
I have implemented it in Tensorflow ...
GPrathap
Votes: 0
Answers: 0
How to get the symbolic gradient in Tensorflow 2.x
I want to convert https://web.casadi.org/blog/tensorflow/ , which was written in Tensorflow 1 with casadi, using Tensorflow 2. I have changed the code yet tf.disable_v2_behavior() had to be done to ge...
GPrathap
Votes: 0
Answers: 0