Skip to content

Commit

Permalink
Release 1.2 finished
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmicha committed Jun 2, 2024
1 parent cbb344b commit f15e07e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions notebooks/[Tutorial] Training ANTIPASTI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -280,36 +280,6 @@
"count_parameters(model)"
]
},
{
"cell_type": "code",
"execution_count": 52,
"id": "2451a9fa-d9b9-41b3-a4a0-8035620e9a88",
"metadata": {},
"outputs": [],
"source": [
"model.l1_lambda = 2e-3"
]
},
{
"cell_type": "code",
"execution_count": 46,
"id": "856ac162-0422-4c0d-9ee5-8ae8470ccc62",
"metadata": {},
"outputs": [],
"source": [
"optimiser.param_groups[0]['weight_decay'] = False"
]
},
{
"cell_type": "code",
"execution_count": 53,
"id": "838ca555-8597-4ea0-9017-c00a7e654187",
"metadata": {},
"outputs": [],
"source": [
"optimiser.param_groups[0]['lr'] = 1e-6"
]
},
{
"cell_type": "code",
"execution_count": 19,
Expand Down

0 comments on commit f15e07e

Please sign in to comment.