Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 55e47cc

Browse files
committed
remove sconce references
1 parent f5916ff commit 55e47cc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

seq2seq-translation/seq2seq-translation.ipynb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -948,18 +948,6 @@
948948
"plot_every = 200\n",
949949
"print_every = 1000\n",
950950
"\n",
951-
"import sconce\n",
952-
"job = sconce.Job('seq2seq-translate', {\n",
953-
" 'attn_model': attn_model,\n",
954-
" 'n_layers': n_layers,\n",
955-
" 'dropout_p': dropout_p,\n",
956-
" 'hidden_size': hidden_size,\n",
957-
" 'learning_rate': learning_rate,\n",
958-
" 'teacher_forcing_ratio': teacher_forcing_ratio,\n",
959-
"})\n",
960-
"job.plot_every = plot_every\n",
961-
"job.log_every = print_every\n",
962-
"\n",
963951
"# Keep track of time elapsed and running averages\n",
964952
"start = time.time()\n",
965953
"plot_losses = []\n",
@@ -1106,7 +1094,6 @@
11061094
" # Keep track of loss\n",
11071095
" print_loss_total += loss\n",
11081096
" plot_loss_total += loss\n",
1109-
" job.record(epoch, loss)\n",
11101097
"\n",
11111098
" if epoch == 0: continue\n",
11121099
"\n",

0 commit comments

Comments
 (0)