Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
online edit
  • Loading branch information
giesekow authored Jun 17, 2019
1 parent cce4ef4 commit fd5750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

`from dvn import FCN, VNET, UNET # import libraries`

`net = FCN() # create the network object (You can replace FCN with VNET or UNET)`
`net = FCN() # create the network object (You can replace FCN with VNET or UNET)`<br>
`net.compile() # compile the network`
`net.fit(x=X, y=Y, epochs=10, batch_size=10) # train the network`
`preds = net.predict(x=X) # predict`
Expand Down

0 comments on commit fd5750d

Please sign in to comment.