Quentin Quadrat

Results 105 issues of Quentin Quadrat

Hi! Strangely typing `make` does not make work: I got this error `Set the HOSTTYPE environment variable to be one of the entries in config.mk` I add to comment all...

Hi! 3 years without any doc updates and no technical doc :( This would be nice if people can write some technical documents on how Dtube is implemented, how it...

Bonjour, il manque des `virtual ~xxx() = default;` ``` /Users/runner/work/Janus/Janus/external/Dimension3D/sources/windows/Scene.cpp:38:3: warning: delete called on 'dim::Controller' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] delete controller; ^ /Users/runner/work/Janus/Janus/external/Dimension3D/sources/windows/Scene.cpp:41:3: warning: delete called...

bug

Hi sir! In your excellent document "how_convolutional_neural_networks_work.html", in the section "Fully connected layers", we show the picture of a fully connected layer with `.92` and `.51` I guess they are...

I do not have Mac: could be nice to reuse this code https://github.com/andreduvoisin/CompositeEngine

help wanted

``` elif env['platform'] == 'osx': # Use Clang on macOS by default env['CXX'] = 'clang++' if env["macos_arch"] == "universal": env.Append(LINKFLAGS=["-arch", "x86_64", "-arch", "arm64"]) env.Append(CCFLAGS=["-arch", "x86_64", "-arch", "arm64"]) else: env.Append(LINKFLAGS=["-arch", env["macos_arch"]])...