Skip to content

Commit fccab2e

Browse files
committed
add tf import
1 parent bbf7b2a commit fccab2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/transfer-learn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import scipy.io
22
import math
3+
import tensorflow as tf
34
import tensordiffeq as tdq
45
from tensordiffeq.models import CollocationSolverND
56
from tensordiffeq.boundaries import *

0 commit comments

Comments
 (0)