GithubHelp home page GithubHelp logo

Comments (1)

devmehta01 avatar devmehta01 commented on May 11, 2024

@nevermindthat how did you make "tgan experiments config_hpo.json results.jsons" line work? For me it just says invalid syntax. what was your code before this line? I will just add my code below, please let me know what changes i need to make.

!git clone https://github.com/sdv-dev/TGAN.git

cd TGAN

!make install-develop

!pip uninstall tensorflow
!pip install "tensorflow-gpu>=1.13.0,<2.0"

import pandas as pd
data = pd.read_csv("dataset_linux_driver_net_new.csv") #I am using my own dataset

continuous_columns = [x for x in range(83)] #It has 83 continuous columns
continuous_columns

from tgan.model import TGANModel
tgan = TGANModel(continuous_columns)

tgan experiments config.json results.json #config.json exists in the main TGAN directory & not under examples

from tgan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.