-
Hi, thanks for the valuable work!
I'm trying to reproduce the results in Table 1 (using a multi domain-trained network) and Table 2 (using a single ImageNet-trained network). It is easy to perfectl…
-
- Add support for `ConvBrain`s in `WGAN` and `GAN` classes.
- Right now it is expecting Brain objects. This is not how GANs should be created.
- Updating this will require some refactoring...
-
Hi authors, thanks for your wonderful work!
I have some questions regarding the projection head in MoCo/Exemplar. Have you experimented with the pre-trained MoCo/Exemplar with and without a nonline…
-
I assume that each row in psx would correspond to a token/word and the columns would be the entities I care about. My concern is that the number of rows may be too large. For example, in my dataset I …
-
Thanks for the great work! Which 100 classes are used in your work? May I have a list?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
There are several dead links in this repository, see the list below (some of the result…
-
On the Meta-Dataset in TFDS documentation page (https://github.com/google-research/meta-dataset/blob/main/meta_dataset/data/tfds/README.md), in the "Train on Meta-Dataset episodes" section, there is a…
jfb54 updated
2 years ago
-
I couldn't find in the code whether you have called RDP Algorithm or not. I found that you used RDP Algorithm in read_svg function, but you never call that function during training / evaluation phases…
-
@Jireh-Jam Thanks for releasing the codebase.
I am training your model on my custom images and am able to visualize the predictions saved in the outputs directory. But at test time, the model doesn…
-
Thank you for this great package. I'm trying to use Albumentations for augmenting black and white drawing images like Quickdraw and Fashion MNIST datasets, but most of the examples seem focused on col…