Passing the x and y tensors directly to the fit and train is not recommended. It’s better to use input functions. Using input functions will also allow you to wrap the classifier into an Experiment and get distributed training.
Passing the x and y tensors directly to the fit and train is not recommended. It’s better to use input functions. Using input functions will also allow you to wrap the classifier into an Experiment and get distributed training.