Compare commits
3 Commits
ee75e67d89
...
feat/ascen
| Author | SHA1 | Date | |
|---|---|---|---|
| 45d381d4bb | |||
| 04be0dd34b | |||
|
|
8bd074c118 |
2
main.py
2
main.py
@@ -147,7 +147,7 @@ def main():
|
||||
|
||||
print(f"\nAll done. vidoes: {len(records)}, total_elapsed: {total_elapsed:.3f}s, avg_latency: {avg_latency:.3f}")
|
||||
print(f"Results JSON: {results_path}")
|
||||
print(f"Images dir : {out_dir.resolve()}")
|
||||
print(f"Output dir : {out_dir.resolve()}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
2
test.sh
2
test.sh
@@ -1 +1 @@
|
||||
python3 main.py --model "/mnt/contest_ceph/zhanghao/models/iic/text-to-video-synthesis" --json "dataset.json" --results "results.json" --outdir "output" --device cuda --dtype fp16
|
||||
python3 main.py --model "/mnt/contest_ceph/zhanghao/models/iic/text-to-video-synthesis" --json "dataset.json" --results "results.json" --outdir "output" --device npu --dtype fp16
|
||||
|
||||
Reference in New Issue
Block a user