added label
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from rbm.model import Model
|
||||
@@ -7,8 +6,6 @@ from rbm.entity import Entity, EntityParams
|
||||
from rbm.matrix import Mat, np, read_armadillo
|
||||
from rbm.train import TrainingParams
|
||||
|
||||
import matplotlib.pyplot as plot
|
||||
|
||||
class TestModel(Model):
|
||||
def __init__(self, name: str, work_dir: str = '.'):
|
||||
super().__init__(name, work_dir)
|
||||
|
||||
Reference in New Issue
Block a user