Furkan Çelik
Furkan Çelik
Hi, Thank you for reaching out. However, since the project is private, I wouldn't prefer to disclose it over a public medium. Is it possible to provide it over a...
Do I need to call wandb.save() explicitly? I thought having wandb.log() is enough. And even if I go into a run with images, there is no image pane that I...
wandb.log({f"examples_{i}": wandb.Image(image) for i, image in enumerate(images)}, step=self.step + self.resume_step) wandb.log({"examples": [wandb.Image(image) for i, image in enumerate(images)]}, step=self.step + self.resume_step) These are just code snippets for logging images as I...
Hi, No it didn't help. As I stated, and sent the code snippets, I am not using wandb.save but rather wandb.log for images. And wandb.save for log files. So, I...
Here is our repo, it is a bit hard to run due to distributed learning. So we are running scripts/image_train.py which calls guided_diffusion/train_util.py. From here you can see corresponding code...
I'm having the same issue on training, does anyone now a setting that resolves this? Precision setting is not applicable for training
I have last version of the stable-diffusion repo. And following their instructions as in setting up environment like this. `conda env create -f environment.yaml conda activate ldm` However when I...
I can't see this library in search though. The one at the top is different from this one
your one looks a bit easy than [flutter-vector-map-tiles](https://github.com/greensopinion/flutter-vector-map-tiles) honestly for me at least. This one looks like it can work with direct mapbox styles and more of an in box...