This commit is contained in:
Nick
2019-11-02 14:26:26 -06:00
parent 8ad134dbd1
commit efb511ee97
+1
View File
@@ -127,6 +127,7 @@ class CTRLGenerator():
# compile the model with the optimizer and loss
model.compile(optimizer=optimizer, loss=loss)
print(model.summary())
self.model = model
# almost there, we now take the user prompt and tokenize with BPE