DLPy
1.3.0
What’s New
Installation
Getting Started
Building Models
API Reference
ImageTable
AudioTable
Timeseries
Layers
Model
Constructors
Model Setup
dlpy.model.Model.change_labels
dlpy.model.Model.set_weights
dlpy.model.Model.load_weights
dlpy.model.Model.load_weights_from_caffe
dlpy.model.Model.load_weights_from_keras
dlpy.model.Model.load_weights_from_table
dlpy.model.Model.set_weights_attr
dlpy.model.Model.load_weights_attr
Training
Inference, Evaluation, and Analysis
Saving
Architecture Information
Solvers
Optimizer
Learning Rate Scheduler
Parameters
Metrics
Feature Maps
Sequential Model
Residual Networks
Pre-Built Models for Computer Vision Tasks
Image Captioning
Image Embedding
Pre-Built Models for NLP Tasks
Speech
Speech Utilities
Splitting Utilities
License
DLPy
Docs
»
API Reference
»
dlpy.model.Model.set_weights
View page source
dlpy.model.Model.set_weights
¶
Model.
set_weights
(
weight_tbl
)
¶
Assign weights to the Model object
Parameters:
weight_tbl
:
CASTable or string or dict or WeightsTable
Specifies the weights CAS table for the model