mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
remove float64 check
This commit is contained in:
@@ -17,7 +17,8 @@ class Tensor:
|
||||
print("error constructing tensor with %r" % data)
|
||||
assert(False)
|
||||
if data.dtype == np.float64:
|
||||
print("are you sure you want float64 in %r?" % data)
|
||||
#print("are you sure you want float64 in %r?" % data)
|
||||
pass
|
||||
self.data = data
|
||||
self.grad = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user