Skip to content

Commit

Permalink
Update Unknown.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZooBeasts authored Mar 24, 2024
1 parent e37f7f3 commit c3fb937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Unknown.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
# load the saved trained Generator info
#model_path = r'C:/Users/Administrator/Desktop/pythonProject/pr1/logs/WGAN77/netG230.pt'
model_path = r'E:/50Kdatasave5/netG400.pt'

model_path = r''

# Load the dataset
dataset = MMIUnseenDataset(
z_dim=250,
points_path='C:/Users/Administrator/Desktop/pythonProject/pr1/unseen1.csv',
points_path='',
)

# Output the results path & load the data into Generator
Expand Down

0 comments on commit c3fb937

Please sign in to comment.