waleedkaimkhani

Results 2 issues of waleedkaimkhani

dvc add ../models/best-checkpoint.ckpt --file trained_model.dvc this command is not working for me. i mean if run this command trained_model.dvc file is not created in dvcfiles folder

--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 76 if torch.cuda.is_available(): 77 model.cuda() ---> 78 train(model, train_X, train_Y, batch_size, n_epochs) 79 print('----Test result---') 80 test(model, test_X, test_Y) in train(model, X,...