Hello author, when I reproduce the DeepTalk-singleST.ipynb file,
dt.Train(data_name = 'Sst_Sstr2/',data_path = Test_dir + '/data/',
outdir = Test_dir + '/data/Sst_Sstr2/output',
pretrained_embeddings = Test_dir + '/data/Sst_Sstr2/data_pca.emd',
n_epochs = 50,ft_n_epochs=10)
This code reports an error message:Loading graph...
FileNotFoundError: [Errno 2] No such file or directory: './test/single-cell//data//Sst_Sstr2//train.txt'
the important package versions:
deeptalk-st 0.0.4
as for other packages,I followed the Installation guidance
Hello author, when I reproduce the DeepTalk-singleST.ipynb file,
dt.Train(data_name = 'Sst_Sstr2/',data_path = Test_dir + '/data/',
outdir = Test_dir + '/data/Sst_Sstr2/output',
pretrained_embeddings = Test_dir + '/data/Sst_Sstr2/data_pca.emd',
n_epochs = 50,ft_n_epochs=10)
This code reports an error message:Loading graph...
FileNotFoundError: [Errno 2] No such file or directory: './test/single-cell//data//Sst_Sstr2//train.txt'
the important package versions:
deeptalk-st 0.0.4
as for other packages,I followed the Installation guidance