save dnn model into database
This commit is contained in:
committed by
Dana Van Aken
parent
c37ef9c072
commit
25d0838376
@@ -188,6 +188,7 @@ class Migration(migrations.Migration):
|
||||
('ddpg_actor_model', models.BinaryField(null=True, blank=True)),
|
||||
('ddpg_critic_model', models.BinaryField(null=True, blank=True)),
|
||||
('ddpg_reply_memory', models.BinaryField(null=True, blank=True)),
|
||||
('dnn_model', models.BinaryField(null=True, blank=True)),
|
||||
('creation_time', models.DateTimeField()),
|
||||
('last_update', models.DateTimeField()),
|
||||
('upload_code', models.CharField(max_length=30, unique=True)),
|
||||
|
||||
Reference in New Issue
Block a user