Larry-Gan
Larry-Gan
It's private :( You have to make it yourself following the instructions in the paper that introduced it
You'll need to modify the code yourself to get text features unfortunately, [CLIP](https://huggingface.co/docs/transformers/en/model_doc/clip#transformers.CLIPModel.get_text_features)
The training code works, but you need some modifications first, and the loss function is correct, tho it looks weird at first. The provided training code gets decent results. You'll...
Nvm, I made my own noising function: `# for augmentation training def add_gps_noise_simple_batch(gps, std_dev_m=150): """ Adds Gaussian noise with a specified standard deviation in meters to a batch of GPS...