Saving data in “.t7” format with python
up vote
0
down vote
favorite
Is there any possible way to save data in ".t7" format with python?
".t7" is the serialization format, which can be opened by lua torch. However, when I save my data in pickle with python with ".t7" at the end of the naming, it does not work.
I have been searching through internet, but I could not find out any working answer.
python torch
add a comment |
up vote
0
down vote
favorite
Is there any possible way to save data in ".t7" format with python?
".t7" is the serialization format, which can be opened by lua torch. However, when I save my data in pickle with python with ".t7" at the end of the naming, it does not work.
I have been searching through internet, but I could not find out any working answer.
python torch
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there any possible way to save data in ".t7" format with python?
".t7" is the serialization format, which can be opened by lua torch. However, when I save my data in pickle with python with ".t7" at the end of the naming, it does not work.
I have been searching through internet, but I could not find out any working answer.
python torch
Is there any possible way to save data in ".t7" format with python?
".t7" is the serialization format, which can be opened by lua torch. However, when I save my data in pickle with python with ".t7" at the end of the naming, it does not work.
I have been searching through internet, but I could not find out any working answer.
python torch
python torch
asked Nov 8 at 11:10
yusuf
1,13711345
1,13711345
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
there is currently no such converter but there is a workaround. What you can do is convert pyTorch model to Caffe model and from Caffe to Torch (lua) model. Here is the table of converters by framework.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
there is currently no such converter but there is a workaround. What you can do is convert pyTorch model to Caffe model and from Caffe to Torch (lua) model. Here is the table of converters by framework.
add a comment |
up vote
0
down vote
there is currently no such converter but there is a workaround. What you can do is convert pyTorch model to Caffe model and from Caffe to Torch (lua) model. Here is the table of converters by framework.
add a comment |
up vote
0
down vote
up vote
0
down vote
there is currently no such converter but there is a workaround. What you can do is convert pyTorch model to Caffe model and from Caffe to Torch (lua) model. Here is the table of converters by framework.
there is currently no such converter but there is a workaround. What you can do is convert pyTorch model to Caffe model and from Caffe to Torch (lua) model. Here is the table of converters by framework.
answered Nov 8 at 11:52
Novak
64548
64548
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206554%2fsaving-data-in-t7-format-with-python%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown