Coder Social home page Coder Social logo

ai-vocaloid-kit-v2's People

Contributors

vanstorm9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ai-vocaloid-kit-v2's Issues

Do sample code, Error is occar

When do sample code

python3 main.py --modelPath savedModels/9-22-music.pt --seed inputs/noteSeed.txt --dupThresh 3 --numOfNotes 50

Traceback (most recent call last):
  File "main.py", line 248, in <module>
    train_data, test_data = torchtext.data.TabularDataset.splits(path='./', train='colab/pipeline/trainNotes.csv', validation='colab/pipeline/valNotes.csv', format='csv', fields=data_fields)
  File "/home/sueoka/anaconda3/envs/vocalo/lib/python3.6/site-packages/torchtext/data/dataset.py", line 78, in splits
    os.path.join(path, train), **kwargs)
  File "/home/sueoka/anaconda3/envs/vocalo/lib/python3.6/site-packages/torchtext/data/dataset.py", line 251, in __init__
    with io.open(os.path.expanduser(path), encoding="utf8") as f:
FileNotFoundError: [Errno 2] No such file or directory: './colab/pipeline/trainNotes.csv'

What is wrong?

Having a bit of trouble with this.

Not sure where to put this and I know this is kind of old, but I found this and I think it's a cool concept. Anyway, I have Python and I am not a Python or code genius, I'd call myself a beginner but I get these errors while trying to use the main.py.

Traceback (most recent call last):
File "C:\Users\censored\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\main.py", line 26, in
from support.parsingHelper import *
File "C:\Users\censored\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\support\parsingHelper.py", line 19, in
import support.songDecoder as songDecoder
File "C:\Users\censored\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\support\songDecoder.py", line 10, in
from torchtext.data import Field, BucketIterator
ImportError: cannot import name 'Field' from 'torchtext.data' (C:\Users\censored\AppData\Local\Programs\Python\Python310\lib\site-packages\torchtext\data__init__.py)

So I try and install these dependencies using pip install but I get these:

ERROR: Could not find a version that satisfies the requirement parsingHelper (from versions: none)
ERROR: No matching distribution found for parsingHelper

Any help would be much appreciated. (Sorry if it's a bother though. I wish I knew how to do all this coding stuff myself.)

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.