https://github.com/rudolfolah/ludwig-code-gen
Generating code with Ludwig AI/ML (PyTorch, Tensorflow)
https://github.com/rudolfolah/ludwig-code-gen
bert-model ludwig machine-learning machine-learning-python machinelearning machinelearning-python pytorch roberta-model tensorflow
Last synced: 4 months ago
JSON representation
Generating code with Ludwig AI/ML (PyTorch, Tensorflow)
- Host: GitHub
- URL: https://github.com/rudolfolah/ludwig-code-gen
- Owner: rudolfolah
- License: mit
- Created: 2022-12-17T06:25:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T02:18:44.000Z (over 2 years ago)
- Last Synced: 2025-01-03T02:51:22.545Z (6 months ago)
- Topics: bert-model, ludwig, machine-learning, machine-learning-python, machinelearning, machinelearning-python, pytorch, roberta-model, tensorflow
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copyright (C) 2022 Rudolf Olah
Datasets are prefixed with `dataset_`
## Setup
Setup virtualenv and install dependencies:
```shell
sudo pip install virtualenv
virtualenv --python=python3.9 env
source env/bin/activate
pip install -r requirements.txt
```## Run
```shell
source env/bin/activate
python main.py
```GPU not working? Check this for adding GPU support to TensorFlow: https://www.tensorflow.org/install/gpu