Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Import keras before pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Dec 28, 2017
1 parent 479b5e6 commit 9ae96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nn_transfer/transfer.py
Expand Up @@ -3,8 +3,8 @@

import numpy as np
import h5py
import torch
import keras
import torch

from . import util

Expand Down

0 comments on commit 9ae96a9

Please sign in to comment.