Fixed 2nd device bug in teaser example
This commit is contained in:
parent
cf13364482
commit
4919e7a429
@ -662,7 +662,7 @@
|
||||
"source": [
|
||||
"# Results\n",
|
||||
"plt.plot(X,Y,'.',label='Datapoints', color=\"lightgray\")\n",
|
||||
"plt.plot(trajectory[-1][:,0].detach(),trajectory[-1][:,1].detach(),'.',label='Flow Matching', color=\"orange\") \n",
|
||||
"plt.plot(trajectory[-1][:,0].detach().cpu(), trajectory[-1][:,1].detach().cpu(), '.',label='Flow Matching', color=\"orange\") \n",
|
||||
"plt.xlabel('x')\n",
|
||||
"plt.ylabel('y')\n",
|
||||
"plt.title('Probabilistic Version')\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user