Skip to content

Commit

Permalink
Updated /quickstart_create_counterfactuals.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanAvitan committed May 7, 2024
1 parent b6a416d commit e276d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/quickstart_create_counterfactuals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
" eval_str_to_print = '\\n'.join(eval_str_to_print)\n",
" print(f\"{str_to_print}: {eval_str_to_print}\")\n",
"\n",
"IS_FIRST = False\n",
"IS_FIRST = True\n",
"MAX_SEQUENCE_LENGTH = 64\n",
"DEVICE = 'cuda:0' if torch.cuda.is_available() else 'cpu'\n",
"BATCH_SIZE = 512"
Expand Down

0 comments on commit e276d68

Please sign in to comment.