Giter VIP home page Giter VIP logo

timechange's People

Contributors

chandubudati avatar lukaus avatar remoford avatar serenahsmith avatar starfys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

timechange's Issues

Generate FFT crashes

Using TensorFlow backend.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\remof\AppData\Local\Programs\Python\Python35\lib\tkinter_init_.py", line 1550, in call
return self.func(*args)
File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange\gui.py", line 131, in genFFT
t = Thread(target=self.parent.tc.convert_all_csv, args=(self.parent.ConfigureScreen.method, self.parent.ConfigureScreen.chunksize, self.parent.ConfigureScreen.fftsize))
AttributeError: 'ConfigureScreen' object has no attribute 'method'
note - chandu is fixin right now

Train button crashes

I thought steven already fixed this on sunday!
the same multithreading problem we discussed before?

  • workaround this is fatal and there is no workaround
    Exception in Tkinter callback
    Traceback (most recent call last):
    File "C:\Users\remof\AppData\Local\Programs\Python\Python35\lib\tkinter_init_.py", line 1550, in call
    return self.func(*args)
    File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange\gui.py", line 278, in train_in_thread
    training_results = self.parent.tc.train()
    File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange_init_.py", line 287, in train
    if self.model is None:
    AttributeError: 'TimeChange' object has no attribute 'model'

fft parameters gives no default values or range of acceptable values

leaves user entirely without instruction

  • workaround be steven and already know what the right numbers are
    also, this is in teh wrong place, was on the configure classifier tab but that is properly the classifier config file with save button, this needs improved instructions an dmoved to its own tab or something

generate fft button never actually stops the wait cursor

maybe this is becasue generating fft crashes silently without any output to the console window or maybe it finishes but never updates the cursor. unsure!

  • workaround unsure this may actually be a fatal error (perhaps faith unwarrented)
    I think Chandu had a plan to fix this with a progress bar...

After generating FFT, generating the model(clicking save on configre tab) looks scary on windows

Using TensorFlow backend.
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "CountExtremelyRandomStats" device_type: "CPU"') for unknown op: CountExtremelyRandomStats
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "FinishedNodes" device_type: "CPU"') for unknown op: FinishedNodes
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "GrowTree" device_type: "CPU"') for unknown op: GrowTree
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ReinterpretStringToFloat" device_type: "CPU"') for unknown op: ReinterpretStringToFloat
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "SampleInputs" device_type: "CPU"') for unknown op: SampleInputs
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "ScatterAddNdim" device_type: "CPU"') for unknown op: ScatterAddNdim
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNInsert" device_type: "CPU"') for unknown op: TopNInsert
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TopNRemove" device_type: "CPU"') for unknown op: TopNRemove
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "TreePredictions" device_type: "CPU"') for unknown op: TreePredictions
E c:\tf_jenkins\home\workspace\release-win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel ('op: "UpdateFertileSlots" device_type: "CPU"') for unknown op: UpdateFertileSlots

[2:03]
on a similar note, who the hell is jenkins

[2:04]
https://www.youtube.com/watch?v=hooKVstzbz0
YouTube DBlow2003
Leeroy Jenkins HD (High Quality)

[2:06]
tensorflow/tensorflow#7500 apparently the jenkins bug is a bug in tensorflow itself so not somethign we can fix
GitHub
TensorFlow version 1.0.0-rc2 on Windows: “OpKernel ('op: ”BestSplits“ device_type: ”CPU“') for unknown op: BestSplits” with test code · Issue #7500 · tensorflow/tensorflow
I installed TensorFlow version 1.0.0-rc2 on Windows 7 SP1 x64 Ultimate (Python 3.5.2 |Anaconda custom (64-bit)) using: pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/te...

[2:08]
also it doesnt seem to be a "crash" per-se. if you ignore those messages and go train anyways it seems to be doing its thing

FR03d Mutable conversion parameters

The system should offer users ability to specify parameters needed for conversion in FR03a. For example, information about desired window length, overlap ratio, and sampling rate
Must

tests.py doesn't label the data it produces

Instead of writing test48.png, test49.png, test50.png it would be better if we preserved the labeling of the data when such a label is provided such as the directory name. Perhaps just putting the output in a directory of the same name as the input directory would suffice.

Default project doesn't handle an invalid project exception correctly

  • workaround delete old project directory
    Using TensorFlow backend.
    Exception in Tkinter callback
    Traceback (most recent call last):
    File "C:\Users\remof\AppData\Local\Programs\Python\Python35\lib\tkinter_init_.py", line 1550, in call
    return self.func(*args)
    File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange\gui.py", line 29, in defaultProject
    self.parent.tc = timechange.TimeChange()
    File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange_init_.py", line 129, in init
    path.join(self.project_path, "parameters.conf")))
    Exception: C:\Users\remof\timechange\default cannot be a timechange project because C:\Users\remof\timechange\default\parameters.conf does not exist

some thigns require in memory state and require proper sequencing that the user may not follow

Using TensorFlow backend.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\remof\AppData\Local\Programs\Python\Python35\lib\tkinter_init_.py", line 1550, in call
return self.func(*args)
File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange\gui.py", line 279, in train_in_thread
training_results = self.parent.tc.train()
File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange_init_.py", line 287, in train
if self.model is None:
AttributeError: 'TimeChange' object has no attribute 'model'
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\remof\AppData\Local\Programs\Python\Python35\lib\tkinter_init_.py", line 1550, in call
return self.func(*args)
File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange\gui.py", line 238, in save
self.parent.tc.build_model()
File "C:\Users\remof\Desktop\timechange-demo\timechange\timechange_init_.py", line 268, in build_model
if self.image_size is None:
AttributeError: 'TimeChange' object has no attribute 'image_size'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.