-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP_train.py failing - output_dir NoneType #42
Comments
I think its because initial args are missing |
It would be really great to have a full example of the |
I'm now just running a modified version of demo.py, with the default "train.tsv" replaced with my own tsv file.
|
Hi, you may need to first delete the existing db before creating a new one with the same output path. |
line 154 fails
with:
´´´
Traceback (most recent call last):
File "./LSP_train.py", line 154, in
args.train_batch_size, n_gpu, timestamp))
File "/opt/conda/envs/pytorch-py3.6/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered: