Skip to content

Commit

Permalink
Import argparse and sys python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Jan 12, 2024
1 parent 45ffea0 commit 92bc46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/roman_pots/train_dense_neural_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import torch.optim as optim
import torch.optim.lr_scheduler as lr_scheduler
import matplotlib.pyplot as plt
import argparse
import sys
torch.set_default_dtype(torch.float32)

if torch.cuda.is_available():
Expand Down

0 comments on commit 92bc46e

Please sign in to comment.