bhack
bhack
@JUGGHM seems to have switched to regular BSD license with this commit recently https://github.com/YvanYin/Metric3D/commit/f3833ba284767925c85098c1960d06f99ac3e466 But these lines still seems to invalidate BSD license an it seems that they are creating...
I suppose we could close this right?
@mihaimaruseac Is this still the old https://github.com/tensorflow/tensorflow/issues/23557?
https://github.com/NVlabs/Sana/blob/main/asset/docs/sana_video.md
> Hello, I would like to ask, in the current 3D training part of the code, the average loss is calculated for the entire video and then the gradient is...
@etraut-openai Can you disclose why this choice?
> When you save a tf.Module, any tf.Variable attributes, tf.function-decorated methods, and tf.Modules found via recursive traversal are saved. (See the Checkpoint tutorial for more about this recursive traversal.) However,...
Python code wrapped by `@tf.function` is not saved you're really saving the tf.function's cache of ConcreteFunctions
Can you share a very, very minimal but runnable coden example with save and load of what you want?
Yes I meant a runnable (copy, paste, run) minimal example with a save model and load.