Shay Aharon
Shay Aharon
Hello, If you already have a torch data_loader implementation for your data- you can pass it to DatasetInterface (see or [documentation](https://deci-ai.github.io/super-gradients/super_gradients.training.datasets.html?highlight=datasetinterface#super_gradients.training.datasets.DatasetInterface)). After that, try and follow the same procedure you...
Closing this down as another PR with the same purpose has been opened.
https://github.com/Deci-AI/super-gradients/pull/323
Hey @hamedgorji , Plots are available throughout training, including the end of it through tensorboards (see [here](https://github.com/Deci-AI/super-gradients/blob/master/documentation/source/experiment_monitoring.md))
@BlueRayi I am closing this issue down as since https://github.com/Deci-AI/super-gradients/pull/1879 both QAT and PTQ use the dedicated model's .export() method, and shapes should be the same.
Im closing this down, as I dont think we currently benefit enough from tab completion. Perhaps we can revisit this in the future, when tab completion is more ready from...
> Please note that is worked without calling `prep_model_for_conversion`, > We can add it if needed any maybe run regression on all the models, to see what breaks and what...
@frankvp11 Hello (: Actually, caching is just for the labels, and they are all stored in RAM so CUDA memory shouldn't be affected. It seems that even though you halved...
@ofrimasad is this still relevant?
> Looks like this PR fixes the problem with PIL in Colab and users having to restart the runtime > https://colab.research.google.com/drive/1XpTQvHAPvQRhLFRpCpwoVzrNcYNT72yE#scrollTo=0IIEfRas22hg But there are multiple places in our code which...