Skip to content

Commit

Permalink
add inversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
avdravid authored Jun 13, 2024
1 parent 9770e62 commit 81ffab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inversion/invert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
sys.path.append('/nfs/amil/peft/examples/w2w/')
import os
sys.path.append(os.path.abspath(os.path.join("", "..")))
import torch
import torchvision
import warnings
Expand Down Expand Up @@ -83,4 +84,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit 81ffab6

Please sign in to comment.