Skip to content

Instantly share code, notes, and snippets.

View JoeHarrison's full-sized avatar
💭
Working on thesis:)

Joe Harrison JoeHarrison

💭
Working on thesis:)
View GitHub Profile
"""
Script to update parameters and the optimizer on the fly.
It is not recommended to use this approach.
This script just shows the disadvantages using this approach.
@author: ptrblck
"""
import torch
import torch.nn as nn