You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to fix this some time soon? Adding just one line like dataset_fn = self.dataset_table.resolve_fn(dataset_fn)
below l. 239 in trained_model.py should be enough as far as I can see. I can also make a pull request out of it if you prefer it that way.
The following lines throws an error:
nnfabrik/nnfabrik/templates/trained_model.py
Lines 329 to 330 in 744ae10
Because
fn_config
returns a string asdataset_fn
:nnfabrik/nnfabrik/main.py
Lines 233 to 236 in 744ae10
The text was updated successfully, but these errors were encountered: