Skip to content

Commit ab42093

Browse files
authored
Update projector.py
1 parent f456f1b commit ab42093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class Projector:
1717
def __init__(self):
18-
self.num_steps = 1000
18+
self.num_steps = 300
1919
self.dlatent_avg_samples = 10000
2020
self.initial_learning_rate = 0.1
2121
self.initial_noise_factor = 0.05

0 commit comments

Comments
 (0)