traingenerator icon indicating copy to clipboard operation
traingenerator copied to clipboard

šŸ§™ A web app to generate template code for machine learning

Results 121 traingenerator issues
Sort by recently updated
recently updated
newest added

Issues in installing ### Summary ### Details ### Checklist - [ ] all tests are passing (see README.md on how to run tests) - [ ] if you created a...

### Summary As mentioned in #17, adding training run and experiment tracking capabilities using [Mlflow][1] for the following templates: - `templates/Image classification_PyTorch` - `templates/Image classification_scikit-learn` ### Details This PR implements...

### Summary This PR consists of a text classification template using scikit-learn as stated in #4. ### Details - Scikit-learn - NLTK for stemming and lemmatization - Example text files...

I tried a couple of times and every time your web socket failed to get a connection (browser: safari)

bug

If you guys think there might be an interest in that I would like to offer my contribution for a text classifier in TensorFlow.

new template

@jrieke Hi, everybody, I'm looking forward to contributing this project can I add 1. Semantic Segmentation 2. Generative Adversarial Networks 3. Image Caption 4. Style Transfer as I think this...

new template

First of all thanks for the project, it's an interesting way to take a stab at reducing the amount of boilerplate needed even for fairly simple models. Secondly, it would...

existing template

Hi there! IĀ“m planning to make a text classification template using scikit-learn. Just let me know whether this task adapts to the goal of the project. Once I get the...

new template

### Summary I just added the style transfer template ### Checklist - [ ] all tests are passing (see README.md on how to run tests) - [ ] if you...

### Summary This PR adds template for Image Classification in Tensorflow. ### Details * Keras API * Visualization in Tensorboard * Public dataset (MNIST, FashionMNIST, CIFAR10) * All pretrained Models...