fix(nn/varstore_test): fixed unused packages

This commit is contained in:
sugarme 2020-07-26 11:02:02 +10:00
parent 9713889246
commit 7a90b9b478

View File

@ -1,14 +1,14 @@
package nn_test
import (
"os"
"path/filepath"
// "os"
// "path/filepath"
"reflect"
"testing"
"github.com/sugarme/gotch"
"github.com/sugarme/gotch/nn"
ts "github.com/sugarme/gotch/tensor"
// ts "github.com/sugarme/gotch/tensor"
)
func TestVarStoreEntry(t *testing.T) {