-
Hi, I'm new to tensorflow and trying to refactor one of my project originally in (Py)Torch. However, though the two codes has the same network, the same loss function, the same optimizer parameters, t…
-
I tried to follow the example code that was given, it gives the following error in Mac OS X, tried many posts, but no clear answer yet. any help would be appreciated.
> ImportError …
-
The converted pytorch py file uses lamda for torch ConcatTable. Now python cannot pickle lamda.
For example, if i use torch.save, i have the error:
```
torch.save(net, '/root/share/project/pytorc…