Skip to content

Commit

Permalink
fixed paper2 bug with keras
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Feb 5, 2025
1 parent af5ffbe commit 99e13ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper2_LIME/Solubility-RNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@
"metadata": {},
"outputs": [],
"source": [
"model.save(\"solubility-rnn-accurate\")\n",
"# model = tf.keras.models.load_model('solubility-rnn-accurate/')"
"model.save(\"solubility-rnn-accurate.keras\")\n",
"# model = tf.keras.models.load_model('solubility-rnn-accurate.keras')"
]
},
{
Expand Down

0 comments on commit 99e13ce

Please sign in to comment.