Skip to content

Commit

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

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:/newline1/netG10.pt'

model_path = r''

# Load the dataset
dataset = MMIDataset(img_size=64,
z_dim=250,
points_path=r'C:/Users/Administrator/Desktop/pythonProject/pr1/2000test.csv',
img_folder=r'C:/Users/Administrator/Desktop/pythonProject/pr1/Training_Data/image/new',
points_path=r'',
img_folder=r'',
)

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

0 comments on commit abdab80

Please sign in to comment.