-
Notifications
You must be signed in to change notification settings - Fork 47
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
Training the model with varying the cell size #5
Comments
thank you very much for the fast reply but I do have other question Thank you |
The implementation of vRNN and CMS are quite straightforward, you can find the RNN example here. |
To compare the result of t2vec and the 3 other models I need to have the same result (close enough ) as its shown in the paper. thank you very much |
Hi athier0, my original code repository was stored in our school's GPU server and they had taken back my account this February. I have checked my local machine and only the code of t2vec is found. If you have got different results I think you should just report them as what you got. |
ok ill do that thank you, in doc you mention that to train the 100 cell size model you terminate it after 14 h ---- File "t2vec.py", line 113, in thank you very much |
Hello,boathit my name is Atheir
I'm trying to train the model with cells size 25 ,40 and 150
and I'm facing this error:
Traceback (most recent call last):
File "t2vec.py", line 115, in
train(args)
File "/home//t2vec/train.py", line 225, in train
loss = batchloss(output, target, m1, lossF, args.generator_batch)
File "/home/jahdalay/t2vec/train.py", line 89, in batchloss
loss += lossF(o, t)
File "/home//t2vec/train.py", line 168, in
lossF = lambda o, t: KLDIVloss(o, t, criterion, V, D)
File "/home//t2vec/train.py", line 42, in KLDIVloss
return criterion(outputk, targetk)
File "/home/*/pytorch-0.1.12/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in call
result = self.forward(*input, kwargs)
File "/home//pytorch-0.1.12/lib/python3.6/site-packages/torch/nn/modules/loss.py", line 36, in forward
return backend_fn(self.size_average, weight=self.weight)(input, target)
File "/home//pytorch-0.1.12/lib/python3.6/site-packages/torch/nn/_functions/thnn/auto.py", line 41, in forward
output, *self.additional_args)
RuntimeError: cudaEventCreateWithFlags in future ctor: device-side assert triggered
Could you please help me
Thank you very much
Best,
The text was updated successfully, but these errors were encountered: