SeanSdahl / PytorchDataloaderForTensorflowLinks
This repository defines a python class that can be used to load data for the tf.keras.model.fit_generator function by using a torch.utils.data.Dataloader object for image data. This way transforms on the input image data can be transformed using the PyTorch library but still be used to fit a tf.keras.model.
☆11Updated 7 months ago
Alternatives and similar repositories for PytorchDataloaderForTensorflow
Users that are interested in PytorchDataloaderForTensorflow are comparing it to the libraries listed below
Sorting:
- ☆15Updated 4 years ago
- An implementation of Compositional Attention: Disentangling Search and Retrieval by MILA☆14Updated 3 years ago
- Code base for WaveTransformer: A novel architecture for automated audio captioning☆43Updated 4 years ago
- This repository hosts code for converting the original MLP Mixer models (JAX) to TensorFlow.☆15Updated 3 years ago
- Prabhupadavani: A Code-mixed Speech Translation Data for 25 languages☆13Updated 2 years ago
- Minimal implementation of Denoised Smoothing (https://arxiv.org/abs/2003.01908) in TensorFlow.☆20Updated 3 years ago
- Replication materials for "Identifying the Development and Application of Artificial Intelligence in Scientific Text"☆12Updated 5 years ago
- Speech in Flax/JAX☆15Updated 2 years ago
- Implements EvoNorms B0 and S0 as proposed in Evolving Normalization-Activation Layers.☆11Updated 5 years ago
- This repository hosts the code to port NumPy model weights of BiT-ResNets to TensorFlow SavedModel format.☆14Updated 3 years ago
- All my experiments with the various transformers and various transformer frameworks available☆14Updated 4 years ago
- 🏥 🎤 The largest clinical study in the world to collect voice data labeled with health information (N>6,000 participants, 48 utterances…☆29Updated 2 months ago
- Code for "CyberWallE at SemEval-2020 Task 11: An Analysis of Feature Engineering for Ensemble Models for Propaganda Detection" (V. Blasch…☆9Updated 4 years ago
- PyTorch implementation of GLOM