Model compatible weights
In the user.uploadModel() step, you have the option to upload weights along with your model.These are called pre-trained weights.
Use pre-trained weights
A pre-trained weight is a saved network that was previously trained on a large dataset, typically on a large-scale image-classification task.
They can be trained locally, or you can use the pre-trained weights from your own or your peers previous experiments by downloading them from tracebloc.
Download weights from tracebloc
Clicking on the download button downloads the model (.py
file), the training plan (.txt
file) and the weights (.pkl
file for TensorFlow and .pth
for PyTorch).