Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
FalconUA
FalconUA has asked
9
questions and find answers to
23
problems.
Stats
679
EtPoint
218
Vote count
9
questions
23
answers
About
Software Engineer at Microsoft, USA. Former Computer Vision engineer at Samsung Research, Ukraine.
FalconUA questions
C++20: difference between [[likely]], [[unlikely]] and __builtin_expect?
Is tf.GradientTape in TF 2.0 equivalent to tf.gradients?
Algorithm to find isomorphic set of permutations
How to programmatically prevent linux computer from sleeping or turning on screensaver?
Given a machine that can sort 5 of your objects. How fast can we sort 25 of them?
C++20: Concepts of multiple types and its constraint, correct syntax?
FalconUA answers
How to implement gradient reversal layer in TF 2.0?
Access internal forget gate value in lstm node
Cloning a network with tf.contrib.graph_editor
Converting an integer to char by adding '0' - what is happening?
Visualize TFLite graph and get intermediate values of a particular node?
Efficiently randomly shuffling the bits of a sequence of words
Do I Need Pretrained Weights For Keras VGG16?
How can I download and skip VGG weights that have no counterpart with my CNN in Keras?
Input images with dynamic dimensions in Tensorflow-lite
Make TensorFlow use training data generated on-the-fly by custom CUDA routine