tensorflow - Layer and batch normalization to replace preprocessing? -


both batch normalization , layer normalization implemented default distribution of tensorflow. however, afer reading original papers still not clear me if replace need normalization of input data or if used between layers? example in online learning task use layer normalization in tensorflow rnn module , dont have worry abot manually preprocessing input?


Comments

Popular posts from this blog

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -