Skip to content

Commit

Permalink
Update simple_cerebros_random_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
david-thrower committed Jun 13, 2024
1 parent 1991169 commit f1aaab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import DenseAutoMlStructuralComponent, DenseLateralConnectivity, \
zero_7_exp_decay, zero_95_exp_decay, simple_sigmoid
from cerebros.units.units import Unit, InputUnit, FinalDenseUnit
from custom.custom import TernaryDenseLayer, GPT2Layer
from cerebros.custom.custom import TernaryDenseLayer, GPT2Layer
from cerebros.neuralnetworkfuture.neural_network_future \
import NeuralNetworkFuture, RealNeuronNeuralNetworkFuture
# from cmdutil.cmdutil import run_command
Expand Down

0 comments on commit f1aaab1

Please sign in to comment.