josephwilk / tlearn-rb

Recurrent Neural Network library for Ruby
96 stars 15 forks source link

FileUtils not loaded by default in Ruby #4

Closed beeksiwaais closed 11 years ago

beeksiwaais commented 11 years ago

FileUtils is not loaded by default, so I have an error like this:

`clear_entire_training_data': uninitialized constant TLearn::RunTLearn::FileUtils (NameError)

Adding require 'fileutils' solve the problem but it should be present in the gem to avoid having to add it each time.

josephwilk commented 11 years ago

Thanks, 0.0.7 fixes any missing FileUtils.