Aditya Kane
                                            Aditya Kane
                                        
                                    @ghylander I have a working script (i.e., the model trains smoothly), but I am not sure if that is what you want. Please take a look and let me know:...
@Faptimus420 Instead of `((img, img, img), label)`, we can have `{"inp1":img,"inp2":img,"inp3":img}, label`. The format you mentioned is not possible because ``` If x is a dataset, generator, or [keras.utils.Sequence](https://www.tensorflow.org/api_docs/python/tf/keras/utils/Sequence) instance,...
@ghylander Requesting to close this issue in case it is resolved. Thank you.
@qlzh727 @LukeWood Could you please take a look at this one?
@DavidLandup0 I think the main focus of having training scripts is reproducibility. They have mentioned it in a PR or RFC, I believe. @ianstenbit please correct me if I'm wrong.
@ianstenbit I'll take a look and raise a PR, most likely towards the end of this week.
@ianstenbit The accelerator test failed - is that expected?
I guess the models tests have passed, other tests have failed due to timeout.
> The easiest way to do this would be to make DeepVision utilities conform to HF/TF/PT hub models to make it easy to use it with them. Not really sure...