Skip to content

Commit 430eff5

Browse files
committed
rm git merge conflict debris
1 parent 6c2aa50 commit 430eff5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/machines.jl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -832,13 +832,10 @@ Returns a shallow copy of the machine to make it serializable. In particular,
832832
all training data is removed and, if necessary, learned parameters are replaced
833833
with persistent representations.
834834
835-
<<<<<<< HEAD
836-
Any general purpose Julia serialization may be applied to the output of
837-
=======
838835
Any general purpose Julia serializer may be applied to the output of
839-
>>>>>>> dev
840-
`serializable` (eg, JLSO, BSON, JLD) but you must call `restore!(mach)` on
841-
the deserialised object `mach` before using it. See the example below.
836+
`serializable` (eg, JLSO, BSON, JLD) but you must call
837+
`restore!(mach)` on the deserialised object `mach` before using
838+
it. See the example below.
842839
843840
If using Julia's standard Serialization library, a shorter workflow is
844841
available using the [`save`](@ref) method.

0 commit comments

Comments
 (0)