BeaverInGreenland
BeaverInGreenland
When I tried to run disco.py I ran into the following issue `midas_utils module not found` As a solution to this problem, I cloned MiDaS and put it within disco-diffusion....
Inspired by [this tutorial](https://leimao.github.io/blog/PyTorch-Distributed-Training/#Launching-Distributed-Training), I am trying to adapt the different scripts `train.py`, `data/data_loader_Swapping.py`, and `models/fs_model.py` for torch.distributed.launch I'm stuck at an error when I try to apply torch.nn.parallel.DistributedDataParallel to...
Hello, Thank you for your work on FSL-OCC ! Could you provide a requirements.txt file in order to set up all the required libraries to make the scripts of this...
I tried to run `test.py` and I got the following error: ``` Namespace(source_img_path='./examples/images/2.png', target_img_path='./examples/images/12012.png', output_path='results/test.png', size=512, align_source=False, align_target=False) W1107 11:21:27.417249 22688 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 8.6,...
Can you share the requirements.txt file, please? Regards