Skip to content

Commit

Permalink
NNFrames: support caching training data on Disk (intel#1588)
Browse files Browse the repository at this point in the history
* disk cache for NNFrames

* update doc and example

* update train method

* fix style

* fix ut

* fix ut
  • Loading branch information
YY-OnCall authored Sep 20, 2019
1 parent 7f251b6 commit 8f81f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package com.intel.analytics.zoo.feature.pmem

import scala.collection.mutable.ArrayBuffer

sealed trait MemoryType
sealed trait MemoryType extends Serializable

case object PMEM extends MemoryType

Expand Down

0 comments on commit 8f81f06

Please sign in to comment.