Skip to content

Commit

Permalink
fix d_effective figure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangir-azerbayev committed Oct 30, 2023
1 parent f0c460e commit c4de538
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion analysis/hf_reanalysis/D_effective-raw.html

Large diffs are not rendered by default.

28 changes: 22 additions & 6 deletions analysis/hf_reanalysis/reanalysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1100,28 +1100,44 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 22,
"id": "a2a488a9-d86e-439c-ac1a-4e12fa96bdd8",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"runs = {\n",
" **runs, \n",
" 'D_effective': compute_effective_data(best_result.x, runs['L'], runs['N'])\n",
"runs_early_stopped = {\n",
" **runs_early_stopped, \n",
" 'D_effective': compute_effective_data(best_result.x, runs_early_stopped['L'], runs_early_stopped['N'])\n",
"}\n",
"\n",
"scaling_scatter(\n",
" runs,\n",
" runs_early_stopped,\n",
" x_key='D',\n",
" y_key='R',\n",
" z_key='N',\n",
" color_key='D_effective',\n",
" color_type='log',\n",
" color_type='log10',\n",
" savepath='D_effective-raw.html',\n",
")"
]
},
{
"cell_type": "markdown",
"id": "a5c98894-763d-4d35-a17a-23ebadd82ae7",
"metadata": {},
"source": [
"## Functional Form of $D_E$"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "411ef244-bd15-4fb6-8980-3359db6cb323",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c4de538

Please sign in to comment.