evanberkowitz / two-dimensional-gasses

Let's crush it
0 stars 0 forks source link

Get rid of `to(torch.[type])` that litters the code. #13

Closed evanberkowitz closed 1 year ago

evanberkowitz commented 1 year ago

We should probably just leverage something like torch.set_default_tensor_type(torch.DoubleTensor) at the beginning of scripts instead.