Fit/encoder time of first stage model is not returned in case of loading encodings of image data
|
return data, split(encoding_path, "/")[end], encoder_params |
but is present in tabular
|
return data, split(encoding_path, "/")[end], encoder_params, model["fit_t"] |
Fit/encoder time of first stage model is not returned in case of loading encodings of image data
GenerativeAD.jl/src/models/utils/two-stage.jl
Line 99 in 9e2ef18
but is present in tabular
GenerativeAD.jl/src/models/utils/two-stage.jl
Line 74 in 9e2ef18